2025-07-24T05:26:30.4903076Z Current runner version: '2.327.0' 2025-07-24T05:26:30.4911219Z Runner name: 'i-0ca4d02821c447333' 2025-07-24T05:26:30.4912238Z Runner group name: 'default' 2025-07-24T05:26:30.4913227Z Machine name: 'EC2AMAZ-IFQ8336' 2025-07-24T05:26:30.4916531Z ##[group]GITHUB_TOKEN Permissions 2025-07-24T05:26:30.4918851Z Contents: read 2025-07-24T05:26:30.4919700Z Metadata: read 2025-07-24T05:26:30.4920392Z ##[endgroup] 2025-07-24T05:26:30.4922928Z Secret source: Actions 2025-07-24T05:26:30.4923752Z Prepare workflow directory 2025-07-24T05:26:30.5433810Z Prepare all required actions 2025-07-24T05:26:30.5475094Z Getting action download info 2025-07-24T05:26:30.7695987Z Download action repository 'pytorch/test-infra@main' (SHA:e32c622fbd62d34f173b9f131f1eca78782b2be2) 2025-07-24T05:30:41.5991524Z Download action repository 'pytorch/pytorch@main' (SHA:68349118b519268650ef63cfc0dd9ae202da0f49) 2025-07-24T05:33:22.9091195Z Download action repository 'nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-07-24T05:33:23.1225650Z Download action repository 'seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-07-24T05:33:23.7761665Z Getting action download info 2025-07-24T05:33:23.9125134Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-24T05:33:24.2625623Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml@refs/tags/ciflow/trunk/149961 (27c8ef1839e0747b36769efb192befc9308ff93c) 2025-07-24T05:33:24.2629809Z ##[group] Inputs 2025-07-24T05:33:24.2630122Z build-environment: win-vs2022-cpu-py3 2025-07-24T05:33:24.2630403Z cuda-version: cpu 2025-07-24T05:33:24.2631601Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2025-07-24T05:33:24.2632681Z sync-tag: 2025-07-24T05:33:24.2633450Z timeout-minutes: 240 2025-07-24T05:33:24.2633986Z disable-monitor: false 2025-07-24T05:33:24.2634242Z monitor-log-interval: 5 2025-07-24T05:33:24.2634518Z monitor-data-collect-interval: 1 2025-07-24T05:33:24.2634801Z ##[endgroup] 2025-07-24T05:33:24.2635187Z Complete job name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:33:24.3280631Z ##[group]Run git config --global core.longpaths true 2025-07-24T05:33:24.3281264Z git config --global core.longpaths true 2025-07-24T05:33:24.3281614Z git config --global core.symlinks true 2025-07-24T05:33:24.3281902Z  2025-07-24T05:33:24.3282250Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-07-24T05:33:24.3282802Z # the directory on Windows and prevent GHA from checking out as reported 2025-07-24T05:33:24.3283400Z # in https://github.com/actions/checkout/issues/1018 2025-07-24T05:33:24.3283830Z git config --global core.fsmonitor false 2025-07-24T05:33:24.3307514Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:33:24.3308200Z env: 2025-07-24T05:33:24.3308398Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:24.3308631Z ##[endgroup] 2025-07-24T05:33:25.6987011Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-07-24T05:33:25.6987535Z env: 2025-07-24T05:33:25.6987746Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:25.6987975Z ##[endgroup] 2025-07-24T05:33:25.7673493Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-24T05:33:25.7674345Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-24T05:33:25.7675005Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-07-24T05:33:25.7677099Z # handle tool 2025-07-24T05:33:25.7677432Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-07-24T05:33:25.7677846Z Foreach ($process In $processes) { 2025-07-24T05:33:25.7678122Z  Try { 2025-07-24T05:33:25.7678682Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-07-24T05:33:25.7679436Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-07-24T05:33:25.7679874Z  } 2025-07-24T05:33:25.7680055Z  Catch { 2025-07-24T05:33:25.7680359Z  Write-Output "No leftover $process process, continuing" 2025-07-24T05:33:25.7680730Z  Write-Output $_ 2025-07-24T05:33:25.7680955Z  } 2025-07-24T05:33:25.7681140Z } 2025-07-24T05:33:25.7681306Z  2025-07-24T05:33:25.7681779Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-07-24T05:33:25.7682328Z # for hung processes 2025-07-24T05:33:25.7682598Z Foreach ($process In $processes) { 2025-07-24T05:33:25.7682865Z  Try { 2025-07-24T05:33:25.7683257Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-07-24T05:33:25.7683695Z  } 2025-07-24T05:33:25.7683891Z  Catch { 2025-07-24T05:33:25.7684111Z  Write-Output $_ 2025-07-24T05:33:25.7684332Z  } 2025-07-24T05:33:25.7684529Z } 2025-07-24T05:33:25.7684691Z  2025-07-24T05:33:25.7684860Z Try { 2025-07-24T05:33:25.7685083Z  # Print all the processes for debugging 2025-07-24T05:33:25.7685706Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-07-24T05:33:25.7686172Z } 2025-07-24T05:33:25.7686349Z Catch { 2025-07-24T05:33:25.7686744Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-07-24T05:33:25.7687201Z  Write-Output $_ 2025-07-24T05:33:25.7687429Z } 2025-07-24T05:33:25.7704126Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T05:33:25.7704597Z env: 2025-07-24T05:33:25.7704804Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:25.7705034Z ##[endgroup] 2025-07-24T05:33:26.1333773Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T05:33:26.1395411Z Finished 2025-07-24T05:33:26.1566106Z No leftover python process, continuing 2025-07-24T05:33:26.2018810Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-07-24T05:33:26.2019504Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:9 char:5 2025-07-24T05:33:26.2020165Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T05:33:26.2020608Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:26.2021075Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-07-24T05:33:26.2021937Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T05:33:26.2022523Z 2025-07-24T05:33:26.2038130Z No leftover ninja process, continuing 2025-07-24T05:33:26.2046698Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-07-24T05:33:26.2047374Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:9 char:5 2025-07-24T05:33:26.2047921Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T05:33:26.2048394Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:26.2048874Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-07-24T05:33:26.2050292Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T05:33:26.2050889Z 2025-07-24T05:33:26.2063689Z No leftover cl process, continuing 2025-07-24T05:33:26.2073725Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-07-24T05:33:26.2074442Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:9 char:5 2025-07-24T05:33:26.2074989Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T05:33:26.2075395Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:26.2075853Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-07-24T05:33:26.2076695Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T05:33:26.2077291Z 2025-07-24T05:33:26.2089088Z No leftover nvcc process, continuing 2025-07-24T05:33:26.2099155Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-07-24T05:33:26.2099853Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:9 char:5 2025-07-24T05:33:26.2100412Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T05:33:26.2100849Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:26.2101322Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-07-24T05:33:26.2102180Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T05:33:26.2102771Z 2025-07-24T05:33:26.2136875Z No leftover sccache process, continuing 2025-07-24T05:33:26.2147448Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-07-24T05:33:26.2148154Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:9 char:5 2025-07-24T05:33:26.2148724Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T05:33:26.2149135Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:26.2149691Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-07-24T05:33:26.2150615Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T05:33:26.2151217Z 2025-07-24T05:33:26.2161622Z No leftover git process, continuing 2025-07-24T05:33:26.2172008Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-07-24T05:33:26.2172778Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:9 char:5 2025-07-24T05:33:26.2173460Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T05:33:26.2173913Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:26.2174409Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-07-24T05:33:26.2175204Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T05:33:26.2175790Z 2025-07-24T05:33:27.6852610Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {4590F811-1D3A-11D0-891F-00AA004B2E24} 2025-07-24T05:33:27.6853753Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-24T05:33:27.6854439Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-24T05:33:27.6854914Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:21 char:6 2025-07-24T05:33:27.6855477Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T05:33:27.6855903Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:27.6856489Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-24T05:33:27.6857172Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-24T05:33:27.6857745Z 2025-07-24T05:33:27.7323320Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-24T05:33:27.7324344Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-24T05:33:27.7324964Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-24T05:33:27.7325426Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:21 char:6 2025-07-24T05:33:27.7325964Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T05:33:27.7326396Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:27.7326819Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-24T05:33:27.7327522Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-24T05:33:27.7328068Z 2025-07-24T05:33:27.7352493Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-24T05:33:27.7353459Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-24T05:33:27.7354052Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-24T05:33:27.7354524Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:21 char:6 2025-07-24T05:33:27.7355062Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T05:33:27.7355499Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:27.7355928Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-24T05:33:27.7356602Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-24T05:33:27.7357179Z 2025-07-24T05:33:27.7382678Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-24T05:33:27.7383641Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-24T05:33:27.7384305Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-24T05:33:27.7384755Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:21 char:6 2025-07-24T05:33:27.7385306Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T05:33:27.7385737Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:27.7386170Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-24T05:33:27.7386856Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-24T05:33:27.7387404Z 2025-07-24T05:33:27.7411526Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-24T05:33:27.7412372Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-24T05:33:27.7413651Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-24T05:33:27.7414116Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:21 char:6 2025-07-24T05:33:27.7414685Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T05:33:27.7415105Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:27.7415522Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-24T05:33:27.7416217Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-24T05:33:27.7416895Z 2025-07-24T05:33:27.7439275Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-24T05:33:27.7440175Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-24T05:33:27.7440772Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-24T05:33:27.7441267Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:21 char:6 2025-07-24T05:33:27.7441808Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T05:33:27.7442237Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:27.7442671Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-24T05:33:27.7443349Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-24T05:33:27.7443921Z 2025-07-24T05:33:27.7465808Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-24T05:33:27.7466683Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-24T05:33:27.7467260Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-24T05:33:27.7467721Z At C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1:21 char:6 2025-07-24T05:33:27.7468270Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T05:33:27.7468694Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T05:33:27.7469115Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-24T05:33:27.7469802Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-24T05:33:27.7470354Z 2025-07-24T05:33:27.9528848Z Caption CommandLine ProcessId 2025-07-24T05:33:27.9529392Z 2025-07-24T05:33:27.9530336Z System Idle Process 0 2025-07-24T05:33:27.9530799Z 2025-07-24T05:33:27.9532651Z System 4 2025-07-24T05:33:27.9533183Z 2025-07-24T05:33:27.9533509Z Registry 168 2025-07-24T05:33:27.9533936Z 2025-07-24T05:33:27.9534260Z smss.exe 408 2025-07-24T05:33:27.9535371Z 2025-07-24T05:33:27.9535680Z csrss.exe 524 2025-07-24T05:33:27.9536587Z 2025-07-24T05:33:27.9537473Z csrss.exe 600 2025-07-24T05:33:27.9537872Z 2025-07-24T05:33:27.9538693Z wininit.exe 652 2025-07-24T05:33:27.9539087Z 2025-07-24T05:33:27.9539887Z winlogon.exe winlogon.exe 672 2025-07-24T05:33:27.9540320Z 2025-07-24T05:33:27.9540953Z services.exe 744 2025-07-24T05:33:27.9541357Z 2025-07-24T05:33:27.9542686Z lsass.exe C:\Windows\system32\lsass.exe 764 2025-07-24T05:33:27.9543328Z 2025-07-24T05:33:27.9543825Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2025-07-24T05:33:27.9544538Z 2025-07-24T05:33:27.9544970Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2025-07-24T05:33:27.9545591Z 2025-07-24T05:33:27.9545984Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-07-24T05:33:27.9546496Z 2025-07-24T05:33:27.9547282Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-07-24T05:33:27.9547744Z 2025-07-24T05:33:27.9548991Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-07-24T05:33:27.9549569Z 2025-07-24T05:33:27.9550358Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2025-07-24T05:33:27.9550917Z 2025-07-24T05:33:27.9551553Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 468 2025-07-24T05:33:27.9552137Z 2025-07-24T05:33:27.9552798Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1116 2025-07-24T05:33:27.9553479Z 2025-07-24T05:33:27.9553757Z dwm.exe "dwm.exe" 1160 2025-07-24T05:33:27.9554225Z 2025-07-24T05:33:27.9555236Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1264 2025-07-24T05:33:27.9555956Z 2025-07-24T05:33:27.9556403Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1352 2025-07-24T05:33:27.9556963Z 2025-07-24T05:33:27.9557507Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1380 2025-07-24T05:33:27.9558165Z 2025-07-24T05:33:27.9558622Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1404 2025-07-24T05:33:27.9559207Z 2025-07-24T05:33:27.9560322Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1448 2025-07-24T05:33:27.9560996Z 2025-07-24T05:33:27.9562840Z 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 1480 2025-07-24T05:33:27.9564673Z 2025-07-24T05:33:27.9565318Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1500 2025-07-24T05:33:27.9565879Z 2025-07-24T05:33:27.9566374Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1552 2025-07-24T05:33:27.9567046Z 2025-07-24T05:33:27.9567660Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1668 2025-07-24T05:33:27.9568350Z 2025-07-24T05:33:27.9568884Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1752 2025-07-24T05:33:27.9569447Z 2025-07-24T05:33:27.9569915Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1760 2025-07-24T05:33:27.9570456Z 2025-07-24T05:33:27.9570948Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1768 2025-07-24T05:33:27.9571552Z 2025-07-24T05:33:27.9572161Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1852 2025-07-24T05:33:27.9573571Z 2025-07-24T05:33:27.9575098Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2008 2025-07-24T05:33:27.9575831Z 2025-07-24T05:33:27.9576330Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1376 2025-07-24T05:33:27.9576874Z 2025-07-24T05:33:27.9578097Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2072 2025-07-24T05:33:27.9578669Z 2025-07-24T05:33:27.9579214Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2096 2025-07-24T05:33:27.9579850Z 2025-07-24T05:33:27.9580356Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2124 2025-07-24T05:33:27.9580945Z 2025-07-24T05:33:27.9581487Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2132 2025-07-24T05:33:27.9582122Z 2025-07-24T05:33:27.9582639Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2216 2025-07-24T05:33:27.9583237Z 2025-07-24T05:33:27.9583702Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2224 2025-07-24T05:33:27.9584289Z 2025-07-24T05:33:27.9585029Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2296 2025-07-24T05:33:27.9585643Z 2025-07-24T05:33:27.9586256Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2320 2025-07-24T05:33:27.9587055Z 2025-07-24T05:33:27.9587582Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2360 2025-07-24T05:33:27.9588388Z 2025-07-24T05:33:27.9588857Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2728 2025-07-24T05:33:27.9589423Z 2025-07-24T05:33:27.9589881Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2820 2025-07-24T05:33:27.9590446Z 2025-07-24T05:33:27.9591694Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2828 2025-07-24T05:33:27.9592427Z 2025-07-24T05:33:27.9593578Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2836 2025-07-24T05:33:27.9594193Z 2025-07-24T05:33:27.9595114Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2844 2025-07-24T05:33:27.9595714Z 2025-07-24T05:33:27.9596508Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2852 2025-07-24T05:33:27.9597180Z 2025-07-24T05:33:27.9597650Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2860 2025-07-24T05:33:27.9598325Z 2025-07-24T05:33:27.9599046Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2868 2025-07-24T05:33:27.9599642Z 2025-07-24T05:33:27.9600126Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2884 2025-07-24T05:33:27.9600728Z 2025-07-24T05:33:27.9601547Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2028 2025-07-24T05:33:27.9602263Z 2025-07-24T05:33:27.9602647Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2548 2025-07-24T05:33:27.9603136Z 2025-07-24T05:33:27.9603861Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3076 2025-07-24T05:33:27.9604434Z 2025-07-24T05:33:27.9605080Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3108 2025-07-24T05:33:27.9605811Z 2025-07-24T05:33:27.9606367Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3156 2025-07-24T05:33:27.9606923Z 2025-07-24T05:33:27.9607536Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3520 2025-07-24T05:33:27.9608295Z 2025-07-24T05:33:27.9608799Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3596 2025-07-24T05:33:27.9609307Z 2025-07-24T05:33:27.9609887Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4060 2025-07-24T05:33:27.9610549Z 2025-07-24T05:33:27.9611048Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71855 /state1:0x41c64e6d 4260 2025-07-24T05:33:27.9611627Z 2025-07-24T05:33:27.9613253Z 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 4396 2025-07-24T05:33:27.9614979Z 2025-07-24T05:33:27.9615672Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 4532 2025-07-24T05:33:27.9616485Z 2025-07-24T05:33:27.9616898Z vds.exe C:\Windows\System32\vds.exe 4920 2025-07-24T05:33:27.9617352Z 2025-07-24T05:33:27.9617905Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 3828 2025-07-24T05:33:27.9618633Z 2025-07-24T05:33:27.9619328Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2988 2025-07-24T05:33:27.9620243Z 2025-07-24T05:33:27.9621792Z 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 1788 2025-07-24T05:33:27.9623420Z 2025-07-24T05:33:27.9623817Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1776 2025-07-24T05:33:27.9624317Z 2025-07-24T05:33:27.9624819Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2912 2025-07-24T05:33:27.9625435Z 2025-07-24T05:33:27.9626022Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4048 2025-07-24T05:33:27.9626701Z 2025-07-24T05:33:27.9627301Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 5116 2025-07-24T05:33:27.9627986Z 2025-07-24T05:33:27.9628442Z msdtc.exe C:\Windows\System32\msdtc.exe 3852 2025-07-24T05:33:27.9628944Z 2025-07-24T05:33:27.9629515Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3768 2025-07-24T05:33:27.9630224Z 2025-07-24T05:33:27.9630697Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4336 2025-07-24T05:33:27.9631239Z 2025-07-24T05:33:27.9631779Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p 3744 2025-07-24T05:33:27.9632395Z 2025-07-24T05:33:27.9632894Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3348 2025-07-24T05:33:27.9633495Z 2025-07-24T05:33:27.9633883Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2488 2025-07-24T05:33:27.9634386Z 2025-07-24T05:33:27.9634853Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4128 2025-07-24T05:33:27.9635466Z 2025-07-24T05:33:27.9636089Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2196 2025-07-24T05:33:27.9636691Z 2025-07-24T05:33:27.9637243Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4728 2025-07-24T05:33:27.9637837Z 2025-07-24T05:33:27.9638227Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4732 2025-07-24T05:33:27.9638799Z 2025-07-24T05:33:27.9639273Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4544 2025-07-24T05:33:27.9639837Z 2025-07-24T05:33:27.9640350Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 1308 2025-07-24T05:33:27.9640958Z 2025-07-24T05:33:27.9641431Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s wuauserv 4016 2025-07-24T05:33:27.9641983Z 2025-07-24T05:33:27.9642500Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2096 2164 2016 2025-07-24T05:33:27.9643115Z 2025-07-24T05:33:27.9643514Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 816 2025-07-24T05:33:27.9644003Z 2025-07-24T05:33:27.9644465Z taskhostw.exe taskhostw.exe /RuntimeWide 3652 2025-07-24T05:33:27.9644950Z 2025-07-24T05:33:27.9645519Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:532 2376 2025-07-24T05:33:27.9646191Z 2025-07-24T05:33:27.9646583Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4668 2025-07-24T05:33:27.9647148Z 2025-07-24T05:33:27.9647709Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:100 1516 2025-07-24T05:33:27.9648381Z 2025-07-24T05:33:27.9648853Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2736 2025-07-24T05:33:27.9649351Z 2025-07-24T05:33:27.9649824Z TrustedInstaller.exe C:\Windows\servicing\TrustedInstaller.exe 2312 2025-07-24T05:33:27.9650411Z 2025-07-24T05:33:27.9651170Z TiWorker.exe C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.7313_none_56ed2c2b9919af2f\TiWorker.exe -Embedding 596 2025-07-24T05:33:27.9652032Z 2025-07-24T05:33:27.9652572Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4312 2025-07-24T05:33:27.9653216Z 2025-07-24T05:33:27.9653923Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 2408 2025-07-24T05:33:27.9654630Z 2025-07-24T05:33:27.9655246Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 2876 2025-07-24T05:33:27.9656665Z 2025-07-24T05:33:27.9657092Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5060 2025-07-24T05:33:27.9657596Z 2025-07-24T05:33:27.9658402Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent 34c -InterruptEvent 0 -NGENProcess 33c -Pipe 2ec -Comment "NGen Worker Process" 3888 2025-07-24T05:33:27.9659286Z 2025-07-24T05:33:27.9660083Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\9e08e507-79ec-4054-8b85-ff4479ac7445.ps1'" 2984 2025-07-24T05:33:27.9660937Z 2025-07-24T05:33:27.9661502Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4972 2025-07-24T05:33:27.9662176Z 2025-07-24T05:33:27.9662179Z 2025-07-24T05:33:27.9662183Z 2025-07-24T05:33:27.9955870Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-07-24T05:33:27.9956274Z with: 2025-07-24T05:33:27.9956925Z github-secret: *** 2025-07-24T05:33:27.9959172Z 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\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-07-24T05:33:27.9961575Z activate-with-label: false 2025-07-24T05:33:27.9961808Z label: with-ssh 2025-07-24T05:33:27.9962022Z remove-existing-keys: true 2025-07-24T05:33:27.9962292Z fail-silently: true 2025-07-24T05:33:27.9962487Z env: 2025-07-24T05:33:27.9962670Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:27.9962889Z ##[endgroup] 2025-07-24T05:33:28.1693243Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-07-24T05:33:28.1695619Z ciflow reference detected, attempting to extract PR number 2025-07-24T05:33:28.5810885Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2025-07-24T05:33:28.6721919Z No SSH keys found for user pytorch-bot[bot] 2025-07-24T05:33:28.6722407Z Grabbing public ssh keys from https://github.com/benjaminglass1.keys 2025-07-24T05:33:28.7565173Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-07-24T05:33:28.7620359Z Login using: ssh runneruser@ec2-44-203-18-176.compute-1.amazonaws.com 2025-07-24T05:33:28.7621089Z To forward remote desktop on your local machine ssh as follows: 2025-07-24T05:33:28.7621613Z ssh -L 3389:localhost:3389 runneruser@ec2-44-203-18-176.compute-1.amazonaws.com 2025-07-24T05:33:28.7622074Z And then change password using `passwd` command. 2025-07-24T05:33:28.7622309Z 2025-07-24T05:33:28.7622578Z To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, 2025-07-24T05:33:28.7623190Z Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: 2025-07-24T05:33:28.7623728Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-07-24T05:33:28.7624339Z call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-07-24T05:33:28.7624974Z set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-07-24T05:33:28.7868599Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-24T05:33:28.7869072Z with: 2025-07-24T05:33:28.7869268Z no-sudo: true 2025-07-24T05:33:28.7869509Z submodules: recursive 2025-07-24T05:33:28.7869725Z fetch-depth: 0 2025-07-24T05:33:28.7869901Z env: 2025-07-24T05:33:28.7870082Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:28.7870291Z ##[endgroup] 2025-07-24T05:33:29.1743884Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T05:33:29.1744748Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-24T05:33:29.1763810Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:33:29.1764242Z env: 2025-07-24T05:33:29.1764427Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:29.1764651Z ##[endgroup] 2025-07-24T05:33:29.2141052Z ##[group]Run # Use all available CPUs for fetching 2025-07-24T05:33:29.2141445Z # Use all available CPUs for fetching 2025-07-24T05:33:29.2141749Z cd "${GITHUB_WORKSPACE}" 2025-07-24T05:33:29.2142057Z git config --global fetch.parallel 0 2025-07-24T05:33:29.2142397Z git config --global submodule.fetchJobs 0 2025-07-24T05:33:29.2142702Z  2025-07-24T05:33:29.2143007Z # Clean workspace. The default checkout action should also do this, but 2025-07-24T05:33:29.2143430Z # do it here as well just in case 2025-07-24T05:33:29.2166943Z if [[ -d .git ]]; then 2025-07-24T05:33:29.2167290Z  if [ -z "${NO_SUDO}" ]; then 2025-07-24T05:33:29.2167575Z  sudo git clean -ffdx 2025-07-24T05:33:29.2167809Z  else 2025-07-24T05:33:29.2168018Z  git clean -ffdx 2025-07-24T05:33:29.2168241Z  fi 2025-07-24T05:33:29.2168426Z fi 2025-07-24T05:33:29.2187395Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:33:29.2187831Z env: 2025-07-24T05:33:29.2188012Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:29.2188237Z NO_SUDO: true 2025-07-24T05:33:29.2188414Z ##[endgroup] 2025-07-24T05:33:29.3148905Z ##[group]Run actions/checkout@v4 2025-07-24T05:33:29.3149158Z with: 2025-07-24T05:33:29.3149379Z ref: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:33:29.3149666Z fetch-depth: 0 2025-07-24T05:33:29.3149864Z submodules: recursive 2025-07-24T05:33:29.3150087Z show-progress: false 2025-07-24T05:33:29.3150311Z repository: pytorch/pytorch 2025-07-24T05:33:29.3150664Z token: *** 2025-07-24T05:33:29.3150850Z ssh-strict: true 2025-07-24T05:33:29.3151052Z ssh-user: git 2025-07-24T05:33:29.3151257Z persist-credentials: true 2025-07-24T05:33:29.3151503Z clean: true 2025-07-24T05:33:29.3151704Z sparse-checkout-cone-mode: true 2025-07-24T05:33:29.3151963Z fetch-tags: false 2025-07-24T05:33:29.3152170Z lfs: false 2025-07-24T05:33:29.3152507Z set-safe-directory: true 2025-07-24T05:33:29.3152735Z env: 2025-07-24T05:33:29.3152904Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:33:29.3153124Z ##[endgroup] 2025-07-24T05:33:29.4445544Z Syncing repository: pytorch/pytorch 2025-07-24T05:33:29.4446930Z ##[group]Getting Git version info 2025-07-24T05:33:29.4447381Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-07-24T05:33:29.4541838Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-24T05:33:29.4752917Z git version 2.49.0.windows.1 2025-07-24T05:33:29.4797159Z ##[endgroup] 2025-07-24T05:33:29.4809315Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\c9544101-fcd0-4b78-8744-7b098e806f36\.gitconfig' 2025-07-24T05:33:29.4829846Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c9544101-fcd0-4b78-8744-7b098e806f36' before making global git config changes 2025-07-24T05:33:29.4832049Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T05:33:29.4840759Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:33:29.5083691Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-07-24T05:33:29.5089467Z ##[group]Initializing the repository 2025-07-24T05:33:29.5100361Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:33:29.5486578Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-07-24T05:33:29.5529903Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-07-24T05:33:29.5803822Z ##[endgroup] 2025-07-24T05:33:29.5804239Z ##[group]Disabling automatic garbage collection 2025-07-24T05:33:29.5815524Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-07-24T05:33:29.6064081Z ##[endgroup] 2025-07-24T05:33:29.6064496Z ##[group]Setting up auth 2025-07-24T05:33:29.6078082Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-24T05:33:29.6315248Z [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-07-24T05:33:30.1522846Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T05:33:30.1764003Z [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-07-24T05:33:30.6207521Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-24T05:33:30.6458396Z ##[endgroup] 2025-07-24T05:33:30.6458833Z ##[group]Fetching the repository 2025-07-24T05:33:30.6472502Z [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-07-24T05:34:24.5348021Z From https://github.com/pytorch/pytorch 2025-07-24T05:34:24.5348867Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-07-24T05:34:24.5349865Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-07-24T05:34:24.5350803Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-07-24T05:34:24.5351470Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-07-24T05:34:24.5352026Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-07-24T05:34:24.5352598Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-07-24T05:34:24.5353329Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-07-24T05:34:24.5353881Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-07-24T05:34:24.5354442Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-07-24T05:34:24.5354965Z * [new branch] ZainRizvi-patch-1 -> origin/ZainRizvi-patch-1 2025-07-24T05:34:24.5355547Z * [new branch] add-missing-args-normalization -> origin/add-missing-args-normalization 2025-07-24T05:34:24.5356098Z * [new branch] addVllmPin -> origin/addVllmPin 2025-07-24T05:34:24.5356575Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-07-24T05:34:24.5357059Z * [new branch] addbuildvllm -> origin/addbuildvllm 2025-07-24T05:34:24.5358306Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-07-24T05:34:24.5358785Z * [new branch] addsimde -> origin/addsimde 2025-07-24T05:34:24.5359245Z * [new branch] addvllpinnedfile -> origin/addvllpinnedfile 2025-07-24T05:34:24.5359887Z * [new branch] adi/skip_slow_tests -> origin/adi/skip_slow_tests 2025-07-24T05:34:24.5360366Z * [new branch] adi/test -> origin/adi/test 2025-07-24T05:34:24.5360811Z * [new branch] adi/test_fusions -> origin/adi/test_fusions 2025-07-24T05:34:24.5361311Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-07-24T05:34:24.5361774Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-07-24T05:34:24.5362250Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-07-24T05:34:24.5362788Z * [new branch] adi/update_openblas -> origin/adi/update_openblas 2025-07-24T05:34:24.5363316Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-07-24T05:34:24.5363846Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-07-24T05:34:24.5364343Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-07-24T05:34:24.5364798Z * [new branch] alt-disable -> origin/alt-disable 2025-07-24T05:34:24.5365272Z * [new branch] angelayi/155426 -> origin/angelayi/155426 2025-07-24T05:34:24.5365783Z * [new branch] angelayi/157183 -> origin/angelayi/157183 2025-07-24T05:34:24.5366321Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-07-24T05:34:24.5366893Z * [new branch] angelayi/aoti_custom_op -> origin/angelayi/aoti_custom_op 2025-07-24T05:34:24.5367408Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-07-24T05:34:24.5367913Z * [new branch] angelayi/benchmark2 -> origin/angelayi/benchmark2 2025-07-24T05:34:24.5368519Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-07-24T05:34:24.5369121Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-07-24T05:34:24.5369605Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-07-24T05:34:24.5370078Z * [new branch] angelayi/del_lib -> origin/angelayi/del_lib 2025-07-24T05:34:24.5370530Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-07-24T05:34:24.5370987Z * [new branch] angelayi/docs2 -> origin/angelayi/docs2 2025-07-24T05:34:24.5371536Z * [new branch] angelayi/dynamo_fake_input -> origin/angelayi/dynamo_fake_input 2025-07-24T05:34:24.5372406Z * [new branch] angelayi/fake_device -> origin/angelayi/fake_device 2025-07-24T05:34:24.5372945Z * [new branch] angelayi/int_lift_constants -> origin/angelayi/int_lift_constants 2025-07-24T05:34:24.5373471Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-07-24T05:34:24.5373968Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-07-24T05:34:24.5374453Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-07-24T05:34:24.5793297Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-07-24T05:34:24.5793963Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-07-24T05:34:24.5794464Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-07-24T05:34:24.5795125Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-07-24T05:34:24.5795667Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-07-24T05:34:24.5796184Z * [new branch] aoti_static_linkage -> origin/aoti_static_linkage 2025-07-24T05:34:24.5796665Z * [new branch] aoti_weight_sharing -> origin/aoti_weight_sharing 2025-07-24T05:34:24.5797218Z * [new branch] arsh/symint_mm_ind_decomp -> origin/arsh/symint_mm_ind_decomp 2025-07-24T05:34:24.5797840Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-07-24T05:34:24.5798467Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-07-24T05:34:24.5799024Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-07-24T05:34:24.5799500Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-07-24T05:34:24.5799962Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-07-24T05:34:24.5800430Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-07-24T05:34:24.5800893Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-07-24T05:34:24.5801363Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-07-24T05:34:24.5801819Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-07-24T05:34:24.5802274Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-07-24T05:34:24.5802803Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-07-24T05:34:24.5803345Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-07-24T05:34:24.5803855Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-07-24T05:34:24.5804364Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-07-24T05:34:24.5804823Z * [new branch] backupvllm -> origin/backupvllm 2025-07-24T05:34:24.5805243Z * [new branch] base/1.5 -> origin/base/1.5 2025-07-24T05:34:24.5805765Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-07-24T05:34:24.5806349Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-07-24T05:34:24.5806860Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-07-24T05:34:24.5807578Z * [new branch] benjaminglass1/mark-large-tensor-tests-serial -> origin/benjaminglass1/mark-large-tensor-tests-serial 2025-07-24T05:34:24.5808288Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-07-24T05:34:24.5808821Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-07-24T05:34:24.5809465Z * [new branch] bf/cg-capture-size -> origin/bf/cg-capture-size 2025-07-24T05:34:24.5809956Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-07-24T05:34:24.5810409Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-07-24T05:34:24.5811011Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-07-24T05:34:24.5812032Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-07-24T05:34:24.5812880Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-07-24T05:34:24.5813435Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-07-24T05:34:24.5814082Z * [new branch] bf/improve-kernel-bench -> origin/bf/improve-kernel-bench 2025-07-24T05:34:24.5814616Z * [new branch] bf/kernel-benchmark -> origin/bf/kernel-benchmark 2025-07-24T05:34:24.5815133Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-07-24T05:34:24.5815657Z * [new branch] bf/partition-turn-on -> origin/bf/partition-turn-on 2025-07-24T05:34:24.5816162Z * [new branch] bf/recompile-context -> origin/bf/recompile-context 2025-07-24T05:34:24.5816706Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-07-24T05:34:24.5817269Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-07-24T05:34:24.5817749Z * [new branch] bf16adamw -> origin/bf16adamw 2025-07-24T05:34:24.6224169Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-07-24T05:34:24.6224807Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-07-24T05:34:24.6225353Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-07-24T05:34:24.6225907Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-07-24T05:34:24.6226428Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-07-24T05:34:24.6226976Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-07-24T05:34:24.6227525Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-07-24T05:34:24.6228068Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-07-24T05:34:24.6228620Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-07-24T05:34:24.6229164Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-07-24T05:34:24.6229765Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-07-24T05:34:24.6230332Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-07-24T05:34:24.6230880Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-07-24T05:34:24.6231440Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-07-24T05:34:24.6231990Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-07-24T05:34:24.6232534Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-07-24T05:34:24.6233067Z * [new branch] bit8_transpose_pack -> origin/bit8_transpose_pack 2025-07-24T05:34:24.6233582Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-07-24T05:34:24.6234275Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-07-24T05:34:24.6234751Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-07-24T05:34:24.6235346Z * [new branch] bowenbao/partial_min_max_reduce -> origin/bowenbao/partial_min_max_reduce 2025-07-24T05:34:24.6235984Z * [new branch] brister/always_wrapper_ir -> origin/brister/always_wrapper_ir 2025-07-24T05:34:24.6236529Z * [new branch] brister/test_block_ptr_same -> origin/brister/test_block_ptr_same 2025-07-24T05:34:24.6237160Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-07-24T05:34:24.6238463Z * [new branch] brister/wrapper_fx_precomputed_size -> origin/brister/wrapper_fx_precomputed_size 2025-07-24T05:34:24.6239045Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-07-24T05:34:24.6239520Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-07-24T05:34:24.6240438Z * [new branch] camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 -> origin/camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 2025-07-24T05:34:24.6241537Z * [new branch] camyll/test_precommit_hooks_lintrunner -> origin/camyll/test_precommit_hooks_lintrunner 2025-07-24T05:34:24.6242405Z * [new branch] camyllh/cherry-pick-155109-revert-to-release2.8 -> origin/camyllh/cherry-pick-155109-revert-to-release2.8 2025-07-24T05:34:24.6243260Z * [new branch] camyllh/cherrypick-151547-for-release28 -> origin/camyllh/cherrypick-151547-for-release28 2025-07-24T05:34:24.6244034Z * [new branch] camyllh/cherrypick_152932_for_release_2.8 -> origin/camyllh/cherrypick_152932_for_release_2.8 2025-07-24T05:34:24.6244754Z * [new branch] camyllh/revert-138222-in-release-2.8 -> origin/camyllh/revert-138222-in-release-2.8 2025-07-24T05:34:24.6245480Z * [new branch] camyllh/revert-155412-on-release-branch -> origin/camyllh/revert-155412-on-release-branch 2025-07-24T05:34:24.6246207Z * [new branch] camyllh/revert-156552-on-release-2.8 -> origin/camyllh/revert-156552-on-release-2.8 2025-07-24T05:34:24.6246863Z * [new branch] camyllh/revert_156517_on_release_2.8 -> origin/camyllh/revert_156517_on_release_2.8 2025-07-24T05:34:24.6247526Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-07-24T05:34:24.6248312Z * [new branch] cherry-pick-147095-by-pytorch_bot_bot_ -> origin/cherry-pick-147095-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6249037Z * [new branch] cherry-pick-149654-by-pytorch_bot_bot_ -> origin/cherry-pick-149654-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6594518Z * [new branch] cherry-pick-151939-by-pytorch_bot_bot_ -> origin/cherry-pick-151939-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6595401Z * [new branch] cherry-pick-154174-by-pytorch_bot_bot_ -> origin/cherry-pick-154174-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6596225Z * [new branch] cherry-pick-155214-by-pytorch_bot_bot_ -> origin/cherry-pick-155214-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6596988Z * [new branch] cherry-pick-155255-by-pytorch_bot_bot_ -> origin/cherry-pick-155255-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6597711Z * [new branch] cherry-pick-155896-by-pytorch_bot_bot_ -> origin/cherry-pick-155896-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6598430Z * [new branch] cherry-pick-156260-by-pytorch_bot_bot_ -> origin/cherry-pick-156260-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6599172Z * [new branch] cherry-pick-156499-by-pytorch_bot_bot_ -> origin/cherry-pick-156499-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6600056Z * [new branch] cherry-pick-156664-by-pytorch_bot_bot_ -> origin/cherry-pick-156664-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6600780Z * [new branch] cherry-pick-156708-by-pytorch_bot_bot_ -> origin/cherry-pick-156708-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6601506Z * [new branch] cherry-pick-156719-by-pytorch_bot_bot_ -> origin/cherry-pick-156719-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6602312Z * [new branch] cherry-pick-156731-by-pytorch_bot_bot_ -> origin/cherry-pick-156731-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6603119Z * [new branch] cherry-pick-156783-by-pytorch_bot_bot_ -> origin/cherry-pick-156783-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6603855Z * [new branch] cherry-pick-156847-by-pytorch_bot_bot_ -> origin/cherry-pick-156847-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6604678Z * [new branch] cherry-pick-156876-by-pytorch_bot_bot_ -> origin/cherry-pick-156876-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6605420Z * [new branch] cherry-pick-156888-by-pytorch_bot_bot_ -> origin/cherry-pick-156888-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6606136Z * [new branch] cherry-pick-156898-by-pytorch_bot_bot_ -> origin/cherry-pick-156898-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6606862Z * [new branch] cherry-pick-156910-by-pytorch_bot_bot_ -> origin/cherry-pick-156910-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6607594Z * [new branch] cherry-pick-157014-by-pytorch_bot_bot_ -> origin/cherry-pick-157014-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6608330Z * [new branch] cherry-pick-157017-by-pytorch_bot_bot_ -> origin/cherry-pick-157017-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6609143Z * [new branch] cherry-pick-157023-by-pytorch_bot_bot_ -> origin/cherry-pick-157023-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6609967Z * [new branch] cherry-pick-157130-by-pytorch_bot_bot_ -> origin/cherry-pick-157130-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6610777Z * [new branch] cherry-pick-157179-by-pytorch_bot_bot_ -> origin/cherry-pick-157179-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6611639Z * [new branch] cherry-pick-157292-by-pytorch_bot_bot_ -> origin/cherry-pick-157292-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6612360Z * [new branch] cherry-pick-157322-by-pytorch_bot_bot_ -> origin/cherry-pick-157322-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6613087Z * [new branch] cherry-pick-157453-by-pytorch_bot_bot_ -> origin/cherry-pick-157453-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6613829Z * [new branch] cherry-pick-157466-by-pytorch_bot_bot_ -> origin/cherry-pick-157466-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6614559Z * [new branch] cherry-pick-157467-by-pytorch_bot_bot_ -> origin/cherry-pick-157467-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6615293Z * [new branch] cherry-pick-157503-by-pytorch_bot_bot_ -> origin/cherry-pick-157503-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6616015Z * [new branch] cherry-pick-157513-by-pytorch_bot_bot_ -> origin/cherry-pick-157513-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6616867Z * [new branch] cherry-pick-157516-by-pytorch_bot_bot_ -> origin/cherry-pick-157516-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6617684Z * [new branch] cherry-pick-157558-by-pytorch_bot_bot_ -> origin/cherry-pick-157558-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6618450Z * [new branch] cherry-pick-157598-by-pytorch_bot_bot_ -> origin/cherry-pick-157598-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6619177Z * [new branch] cherry-pick-157600-by-pytorch_bot_bot_ -> origin/cherry-pick-157600-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6619899Z * [new branch] cherry-pick-157630-by-pytorch_bot_bot_ -> origin/cherry-pick-157630-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6620646Z * [new branch] cherry-pick-157695-by-pytorch_bot_bot_ -> origin/cherry-pick-157695-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6981149Z * [new branch] cherry-pick-157732-by-pytorch_bot_bot_ -> origin/cherry-pick-157732-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6981916Z * [new branch] cherry-pick-157733-by-pytorch_bot_bot_ -> origin/cherry-pick-157733-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6982642Z * [new branch] cherry-pick-157843-by-pytorch_bot_bot_ -> origin/cherry-pick-157843-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6983370Z * [new branch] cherry-pick-157993-by-pytorch_bot_bot_ -> origin/cherry-pick-157993-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6984106Z * [new branch] cherry-pick-158064-by-pytorch_bot_bot_ -> origin/cherry-pick-158064-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6984875Z * [new branch] cherry-pick-158126-by-pytorch_bot_bot_ -> origin/cherry-pick-158126-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6985798Z * [new branch] cherry-pick-158152-by-pytorch_bot_bot_ -> origin/cherry-pick-158152-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6986544Z * [new branch] cherry-pick-158295-by-pytorch_bot_bot_ -> origin/cherry-pick-158295-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6987272Z * [new branch] cherry-pick-158301-by-pytorch_bot_bot_ -> origin/cherry-pick-158301-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6988005Z * [new branch] cherry-pick-158537-by-pytorch_bot_bot_ -> origin/cherry-pick-158537-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6988722Z * [new branch] cherry-pick-158572-by-pytorch_bot_bot_ -> origin/cherry-pick-158572-by-pytorch_bot_bot_ 2025-07-24T05:34:24.6989345Z * [new branch] cherry-pick-158595 -> origin/cherry-pick-158595 2025-07-24T05:34:24.6989855Z * [new branch] cherry-pick-PR-158746 -> origin/cherry-pick-PR-158746 2025-07-24T05:34:24.6990377Z * [new branch] chilli/flex_vllm -> origin/chilli/flex_vllm 2025-07-24T05:34:24.6990904Z * [new branch] ck-epilogue-fix -> origin/ck-epilogue-fix 2025-07-24T05:34:24.6991452Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-07-24T05:34:24.6991999Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-07-24T05:34:24.6992549Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-07-24T05:34:24.6993053Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-07-24T05:34:24.6993497Z * [new branch] cleantest1 -> origin/cleantest1 2025-07-24T05:34:24.6994268Z * [new branch] codex/create-test-for-tensor-memory-leak-in-cudagraph -> origin/codex/create-test-for-tensor-memory-leak-in-cudagraph 2025-07-24T05:34:24.6995278Z * [new branch] codex/update-default-size_hint-fallback-value -> origin/codex/update-default-size_hint-fallback-value 2025-07-24T05:34:24.6995975Z * [new branch] collective_c_shim -> origin/collective_c_shim 2025-07-24T05:34:24.6996560Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-07-24T05:34:24.6997296Z * [new branch] comply-with-setuptools -> origin/comply-with-setuptools 2025-07-24T05:34:24.6997797Z * [new branch] context_test -> origin/context_test 2025-07-24T05:34:24.6998267Z * [new branch] copilot/fix-157446 -> origin/copilot/fix-157446 2025-07-24T05:34:24.6998723Z * [new branch] copy_graph -> origin/copy_graph 2025-07-24T05:34:24.6999176Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-07-24T05:34:24.6999642Z * [new branch] csl/3_proc_sm -> origin/csl/3_proc_sm 2025-07-24T05:34:24.7000158Z * [new branch] csl/add_file_merge_conflict_csv -> origin/csl/add_file_merge_conflict_csv 2025-07-24T05:34:24.7000844Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-07-24T05:34:24.7001357Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-07-24T05:34:24.7001900Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-07-24T05:34:24.7002515Z * [new branch] csl/ci_upload_artifacts_with_running -> origin/csl/ci_upload_artifacts_with_running 2025-07-24T05:34:24.7003222Z * [new branch] csl/clean_up_max_jobs_override -> origin/csl/clean_up_max_jobs_override 2025-07-24T05:34:24.7003765Z * [new branch] csl/clean_up_more_tags -> origin/csl/clean_up_more_tags 2025-07-24T05:34:24.7004286Z * [new branch] csl/disable_periodic_tests -> origin/csl/disable_periodic_tests 2025-07-24T05:34:24.7004917Z * [new branch] csl/docker_instru_ssh -> origin/csl/docker_instru_ssh 2025-07-24T05:34:24.7005503Z * [new branch] csl/faketensortest_super_setup -> origin/csl/faketensortest_super_setup 2025-07-24T05:34:24.7006110Z * [new branch] csl/fix_docker_imgs_for_release -> origin/csl/fix_docker_imgs_for_release 2025-07-24T05:34:24.7447295Z * [new branch] csl/fix_flaky_dist_test -> origin/csl/fix_flaky_dist_test 2025-07-24T05:34:24.7447808Z * [new branch] csl/katex -> origin/csl/katex 2025-07-24T05:34:24.7448264Z * [new branch] csl/keep_going_main -> origin/csl/keep_going_main 2025-07-24T05:34:24.7448747Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-07-24T05:34:24.7449318Z * [new branch] csl/lintrunner_changed_files_removed -> origin/csl/lintrunner_changed_files_removed 2025-07-24T05:34:24.7450051Z * [new branch] csl/lintrunner_changed_files_removed_test -> origin/csl/lintrunner_changed_files_removed_test 2025-07-24T05:34:24.7450686Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-07-24T05:34:24.7451171Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-07-24T05:34:24.7451742Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-07-24T05:34:24.7452282Z * [new branch] csl/print_set_output -> origin/csl/print_set_output 2025-07-24T05:34:24.7452764Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-07-24T05:34:24.7453217Z * [new branch] csl/rocm_binary -> origin/csl/rocm_binary 2025-07-24T05:34:24.7453662Z * [new branch] csl/rocm_inductor -> origin/csl/rocm_inductor 2025-07-24T05:34:24.7454259Z * [new branch] csl/rocm_upload_artifacts_while_running -> origin/csl/rocm_upload_artifacts_while_running 2025-07-24T05:34:24.7454844Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-07-24T05:34:24.7455294Z * [new branch] csl/td_dynamo -> origin/csl/td_dynamo 2025-07-24T05:34:24.7455815Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-07-24T05:34:24.7456352Z * [new branch] csl/unused_docker -> origin/csl/unused_docker 2025-07-24T05:34:24.7456909Z * [new branch] csl/update_mobile_build_docker_img -> origin/csl/update_mobile_build_docker_img 2025-07-24T05:34:24.7457553Z * [new branch] csl/viable_strict_concurrency_group -> origin/csl/viable_strict_concurrency_group 2025-07-24T05:34:24.7458204Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-07-24T05:34:24.7458674Z * [new branch] cublasltrelax2 -> origin/cublasltrelax2 2025-07-24T05:34:24.7459123Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-07-24T05:34:24.7459605Z * [new branch] cudnnsdparefactor -> origin/cudnnsdparefactor 2025-07-24T05:34:24.7460254Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-07-24T05:34:24.7460744Z * [new branch] d4l3k/delete_hook -> origin/d4l3k/delete_hook 2025-07-24T05:34:24.7461200Z * [new branch] d4l3k/dist_queue -> origin/d4l3k/dist_queue 2025-07-24T05:34:24.7461660Z * [new branch] d4l3k/fix_h100_ci -> origin/d4l3k/fix_h100_ci 2025-07-24T05:34:24.7462122Z * [new branch] d4l3k/wait_stream -> origin/d4l3k/wait_stream 2025-07-24T05:34:24.7462630Z * [new branch] dcp-safetensor-test-fix -> origin/dcp-safetensor-test-fix 2025-07-24T05:34:24.7463114Z * [new branch] dcp_zoc -> origin/dcp_zoc 2025-07-24T05:34:24.7464341Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-07-24T05:34:24.7465039Z * [new branch] dependabot/pip/dot-ci/docker/protobuf-5.29.5 -> origin/dependabot/pip/dot-ci/docker/protobuf-5.29.5 2025-07-24T05:34:24.7465733Z * [new branch] deprecation_decorator -> origin/deprecation_decorator 2025-07-24T05:34:24.7466282Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-07-24T05:34:24.7466923Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-07-24T05:34:24.7467531Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-07-24T05:34:24.7468056Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-07-24T05:34:24.7468521Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-07-24T05:34:24.7469006Z * [new branch] dev/joona/cat_remove_graph -> origin/dev/joona/cat_remove_graph 2025-07-24T05:34:24.7469602Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-07-24T05:34:24.7470200Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-07-24T05:34:24.7470863Z * [new branch] dev/joona/maxpool2dwithindices_errmsg -> origin/dev/joona/maxpool2dwithindices_errmsg 2025-07-24T05:34:24.7471529Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-07-24T05:34:24.7472027Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-07-24T05:34:24.7866608Z * [new branch] dev/joona/sdpa_nans -> origin/dev/joona/sdpa_nans 2025-07-24T05:34:24.7867197Z * [new branch] dev/joona/synchronize_benchmark -> origin/dev/joona/synchronize_benchmark 2025-07-24T05:34:24.7867775Z * [new branch] dev/joona/topk_newapi -> origin/dev/joona/topk_newapi 2025-07-24T05:34:24.7868288Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-07-24T05:34:24.7868776Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-07-24T05:34:24.7869228Z * [new branch] disable -> origin/disable 2025-07-24T05:34:24.7869621Z * [new branch] divup -> origin/divup 2025-07-24T05:34:24.7870208Z * [new branch] divyanshk-log-api-usage-datapipes-1 -> origin/divyanshk-log-api-usage-datapipes-1 2025-07-24T05:34:24.7870816Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-07-24T05:34:24.7871297Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-07-24T05:34:24.7871831Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-07-24T05:34:24.7872434Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-07-24T05:34:24.7873059Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-07-24T05:34:24.7873797Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-07-24T05:34:24.7874355Z * [new branch] enable-b200-benchmark -> origin/enable-b200-benchmark 2025-07-24T05:34:24.7874838Z * [new branch] enable_td_rocm -> origin/enable_td_rocm 2025-07-24T05:34:24.7875279Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-07-24T05:34:24.7875721Z * [new branch] eqy-patch-10 -> origin/eqy-patch-10 2025-07-24T05:34:24.7876226Z * [new branch] example-convert-torch.nn -> origin/example-convert-torch.nn 2025-07-24T05:34:24.7876764Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-07-24T05:34:24.7877508Z * [new branch] exclamaforte/bump-transformer-version -> origin/exclamaforte/bump-transformer-version 2025-07-24T05:34:24.7878301Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-07-24T05:34:24.7879080Z * [new branch] exclamaforte/debug-autotuner-profile -> origin/exclamaforte/debug-autotuner-profile 2025-07-24T05:34:24.7879776Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-07-24T05:34:24.7880424Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-07-24T05:34:24.7881146Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-07-24T05:34:24.7881931Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-07-24T05:34:24.7882633Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-07-24T05:34:24.7883249Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-07-24T05:34:24.7883935Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-07-24T05:34:24.7884578Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-07-24T05:34:24.7885278Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-07-24T05:34:24.7885990Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-07-24T05:34:24.7886596Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-07-24T05:34:24.7887209Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-07-24T05:34:24.7887782Z * [new branch] exclamaforte/log_mul -> origin/exclamaforte/log_mul 2025-07-24T05:34:24.7888336Z * [new branch] exclamaforte/memory-counter -> origin/exclamaforte/memory-counter 2025-07-24T05:34:24.7888970Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-07-24T05:34:24.7889637Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-07-24T05:34:24.7890426Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-07-24T05:34:24.7891195Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-07-24T05:34:24.7892033Z * [new branch] exclamaforte/update-pandas-numpy-ci -> origin/exclamaforte/update-pandas-numpy-ci 2025-07-24T05:34:24.8308132Z * [new branch] exclamforte/gemm-model-final -> origin/exclamforte/gemm-model-final 2025-07-24T05:34:24.8308819Z * [new branch] exec -> origin/exec 2025-07-24T05:34:24.8309503Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-07-24T05:34:24.8310012Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-07-24T05:34:24.8310493Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-07-24T05:34:24.8310955Z * [new branch] export-D68846308 -> origin/export-D68846308 2025-07-24T05:34:24.8311419Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-07-24T05:34:24.8311878Z * [new branch] export-D71446522 -> origin/export-D71446522 2025-07-24T05:34:24.8312349Z * [new branch] export-D72391401 -> origin/export-D72391401 2025-07-24T05:34:24.8312812Z * [new branch] export-D72483950 -> origin/export-D72483950 2025-07-24T05:34:24.8313407Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-07-24T05:34:24.8313903Z * [new branch] export-D73287751 -> origin/export-D73287751 2025-07-24T05:34:24.8314418Z * [new branch] export-D75183591 -> origin/export-D75183591 2025-07-24T05:34:24.8314939Z * [new branch] export-D75605373 -> origin/export-D75605373 2025-07-24T05:34:24.8315418Z * [new branch] export-D75617432 -> origin/export-D75617432 2025-07-24T05:34:24.8315879Z * [new branch] export-D75659965 -> origin/export-D75659965 2025-07-24T05:34:24.8316352Z * [new branch] export-D76080931 -> origin/export-D76080931 2025-07-24T05:34:24.8316820Z * [new branch] export-D76463347 -> origin/export-D76463347 2025-07-24T05:34:24.8317291Z * [new branch] export-D76797250 -> origin/export-D76797250 2025-07-24T05:34:24.8317779Z * [new branch] export-D76885271 -> origin/export-D76885271 2025-07-24T05:34:24.8318242Z * [new branch] export-D76885620 -> origin/export-D76885620 2025-07-24T05:34:24.8318725Z * [new branch] export-D76936623 -> origin/export-D76936623 2025-07-24T05:34:24.8319182Z * [new branch] export-D76958268 -> origin/export-D76958268 2025-07-24T05:34:24.8319655Z * [new branch] export-D77639021 -> origin/export-D77639021 2025-07-24T05:34:24.8320147Z * [new branch] export-D78047846 -> origin/export-D78047846 2025-07-24T05:34:24.8320616Z * [new branch] export-D78308105 -> origin/export-D78308105 2025-07-24T05:34:24.8321135Z * [new branch] export-D78363609 -> origin/export-D78363609 2025-07-24T05:34:24.8321597Z * [new branch] export-D78375400 -> origin/export-D78375400 2025-07-24T05:34:24.8322079Z * [new branch] export-D78431075 -> origin/export-D78431075 2025-07-24T05:34:24.8322546Z * [new branch] export-D78431305 -> origin/export-D78431305 2025-07-24T05:34:24.8323024Z * [new branch] export-D78524147 -> origin/export-D78524147 2025-07-24T05:34:24.8323490Z * [new branch] export-D78580107 -> origin/export-D78580107 2025-07-24T05:34:24.8323939Z * [new branch] export-D78588406 -> origin/export-D78588406 2025-07-24T05:34:24.8324398Z * [new branch] export-D78691422 -> origin/export-D78691422 2025-07-24T05:34:24.8324855Z * [new branch] export-D78758466 -> origin/export-D78758466 2025-07-24T05:34:24.8325313Z * [new branch] export-D78822171 -> origin/export-D78822171 2025-07-24T05:34:24.8325782Z * [new branch] export-D78822351 -> origin/export-D78822351 2025-07-24T05:34:24.8326241Z * [new branch] export-D78822507 -> origin/export-D78822507 2025-07-24T05:34:24.8326895Z * [new branch] export-D78826994 -> origin/export-D78826994 2025-07-24T05:34:24.8327477Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-07-24T05:34:24.8328133Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-07-24T05:34:24.8328633Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-07-24T05:34:24.8329096Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-07-24T05:34:24.8329561Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-07-24T05:34:24.8329967Z * [new branch] fca -> origin/fca 2025-07-24T05:34:24.8330389Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-07-24T05:34:24.8330890Z * [new branch] fca5 -> origin/fca5 2025-07-24T05:34:24.8331402Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-07-24T05:34:24.8761811Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-07-24T05:34:24.8762683Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-07-24T05:34:24.8763353Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-07-24T05:34:24.8763876Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-07-24T05:34:24.8764356Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-07-24T05:34:24.8764847Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-07-24T05:34:24.8765420Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-07-24T05:34:24.8766028Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-07-24T05:34:24.8766591Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-07-24T05:34:24.8767103Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-07-24T05:34:24.8767633Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-07-24T05:34:24.8768160Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-07-24T05:34:24.8768711Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-07-24T05:34:24.8769245Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-07-24T05:34:24.8769697Z * [new branch] fix -> origin/fix 2025-07-24T05:34:24.8770210Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-07-24T05:34:24.8770763Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-07-24T05:34:24.8771291Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-07-24T05:34:24.8771906Z * [new branch] fix-inductor-periodic-0528 -> origin/fix-inductor-periodic-0528 2025-07-24T05:34:24.8772498Z * [new branch] fix-issue-149534-attempt-1 -> origin/fix-issue-149534-attempt-1 2025-07-24T05:34:24.8773086Z * [new branch] fix-rlease-feature-template -> origin/fix-rlease-feature-template 2025-07-24T05:34:24.8773594Z * [new branch] fix_153389 -> origin/fix_153389 2025-07-24T05:34:24.8774066Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-07-24T05:34:24.8774584Z * [new branch] fix_fake_tensor_issue -> origin/fix_fake_tensor_issue 2025-07-24T05:34:24.8775267Z * [new branch] fix_sbgemm_bf16 -> origin/fix_sbgemm_bf16 2025-07-24T05:34:24.8775737Z * [new branch] fixes-triage -> origin/fixes-triage 2025-07-24T05:34:24.8776186Z * [new branch] flex-lowering -> origin/flex-lowering 2025-07-24T05:34:24.8776727Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-07-24T05:34:24.8777382Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-07-24T05:34:24.8777976Z * [new branch] fsdp-qps-drop -> origin/fsdp-qps-drop 2025-07-24T05:34:24.8778449Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-07-24T05:34:24.8778897Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-07-24T05:34:24.8779455Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-07-24T05:34:24.8779896Z * [new branch] fused_qkv -> origin/fused_qkv 2025-07-24T05:34:24.8780325Z * [new branch] fx_cpp -> origin/fx_cpp 2025-07-24T05:34:24.8780747Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-07-24T05:34:24.8781220Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-07-24T05:34:24.8781718Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-07-24T05:34:24.8782180Z * [new branch] gh/CaoE/1/base -> origin/gh/CaoE/1/base 2025-07-24T05:34:24.8782642Z * [new branch] gh/CaoE/1/head -> origin/gh/CaoE/1/head 2025-07-24T05:34:24.8783132Z * [new branch] gh/CaoE/1/orig -> origin/gh/CaoE/1/orig 2025-07-24T05:34:24.8783632Z * [new branch] gh/CaoE/2/base -> origin/gh/CaoE/2/base 2025-07-24T05:34:24.8784081Z * [new branch] gh/CaoE/2/head -> origin/gh/CaoE/2/head 2025-07-24T05:34:24.8784527Z * [new branch] gh/CaoE/2/orig -> origin/gh/CaoE/2/orig 2025-07-24T05:34:24.8784985Z * [new branch] gh/CaoE/3/base -> origin/gh/CaoE/3/base 2025-07-24T05:34:24.8785428Z * [new branch] gh/CaoE/3/head -> origin/gh/CaoE/3/head 2025-07-24T05:34:24.8785883Z * [new branch] gh/CaoE/3/orig -> origin/gh/CaoE/3/orig 2025-07-24T05:34:24.9246800Z * [new branch] gh/ColinPeppler/72/base -> origin/gh/ColinPeppler/72/base 2025-07-24T05:34:24.9247411Z * [new branch] gh/ColinPeppler/72/head -> origin/gh/ColinPeppler/72/head 2025-07-24T05:34:24.9247979Z * [new branch] gh/ColinPeppler/72/orig -> origin/gh/ColinPeppler/72/orig 2025-07-24T05:34:24.9248560Z * [new branch] gh/ColinPeppler/75/base -> origin/gh/ColinPeppler/75/base 2025-07-24T05:34:24.9249132Z * [new branch] gh/ColinPeppler/75/head -> origin/gh/ColinPeppler/75/head 2025-07-24T05:34:24.9249680Z * [new branch] gh/ColinPeppler/75/orig -> origin/gh/ColinPeppler/75/orig 2025-07-24T05:34:24.9250216Z * [new branch] gh/ColinPeppler/76/base -> origin/gh/ColinPeppler/76/base 2025-07-24T05:34:24.9250761Z * [new branch] gh/ColinPeppler/76/head -> origin/gh/ColinPeppler/76/head 2025-07-24T05:34:24.9251291Z * [new branch] gh/ColinPeppler/76/orig -> origin/gh/ColinPeppler/76/orig 2025-07-24T05:34:24.9251934Z * [new branch] gh/ColinPeppler/77/base -> origin/gh/ColinPeppler/77/base 2025-07-24T05:34:24.9252497Z * [new branch] gh/ColinPeppler/77/head -> origin/gh/ColinPeppler/77/head 2025-07-24T05:34:24.9253035Z * [new branch] gh/ColinPeppler/77/orig -> origin/gh/ColinPeppler/77/orig 2025-07-24T05:34:24.9253580Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-07-24T05:34:24.9254266Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-07-24T05:34:24.9254771Z * [new branch] gh/EikanWang/80/base -> origin/gh/EikanWang/80/base 2025-07-24T05:34:24.9255286Z * [new branch] gh/EikanWang/80/head -> origin/gh/EikanWang/80/head 2025-07-24T05:34:24.9255783Z * [new branch] gh/EikanWang/80/orig -> origin/gh/EikanWang/80/orig 2025-07-24T05:34:24.9256295Z * [new branch] gh/EikanWang/81/base -> origin/gh/EikanWang/81/base 2025-07-24T05:34:24.9256792Z * [new branch] gh/EikanWang/81/head -> origin/gh/EikanWang/81/head 2025-07-24T05:34:24.9257298Z * [new branch] gh/EikanWang/81/orig -> origin/gh/EikanWang/81/orig 2025-07-24T05:34:24.9257922Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-07-24T05:34:24.9258440Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-07-24T05:34:24.9258945Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-07-24T05:34:24.9259441Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-07-24T05:34:24.9259920Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-07-24T05:34:24.9260410Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-07-24T05:34:24.9260878Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-07-24T05:34:24.9261361Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-07-24T05:34:24.9261827Z * [new branch] gh/H-Huang/172/base -> origin/gh/H-Huang/172/base 2025-07-24T05:34:24.9262321Z * [new branch] gh/H-Huang/172/head -> origin/gh/H-Huang/172/head 2025-07-24T05:34:24.9262793Z * [new branch] gh/H-Huang/172/orig -> origin/gh/H-Huang/172/orig 2025-07-24T05:34:24.9263268Z * [new branch] gh/H-Huang/177/base -> origin/gh/H-Huang/177/base 2025-07-24T05:34:24.9263754Z * [new branch] gh/H-Huang/177/head -> origin/gh/H-Huang/177/head 2025-07-24T05:34:24.9264221Z * [new branch] gh/H-Huang/177/orig -> origin/gh/H-Huang/177/orig 2025-07-24T05:34:24.9264795Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-07-24T05:34:24.9265269Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-07-24T05:34:24.9265753Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-07-24T05:34:24.9266235Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-07-24T05:34:24.9266714Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-07-24T05:34:24.9267209Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-07-24T05:34:24.9267675Z * [new branch] gh/H-Huang/183/base -> origin/gh/H-Huang/183/base 2025-07-24T05:34:24.9268156Z * [new branch] gh/H-Huang/183/head -> origin/gh/H-Huang/183/head 2025-07-24T05:34:24.9268634Z * [new branch] gh/H-Huang/183/orig -> origin/gh/H-Huang/183/orig 2025-07-24T05:34:24.9269097Z * [new branch] gh/H-Huang/185/base -> origin/gh/H-Huang/185/base 2025-07-24T05:34:24.9269575Z * [new branch] gh/H-Huang/185/head -> origin/gh/H-Huang/185/head 2025-07-24T05:34:24.9270045Z * [new branch] gh/H-Huang/185/orig -> origin/gh/H-Huang/185/orig 2025-07-24T05:34:24.9270528Z * [new branch] gh/H-Huang/187/base -> origin/gh/H-Huang/187/base 2025-07-24T05:34:24.9698560Z * [new branch] gh/H-Huang/187/head -> origin/gh/H-Huang/187/head 2025-07-24T05:34:24.9700388Z * [new branch] gh/H-Huang/187/orig -> origin/gh/H-Huang/187/orig 2025-07-24T05:34:24.9701040Z * [new branch] gh/H-Huang/191/base -> origin/gh/H-Huang/191/base 2025-07-24T05:34:24.9701516Z * [new branch] gh/H-Huang/191/head -> origin/gh/H-Huang/191/head 2025-07-24T05:34:24.9701999Z * [new branch] gh/H-Huang/191/orig -> origin/gh/H-Huang/191/orig 2025-07-24T05:34:24.9702496Z * [new branch] gh/H-Huang/192/base -> origin/gh/H-Huang/192/base 2025-07-24T05:34:24.9702966Z * [new branch] gh/H-Huang/192/head -> origin/gh/H-Huang/192/head 2025-07-24T05:34:24.9703448Z * [new branch] gh/H-Huang/192/orig -> origin/gh/H-Huang/192/orig 2025-07-24T05:34:24.9704078Z * [new branch] gh/H-Huang/193/base -> origin/gh/H-Huang/193/base 2025-07-24T05:34:24.9704576Z * [new branch] gh/H-Huang/193/head -> origin/gh/H-Huang/193/head 2025-07-24T05:34:24.9705054Z * [new branch] gh/H-Huang/193/orig -> origin/gh/H-Huang/193/orig 2025-07-24T05:34:24.9705522Z * [new branch] gh/H-Huang/194/base -> origin/gh/H-Huang/194/base 2025-07-24T05:34:24.9706000Z * [new branch] gh/H-Huang/194/head -> origin/gh/H-Huang/194/head 2025-07-24T05:34:24.9706473Z * [new branch] gh/H-Huang/194/orig -> origin/gh/H-Huang/194/orig 2025-07-24T05:34:24.9706948Z * [new branch] gh/H-Huang/195/base -> origin/gh/H-Huang/195/base 2025-07-24T05:34:24.9707430Z * [new branch] gh/H-Huang/195/head -> origin/gh/H-Huang/195/head 2025-07-24T05:34:24.9707893Z * [new branch] gh/H-Huang/195/orig -> origin/gh/H-Huang/195/orig 2025-07-24T05:34:24.9708386Z * [new branch] gh/H-Huang/196/base -> origin/gh/H-Huang/196/base 2025-07-24T05:34:24.9708855Z * [new branch] gh/H-Huang/196/head -> origin/gh/H-Huang/196/head 2025-07-24T05:34:24.9709334Z * [new branch] gh/H-Huang/196/orig -> origin/gh/H-Huang/196/orig 2025-07-24T05:34:24.9709805Z * [new branch] gh/H-Huang/197/base -> origin/gh/H-Huang/197/base 2025-07-24T05:34:24.9710270Z * [new branch] gh/H-Huang/197/head -> origin/gh/H-Huang/197/head 2025-07-24T05:34:24.9710741Z * [new branch] gh/H-Huang/197/orig -> origin/gh/H-Huang/197/orig 2025-07-24T05:34:24.9711242Z * [new branch] gh/IvanKobzarev/107/base -> origin/gh/IvanKobzarev/107/base 2025-07-24T05:34:24.9711802Z * [new branch] gh/IvanKobzarev/107/head -> origin/gh/IvanKobzarev/107/head 2025-07-24T05:34:24.9712335Z * [new branch] gh/IvanKobzarev/107/orig -> origin/gh/IvanKobzarev/107/orig 2025-07-24T05:34:24.9713077Z * [new branch] gh/IvanKobzarev/109/base -> origin/gh/IvanKobzarev/109/base 2025-07-24T05:34:24.9713636Z * [new branch] gh/IvanKobzarev/109/head -> origin/gh/IvanKobzarev/109/head 2025-07-24T05:34:24.9714179Z * [new branch] gh/IvanKobzarev/109/orig -> origin/gh/IvanKobzarev/109/orig 2025-07-24T05:34:24.9714729Z * [new branch] gh/IvanKobzarev/110/base -> origin/gh/IvanKobzarev/110/base 2025-07-24T05:34:24.9715262Z * [new branch] gh/IvanKobzarev/110/head -> origin/gh/IvanKobzarev/110/head 2025-07-24T05:34:24.9715807Z * [new branch] gh/IvanKobzarev/110/orig -> origin/gh/IvanKobzarev/110/orig 2025-07-24T05:34:24.9716352Z * [new branch] gh/IvanKobzarev/111/base -> origin/gh/IvanKobzarev/111/base 2025-07-24T05:34:24.9716889Z * [new branch] gh/IvanKobzarev/111/head -> origin/gh/IvanKobzarev/111/head 2025-07-24T05:34:24.9717444Z * [new branch] gh/IvanKobzarev/111/orig -> origin/gh/IvanKobzarev/111/orig 2025-07-24T05:34:24.9718092Z * [new branch] gh/IvanKobzarev/112/base -> origin/gh/IvanKobzarev/112/base 2025-07-24T05:34:24.9718648Z * [new branch] gh/IvanKobzarev/112/head -> origin/gh/IvanKobzarev/112/head 2025-07-24T05:34:24.9719205Z * [new branch] gh/IvanKobzarev/112/orig -> origin/gh/IvanKobzarev/112/orig 2025-07-24T05:34:24.9719750Z * [new branch] gh/IvanKobzarev/114/base -> origin/gh/IvanKobzarev/114/base 2025-07-24T05:34:24.9720302Z * [new branch] gh/IvanKobzarev/114/head -> origin/gh/IvanKobzarev/114/head 2025-07-24T05:34:24.9720848Z * [new branch] gh/IvanKobzarev/114/orig -> origin/gh/IvanKobzarev/114/orig 2025-07-24T05:34:24.9721395Z * [new branch] gh/IvanKobzarev/115/base -> origin/gh/IvanKobzarev/115/base 2025-07-24T05:34:24.9721944Z * [new branch] gh/IvanKobzarev/115/head -> origin/gh/IvanKobzarev/115/head 2025-07-24T05:34:24.9722577Z * [new branch] gh/IvanKobzarev/115/orig -> origin/gh/IvanKobzarev/115/orig 2025-07-24T05:34:24.9723137Z * [new branch] gh/IvanKobzarev/116/base -> origin/gh/IvanKobzarev/116/base 2025-07-24T05:34:24.9723674Z * [new branch] gh/IvanKobzarev/116/head -> origin/gh/IvanKobzarev/116/head 2025-07-24T05:34:25.0118969Z * [new branch] gh/IvanKobzarev/116/orig -> origin/gh/IvanKobzarev/116/orig 2025-07-24T05:34:25.0119591Z * [new branch] gh/IvanKobzarev/118/base -> origin/gh/IvanKobzarev/118/base 2025-07-24T05:34:25.0120212Z * [new branch] gh/IvanKobzarev/118/head -> origin/gh/IvanKobzarev/118/head 2025-07-24T05:34:25.0120867Z * [new branch] gh/IvanKobzarev/118/orig -> origin/gh/IvanKobzarev/118/orig 2025-07-24T05:34:25.0121434Z * [new branch] gh/IvanKobzarev/119/base -> origin/gh/IvanKobzarev/119/base 2025-07-24T05:34:25.0122002Z * [new branch] gh/IvanKobzarev/119/head -> origin/gh/IvanKobzarev/119/head 2025-07-24T05:34:25.0122578Z * [new branch] gh/IvanKobzarev/119/orig -> origin/gh/IvanKobzarev/119/orig 2025-07-24T05:34:25.0123113Z * [new branch] gh/IvanKobzarev/120/base -> origin/gh/IvanKobzarev/120/base 2025-07-24T05:34:25.0123671Z * [new branch] gh/IvanKobzarev/120/head -> origin/gh/IvanKobzarev/120/head 2025-07-24T05:34:25.0124207Z * [new branch] gh/IvanKobzarev/120/orig -> origin/gh/IvanKobzarev/120/orig 2025-07-24T05:34:25.0124761Z * [new branch] gh/IvanKobzarev/121/base -> origin/gh/IvanKobzarev/121/base 2025-07-24T05:34:25.0125312Z * [new branch] gh/IvanKobzarev/121/head -> origin/gh/IvanKobzarev/121/head 2025-07-24T05:34:25.0125850Z * [new branch] gh/IvanKobzarev/121/orig -> origin/gh/IvanKobzarev/121/orig 2025-07-24T05:34:25.0126411Z * [new branch] gh/IvanKobzarev/122/base -> origin/gh/IvanKobzarev/122/base 2025-07-24T05:34:25.0126955Z * [new branch] gh/IvanKobzarev/122/head -> origin/gh/IvanKobzarev/122/head 2025-07-24T05:34:25.0127502Z * [new branch] gh/IvanKobzarev/122/orig -> origin/gh/IvanKobzarev/122/orig 2025-07-24T05:34:25.0128185Z * [new branch] gh/IvanKobzarev/123/base -> origin/gh/IvanKobzarev/123/base 2025-07-24T05:34:25.0128779Z * [new branch] gh/IvanKobzarev/123/head -> origin/gh/IvanKobzarev/123/head 2025-07-24T05:34:25.0129342Z * [new branch] gh/IvanKobzarev/123/orig -> origin/gh/IvanKobzarev/123/orig 2025-07-24T05:34:25.0129943Z * [new branch] gh/IvanKobzarev/124/base -> origin/gh/IvanKobzarev/124/base 2025-07-24T05:34:25.0130528Z * [new branch] gh/IvanKobzarev/124/head -> origin/gh/IvanKobzarev/124/head 2025-07-24T05:34:25.0131091Z * [new branch] gh/IvanKobzarev/124/orig -> origin/gh/IvanKobzarev/124/orig 2025-07-24T05:34:25.0131769Z * [new branch] gh/IvanKobzarev/125/base -> origin/gh/IvanKobzarev/125/base 2025-07-24T05:34:25.0132519Z * [new branch] gh/IvanKobzarev/125/head -> origin/gh/IvanKobzarev/125/head 2025-07-24T05:34:25.0133111Z * [new branch] gh/IvanKobzarev/125/orig -> origin/gh/IvanKobzarev/125/orig 2025-07-24T05:34:25.0133713Z * [new branch] gh/IvanKobzarev/126/base -> origin/gh/IvanKobzarev/126/base 2025-07-24T05:34:25.0134271Z * [new branch] gh/IvanKobzarev/126/head -> origin/gh/IvanKobzarev/126/head 2025-07-24T05:34:25.0134857Z * [new branch] gh/IvanKobzarev/126/orig -> origin/gh/IvanKobzarev/126/orig 2025-07-24T05:34:25.0135416Z * [new branch] gh/IvanKobzarev/127/base -> origin/gh/IvanKobzarev/127/base 2025-07-24T05:34:25.0136008Z * [new branch] gh/IvanKobzarev/127/head -> origin/gh/IvanKobzarev/127/head 2025-07-24T05:34:25.0137227Z * [new branch] gh/IvanKobzarev/127/orig -> origin/gh/IvanKobzarev/127/orig 2025-07-24T05:34:25.0137818Z * [new branch] gh/IvanKobzarev/128/base -> origin/gh/IvanKobzarev/128/base 2025-07-24T05:34:25.0138418Z * [new branch] gh/IvanKobzarev/128/head -> origin/gh/IvanKobzarev/128/head 2025-07-24T05:34:25.0138988Z * [new branch] gh/IvanKobzarev/128/orig -> origin/gh/IvanKobzarev/128/orig 2025-07-24T05:34:25.0139587Z * [new branch] gh/IvanKobzarev/129/base -> origin/gh/IvanKobzarev/129/base 2025-07-24T05:34:25.0140189Z * [new branch] gh/IvanKobzarev/129/head -> origin/gh/IvanKobzarev/129/head 2025-07-24T05:34:25.0140753Z * [new branch] gh/IvanKobzarev/129/orig -> origin/gh/IvanKobzarev/129/orig 2025-07-24T05:34:25.0141331Z * [new branch] gh/IvanKobzarev/130/base -> origin/gh/IvanKobzarev/130/base 2025-07-24T05:34:25.0141908Z * [new branch] gh/IvanKobzarev/130/head -> origin/gh/IvanKobzarev/130/head 2025-07-24T05:34:25.0142491Z * [new branch] gh/IvanKobzarev/130/orig -> origin/gh/IvanKobzarev/130/orig 2025-07-24T05:34:25.0143085Z * [new branch] gh/IvanKobzarev/131/base -> origin/gh/IvanKobzarev/131/base 2025-07-24T05:34:25.0143659Z * [new branch] gh/IvanKobzarev/131/head -> origin/gh/IvanKobzarev/131/head 2025-07-24T05:34:25.0144253Z * [new branch] gh/IvanKobzarev/131/orig -> origin/gh/IvanKobzarev/131/orig 2025-07-24T05:34:25.0144818Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-07-24T05:34:25.0605954Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-07-24T05:34:25.0606722Z * [new branch] gh/NikhilAPatel/16/base -> origin/gh/NikhilAPatel/16/base 2025-07-24T05:34:25.0607451Z * [new branch] gh/NikhilAPatel/16/head -> origin/gh/NikhilAPatel/16/head 2025-07-24T05:34:25.0608152Z * [new branch] gh/NikhilAPatel/16/orig -> origin/gh/NikhilAPatel/16/orig 2025-07-24T05:34:25.0608805Z * [new branch] gh/NikhilAPatel/17/base -> origin/gh/NikhilAPatel/17/base 2025-07-24T05:34:25.0609472Z * [new branch] gh/NikhilAPatel/17/head -> origin/gh/NikhilAPatel/17/head 2025-07-24T05:34:25.0610140Z * [new branch] gh/NikhilAPatel/17/orig -> origin/gh/NikhilAPatel/17/orig 2025-07-24T05:34:25.0610745Z * [new branch] gh/NikhilAPatel/18/base -> origin/gh/NikhilAPatel/18/base 2025-07-24T05:34:25.0611430Z * [new branch] gh/NikhilAPatel/18/head -> origin/gh/NikhilAPatel/18/head 2025-07-24T05:34:25.0612178Z * [new branch] gh/NikhilAPatel/18/orig -> origin/gh/NikhilAPatel/18/orig 2025-07-24T05:34:25.0612816Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-07-24T05:34:25.0613468Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-07-24T05:34:25.0614109Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-07-24T05:34:25.0614947Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-07-24T05:34:25.0615624Z * [new branch] gh/NikhilAPatel/8/base -> origin/gh/NikhilAPatel/8/base 2025-07-24T05:34:25.0616215Z * [new branch] gh/NikhilAPatel/8/head -> origin/gh/NikhilAPatel/8/head 2025-07-24T05:34:25.0616888Z * [new branch] gh/NikhilAPatel/8/orig -> origin/gh/NikhilAPatel/8/orig 2025-07-24T05:34:25.0617561Z * [new branch] gh/NikhilAPatel/9/base -> origin/gh/NikhilAPatel/9/base 2025-07-24T05:34:25.0618152Z * [new branch] gh/NikhilAPatel/9/head -> origin/gh/NikhilAPatel/9/head 2025-07-24T05:34:25.0618823Z * [new branch] gh/NikhilAPatel/9/orig -> origin/gh/NikhilAPatel/9/orig 2025-07-24T05:34:25.0619593Z * [new branch] gh/PaliC/1/base -> origin/gh/PaliC/1/base 2025-07-24T05:34:25.0620205Z * [new branch] gh/PaliC/1/head -> origin/gh/PaliC/1/head 2025-07-24T05:34:25.0620743Z * [new branch] gh/PaliC/1/orig -> origin/gh/PaliC/1/orig 2025-07-24T05:34:25.0621338Z * [new branch] gh/PaliC/10/base -> origin/gh/PaliC/10/base 2025-07-24T05:34:25.0621919Z * [new branch] gh/PaliC/10/head -> origin/gh/PaliC/10/head 2025-07-24T05:34:25.0622479Z * [new branch] gh/PaliC/11/base -> origin/gh/PaliC/11/base 2025-07-24T05:34:25.0623046Z * [new branch] gh/PaliC/11/head -> origin/gh/PaliC/11/head 2025-07-24T05:34:25.0623585Z * [new branch] gh/PaliC/12/base -> origin/gh/PaliC/12/base 2025-07-24T05:34:25.0624185Z * [new branch] gh/PaliC/12/head -> origin/gh/PaliC/12/head 2025-07-24T05:34:25.0624752Z * [new branch] gh/PaliC/12/orig -> origin/gh/PaliC/12/orig 2025-07-24T05:34:25.0625346Z * [new branch] gh/PaliC/13/base -> origin/gh/PaliC/13/base 2025-07-24T05:34:25.0625918Z * [new branch] gh/PaliC/13/head -> origin/gh/PaliC/13/head 2025-07-24T05:34:25.0626489Z * [new branch] gh/PaliC/13/orig -> origin/gh/PaliC/13/orig 2025-07-24T05:34:25.0627075Z * [new branch] gh/PaliC/14/base -> origin/gh/PaliC/14/base 2025-07-24T05:34:25.0627670Z * [new branch] gh/PaliC/14/head -> origin/gh/PaliC/14/head 2025-07-24T05:34:25.0628192Z * [new branch] gh/PaliC/14/orig -> origin/gh/PaliC/14/orig 2025-07-24T05:34:25.0628820Z * [new branch] gh/PaliC/15/base -> origin/gh/PaliC/15/base 2025-07-24T05:34:25.0629345Z * [new branch] gh/PaliC/15/head -> origin/gh/PaliC/15/head 2025-07-24T05:34:25.0629944Z * [new branch] gh/PaliC/15/orig -> origin/gh/PaliC/15/orig 2025-07-24T05:34:25.0630557Z * [new branch] gh/PaliC/16/base -> origin/gh/PaliC/16/base 2025-07-24T05:34:25.0631135Z * [new branch] gh/PaliC/16/head -> origin/gh/PaliC/16/head 2025-07-24T05:34:25.0631683Z * [new branch] gh/PaliC/16/orig -> origin/gh/PaliC/16/orig 2025-07-24T05:34:25.0632279Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-07-24T05:34:25.0632841Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-07-24T05:34:25.0633343Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-07-24T05:34:25.0633848Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-07-24T05:34:25.0634362Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-07-24T05:34:25.0634861Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-07-24T05:34:25.1048052Z * [new branch] gh/PaliC/19/base -> origin/gh/PaliC/19/base 2025-07-24T05:34:25.1048649Z * [new branch] gh/PaliC/19/head -> origin/gh/PaliC/19/head 2025-07-24T05:34:25.1049177Z * [new branch] gh/PaliC/19/orig -> origin/gh/PaliC/19/orig 2025-07-24T05:34:25.1049811Z * [new branch] gh/PaliC/2/base -> origin/gh/PaliC/2/base 2025-07-24T05:34:25.1050329Z * [new branch] gh/PaliC/2/head -> origin/gh/PaliC/2/head 2025-07-24T05:34:25.1050820Z * [new branch] gh/PaliC/2/orig -> origin/gh/PaliC/2/orig 2025-07-24T05:34:25.1051344Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-07-24T05:34:25.1051884Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-07-24T05:34:25.1052614Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-07-24T05:34:25.1053165Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-07-24T05:34:25.1053654Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-07-24T05:34:25.1054174Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-07-24T05:34:25.1054689Z * [new branch] gh/PaliC/22/base -> origin/gh/PaliC/22/base 2025-07-24T05:34:25.1055277Z * [new branch] gh/PaliC/22/head -> origin/gh/PaliC/22/head 2025-07-24T05:34:25.1072910Z * [new branch] gh/PaliC/22/orig -> origin/gh/PaliC/22/orig 2025-07-24T05:34:25.1073580Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-07-24T05:34:25.1074153Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-07-24T05:34:25.1074718Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-07-24T05:34:25.1075239Z * [new branch] gh/PaliC/3/base -> origin/gh/PaliC/3/base 2025-07-24T05:34:25.1075793Z * [new branch] gh/PaliC/3/head -> origin/gh/PaliC/3/head 2025-07-24T05:34:25.1076295Z * [new branch] gh/PaliC/4/base -> origin/gh/PaliC/4/base 2025-07-24T05:34:25.1076785Z * [new branch] gh/PaliC/4/head -> origin/gh/PaliC/4/head 2025-07-24T05:34:25.1077325Z * [new branch] gh/PaliC/5/base -> origin/gh/PaliC/5/base 2025-07-24T05:34:25.1077818Z * [new branch] gh/PaliC/5/head -> origin/gh/PaliC/5/head 2025-07-24T05:34:25.1078322Z * [new branch] gh/PaliC/6/base -> origin/gh/PaliC/6/base 2025-07-24T05:34:25.1078856Z * [new branch] gh/PaliC/6/head -> origin/gh/PaliC/6/head 2025-07-24T05:34:25.1079361Z * [new branch] gh/PaliC/7/base -> origin/gh/PaliC/7/base 2025-07-24T05:34:25.1079869Z * [new branch] gh/PaliC/7/head -> origin/gh/PaliC/7/head 2025-07-24T05:34:25.1080385Z * [new branch] gh/PaliC/8/base -> origin/gh/PaliC/8/base 2025-07-24T05:34:25.1080897Z * [new branch] gh/PaliC/8/head -> origin/gh/PaliC/8/head 2025-07-24T05:34:25.1081388Z * [new branch] gh/PaliC/9/base -> origin/gh/PaliC/9/base 2025-07-24T05:34:25.1081890Z * [new branch] gh/PaliC/9/head -> origin/gh/PaliC/9/head 2025-07-24T05:34:25.1082468Z * [new branch] gh/PaulZhang12/1/base -> origin/gh/PaulZhang12/1/base 2025-07-24T05:34:25.1083027Z * [new branch] gh/PaulZhang12/1/head -> origin/gh/PaulZhang12/1/head 2025-07-24T05:34:25.1083625Z * [new branch] gh/PaulZhang12/1/orig -> origin/gh/PaulZhang12/1/orig 2025-07-24T05:34:25.1084186Z * [new branch] gh/PaulZhang12/17/base -> origin/gh/PaulZhang12/17/base 2025-07-24T05:34:25.1084986Z * [new branch] gh/PaulZhang12/17/head -> origin/gh/PaulZhang12/17/head 2025-07-24T05:34:25.1085590Z * [new branch] gh/PaulZhang12/18/base -> origin/gh/PaulZhang12/18/base 2025-07-24T05:34:25.1086172Z * [new branch] gh/PaulZhang12/18/head -> origin/gh/PaulZhang12/18/head 2025-07-24T05:34:25.1086752Z * [new branch] gh/PaulZhang12/18/orig -> origin/gh/PaulZhang12/18/orig 2025-07-24T05:34:25.1087308Z * [new branch] gh/PaulZhang12/19/base -> origin/gh/PaulZhang12/19/base 2025-07-24T05:34:25.1087916Z * [new branch] gh/PaulZhang12/19/head -> origin/gh/PaulZhang12/19/head 2025-07-24T05:34:25.1088502Z * [new branch] gh/PaulZhang12/19/orig -> origin/gh/PaulZhang12/19/orig 2025-07-24T05:34:25.1089185Z * [new branch] gh/PaulZhang12/4/base -> origin/gh/PaulZhang12/4/base 2025-07-24T05:34:25.1089757Z * [new branch] gh/PaulZhang12/4/head -> origin/gh/PaulZhang12/4/head 2025-07-24T05:34:25.1090274Z * [new branch] gh/PaulZhang12/4/orig -> origin/gh/PaulZhang12/4/orig 2025-07-24T05:34:25.1090795Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-07-24T05:34:25.1492013Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-07-24T05:34:25.1492610Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-07-24T05:34:25.1493201Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-07-24T05:34:25.1493830Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-07-24T05:34:25.1494440Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-07-24T05:34:25.1495014Z * [new branch] gh/Sidharth123-cpu/28/base -> origin/gh/Sidharth123-cpu/28/base 2025-07-24T05:34:25.1495564Z * [new branch] gh/Sidharth123-cpu/28/head -> origin/gh/Sidharth123-cpu/28/head 2025-07-24T05:34:25.1496114Z * [new branch] gh/Sidharth123-cpu/28/orig -> origin/gh/Sidharth123-cpu/28/orig 2025-07-24T05:34:25.1496654Z * [new branch] gh/Sidharth123-cpu/34/base -> origin/gh/Sidharth123-cpu/34/base 2025-07-24T05:34:25.1497210Z * [new branch] gh/Sidharth123-cpu/34/head -> origin/gh/Sidharth123-cpu/34/head 2025-07-24T05:34:25.1497757Z * [new branch] gh/Sidharth123-cpu/34/orig -> origin/gh/Sidharth123-cpu/34/orig 2025-07-24T05:34:25.1498294Z * [new branch] gh/Sidharth123-cpu/35/base -> origin/gh/Sidharth123-cpu/35/base 2025-07-24T05:34:25.1498843Z * [new branch] gh/Sidharth123-cpu/35/head -> origin/gh/Sidharth123-cpu/35/head 2025-07-24T05:34:25.1499426Z * [new branch] gh/Sidharth123-cpu/35/orig -> origin/gh/Sidharth123-cpu/35/orig 2025-07-24T05:34:25.1500022Z * [new branch] gh/Sidharth123-cpu/36/base -> origin/gh/Sidharth123-cpu/36/base 2025-07-24T05:34:25.1500570Z * [new branch] gh/Sidharth123-cpu/36/head -> origin/gh/Sidharth123-cpu/36/head 2025-07-24T05:34:25.1501106Z * [new branch] gh/Sidharth123-cpu/36/orig -> origin/gh/Sidharth123-cpu/36/orig 2025-07-24T05:34:25.1501650Z * [new branch] gh/Sidharth123-cpu/38/base -> origin/gh/Sidharth123-cpu/38/base 2025-07-24T05:34:25.1502188Z * [new branch] gh/Sidharth123-cpu/38/head -> origin/gh/Sidharth123-cpu/38/head 2025-07-24T05:34:25.1502733Z * [new branch] gh/Sidharth123-cpu/38/orig -> origin/gh/Sidharth123-cpu/38/orig 2025-07-24T05:34:25.1503283Z * [new branch] gh/Sidharth123-cpu/39/base -> origin/gh/Sidharth123-cpu/39/base 2025-07-24T05:34:25.1503825Z * [new branch] gh/Sidharth123-cpu/39/head -> origin/gh/Sidharth123-cpu/39/head 2025-07-24T05:34:25.1504375Z * [new branch] gh/Sidharth123-cpu/39/orig -> origin/gh/Sidharth123-cpu/39/orig 2025-07-24T05:34:25.1505141Z * [new branch] gh/Sidharth123-cpu/40/base -> origin/gh/Sidharth123-cpu/40/base 2025-07-24T05:34:25.1505737Z * [new branch] gh/Sidharth123-cpu/40/head -> origin/gh/Sidharth123-cpu/40/head 2025-07-24T05:34:25.1506285Z * [new branch] gh/Sidharth123-cpu/40/orig -> origin/gh/Sidharth123-cpu/40/orig 2025-07-24T05:34:25.1506819Z * [new branch] gh/Sidharth123-cpu/41/base -> origin/gh/Sidharth123-cpu/41/base 2025-07-24T05:34:25.1507366Z * [new branch] gh/Sidharth123-cpu/41/head -> origin/gh/Sidharth123-cpu/41/head 2025-07-24T05:34:25.1507902Z * [new branch] gh/Sidharth123-cpu/41/orig -> origin/gh/Sidharth123-cpu/41/orig 2025-07-24T05:34:25.1508459Z * [new branch] gh/Sidharth123-cpu/42/base -> origin/gh/Sidharth123-cpu/42/base 2025-07-24T05:34:25.1509121Z * [new branch] gh/Sidharth123-cpu/42/head -> origin/gh/Sidharth123-cpu/42/head 2025-07-24T05:34:25.1509668Z * [new branch] gh/Sidharth123-cpu/42/orig -> origin/gh/Sidharth123-cpu/42/orig 2025-07-24T05:34:25.1510225Z * [new branch] gh/Sidharth123-cpu/43/base -> origin/gh/Sidharth123-cpu/43/base 2025-07-24T05:34:25.1510807Z * [new branch] gh/Sidharth123-cpu/43/head -> origin/gh/Sidharth123-cpu/43/head 2025-07-24T05:34:25.1511408Z * [new branch] gh/Sidharth123-cpu/43/orig -> origin/gh/Sidharth123-cpu/43/orig 2025-07-24T05:34:25.1511957Z * [new branch] gh/Sidharth123-cpu/44/base -> origin/gh/Sidharth123-cpu/44/base 2025-07-24T05:34:25.1512500Z * [new branch] gh/Sidharth123-cpu/44/head -> origin/gh/Sidharth123-cpu/44/head 2025-07-24T05:34:25.1513048Z * [new branch] gh/Sidharth123-cpu/44/orig -> origin/gh/Sidharth123-cpu/44/orig 2025-07-24T05:34:25.1513593Z * [new branch] gh/Sidharth123-cpu/45/base -> origin/gh/Sidharth123-cpu/45/base 2025-07-24T05:34:25.1514156Z * [new branch] gh/Sidharth123-cpu/45/head -> origin/gh/Sidharth123-cpu/45/head 2025-07-24T05:34:25.1514707Z * [new branch] gh/Sidharth123-cpu/45/orig -> origin/gh/Sidharth123-cpu/45/orig 2025-07-24T05:34:25.1515241Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-07-24T05:34:25.1515758Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-07-24T05:34:25.1516275Z * [new branch] gh/StrongerXi/103/base -> origin/gh/StrongerXi/103/base 2025-07-24T05:34:25.1957463Z * [new branch] gh/StrongerXi/103/head -> origin/gh/StrongerXi/103/head 2025-07-24T05:34:25.1958040Z * [new branch] gh/StrongerXi/103/orig -> origin/gh/StrongerXi/103/orig 2025-07-24T05:34:25.1958586Z * [new branch] gh/StrongerXi/127/base -> origin/gh/StrongerXi/127/base 2025-07-24T05:34:25.1959113Z * [new branch] gh/StrongerXi/127/head -> origin/gh/StrongerXi/127/head 2025-07-24T05:34:25.1959634Z * [new branch] gh/StrongerXi/127/orig -> origin/gh/StrongerXi/127/orig 2025-07-24T05:34:25.1960204Z * [new branch] gh/StrongerXi/128/base -> origin/gh/StrongerXi/128/base 2025-07-24T05:34:25.1960767Z * [new branch] gh/StrongerXi/128/head -> origin/gh/StrongerXi/128/head 2025-07-24T05:34:25.1961274Z * [new branch] gh/StrongerXi/128/orig -> origin/gh/StrongerXi/128/orig 2025-07-24T05:34:25.1961783Z * [new branch] gh/StrongerXi/129/base -> origin/gh/StrongerXi/129/base 2025-07-24T05:34:25.1962289Z * [new branch] gh/StrongerXi/129/head -> origin/gh/StrongerXi/129/head 2025-07-24T05:34:25.1962806Z * [new branch] gh/StrongerXi/129/orig -> origin/gh/StrongerXi/129/orig 2025-07-24T05:34:25.1963323Z * [new branch] gh/StrongerXi/130/base -> origin/gh/StrongerXi/130/base 2025-07-24T05:34:25.1964002Z * [new branch] gh/StrongerXi/130/head -> origin/gh/StrongerXi/130/head 2025-07-24T05:34:25.1964527Z * [new branch] gh/StrongerXi/130/orig -> origin/gh/StrongerXi/130/orig 2025-07-24T05:34:25.1965034Z * [new branch] gh/StrongerXi/131/base -> origin/gh/StrongerXi/131/base 2025-07-24T05:34:25.1965549Z * [new branch] gh/StrongerXi/131/head -> origin/gh/StrongerXi/131/head 2025-07-24T05:34:25.1966063Z * [new branch] gh/StrongerXi/131/orig -> origin/gh/StrongerXi/131/orig 2025-07-24T05:34:25.1966630Z * [new branch] gh/StrongerXi/132/base -> origin/gh/StrongerXi/132/base 2025-07-24T05:34:25.1967188Z * [new branch] gh/StrongerXi/132/head -> origin/gh/StrongerXi/132/head 2025-07-24T05:34:25.1967815Z * [new branch] gh/StrongerXi/132/orig -> origin/gh/StrongerXi/132/orig 2025-07-24T05:34:25.1968337Z * [new branch] gh/StrongerXi/133/base -> origin/gh/StrongerXi/133/base 2025-07-24T05:34:25.1968861Z * [new branch] gh/StrongerXi/133/head -> origin/gh/StrongerXi/133/head 2025-07-24T05:34:25.1969359Z * [new branch] gh/StrongerXi/133/orig -> origin/gh/StrongerXi/133/orig 2025-07-24T05:34:25.1969880Z * [new branch] gh/StrongerXi/134/base -> origin/gh/StrongerXi/134/base 2025-07-24T05:34:25.1970383Z * [new branch] gh/StrongerXi/134/head -> origin/gh/StrongerXi/134/head 2025-07-24T05:34:25.1970900Z * [new branch] gh/StrongerXi/134/orig -> origin/gh/StrongerXi/134/orig 2025-07-24T05:34:25.1971407Z * [new branch] gh/StrongerXi/135/base -> origin/gh/StrongerXi/135/base 2025-07-24T05:34:25.1971998Z * [new branch] gh/StrongerXi/135/head -> origin/gh/StrongerXi/135/head 2025-07-24T05:34:25.1972562Z * [new branch] gh/StrongerXi/135/orig -> origin/gh/StrongerXi/135/orig 2025-07-24T05:34:25.1973134Z * [new branch] gh/StrongerXi/136/base -> origin/gh/StrongerXi/136/base 2025-07-24T05:34:25.1973651Z * [new branch] gh/StrongerXi/136/head -> origin/gh/StrongerXi/136/head 2025-07-24T05:34:25.1974162Z * [new branch] gh/StrongerXi/136/orig -> origin/gh/StrongerXi/136/orig 2025-07-24T05:34:25.1974670Z * [new branch] gh/StrongerXi/137/base -> origin/gh/StrongerXi/137/base 2025-07-24T05:34:25.1975185Z * [new branch] gh/StrongerXi/137/head -> origin/gh/StrongerXi/137/head 2025-07-24T05:34:25.1975691Z * [new branch] gh/StrongerXi/137/orig -> origin/gh/StrongerXi/137/orig 2025-07-24T05:34:25.1976207Z * [new branch] gh/StrongerXi/138/base -> origin/gh/StrongerXi/138/base 2025-07-24T05:34:25.1976731Z * [new branch] gh/StrongerXi/138/head -> origin/gh/StrongerXi/138/head 2025-07-24T05:34:25.1977243Z * [new branch] gh/StrongerXi/138/orig -> origin/gh/StrongerXi/138/orig 2025-07-24T05:34:25.1977771Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-07-24T05:34:25.1978278Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-07-24T05:34:25.1978836Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-07-24T05:34:25.1979389Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-07-24T05:34:25.1979891Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-07-24T05:34:25.1980390Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-07-24T05:34:25.1980869Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-07-24T05:34:25.1981360Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-07-24T05:34:25.2412647Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-07-24T05:34:25.2413158Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-07-24T05:34:25.2413658Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-07-24T05:34:25.2414135Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-07-24T05:34:25.2414626Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-07-24T05:34:25.2415100Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-07-24T05:34:25.2415579Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-07-24T05:34:25.2416062Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-07-24T05:34:25.2416741Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-07-24T05:34:25.2417273Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-07-24T05:34:25.2417764Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-07-24T05:34:25.2418254Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-07-24T05:34:25.2418726Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-07-24T05:34:25.2419221Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-07-24T05:34:25.2419690Z * [new branch] gh/XilunWu/129/base -> origin/gh/XilunWu/129/base 2025-07-24T05:34:25.2420166Z * [new branch] gh/XilunWu/129/head -> origin/gh/XilunWu/129/head 2025-07-24T05:34:25.2420644Z * [new branch] gh/XilunWu/129/orig -> origin/gh/XilunWu/129/orig 2025-07-24T05:34:25.2421120Z * [new branch] gh/XilunWu/130/base -> origin/gh/XilunWu/130/base 2025-07-24T05:34:25.2421608Z * [new branch] gh/XilunWu/130/head -> origin/gh/XilunWu/130/head 2025-07-24T05:34:25.2422081Z * [new branch] gh/XilunWu/130/orig -> origin/gh/XilunWu/130/orig 2025-07-24T05:34:25.2422610Z * [new branch] gh/XilunWu/131/base -> origin/gh/XilunWu/131/base 2025-07-24T05:34:25.2423127Z * [new branch] gh/XilunWu/131/head -> origin/gh/XilunWu/131/head 2025-07-24T05:34:25.2423601Z * [new branch] gh/XilunWu/131/orig -> origin/gh/XilunWu/131/orig 2025-07-24T05:34:25.2424078Z * [new branch] gh/XilunWu/133/base -> origin/gh/XilunWu/133/base 2025-07-24T05:34:25.2424552Z * [new branch] gh/XilunWu/133/head -> origin/gh/XilunWu/133/head 2025-07-24T05:34:25.2425033Z * [new branch] gh/XilunWu/133/orig -> origin/gh/XilunWu/133/orig 2025-07-24T05:34:25.2425511Z * [new branch] gh/XilunWu/136/base -> origin/gh/XilunWu/136/base 2025-07-24T05:34:25.2425999Z * [new branch] gh/XilunWu/136/head -> origin/gh/XilunWu/136/head 2025-07-24T05:34:25.2426494Z * [new branch] gh/XilunWu/136/orig -> origin/gh/XilunWu/136/orig 2025-07-24T05:34:25.2426965Z * [new branch] gh/XilunWu/139/base -> origin/gh/XilunWu/139/base 2025-07-24T05:34:25.2427440Z * [new branch] gh/XilunWu/139/head -> origin/gh/XilunWu/139/head 2025-07-24T05:34:25.2427919Z * [new branch] gh/XilunWu/139/orig -> origin/gh/XilunWu/139/orig 2025-07-24T05:34:25.2428395Z * [new branch] gh/XilunWu/143/base -> origin/gh/XilunWu/143/base 2025-07-24T05:34:25.2428926Z * [new branch] gh/XilunWu/143/head -> origin/gh/XilunWu/143/head 2025-07-24T05:34:25.2429461Z * [new branch] gh/XilunWu/143/orig -> origin/gh/XilunWu/143/orig 2025-07-24T05:34:25.2430048Z * [new branch] gh/XilunWu/144/base -> origin/gh/XilunWu/144/base 2025-07-24T05:34:25.2430527Z * [new branch] gh/XilunWu/144/head -> origin/gh/XilunWu/144/head 2025-07-24T05:34:25.2431006Z * [new branch] gh/XilunWu/144/orig -> origin/gh/XilunWu/144/orig 2025-07-24T05:34:25.2431484Z * [new branch] gh/XilunWu/145/base -> origin/gh/XilunWu/145/base 2025-07-24T05:34:25.2431963Z * [new branch] gh/XilunWu/145/head -> origin/gh/XilunWu/145/head 2025-07-24T05:34:25.2432440Z * [new branch] gh/XilunWu/145/orig -> origin/gh/XilunWu/145/orig 2025-07-24T05:34:25.2432915Z * [new branch] gh/XilunWu/146/base -> origin/gh/XilunWu/146/base 2025-07-24T05:34:25.2433393Z * [new branch] gh/XilunWu/146/head -> origin/gh/XilunWu/146/head 2025-07-24T05:34:25.2433950Z * [new branch] gh/XilunWu/146/orig -> origin/gh/XilunWu/146/orig 2025-07-24T05:34:25.2434440Z * [new branch] gh/XilunWu/147/base -> origin/gh/XilunWu/147/base 2025-07-24T05:34:25.2434963Z * [new branch] gh/XilunWu/147/head -> origin/gh/XilunWu/147/head 2025-07-24T05:34:25.2435488Z * [new branch] gh/XilunWu/147/orig -> origin/gh/XilunWu/147/orig 2025-07-24T05:34:25.2847827Z * [new branch] gh/XilunWu/148/base -> origin/gh/XilunWu/148/base 2025-07-24T05:34:25.2848376Z * [new branch] gh/XilunWu/148/head -> origin/gh/XilunWu/148/head 2025-07-24T05:34:25.2848864Z * [new branch] gh/XilunWu/148/orig -> origin/gh/XilunWu/148/orig 2025-07-24T05:34:25.2849342Z * [new branch] gh/XilunWu/149/base -> origin/gh/XilunWu/149/base 2025-07-24T05:34:25.2849827Z * [new branch] gh/XilunWu/149/head -> origin/gh/XilunWu/149/head 2025-07-24T05:34:25.2850328Z * [new branch] gh/XilunWu/149/orig -> origin/gh/XilunWu/149/orig 2025-07-24T05:34:25.2850826Z * [new branch] gh/XilunWu/150/base -> origin/gh/XilunWu/150/base 2025-07-24T05:34:25.2851301Z * [new branch] gh/XilunWu/150/head -> origin/gh/XilunWu/150/head 2025-07-24T05:34:25.2851821Z * [new branch] gh/XilunWu/150/orig -> origin/gh/XilunWu/150/orig 2025-07-24T05:34:25.2852298Z * [new branch] gh/XilunWu/151/base -> origin/gh/XilunWu/151/base 2025-07-24T05:34:25.2852792Z * [new branch] gh/XilunWu/151/head -> origin/gh/XilunWu/151/head 2025-07-24T05:34:25.2853264Z * [new branch] gh/XilunWu/151/orig -> origin/gh/XilunWu/151/orig 2025-07-24T05:34:25.2853747Z * [new branch] gh/XilunWu/152/base -> origin/gh/XilunWu/152/base 2025-07-24T05:34:25.2854219Z * [new branch] gh/XilunWu/152/head -> origin/gh/XilunWu/152/head 2025-07-24T05:34:25.2854705Z * [new branch] gh/XilunWu/152/orig -> origin/gh/XilunWu/152/orig 2025-07-24T05:34:25.2855191Z * [new branch] gh/XilunWu/153/base -> origin/gh/XilunWu/153/base 2025-07-24T05:34:25.2855663Z * [new branch] gh/XilunWu/153/head -> origin/gh/XilunWu/153/head 2025-07-24T05:34:25.2856138Z * [new branch] gh/XilunWu/153/orig -> origin/gh/XilunWu/153/orig 2025-07-24T05:34:25.2856612Z * [new branch] gh/XilunWu/154/base -> origin/gh/XilunWu/154/base 2025-07-24T05:34:25.2857094Z * [new branch] gh/XilunWu/154/head -> origin/gh/XilunWu/154/head 2025-07-24T05:34:25.2857578Z * [new branch] gh/XilunWu/154/orig -> origin/gh/XilunWu/154/orig 2025-07-24T05:34:25.2858050Z * [new branch] gh/XilunWu/155/base -> origin/gh/XilunWu/155/base 2025-07-24T05:34:25.2858622Z * [new branch] gh/XilunWu/155/head -> origin/gh/XilunWu/155/head 2025-07-24T05:34:25.2859323Z * [new branch] gh/XilunWu/155/orig -> origin/gh/XilunWu/155/orig 2025-07-24T05:34:25.2859802Z * [new branch] gh/XilunWu/156/base -> origin/gh/XilunWu/156/base 2025-07-24T05:34:25.2860273Z * [new branch] gh/XilunWu/156/head -> origin/gh/XilunWu/156/head 2025-07-24T05:34:25.2860755Z * [new branch] gh/XilunWu/156/orig -> origin/gh/XilunWu/156/orig 2025-07-24T05:34:25.2861239Z * [new branch] gh/XilunWu/157/base -> origin/gh/XilunWu/157/base 2025-07-24T05:34:25.2861704Z * [new branch] gh/XilunWu/157/head -> origin/gh/XilunWu/157/head 2025-07-24T05:34:25.2862184Z * [new branch] gh/XilunWu/157/orig -> origin/gh/XilunWu/157/orig 2025-07-24T05:34:25.2862651Z * [new branch] gh/XilunWu/158/base -> origin/gh/XilunWu/158/base 2025-07-24T05:34:25.2863247Z * [new branch] gh/XilunWu/158/head -> origin/gh/XilunWu/158/head 2025-07-24T05:34:25.2863737Z * [new branch] gh/XilunWu/158/orig -> origin/gh/XilunWu/158/orig 2025-07-24T05:34:25.2864211Z * [new branch] gh/XilunWu/159/base -> origin/gh/XilunWu/159/base 2025-07-24T05:34:25.2864747Z * [new branch] gh/XilunWu/159/head -> origin/gh/XilunWu/159/head 2025-07-24T05:34:25.2865253Z * [new branch] gh/XilunWu/159/orig -> origin/gh/XilunWu/159/orig 2025-07-24T05:34:25.2865743Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-07-24T05:34:25.2866221Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-07-24T05:34:25.2866689Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-07-24T05:34:25.2867188Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-07-24T05:34:25.2867685Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-07-24T05:34:25.2868184Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-07-24T05:34:25.2868680Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-07-24T05:34:25.2869185Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-07-24T05:34:25.2869693Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-07-24T05:34:25.2870185Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-07-24T05:34:25.2870694Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-07-24T05:34:25.3298282Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-07-24T05:34:25.3298889Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-07-24T05:34:25.3299437Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-07-24T05:34:25.3299940Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-07-24T05:34:25.3300447Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-07-24T05:34:25.3300949Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-07-24T05:34:25.3301446Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-07-24T05:34:25.3302002Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-07-24T05:34:25.3302548Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-07-24T05:34:25.3303049Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-07-24T05:34:25.3303550Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-07-24T05:34:25.3304236Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-07-24T05:34:25.3304752Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-07-24T05:34:25.3305249Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-07-24T05:34:25.3305754Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-07-24T05:34:25.3306258Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-07-24T05:34:25.3306759Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-07-24T05:34:25.3307273Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-07-24T05:34:25.3307943Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-07-24T05:34:25.3308512Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-07-24T05:34:25.3309015Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-07-24T05:34:25.3309523Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-07-24T05:34:25.3310026Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-07-24T05:34:25.3310518Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-07-24T05:34:25.3311035Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-07-24T05:34:25.3311530Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-07-24T05:34:25.3312041Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-07-24T05:34:25.3312552Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-07-24T05:34:25.3313052Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-07-24T05:34:25.3313555Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-07-24T05:34:25.3314103Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-07-24T05:34:25.3314654Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-07-24T05:34:25.3315157Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-07-24T05:34:25.3315650Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-07-24T05:34:25.3316157Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-07-24T05:34:25.3316654Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-07-24T05:34:25.3317159Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-07-24T05:34:25.3317661Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-07-24T05:34:25.3318170Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-07-24T05:34:25.3318669Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-07-24T05:34:25.3319160Z * [new branch] gh/XuehaiPan/279/base -> origin/gh/XuehaiPan/279/base 2025-07-24T05:34:25.3319696Z * [new branch] gh/XuehaiPan/279/head -> origin/gh/XuehaiPan/279/head 2025-07-24T05:34:25.3320199Z * [new branch] gh/XuehaiPan/279/orig -> origin/gh/XuehaiPan/279/orig 2025-07-24T05:34:25.3320747Z * [new branch] gh/XuehaiPan/281/base -> origin/gh/XuehaiPan/281/base 2025-07-24T05:34:25.3321257Z * [new branch] gh/XuehaiPan/281/head -> origin/gh/XuehaiPan/281/head 2025-07-24T05:34:25.3321858Z * [new branch] gh/XuehaiPan/281/orig -> origin/gh/XuehaiPan/281/orig 2025-07-24T05:34:25.3733282Z * [new branch] gh/XuehaiPan/283/base -> origin/gh/XuehaiPan/283/base 2025-07-24T05:34:25.3733845Z * [new branch] gh/XuehaiPan/283/head -> origin/gh/XuehaiPan/283/head 2025-07-24T05:34:25.3734364Z * [new branch] gh/XuehaiPan/283/orig -> origin/gh/XuehaiPan/283/orig 2025-07-24T05:34:25.3734875Z * [new branch] gh/XuehaiPan/284/base -> origin/gh/XuehaiPan/284/base 2025-07-24T05:34:25.3735371Z * [new branch] gh/XuehaiPan/284/head -> origin/gh/XuehaiPan/284/head 2025-07-24T05:34:25.3735951Z * [new branch] gh/XuehaiPan/284/orig -> origin/gh/XuehaiPan/284/orig 2025-07-24T05:34:25.3736453Z * [new branch] gh/XuehaiPan/287/base -> origin/gh/XuehaiPan/287/base 2025-07-24T05:34:25.3737149Z * [new branch] gh/XuehaiPan/287/head -> origin/gh/XuehaiPan/287/head 2025-07-24T05:34:25.3737684Z * [new branch] gh/XuehaiPan/287/orig -> origin/gh/XuehaiPan/287/orig 2025-07-24T05:34:25.3738177Z * [new branch] gh/XuehaiPan/288/base -> origin/gh/XuehaiPan/288/base 2025-07-24T05:34:25.3738684Z * [new branch] gh/XuehaiPan/288/head -> origin/gh/XuehaiPan/288/head 2025-07-24T05:34:25.3739186Z * [new branch] gh/XuehaiPan/288/orig -> origin/gh/XuehaiPan/288/orig 2025-07-24T05:34:25.3739682Z * [new branch] gh/XuehaiPan/290/base -> origin/gh/XuehaiPan/290/base 2025-07-24T05:34:25.3740179Z * [new branch] gh/XuehaiPan/290/head -> origin/gh/XuehaiPan/290/head 2025-07-24T05:34:25.3740669Z * [new branch] gh/XuehaiPan/290/orig -> origin/gh/XuehaiPan/290/orig 2025-07-24T05:34:25.3741172Z * [new branch] gh/XuehaiPan/299/base -> origin/gh/XuehaiPan/299/base 2025-07-24T05:34:25.3741661Z * [new branch] gh/XuehaiPan/299/head -> origin/gh/XuehaiPan/299/head 2025-07-24T05:34:25.3742167Z * [new branch] gh/XuehaiPan/299/orig -> origin/gh/XuehaiPan/299/orig 2025-07-24T05:34:25.3742663Z * [new branch] gh/XuehaiPan/311/base -> origin/gh/XuehaiPan/311/base 2025-07-24T05:34:25.3743158Z * [new branch] gh/XuehaiPan/311/head -> origin/gh/XuehaiPan/311/head 2025-07-24T05:34:25.3743659Z * [new branch] gh/XuehaiPan/311/orig -> origin/gh/XuehaiPan/311/orig 2025-07-24T05:34:25.3744153Z * [new branch] gh/XuehaiPan/312/base -> origin/gh/XuehaiPan/312/base 2025-07-24T05:34:25.3744651Z * [new branch] gh/XuehaiPan/312/head -> origin/gh/XuehaiPan/312/head 2025-07-24T05:34:25.3745153Z * [new branch] gh/XuehaiPan/312/orig -> origin/gh/XuehaiPan/312/orig 2025-07-24T05:34:25.3745648Z * [new branch] gh/XuehaiPan/318/base -> origin/gh/XuehaiPan/318/base 2025-07-24T05:34:25.3746152Z * [new branch] gh/XuehaiPan/318/head -> origin/gh/XuehaiPan/318/head 2025-07-24T05:34:25.3746640Z * [new branch] gh/XuehaiPan/318/orig -> origin/gh/XuehaiPan/318/orig 2025-07-24T05:34:25.3747145Z * [new branch] gh/XuehaiPan/320/base -> origin/gh/XuehaiPan/320/base 2025-07-24T05:34:25.3747648Z * [new branch] gh/XuehaiPan/320/head -> origin/gh/XuehaiPan/320/head 2025-07-24T05:34:25.3748144Z * [new branch] gh/XuehaiPan/320/orig -> origin/gh/XuehaiPan/320/orig 2025-07-24T05:34:25.3748650Z * [new branch] gh/XuehaiPan/325/base -> origin/gh/XuehaiPan/325/base 2025-07-24T05:34:25.3749149Z * [new branch] gh/XuehaiPan/325/head -> origin/gh/XuehaiPan/325/head 2025-07-24T05:34:25.3749656Z * [new branch] gh/XuehaiPan/325/orig -> origin/gh/XuehaiPan/325/orig 2025-07-24T05:34:25.3750148Z * [new branch] gh/XuehaiPan/326/base -> origin/gh/XuehaiPan/326/base 2025-07-24T05:34:25.3750794Z * [new branch] gh/XuehaiPan/326/head -> origin/gh/XuehaiPan/326/head 2025-07-24T05:34:25.3751317Z * [new branch] gh/XuehaiPan/326/orig -> origin/gh/XuehaiPan/326/orig 2025-07-24T05:34:25.3751815Z * [new branch] gh/XuehaiPan/327/base -> origin/gh/XuehaiPan/327/base 2025-07-24T05:34:25.3752324Z * [new branch] gh/XuehaiPan/327/head -> origin/gh/XuehaiPan/327/head 2025-07-24T05:34:25.3752821Z * [new branch] gh/XuehaiPan/327/orig -> origin/gh/XuehaiPan/327/orig 2025-07-24T05:34:25.3753322Z * [new branch] gh/XuehaiPan/328/base -> origin/gh/XuehaiPan/328/base 2025-07-24T05:34:25.3753832Z * [new branch] gh/XuehaiPan/328/head -> origin/gh/XuehaiPan/328/head 2025-07-24T05:34:25.3754432Z * [new branch] gh/XuehaiPan/328/orig -> origin/gh/XuehaiPan/328/orig 2025-07-24T05:34:25.3754940Z * [new branch] gh/XuehaiPan/329/base -> origin/gh/XuehaiPan/329/base 2025-07-24T05:34:25.3755437Z * [new branch] gh/XuehaiPan/329/head -> origin/gh/XuehaiPan/329/head 2025-07-24T05:34:25.3755948Z * [new branch] gh/XuehaiPan/329/orig -> origin/gh/XuehaiPan/329/orig 2025-07-24T05:34:25.3756457Z * [new branch] gh/XuehaiPan/330/base -> origin/gh/XuehaiPan/330/base 2025-07-24T05:34:25.4186499Z * [new branch] gh/XuehaiPan/330/head -> origin/gh/XuehaiPan/330/head 2025-07-24T05:34:25.4187101Z * [new branch] gh/XuehaiPan/330/orig -> origin/gh/XuehaiPan/330/orig 2025-07-24T05:34:25.4187625Z * [new branch] gh/XuehaiPan/331/base -> origin/gh/XuehaiPan/331/base 2025-07-24T05:34:25.4188121Z * [new branch] gh/XuehaiPan/331/head -> origin/gh/XuehaiPan/331/head 2025-07-24T05:34:25.4188660Z * [new branch] gh/XuehaiPan/331/orig -> origin/gh/XuehaiPan/331/orig 2025-07-24T05:34:25.4189165Z * [new branch] gh/XuehaiPan/332/base -> origin/gh/XuehaiPan/332/base 2025-07-24T05:34:25.4189664Z * [new branch] gh/XuehaiPan/332/head -> origin/gh/XuehaiPan/332/head 2025-07-24T05:34:25.4190165Z * [new branch] gh/XuehaiPan/332/orig -> origin/gh/XuehaiPan/332/orig 2025-07-24T05:34:25.4190660Z * [new branch] gh/XuehaiPan/333/base -> origin/gh/XuehaiPan/333/base 2025-07-24T05:34:25.4191161Z * [new branch] gh/XuehaiPan/333/head -> origin/gh/XuehaiPan/333/head 2025-07-24T05:34:25.4191652Z * [new branch] gh/XuehaiPan/333/orig -> origin/gh/XuehaiPan/333/orig 2025-07-24T05:34:25.4192151Z * [new branch] gh/XuehaiPan/334/base -> origin/gh/XuehaiPan/334/base 2025-07-24T05:34:25.4192648Z * [new branch] gh/XuehaiPan/334/head -> origin/gh/XuehaiPan/334/head 2025-07-24T05:34:25.4193151Z * [new branch] gh/XuehaiPan/334/orig -> origin/gh/XuehaiPan/334/orig 2025-07-24T05:34:25.4193656Z * [new branch] gh/XuehaiPan/335/base -> origin/gh/XuehaiPan/335/base 2025-07-24T05:34:25.4194145Z * [new branch] gh/XuehaiPan/335/head -> origin/gh/XuehaiPan/335/head 2025-07-24T05:34:25.4194646Z * [new branch] gh/XuehaiPan/335/orig -> origin/gh/XuehaiPan/335/orig 2025-07-24T05:34:25.4195136Z * [new branch] gh/XuehaiPan/336/base -> origin/gh/XuehaiPan/336/base 2025-07-24T05:34:25.4195630Z * [new branch] gh/XuehaiPan/336/head -> origin/gh/XuehaiPan/336/head 2025-07-24T05:34:25.4196131Z * [new branch] gh/XuehaiPan/336/orig -> origin/gh/XuehaiPan/336/orig 2025-07-24T05:34:25.4196624Z * [new branch] gh/XuehaiPan/337/base -> origin/gh/XuehaiPan/337/base 2025-07-24T05:34:25.4197129Z * [new branch] gh/XuehaiPan/337/head -> origin/gh/XuehaiPan/337/head 2025-07-24T05:34:25.4197838Z * [new branch] gh/XuehaiPan/337/orig -> origin/gh/XuehaiPan/337/orig 2025-07-24T05:34:25.4198354Z * [new branch] gh/XuehaiPan/338/base -> origin/gh/XuehaiPan/338/base 2025-07-24T05:34:25.4198862Z * [new branch] gh/XuehaiPan/338/head -> origin/gh/XuehaiPan/338/head 2025-07-24T05:34:25.4199359Z * [new branch] gh/XuehaiPan/338/orig -> origin/gh/XuehaiPan/338/orig 2025-07-24T05:34:25.4199863Z * [new branch] gh/XuehaiPan/339/base -> origin/gh/XuehaiPan/339/base 2025-07-24T05:34:25.4200358Z * [new branch] gh/XuehaiPan/339/head -> origin/gh/XuehaiPan/339/head 2025-07-24T05:34:25.4200856Z * [new branch] gh/XuehaiPan/339/orig -> origin/gh/XuehaiPan/339/orig 2025-07-24T05:34:25.4201346Z * [new branch] gh/XuehaiPan/340/base -> origin/gh/XuehaiPan/340/base 2025-07-24T05:34:25.4201968Z * [new branch] gh/XuehaiPan/340/head -> origin/gh/XuehaiPan/340/head 2025-07-24T05:34:25.4202483Z * [new branch] gh/XuehaiPan/340/orig -> origin/gh/XuehaiPan/340/orig 2025-07-24T05:34:25.4202978Z * [new branch] gh/XuehaiPan/341/base -> origin/gh/XuehaiPan/341/base 2025-07-24T05:34:25.4203486Z * [new branch] gh/XuehaiPan/341/head -> origin/gh/XuehaiPan/341/head 2025-07-24T05:34:25.4203983Z * [new branch] gh/XuehaiPan/341/orig -> origin/gh/XuehaiPan/341/orig 2025-07-24T05:34:25.4204486Z * [new branch] gh/XuehaiPan/342/base -> origin/gh/XuehaiPan/342/base 2025-07-24T05:34:25.4204986Z * [new branch] gh/XuehaiPan/342/head -> origin/gh/XuehaiPan/342/head 2025-07-24T05:34:25.4205484Z * [new branch] gh/XuehaiPan/342/orig -> origin/gh/XuehaiPan/342/orig 2025-07-24T05:34:25.4205991Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-07-24T05:34:25.4206495Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-07-24T05:34:25.4207007Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-07-24T05:34:25.4207514Z * [new branch] gh/XuehaiPan/344/base -> origin/gh/XuehaiPan/344/base 2025-07-24T05:34:25.4208025Z * [new branch] gh/XuehaiPan/344/head -> origin/gh/XuehaiPan/344/head 2025-07-24T05:34:25.4208519Z * [new branch] gh/XuehaiPan/344/orig -> origin/gh/XuehaiPan/344/orig 2025-07-24T05:34:25.4209005Z * [new branch] gh/XuehaiPan/345/base -> origin/gh/XuehaiPan/345/base 2025-07-24T05:34:25.4209508Z * [new branch] gh/XuehaiPan/345/head -> origin/gh/XuehaiPan/345/head 2025-07-24T05:34:25.4631871Z * [new branch] gh/XuehaiPan/345/orig -> origin/gh/XuehaiPan/345/orig 2025-07-24T05:34:25.4632519Z * [new branch] gh/XuehaiPan/346/base -> origin/gh/XuehaiPan/346/base 2025-07-24T05:34:25.4633119Z * [new branch] gh/XuehaiPan/346/head -> origin/gh/XuehaiPan/346/head 2025-07-24T05:34:25.4633673Z * [new branch] gh/XuehaiPan/346/orig -> origin/gh/XuehaiPan/346/orig 2025-07-24T05:34:25.4634173Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-07-24T05:34:25.4634682Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-07-24T05:34:25.4635177Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-07-24T05:34:25.4635677Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-07-24T05:34:25.4636166Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-07-24T05:34:25.4636661Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-07-24T05:34:25.4637174Z * [new branch] gh/XuehaiPan/349/base -> origin/gh/XuehaiPan/349/base 2025-07-24T05:34:25.4637848Z * [new branch] gh/XuehaiPan/349/head -> origin/gh/XuehaiPan/349/head 2025-07-24T05:34:25.4638360Z * [new branch] gh/XuehaiPan/349/orig -> origin/gh/XuehaiPan/349/orig 2025-07-24T05:34:25.4638852Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-07-24T05:34:25.4639355Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-07-24T05:34:25.4639855Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-07-24T05:34:25.4640352Z * [new branch] gh/XuehaiPan/351/base -> origin/gh/XuehaiPan/351/base 2025-07-24T05:34:25.4640860Z * [new branch] gh/XuehaiPan/351/head -> origin/gh/XuehaiPan/351/head 2025-07-24T05:34:25.4641475Z * [new branch] gh/XuehaiPan/351/orig -> origin/gh/XuehaiPan/351/orig 2025-07-24T05:34:25.4641994Z * [new branch] gh/XuehaiPan/352/base -> origin/gh/XuehaiPan/352/base 2025-07-24T05:34:25.4642495Z * [new branch] gh/XuehaiPan/352/head -> origin/gh/XuehaiPan/352/head 2025-07-24T05:34:25.4642992Z * [new branch] gh/XuehaiPan/352/orig -> origin/gh/XuehaiPan/352/orig 2025-07-24T05:34:25.4643561Z * [new branch] gh/XuehaiPan/353/base -> origin/gh/XuehaiPan/353/base 2025-07-24T05:34:25.4644098Z * [new branch] gh/XuehaiPan/353/head -> origin/gh/XuehaiPan/353/head 2025-07-24T05:34:25.4644648Z * [new branch] gh/XuehaiPan/353/orig -> origin/gh/XuehaiPan/353/orig 2025-07-24T05:34:25.4645146Z * [new branch] gh/XuehaiPan/354/base -> origin/gh/XuehaiPan/354/base 2025-07-24T05:34:25.4645657Z * [new branch] gh/XuehaiPan/354/head -> origin/gh/XuehaiPan/354/head 2025-07-24T05:34:25.4646160Z * [new branch] gh/XuehaiPan/354/orig -> origin/gh/XuehaiPan/354/orig 2025-07-24T05:34:25.4646656Z * [new branch] gh/XuehaiPan/355/base -> origin/gh/XuehaiPan/355/base 2025-07-24T05:34:25.4647155Z * [new branch] gh/XuehaiPan/355/head -> origin/gh/XuehaiPan/355/head 2025-07-24T05:34:25.4647652Z * [new branch] gh/XuehaiPan/355/orig -> origin/gh/XuehaiPan/355/orig 2025-07-24T05:34:25.4648149Z * [new branch] gh/XuehaiPan/356/base -> origin/gh/XuehaiPan/356/base 2025-07-24T05:34:25.4648650Z * [new branch] gh/XuehaiPan/356/head -> origin/gh/XuehaiPan/356/head 2025-07-24T05:34:25.4649143Z * [new branch] gh/XuehaiPan/356/orig -> origin/gh/XuehaiPan/356/orig 2025-07-24T05:34:25.4649651Z * [new branch] gh/XuehaiPan/357/base -> origin/gh/XuehaiPan/357/base 2025-07-24T05:34:25.4650148Z * [new branch] gh/XuehaiPan/357/head -> origin/gh/XuehaiPan/357/head 2025-07-24T05:34:25.4650654Z * [new branch] gh/XuehaiPan/357/orig -> origin/gh/XuehaiPan/357/orig 2025-07-24T05:34:25.4651158Z * [new branch] gh/XuehaiPan/358/base -> origin/gh/XuehaiPan/358/base 2025-07-24T05:34:25.4651736Z * [new branch] gh/XuehaiPan/358/head -> origin/gh/XuehaiPan/358/head 2025-07-24T05:34:25.4652246Z * [new branch] gh/XuehaiPan/358/orig -> origin/gh/XuehaiPan/358/orig 2025-07-24T05:34:25.4652740Z * [new branch] gh/XuehaiPan/359/base -> origin/gh/XuehaiPan/359/base 2025-07-24T05:34:25.4653248Z * [new branch] gh/XuehaiPan/359/head -> origin/gh/XuehaiPan/359/head 2025-07-24T05:34:25.4653761Z * [new branch] gh/XuehaiPan/359/orig -> origin/gh/XuehaiPan/359/orig 2025-07-24T05:34:25.4654258Z * [new branch] gh/XuehaiPan/360/base -> origin/gh/XuehaiPan/360/base 2025-07-24T05:34:25.4654767Z * [new branch] gh/XuehaiPan/360/head -> origin/gh/XuehaiPan/360/head 2025-07-24T05:34:25.4655934Z * [new branch] gh/XuehaiPan/360/orig -> origin/gh/XuehaiPan/360/orig 2025-07-24T05:34:25.5400185Z * [new branch] gh/XuehaiPan/361/base -> origin/gh/XuehaiPan/361/base 2025-07-24T05:34:25.5400767Z * [new branch] gh/XuehaiPan/361/head -> origin/gh/XuehaiPan/361/head 2025-07-24T05:34:25.5401268Z * [new branch] gh/XuehaiPan/361/orig -> origin/gh/XuehaiPan/361/orig 2025-07-24T05:34:25.5401771Z * [new branch] gh/XuehaiPan/362/base -> origin/gh/XuehaiPan/362/base 2025-07-24T05:34:25.5402265Z * [new branch] gh/XuehaiPan/362/head -> origin/gh/XuehaiPan/362/head 2025-07-24T05:34:25.5402771Z * [new branch] gh/XuehaiPan/362/orig -> origin/gh/XuehaiPan/362/orig 2025-07-24T05:34:25.5403280Z * [new branch] gh/XuehaiPan/363/base -> origin/gh/XuehaiPan/363/base 2025-07-24T05:34:25.5404022Z * [new branch] gh/XuehaiPan/363/head -> origin/gh/XuehaiPan/363/head 2025-07-24T05:34:25.5404544Z * [new branch] gh/XuehaiPan/363/orig -> origin/gh/XuehaiPan/363/orig 2025-07-24T05:34:25.5405089Z * [new branch] gh/XuehaiPan/364/base -> origin/gh/XuehaiPan/364/base 2025-07-24T05:34:25.5405605Z * [new branch] gh/XuehaiPan/364/head -> origin/gh/XuehaiPan/364/head 2025-07-24T05:34:25.5406102Z * [new branch] gh/XuehaiPan/364/orig -> origin/gh/XuehaiPan/364/orig 2025-07-24T05:34:25.5406607Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-07-24T05:34:25.5407111Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-07-24T05:34:25.5407608Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-07-24T05:34:25.5408110Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-07-24T05:34:25.5408634Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-07-24T05:34:25.5409122Z * [new branch] gh/XuehaiPan/367/base -> origin/gh/XuehaiPan/367/base 2025-07-24T05:34:25.5409627Z * [new branch] gh/XuehaiPan/367/head -> origin/gh/XuehaiPan/367/head 2025-07-24T05:34:25.5410170Z * [new branch] gh/XuehaiPan/368/base -> origin/gh/XuehaiPan/368/base 2025-07-24T05:34:25.5410712Z * [new branch] gh/XuehaiPan/368/head -> origin/gh/XuehaiPan/368/head 2025-07-24T05:34:25.5411207Z * [new branch] gh/XuehaiPan/368/orig -> origin/gh/XuehaiPan/368/orig 2025-07-24T05:34:25.5411778Z * [new branch] gh/XuehaiPan/369/base -> origin/gh/XuehaiPan/369/base 2025-07-24T05:34:25.5412278Z * [new branch] gh/XuehaiPan/369/head -> origin/gh/XuehaiPan/369/head 2025-07-24T05:34:25.5412778Z * [new branch] gh/XuehaiPan/369/orig -> origin/gh/XuehaiPan/369/orig 2025-07-24T05:34:25.5413296Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-07-24T05:34:25.5413795Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-07-24T05:34:25.5414303Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-07-24T05:34:25.5414806Z * [new branch] gh/XuehaiPan/371/base -> origin/gh/XuehaiPan/371/base 2025-07-24T05:34:25.5415308Z * [new branch] gh/XuehaiPan/371/head -> origin/gh/XuehaiPan/371/head 2025-07-24T05:34:25.5415805Z * [new branch] gh/XuehaiPan/371/orig -> origin/gh/XuehaiPan/371/orig 2025-07-24T05:34:25.5416356Z * [new branch] gh/XuehaiPan/372/base -> origin/gh/XuehaiPan/372/base 2025-07-24T05:34:25.5416908Z * [new branch] gh/XuehaiPan/372/head -> origin/gh/XuehaiPan/372/head 2025-07-24T05:34:25.5417413Z * [new branch] gh/XuehaiPan/372/orig -> origin/gh/XuehaiPan/372/orig 2025-07-24T05:34:25.5418054Z * [new branch] gh/XuehaiPan/373/base -> origin/gh/XuehaiPan/373/base 2025-07-24T05:34:25.5418560Z * [new branch] gh/XuehaiPan/373/head -> origin/gh/XuehaiPan/373/head 2025-07-24T05:34:25.5419058Z * [new branch] gh/XuehaiPan/373/orig -> origin/gh/XuehaiPan/373/orig 2025-07-24T05:34:25.5419582Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-07-24T05:34:25.5420108Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-07-24T05:34:25.5420621Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-07-24T05:34:25.5421135Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-07-24T05:34:25.5421733Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-07-24T05:34:25.5422316Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-07-24T05:34:25.5422874Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-07-24T05:34:25.5423396Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-07-24T05:34:25.5423914Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-07-24T05:34:25.5886207Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-07-24T05:34:25.5886797Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-07-24T05:34:25.5887326Z * [new branch] gh/ZhiweiYan-96/64/base -> origin/gh/ZhiweiYan-96/64/base 2025-07-24T05:34:25.5887867Z * [new branch] gh/ZhiweiYan-96/64/head -> origin/gh/ZhiweiYan-96/64/head 2025-07-24T05:34:25.5888389Z * [new branch] gh/ZhiweiYan-96/64/orig -> origin/gh/ZhiweiYan-96/64/orig 2025-07-24T05:34:25.5888903Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-07-24T05:34:25.5889404Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-07-24T05:34:25.5889898Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-07-24T05:34:25.5890432Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-07-24T05:34:25.5890980Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-07-24T05:34:25.5891469Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-07-24T05:34:25.5892046Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-07-24T05:34:25.5892545Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-07-24T05:34:25.5893008Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-07-24T05:34:25.5893465Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-07-24T05:34:25.5894147Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-07-24T05:34:25.5894961Z * [new branch] gh/alexbrauckmann/paddedtensor_init -> origin/gh/alexbrauckmann/paddedtensor_init 2025-07-24T05:34:25.5895717Z * [new branch] gh/alexbrauckmann/paddedtensor_meta_init -> origin/gh/alexbrauckmann/paddedtensor_meta_init 2025-07-24T05:34:25.5896436Z * [new branch] gh/alexsamardzic/5/base -> origin/gh/alexsamardzic/5/base 2025-07-24T05:34:25.5897022Z * [new branch] gh/alexsamardzic/5/head -> origin/gh/alexsamardzic/5/head 2025-07-24T05:34:25.5897554Z * [new branch] gh/alexsamardzic/5/orig -> origin/gh/alexsamardzic/5/orig 2025-07-24T05:34:25.5898287Z * [new branch] gh/alexsamardzic/6/base -> origin/gh/alexsamardzic/6/base 2025-07-24T05:34:25.5898822Z * [new branch] gh/alexsamardzic/6/head -> origin/gh/alexsamardzic/6/head 2025-07-24T05:34:25.5899346Z * [new branch] gh/alexsamardzic/6/orig -> origin/gh/alexsamardzic/6/orig 2025-07-24T05:34:25.5899887Z * [new branch] gh/alexsamardzic/7/base -> origin/gh/alexsamardzic/7/base 2025-07-24T05:34:25.5900412Z * [new branch] gh/alexsamardzic/7/head -> origin/gh/alexsamardzic/7/head 2025-07-24T05:34:25.5900953Z * [new branch] gh/alexsamardzic/7/orig -> origin/gh/alexsamardzic/7/orig 2025-07-24T05:34:25.5901472Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-07-24T05:34:25.5902626Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-07-24T05:34:25.5903120Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-07-24T05:34:25.5903618Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-07-24T05:34:25.5904130Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-07-24T05:34:25.5904630Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-07-24T05:34:25.5905125Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-07-24T05:34:25.5905624Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-07-24T05:34:25.5906116Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-07-24T05:34:25.5906615Z * [new branch] gh/andyanwang/1/base -> origin/gh/andyanwang/1/base 2025-07-24T05:34:25.5907190Z * [new branch] gh/andyanwang/1/head -> origin/gh/andyanwang/1/head 2025-07-24T05:34:25.5907758Z * [new branch] gh/andyanwang/1/orig -> origin/gh/andyanwang/1/orig 2025-07-24T05:34:25.5908353Z * [new branch] gh/andyanwang/13/base -> origin/gh/andyanwang/13/base 2025-07-24T05:34:25.5908852Z * [new branch] gh/andyanwang/13/head -> origin/gh/andyanwang/13/head 2025-07-24T05:34:25.5909359Z * [new branch] gh/andyanwang/13/orig -> origin/gh/andyanwang/13/orig 2025-07-24T05:34:25.5909854Z * [new branch] gh/andyanwang/2/base -> origin/gh/andyanwang/2/base 2025-07-24T05:34:25.5910401Z * [new branch] gh/andyanwang/2/head -> origin/gh/andyanwang/2/head 2025-07-24T05:34:25.5910898Z * [new branch] gh/andyanwang/2/orig -> origin/gh/andyanwang/2/orig 2025-07-24T05:34:25.6555111Z * [new branch] gh/andyanwang/28/base -> origin/gh/andyanwang/28/base 2025-07-24T05:34:25.6555719Z * [new branch] gh/andyanwang/28/head -> origin/gh/andyanwang/28/head 2025-07-24T05:34:25.6556250Z * [new branch] gh/andyanwang/28/orig -> origin/gh/andyanwang/28/orig 2025-07-24T05:34:25.6556755Z * [new branch] gh/andyanwang/29/base -> origin/gh/andyanwang/29/base 2025-07-24T05:34:25.6557254Z * [new branch] gh/andyanwang/29/head -> origin/gh/andyanwang/29/head 2025-07-24T05:34:25.6557748Z * [new branch] gh/andyanwang/29/orig -> origin/gh/andyanwang/29/orig 2025-07-24T05:34:25.6558305Z * [new branch] gh/andyanwang/3/base -> origin/gh/andyanwang/3/base 2025-07-24T05:34:25.6558886Z * [new branch] gh/andyanwang/3/head -> origin/gh/andyanwang/3/head 2025-07-24T05:34:25.6559382Z * [new branch] gh/andyanwang/3/orig -> origin/gh/andyanwang/3/orig 2025-07-24T05:34:25.6559944Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-07-24T05:34:25.6560477Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-07-24T05:34:25.6561229Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-07-24T05:34:25.6561724Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-07-24T05:34:25.6562246Z * [new branch] gh/andyanwang/32/base -> origin/gh/andyanwang/32/base 2025-07-24T05:34:25.6562750Z * [new branch] gh/andyanwang/32/head -> origin/gh/andyanwang/32/head 2025-07-24T05:34:25.6563242Z * [new branch] gh/andyanwang/32/orig -> origin/gh/andyanwang/32/orig 2025-07-24T05:34:25.6563779Z * [new branch] gh/andyanwang/33/base -> origin/gh/andyanwang/33/base 2025-07-24T05:34:25.6564313Z * [new branch] gh/andyanwang/33/head -> origin/gh/andyanwang/33/head 2025-07-24T05:34:25.6564950Z * [new branch] gh/andyanwang/33/orig -> origin/gh/andyanwang/33/orig 2025-07-24T05:34:25.6565462Z * [new branch] gh/andyanwang/34/base -> origin/gh/andyanwang/34/base 2025-07-24T05:34:25.6565951Z * [new branch] gh/andyanwang/34/head -> origin/gh/andyanwang/34/head 2025-07-24T05:34:25.6566454Z * [new branch] gh/andyanwang/34/orig -> origin/gh/andyanwang/34/orig 2025-07-24T05:34:25.6566950Z * [new branch] gh/andyanwang/4/base -> origin/gh/andyanwang/4/base 2025-07-24T05:34:25.6567457Z * [new branch] gh/andyanwang/4/head -> origin/gh/andyanwang/4/head 2025-07-24T05:34:25.6568031Z * [new branch] gh/andyanwang/4/orig -> origin/gh/andyanwang/4/orig 2025-07-24T05:34:25.6568708Z * [new branch] gh/angelayi/100/base -> origin/gh/angelayi/100/base 2025-07-24T05:34:25.6569193Z * [new branch] gh/angelayi/100/head -> origin/gh/angelayi/100/head 2025-07-24T05:34:25.6569718Z * [new branch] gh/angelayi/100/orig -> origin/gh/angelayi/100/orig 2025-07-24T05:34:25.6570249Z * [new branch] gh/angelayi/101/base -> origin/gh/angelayi/101/base 2025-07-24T05:34:25.6570736Z * [new branch] gh/angelayi/101/head -> origin/gh/angelayi/101/head 2025-07-24T05:34:25.6571217Z * [new branch] gh/angelayi/101/orig -> origin/gh/angelayi/101/orig 2025-07-24T05:34:25.6571785Z * [new branch] gh/angelayi/102/base -> origin/gh/angelayi/102/base 2025-07-24T05:34:25.6572270Z * [new branch] gh/angelayi/102/head -> origin/gh/angelayi/102/head 2025-07-24T05:34:25.6572782Z * [new branch] gh/angelayi/102/orig -> origin/gh/angelayi/102/orig 2025-07-24T05:34:25.6573272Z * [new branch] gh/angelayi/103/base -> origin/gh/angelayi/103/base 2025-07-24T05:34:25.6573772Z * [new branch] gh/angelayi/103/head -> origin/gh/angelayi/103/head 2025-07-24T05:34:25.6574269Z * [new branch] gh/angelayi/103/orig -> origin/gh/angelayi/103/orig 2025-07-24T05:34:25.6574758Z * [new branch] gh/angelayi/104/base -> origin/gh/angelayi/104/base 2025-07-24T05:34:25.6575259Z * [new branch] gh/angelayi/104/head -> origin/gh/angelayi/104/head 2025-07-24T05:34:25.6575817Z * [new branch] gh/angelayi/104/orig -> origin/gh/angelayi/104/orig 2025-07-24T05:34:25.6576309Z * [new branch] gh/angelayi/105/base -> origin/gh/angelayi/105/base 2025-07-24T05:34:25.6576808Z * [new branch] gh/angelayi/105/head -> origin/gh/angelayi/105/head 2025-07-24T05:34:25.6577293Z * [new branch] gh/angelayi/105/orig -> origin/gh/angelayi/105/orig 2025-07-24T05:34:25.6577827Z * [new branch] gh/angelayi/82/base -> origin/gh/angelayi/82/base 2025-07-24T05:34:25.6578316Z * [new branch] gh/angelayi/82/head -> origin/gh/angelayi/82/head 2025-07-24T05:34:25.6579048Z * [new branch] gh/angelayi/82/orig -> origin/gh/angelayi/82/orig 2025-07-24T05:34:25.7213178Z * [new branch] gh/angelayi/97/base -> origin/gh/angelayi/97/base 2025-07-24T05:34:25.7214318Z * [new branch] gh/angelayi/97/head -> origin/gh/angelayi/97/head 2025-07-24T05:34:25.7215288Z * [new branch] gh/angelayi/97/orig -> origin/gh/angelayi/97/orig 2025-07-24T05:34:25.7216236Z * [new branch] gh/ani300/1/base -> origin/gh/ani300/1/base 2025-07-24T05:34:25.7217153Z * [new branch] gh/ani300/1/head -> origin/gh/ani300/1/head 2025-07-24T05:34:25.7218039Z * [new branch] gh/ani300/1/orig -> origin/gh/ani300/1/orig 2025-07-24T05:34:25.7219012Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-07-24T05:34:25.7220441Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-07-24T05:34:25.7221664Z * [new branch] gh/anijain2305/710/base -> origin/gh/anijain2305/710/base 2025-07-24T05:34:25.7222673Z * [new branch] gh/anijain2305/710/head -> origin/gh/anijain2305/710/head 2025-07-24T05:34:25.7223725Z * [new branch] gh/anijain2305/710/orig -> origin/gh/anijain2305/710/orig 2025-07-24T05:34:25.7224799Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-07-24T05:34:25.7225911Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-07-24T05:34:25.7226924Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-07-24T05:34:25.7227873Z * [new branch] gh/anijain2305/766/base -> origin/gh/anijain2305/766/base 2025-07-24T05:34:25.7228592Z * [new branch] gh/anijain2305/766/head -> origin/gh/anijain2305/766/head 2025-07-24T05:34:25.7229301Z * [new branch] gh/anijain2305/766/orig -> origin/gh/anijain2305/766/orig 2025-07-24T05:34:25.7230018Z * [new branch] gh/anijain2305/790/base -> origin/gh/anijain2305/790/base 2025-07-24T05:34:25.7230784Z * [new branch] gh/anijain2305/790/head -> origin/gh/anijain2305/790/head 2025-07-24T05:34:25.7231404Z * [new branch] gh/anijain2305/790/orig -> origin/gh/anijain2305/790/orig 2025-07-24T05:34:25.7232091Z * [new branch] gh/anijain2305/792/base -> origin/gh/anijain2305/792/base 2025-07-24T05:34:25.7232721Z * [new branch] gh/anijain2305/792/head -> origin/gh/anijain2305/792/head 2025-07-24T05:34:25.7233299Z * [new branch] gh/anijain2305/792/orig -> origin/gh/anijain2305/792/orig 2025-07-24T05:34:25.7233922Z * [new branch] gh/anijain2305/794/base -> origin/gh/anijain2305/794/base 2025-07-24T05:34:25.7234509Z * [new branch] gh/anijain2305/794/head -> origin/gh/anijain2305/794/head 2025-07-24T05:34:25.7235108Z * [new branch] gh/anijain2305/794/orig -> origin/gh/anijain2305/794/orig 2025-07-24T05:34:25.7235666Z * [new branch] gh/anijain2305/803/base -> origin/gh/anijain2305/803/base 2025-07-24T05:34:25.7236174Z * [new branch] gh/anijain2305/803/head -> origin/gh/anijain2305/803/head 2025-07-24T05:34:25.7236762Z * [new branch] gh/anijain2305/803/orig -> origin/gh/anijain2305/803/orig 2025-07-24T05:34:25.7237484Z * [new branch] gh/anijain2305/804/base -> origin/gh/anijain2305/804/base 2025-07-24T05:34:25.7238165Z * [new branch] gh/anijain2305/804/head -> origin/gh/anijain2305/804/head 2025-07-24T05:34:25.7238842Z * [new branch] gh/anijain2305/804/orig -> origin/gh/anijain2305/804/orig 2025-07-24T05:34:25.7239522Z * [new branch] gh/anijain2305/805/base -> origin/gh/anijain2305/805/base 2025-07-24T05:34:25.7240413Z * [new branch] gh/anijain2305/805/head -> origin/gh/anijain2305/805/head 2025-07-24T05:34:25.7241128Z * [new branch] gh/anijain2305/805/orig -> origin/gh/anijain2305/805/orig 2025-07-24T05:34:25.7241841Z * [new branch] gh/anijain2305/806/base -> origin/gh/anijain2305/806/base 2025-07-24T05:34:25.7242490Z * [new branch] gh/anijain2305/806/head -> origin/gh/anijain2305/806/head 2025-07-24T05:34:25.7243275Z * [new branch] gh/anijain2305/806/orig -> origin/gh/anijain2305/806/orig 2025-07-24T05:34:25.7243852Z * [new branch] gh/anijain2305/807/base -> origin/gh/anijain2305/807/base 2025-07-24T05:34:25.7244364Z * [new branch] gh/anijain2305/807/head -> origin/gh/anijain2305/807/head 2025-07-24T05:34:25.7244878Z * [new branch] gh/anijain2305/807/orig -> origin/gh/anijain2305/807/orig 2025-07-24T05:34:25.7245493Z * [new branch] gh/anijain2305/808/base -> origin/gh/anijain2305/808/base 2025-07-24T05:34:25.7246020Z * [new branch] gh/anijain2305/808/head -> origin/gh/anijain2305/808/head 2025-07-24T05:34:25.7246536Z * [new branch] gh/anijain2305/808/orig -> origin/gh/anijain2305/808/orig 2025-07-24T05:34:25.7247044Z * [new branch] gh/anijain2305/809/base -> origin/gh/anijain2305/809/base 2025-07-24T05:34:25.7247619Z * [new branch] gh/anijain2305/809/head -> origin/gh/anijain2305/809/head 2025-07-24T05:34:25.7659705Z * [new branch] gh/anijain2305/809/orig -> origin/gh/anijain2305/809/orig 2025-07-24T05:34:25.7660305Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-07-24T05:34:25.7660835Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-07-24T05:34:25.7661374Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-07-24T05:34:25.7661913Z * [new branch] gh/anijain2305/811/base -> origin/gh/anijain2305/811/base 2025-07-24T05:34:25.7662433Z * [new branch] gh/anijain2305/811/head -> origin/gh/anijain2305/811/head 2025-07-24T05:34:25.7663020Z * [new branch] gh/anijain2305/811/orig -> origin/gh/anijain2305/811/orig 2025-07-24T05:34:25.7663549Z * [new branch] gh/anijain2305/812/base -> origin/gh/anijain2305/812/base 2025-07-24T05:34:25.7664060Z * [new branch] gh/anijain2305/812/head -> origin/gh/anijain2305/812/head 2025-07-24T05:34:25.7664577Z * [new branch] gh/anijain2305/812/orig -> origin/gh/anijain2305/812/orig 2025-07-24T05:34:25.7665096Z * [new branch] gh/anijain2305/813/base -> origin/gh/anijain2305/813/base 2025-07-24T05:34:25.7665603Z * [new branch] gh/anijain2305/813/head -> origin/gh/anijain2305/813/head 2025-07-24T05:34:25.7666130Z * [new branch] gh/anijain2305/813/orig -> origin/gh/anijain2305/813/orig 2025-07-24T05:34:25.7666637Z * [new branch] gh/anijain2305/814/base -> origin/gh/anijain2305/814/base 2025-07-24T05:34:25.7667144Z * [new branch] gh/anijain2305/814/head -> origin/gh/anijain2305/814/head 2025-07-24T05:34:25.7667649Z * [new branch] gh/anijain2305/814/orig -> origin/gh/anijain2305/814/orig 2025-07-24T05:34:25.7668162Z * [new branch] gh/anijain2305/815/base -> origin/gh/anijain2305/815/base 2025-07-24T05:34:25.7668677Z * [new branch] gh/anijain2305/815/head -> origin/gh/anijain2305/815/head 2025-07-24T05:34:25.7669181Z * [new branch] gh/anijain2305/815/orig -> origin/gh/anijain2305/815/orig 2025-07-24T05:34:25.7669695Z * [new branch] gh/anijain2305/816/base -> origin/gh/anijain2305/816/base 2025-07-24T05:34:25.7670210Z * [new branch] gh/anijain2305/816/head -> origin/gh/anijain2305/816/head 2025-07-24T05:34:25.7670919Z * [new branch] gh/anijain2305/817/base -> origin/gh/anijain2305/817/base 2025-07-24T05:34:25.7671441Z * [new branch] gh/anijain2305/817/head -> origin/gh/anijain2305/817/head 2025-07-24T05:34:25.7671950Z * [new branch] gh/anijain2305/817/orig -> origin/gh/anijain2305/817/orig 2025-07-24T05:34:25.7672470Z * [new branch] gh/anijain2305/818/base -> origin/gh/anijain2305/818/base 2025-07-24T05:34:25.7673045Z * [new branch] gh/anijain2305/818/head -> origin/gh/anijain2305/818/head 2025-07-24T05:34:25.7673561Z * [new branch] gh/anijain2305/818/orig -> origin/gh/anijain2305/818/orig 2025-07-24T05:34:25.7674079Z * [new branch] gh/anijain2305/819/base -> origin/gh/anijain2305/819/base 2025-07-24T05:34:25.7674697Z * [new branch] gh/anijain2305/819/head -> origin/gh/anijain2305/819/head 2025-07-24T05:34:25.7675221Z * [new branch] gh/anijain2305/819/orig -> origin/gh/anijain2305/819/orig 2025-07-24T05:34:25.7675736Z * [new branch] gh/anijain2305/820/base -> origin/gh/anijain2305/820/base 2025-07-24T05:34:25.7676259Z * [new branch] gh/anijain2305/820/head -> origin/gh/anijain2305/820/head 2025-07-24T05:34:25.7676784Z * [new branch] gh/anijain2305/820/orig -> origin/gh/anijain2305/820/orig 2025-07-24T05:34:25.7677299Z * [new branch] gh/anijain2305/821/base -> origin/gh/anijain2305/821/base 2025-07-24T05:34:25.7677815Z * [new branch] gh/anijain2305/821/head -> origin/gh/anijain2305/821/head 2025-07-24T05:34:25.7678326Z * [new branch] gh/anijain2305/821/orig -> origin/gh/anijain2305/821/orig 2025-07-24T05:34:25.7678839Z * [new branch] gh/anijain2305/822/base -> origin/gh/anijain2305/822/base 2025-07-24T05:34:25.7679359Z * [new branch] gh/anijain2305/822/head -> origin/gh/anijain2305/822/head 2025-07-24T05:34:25.7679873Z * [new branch] gh/anijain2305/822/orig -> origin/gh/anijain2305/822/orig 2025-07-24T05:34:25.7680389Z * [new branch] gh/anijain2305/823/base -> origin/gh/anijain2305/823/base 2025-07-24T05:34:25.7680902Z * [new branch] gh/anijain2305/823/head -> origin/gh/anijain2305/823/head 2025-07-24T05:34:25.7681428Z * [new branch] gh/anijain2305/823/orig -> origin/gh/anijain2305/823/orig 2025-07-24T05:34:25.7681934Z * [new branch] gh/anijain2305/824/base -> origin/gh/anijain2305/824/base 2025-07-24T05:34:25.7682446Z * [new branch] gh/anijain2305/824/head -> origin/gh/anijain2305/824/head 2025-07-24T05:34:25.7683019Z * [new branch] gh/anijain2305/824/orig -> origin/gh/anijain2305/824/orig 2025-07-24T05:34:25.8213935Z * [new branch] gh/anijain2305/825/base -> origin/gh/anijain2305/825/base 2025-07-24T05:34:25.8214530Z * [new branch] gh/anijain2305/825/head -> origin/gh/anijain2305/825/head 2025-07-24T05:34:25.8215069Z * [new branch] gh/anijain2305/825/orig -> origin/gh/anijain2305/825/orig 2025-07-24T05:34:25.8215583Z * [new branch] gh/anijain2305/826/base -> origin/gh/anijain2305/826/base 2025-07-24T05:34:25.8216107Z * [new branch] gh/anijain2305/826/head -> origin/gh/anijain2305/826/head 2025-07-24T05:34:25.8216613Z * [new branch] gh/anijain2305/826/orig -> origin/gh/anijain2305/826/orig 2025-07-24T05:34:25.8217126Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-07-24T05:34:25.8217627Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-07-24T05:34:25.8218106Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-07-24T05:34:25.8218622Z * [new branch] gh/ankitageorge/10/base -> origin/gh/ankitageorge/10/base 2025-07-24T05:34:25.8219380Z * [new branch] gh/ankitageorge/10/head -> origin/gh/ankitageorge/10/head 2025-07-24T05:34:25.8219911Z * [new branch] gh/ankitageorge/10/orig -> origin/gh/ankitageorge/10/orig 2025-07-24T05:34:25.8220432Z * [new branch] gh/ankitageorge/11/base -> origin/gh/ankitageorge/11/base 2025-07-24T05:34:25.8221010Z * [new branch] gh/ankitageorge/11/head -> origin/gh/ankitageorge/11/head 2025-07-24T05:34:25.8221537Z * [new branch] gh/ankitageorge/11/orig -> origin/gh/ankitageorge/11/orig 2025-07-24T05:34:25.8222061Z * [new branch] gh/ankitageorge/12/base -> origin/gh/ankitageorge/12/base 2025-07-24T05:34:25.8222579Z * [new branch] gh/ankitageorge/12/head -> origin/gh/ankitageorge/12/head 2025-07-24T05:34:25.8223209Z * [new branch] gh/ankitageorge/12/orig -> origin/gh/ankitageorge/12/orig 2025-07-24T05:34:25.8223746Z * [new branch] gh/ankitageorge/13/base -> origin/gh/ankitageorge/13/base 2025-07-24T05:34:25.8224283Z * [new branch] gh/ankitageorge/13/head -> origin/gh/ankitageorge/13/head 2025-07-24T05:34:25.8224804Z * [new branch] gh/ankitageorge/13/orig -> origin/gh/ankitageorge/13/orig 2025-07-24T05:34:25.8225336Z * [new branch] gh/ankitageorge/5/base -> origin/gh/ankitageorge/5/base 2025-07-24T05:34:25.8225884Z * [new branch] gh/ankitageorge/5/head -> origin/gh/ankitageorge/5/head 2025-07-24T05:34:25.8226396Z * [new branch] gh/ankitageorge/5/orig -> origin/gh/ankitageorge/5/orig 2025-07-24T05:34:25.8226971Z * [new branch] gh/ankitageorge/7/base -> origin/gh/ankitageorge/7/base 2025-07-24T05:34:25.8227632Z * [new branch] gh/ankitageorge/7/head -> origin/gh/ankitageorge/7/head 2025-07-24T05:34:25.8228259Z * [new branch] gh/ankitageorge/7/orig -> origin/gh/ankitageorge/7/orig 2025-07-24T05:34:25.8228776Z * [new branch] gh/ankitageorge/8/base -> origin/gh/ankitageorge/8/base 2025-07-24T05:34:25.8229293Z * [new branch] gh/ankitageorge/8/head -> origin/gh/ankitageorge/8/head 2025-07-24T05:34:25.8229868Z * [new branch] gh/ankitageorge/8/orig -> origin/gh/ankitageorge/8/orig 2025-07-24T05:34:25.8230381Z * [new branch] gh/ankitageorge/9/base -> origin/gh/ankitageorge/9/base 2025-07-24T05:34:25.8230901Z * [new branch] gh/ankitageorge/9/head -> origin/gh/ankitageorge/9/head 2025-07-24T05:34:25.8231411Z * [new branch] gh/ankitageorge/9/orig -> origin/gh/ankitageorge/9/orig 2025-07-24T05:34:25.8231926Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-07-24T05:34:25.8232423Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-07-24T05:34:25.8232896Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-07-24T05:34:25.8233395Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-07-24T05:34:25.8233867Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-07-24T05:34:25.8234345Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-07-24T05:34:25.8234832Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-07-24T05:34:25.8235304Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-07-24T05:34:25.8235796Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-07-24T05:34:25.8236264Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-07-24T05:34:25.8236751Z * [new branch] gh/anshul-si/6/base -> origin/gh/anshul-si/6/base 2025-07-24T05:34:25.8237369Z * [new branch] gh/anshul-si/6/head -> origin/gh/anshul-si/6/head 2025-07-24T05:34:25.8779808Z * [new branch] gh/anshul-si/6/orig -> origin/gh/anshul-si/6/orig 2025-07-24T05:34:25.8780395Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-07-24T05:34:25.8780902Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-07-24T05:34:25.8781400Z * [new branch] gh/aorenste/231/base -> origin/gh/aorenste/231/base 2025-07-24T05:34:25.8781905Z * [new branch] gh/aorenste/231/head -> origin/gh/aorenste/231/head 2025-07-24T05:34:25.8782390Z * [new branch] gh/aorenste/231/orig -> origin/gh/aorenste/231/orig 2025-07-24T05:34:25.8782880Z * [new branch] gh/aorenste/234/base -> origin/gh/aorenste/234/base 2025-07-24T05:34:25.8783571Z * [new branch] gh/aorenste/234/head -> origin/gh/aorenste/234/head 2025-07-24T05:34:25.8784095Z * [new branch] gh/aorenste/234/orig -> origin/gh/aorenste/234/orig 2025-07-24T05:34:25.8784602Z * [new branch] gh/aorenste/235/base -> origin/gh/aorenste/235/base 2025-07-24T05:34:25.8785083Z * [new branch] gh/aorenste/235/head -> origin/gh/aorenste/235/head 2025-07-24T05:34:25.8785579Z * [new branch] gh/aorenste/235/orig -> origin/gh/aorenste/235/orig 2025-07-24T05:34:25.8786069Z * [new branch] gh/aorenste/236/base -> origin/gh/aorenste/236/base 2025-07-24T05:34:25.8786571Z * [new branch] gh/aorenste/236/head -> origin/gh/aorenste/236/head 2025-07-24T05:34:25.8787057Z * [new branch] gh/aorenste/236/orig -> origin/gh/aorenste/236/orig 2025-07-24T05:34:25.8787539Z * [new branch] gh/aorenste/237/base -> origin/gh/aorenste/237/base 2025-07-24T05:34:25.8788040Z * [new branch] gh/aorenste/237/head -> origin/gh/aorenste/237/head 2025-07-24T05:34:25.8788531Z * [new branch] gh/aorenste/237/orig -> origin/gh/aorenste/237/orig 2025-07-24T05:34:25.8789410Z * [new branch] gh/bdhirsh/647/base -> origin/gh/bdhirsh/647/base 2025-07-24T05:34:25.8790034Z * [new branch] gh/bdhirsh/647/head -> origin/gh/bdhirsh/647/head 2025-07-24T05:34:25.8790531Z * [new branch] gh/bdhirsh/647/orig -> origin/gh/bdhirsh/647/orig 2025-07-24T05:34:25.8791028Z * [new branch] gh/bdhirsh/650/base -> origin/gh/bdhirsh/650/base 2025-07-24T05:34:25.8791514Z * [new branch] gh/bdhirsh/650/head -> origin/gh/bdhirsh/650/head 2025-07-24T05:34:25.8791999Z * [new branch] gh/bdhirsh/650/orig -> origin/gh/bdhirsh/650/orig 2025-07-24T05:34:25.8792497Z * [new branch] gh/bdhirsh/651/base -> origin/gh/bdhirsh/651/base 2025-07-24T05:34:25.8792981Z * [new branch] gh/bdhirsh/651/head -> origin/gh/bdhirsh/651/head 2025-07-24T05:34:25.8793469Z * [new branch] gh/bdhirsh/651/orig -> origin/gh/bdhirsh/651/orig 2025-07-24T05:34:25.8793950Z * [new branch] gh/bdhirsh/652/base -> origin/gh/bdhirsh/652/base 2025-07-24T05:34:25.8794440Z * [new branch] gh/bdhirsh/652/head -> origin/gh/bdhirsh/652/head 2025-07-24T05:34:25.8794915Z * [new branch] gh/bdhirsh/652/orig -> origin/gh/bdhirsh/652/orig 2025-07-24T05:34:25.8795401Z * [new branch] gh/bdhirsh/656/base -> origin/gh/bdhirsh/656/base 2025-07-24T05:34:25.8795886Z * [new branch] gh/bdhirsh/656/head -> origin/gh/bdhirsh/656/head 2025-07-24T05:34:25.8796363Z * [new branch] gh/bdhirsh/657/base -> origin/gh/bdhirsh/657/base 2025-07-24T05:34:25.8796857Z * [new branch] gh/bdhirsh/657/head -> origin/gh/bdhirsh/657/head 2025-07-24T05:34:25.8797527Z * [new branch] gh/bdhirsh/659/base -> origin/gh/bdhirsh/659/base 2025-07-24T05:34:25.8798013Z * [new branch] gh/bdhirsh/659/head -> origin/gh/bdhirsh/659/head 2025-07-24T05:34:25.8798503Z * [new branch] gh/bdhirsh/659/orig -> origin/gh/bdhirsh/659/orig 2025-07-24T05:34:25.8798978Z * [new branch] gh/bdhirsh/663/base -> origin/gh/bdhirsh/663/base 2025-07-24T05:34:25.8799463Z * [new branch] gh/bdhirsh/663/head -> origin/gh/bdhirsh/663/head 2025-07-24T05:34:25.8799944Z * [new branch] gh/bdhirsh/663/orig -> origin/gh/bdhirsh/663/orig 2025-07-24T05:34:25.8800436Z * [new branch] gh/bdhirsh/665/base -> origin/gh/bdhirsh/665/base 2025-07-24T05:34:25.8800916Z * [new branch] gh/bdhirsh/665/head -> origin/gh/bdhirsh/665/head 2025-07-24T05:34:25.8801513Z * [new branch] gh/bdhirsh/665/orig -> origin/gh/bdhirsh/665/orig 2025-07-24T05:34:25.8802016Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-07-24T05:34:25.8802505Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-07-24T05:34:25.8802994Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-07-24T05:34:25.8803515Z * [new branch] gh/benjaminglass1/79/base -> origin/gh/benjaminglass1/79/base 2025-07-24T05:34:25.9233165Z * [new branch] gh/benjaminglass1/79/head -> origin/gh/benjaminglass1/79/head 2025-07-24T05:34:25.9233812Z * [new branch] gh/benjaminglass1/79/orig -> origin/gh/benjaminglass1/79/orig 2025-07-24T05:34:25.9234365Z * [new branch] gh/benjaminglass1/83/base -> origin/gh/benjaminglass1/83/base 2025-07-24T05:34:25.9234952Z * [new branch] gh/benjaminglass1/83/head -> origin/gh/benjaminglass1/83/head 2025-07-24T05:34:25.9235500Z * [new branch] gh/benjaminglass1/83/orig -> origin/gh/benjaminglass1/83/orig 2025-07-24T05:34:25.9236053Z * [new branch] gh/benjaminglass1/86/base -> origin/gh/benjaminglass1/86/base 2025-07-24T05:34:25.9236596Z * [new branch] gh/benjaminglass1/86/head -> origin/gh/benjaminglass1/86/head 2025-07-24T05:34:25.9237137Z * [new branch] gh/benjaminglass1/86/orig -> origin/gh/benjaminglass1/86/orig 2025-07-24T05:34:25.9237680Z * [new branch] gh/benjaminglass1/89/base -> origin/gh/benjaminglass1/89/base 2025-07-24T05:34:25.9238217Z * [new branch] gh/benjaminglass1/89/head -> origin/gh/benjaminglass1/89/head 2025-07-24T05:34:25.9238762Z * [new branch] gh/benjaminglass1/89/orig -> origin/gh/benjaminglass1/89/orig 2025-07-24T05:34:25.9239307Z * [new branch] gh/benjaminglass1/90/base -> origin/gh/benjaminglass1/90/base 2025-07-24T05:34:25.9239852Z * [new branch] gh/benjaminglass1/90/head -> origin/gh/benjaminglass1/90/head 2025-07-24T05:34:25.9240401Z * [new branch] gh/benjaminglass1/90/orig -> origin/gh/benjaminglass1/90/orig 2025-07-24T05:34:25.9240938Z * [new branch] gh/benjaminglass1/91/base -> origin/gh/benjaminglass1/91/base 2025-07-24T05:34:25.9241490Z * [new branch] gh/benjaminglass1/91/head -> origin/gh/benjaminglass1/91/head 2025-07-24T05:34:25.9242033Z * [new branch] gh/benjaminglass1/91/orig -> origin/gh/benjaminglass1/91/orig 2025-07-24T05:34:25.9242569Z * [new branch] gh/benjaminglass1/92/base -> origin/gh/benjaminglass1/92/base 2025-07-24T05:34:25.9243124Z * [new branch] gh/benjaminglass1/92/head -> origin/gh/benjaminglass1/92/head 2025-07-24T05:34:25.9243669Z * [new branch] gh/benjaminglass1/92/orig -> origin/gh/benjaminglass1/92/orig 2025-07-24T05:34:25.9244208Z * [new branch] gh/benjaminglass1/93/base -> origin/gh/benjaminglass1/93/base 2025-07-24T05:34:25.9244948Z * [new branch] gh/benjaminglass1/93/head -> origin/gh/benjaminglass1/93/head 2025-07-24T05:34:25.9245491Z * [new branch] gh/benjaminglass1/93/orig -> origin/gh/benjaminglass1/93/orig 2025-07-24T05:34:25.9246040Z * [new branch] gh/benjaminglass1/94/base -> origin/gh/benjaminglass1/94/base 2025-07-24T05:34:25.9246578Z * [new branch] gh/benjaminglass1/94/head -> origin/gh/benjaminglass1/94/head 2025-07-24T05:34:25.9247122Z * [new branch] gh/benjaminglass1/94/orig -> origin/gh/benjaminglass1/94/orig 2025-07-24T05:34:25.9247661Z * [new branch] gh/benjaminglass1/95/base -> origin/gh/benjaminglass1/95/base 2025-07-24T05:34:25.9248207Z * [new branch] gh/benjaminglass1/95/head -> origin/gh/benjaminglass1/95/head 2025-07-24T05:34:25.9248870Z * [new branch] gh/benjaminglass1/95/orig -> origin/gh/benjaminglass1/95/orig 2025-07-24T05:34:25.9249409Z * [new branch] gh/benjaminglass1/96/base -> origin/gh/benjaminglass1/96/base 2025-07-24T05:34:25.9249967Z * [new branch] gh/benjaminglass1/96/head -> origin/gh/benjaminglass1/96/head 2025-07-24T05:34:25.9250516Z * [new branch] gh/benjaminglass1/96/orig -> origin/gh/benjaminglass1/96/orig 2025-07-24T05:34:25.9251041Z * [new branch] gh/bobrenjc93/439/base -> origin/gh/bobrenjc93/439/base 2025-07-24T05:34:25.9251562Z * [new branch] gh/bobrenjc93/439/head -> origin/gh/bobrenjc93/439/head 2025-07-24T05:34:25.9252180Z * [new branch] gh/bobrenjc93/439/orig -> origin/gh/bobrenjc93/439/orig 2025-07-24T05:34:25.9252684Z * [new branch] gh/bobrenjc93/460/base -> origin/gh/bobrenjc93/460/base 2025-07-24T05:34:25.9253199Z * [new branch] gh/bobrenjc93/460/head -> origin/gh/bobrenjc93/460/head 2025-07-24T05:34:25.9253704Z * [new branch] gh/bobrenjc93/460/orig -> origin/gh/bobrenjc93/460/orig 2025-07-24T05:34:25.9254217Z * [new branch] gh/bobrenjc93/464/base -> origin/gh/bobrenjc93/464/base 2025-07-24T05:34:25.9254708Z * [new branch] gh/bobrenjc93/464/head -> origin/gh/bobrenjc93/464/head 2025-07-24T05:34:25.9255220Z * [new branch] gh/bobrenjc93/464/orig -> origin/gh/bobrenjc93/464/orig 2025-07-24T05:34:25.9255727Z * [new branch] gh/bobrenjc93/465/base -> origin/gh/bobrenjc93/465/base 2025-07-24T05:34:25.9256222Z * [new branch] gh/bobrenjc93/465/head -> origin/gh/bobrenjc93/465/head 2025-07-24T05:34:25.9256725Z * [new branch] gh/bobrenjc93/465/orig -> origin/gh/bobrenjc93/465/orig 2025-07-24T05:34:25.9257225Z * [new branch] gh/bobrenjc93/466/base -> origin/gh/bobrenjc93/466/base 2025-07-24T05:34:26.2383303Z * [new branch] gh/bobrenjc93/466/head -> origin/gh/bobrenjc93/466/head 2025-07-24T05:34:26.2383875Z * [new branch] gh/bobrenjc93/466/orig -> origin/gh/bobrenjc93/466/orig 2025-07-24T05:34:26.2384398Z * [new branch] gh/bobrenjc93/467/base -> origin/gh/bobrenjc93/467/base 2025-07-24T05:34:26.2384913Z * [new branch] gh/bobrenjc93/467/head -> origin/gh/bobrenjc93/467/head 2025-07-24T05:34:26.2385426Z * [new branch] gh/bobrenjc93/467/orig -> origin/gh/bobrenjc93/467/orig 2025-07-24T05:34:26.2385930Z * [new branch] gh/bobrenjc93/469/base -> origin/gh/bobrenjc93/469/base 2025-07-24T05:34:26.2386437Z * [new branch] gh/bobrenjc93/469/head -> origin/gh/bobrenjc93/469/head 2025-07-24T05:34:26.2386959Z * [new branch] gh/bobrenjc93/469/orig -> origin/gh/bobrenjc93/469/orig 2025-07-24T05:34:26.2387457Z * [new branch] gh/bobrenjc93/471/base -> origin/gh/bobrenjc93/471/base 2025-07-24T05:34:26.2387973Z * [new branch] gh/bobrenjc93/471/head -> origin/gh/bobrenjc93/471/head 2025-07-24T05:34:26.2388659Z * [new branch] gh/bobrenjc93/471/orig -> origin/gh/bobrenjc93/471/orig 2025-07-24T05:34:26.2389170Z * [new branch] gh/bobrenjc93/473/base -> origin/gh/bobrenjc93/473/base 2025-07-24T05:34:26.2389679Z * [new branch] gh/bobrenjc93/473/head -> origin/gh/bobrenjc93/473/head 2025-07-24T05:34:26.2390189Z * [new branch] gh/bobrenjc93/473/orig -> origin/gh/bobrenjc93/473/orig 2025-07-24T05:34:26.2390696Z * [new branch] gh/bobrenjc93/474/base -> origin/gh/bobrenjc93/474/base 2025-07-24T05:34:26.2391200Z * [new branch] gh/bobrenjc93/474/head -> origin/gh/bobrenjc93/474/head 2025-07-24T05:34:26.2391707Z * [new branch] gh/bobrenjc93/474/orig -> origin/gh/bobrenjc93/474/orig 2025-07-24T05:34:26.2392329Z * [new branch] gh/bobrenjc93/475/base -> origin/gh/bobrenjc93/475/base 2025-07-24T05:34:26.2392837Z * [new branch] gh/bobrenjc93/475/head -> origin/gh/bobrenjc93/475/head 2025-07-24T05:34:26.2393348Z * [new branch] gh/bobrenjc93/475/orig -> origin/gh/bobrenjc93/475/orig 2025-07-24T05:34:26.2393851Z * [new branch] gh/bobrenjc93/477/base -> origin/gh/bobrenjc93/477/base 2025-07-24T05:34:26.2394367Z * [new branch] gh/bobrenjc93/477/head -> origin/gh/bobrenjc93/477/head 2025-07-24T05:34:26.2394874Z * [new branch] gh/bobrenjc93/477/orig -> origin/gh/bobrenjc93/477/orig 2025-07-24T05:34:26.2395390Z * [new branch] gh/bobrenjc93/478/base -> origin/gh/bobrenjc93/478/base 2025-07-24T05:34:26.2395896Z * [new branch] gh/bobrenjc93/478/head -> origin/gh/bobrenjc93/478/head 2025-07-24T05:34:26.2396394Z * [new branch] gh/bobrenjc93/478/orig -> origin/gh/bobrenjc93/478/orig 2025-07-24T05:34:26.2396902Z * [new branch] gh/bobrenjc93/479/base -> origin/gh/bobrenjc93/479/base 2025-07-24T05:34:26.2397408Z * [new branch] gh/bobrenjc93/479/head -> origin/gh/bobrenjc93/479/head 2025-07-24T05:34:26.2397920Z * [new branch] gh/bobrenjc93/479/orig -> origin/gh/bobrenjc93/479/orig 2025-07-24T05:34:26.2398420Z * [new branch] gh/bobrenjc93/480/base -> origin/gh/bobrenjc93/480/base 2025-07-24T05:34:26.2398919Z * [new branch] gh/bobrenjc93/480/head -> origin/gh/bobrenjc93/480/head 2025-07-24T05:34:26.2399428Z * [new branch] gh/bobrenjc93/480/orig -> origin/gh/bobrenjc93/480/orig 2025-07-24T05:34:26.2399928Z * [new branch] gh/bobrenjc93/481/base -> origin/gh/bobrenjc93/481/base 2025-07-24T05:34:26.2400439Z * [new branch] gh/bobrenjc93/481/head -> origin/gh/bobrenjc93/481/head 2025-07-24T05:34:26.2400961Z * [new branch] gh/bobrenjc93/481/orig -> origin/gh/bobrenjc93/481/orig 2025-07-24T05:34:26.2401462Z * [new branch] gh/bobrenjc93/482/base -> origin/gh/bobrenjc93/482/base 2025-07-24T05:34:26.2401990Z * [new branch] gh/bobrenjc93/482/head -> origin/gh/bobrenjc93/482/head 2025-07-24T05:34:26.2402489Z * [new branch] gh/bobrenjc93/482/orig -> origin/gh/bobrenjc93/482/orig 2025-07-24T05:34:26.2403111Z * [new branch] gh/bobrenjc93/483/base -> origin/gh/bobrenjc93/483/base 2025-07-24T05:34:26.2403679Z * [new branch] gh/bobrenjc93/483/head -> origin/gh/bobrenjc93/483/head 2025-07-24T05:34:26.2404216Z * [new branch] gh/bobrenjc93/483/orig -> origin/gh/bobrenjc93/483/orig 2025-07-24T05:34:26.2404819Z * [new branch] gh/bobrenjc93/484/base -> origin/gh/bobrenjc93/484/base 2025-07-24T05:34:26.2405382Z * [new branch] gh/bobrenjc93/484/head -> origin/gh/bobrenjc93/484/head 2025-07-24T05:34:26.2405959Z * [new branch] gh/bobrenjc93/484/orig -> origin/gh/bobrenjc93/484/orig 2025-07-24T05:34:26.2406681Z * [new branch] gh/bobrenjc93/485/base -> origin/gh/bobrenjc93/485/base 2025-07-24T05:34:26.2820836Z * [new branch] gh/bobrenjc93/485/head -> origin/gh/bobrenjc93/485/head 2025-07-24T05:34:26.2821563Z * [new branch] gh/bobrenjc93/485/orig -> origin/gh/bobrenjc93/485/orig 2025-07-24T05:34:26.2822185Z * [new branch] gh/bobrenjc93/486/base -> origin/gh/bobrenjc93/486/base 2025-07-24T05:34:26.2822754Z * [new branch] gh/bobrenjc93/486/head -> origin/gh/bobrenjc93/486/head 2025-07-24T05:34:26.2823317Z * [new branch] gh/bobrenjc93/486/orig -> origin/gh/bobrenjc93/486/orig 2025-07-24T05:34:26.2823912Z * [new branch] gh/bobrenjc93/487/base -> origin/gh/bobrenjc93/487/base 2025-07-24T05:34:26.2824464Z * [new branch] gh/bobrenjc93/487/head -> origin/gh/bobrenjc93/487/head 2025-07-24T05:34:26.2825238Z * [new branch] gh/bobrenjc93/487/orig -> origin/gh/bobrenjc93/487/orig 2025-07-24T05:34:26.2825803Z * [new branch] gh/bobrenjc93/488/base -> origin/gh/bobrenjc93/488/base 2025-07-24T05:34:26.2826369Z * [new branch] gh/bobrenjc93/488/head -> origin/gh/bobrenjc93/488/head 2025-07-24T05:34:26.2826967Z * [new branch] gh/bobrenjc93/488/orig -> origin/gh/bobrenjc93/488/orig 2025-07-24T05:34:26.2827507Z * [new branch] gh/bobrenjc93/489/base -> origin/gh/bobrenjc93/489/base 2025-07-24T05:34:26.2840663Z * [new branch] gh/bobrenjc93/489/head -> origin/gh/bobrenjc93/489/head 2025-07-24T05:34:26.2841198Z * [new branch] gh/bobrenjc93/489/orig -> origin/gh/bobrenjc93/489/orig 2025-07-24T05:34:26.2841718Z * [new branch] gh/bobrenjc93/490/base -> origin/gh/bobrenjc93/490/base 2025-07-24T05:34:26.2842251Z * [new branch] gh/bobrenjc93/490/head -> origin/gh/bobrenjc93/490/head 2025-07-24T05:34:26.2842760Z * [new branch] gh/bobrenjc93/490/orig -> origin/gh/bobrenjc93/490/orig 2025-07-24T05:34:26.2843270Z * [new branch] gh/bobrenjc93/491/base -> origin/gh/bobrenjc93/491/base 2025-07-24T05:34:26.2843774Z * [new branch] gh/bobrenjc93/491/head -> origin/gh/bobrenjc93/491/head 2025-07-24T05:34:26.2844290Z * [new branch] gh/bobrenjc93/491/orig -> origin/gh/bobrenjc93/491/orig 2025-07-24T05:34:26.2844802Z * [new branch] gh/bobrenjc93/492/base -> origin/gh/bobrenjc93/492/base 2025-07-24T05:34:26.2845309Z * [new branch] gh/bobrenjc93/492/head -> origin/gh/bobrenjc93/492/head 2025-07-24T05:34:26.2845826Z * [new branch] gh/bobrenjc93/492/orig -> origin/gh/bobrenjc93/492/orig 2025-07-24T05:34:26.2846327Z * [new branch] gh/bobrenjc93/493/base -> origin/gh/bobrenjc93/493/base 2025-07-24T05:34:26.2846841Z * [new branch] gh/bobrenjc93/493/head -> origin/gh/bobrenjc93/493/head 2025-07-24T05:34:26.2847350Z * [new branch] gh/bobrenjc93/493/orig -> origin/gh/bobrenjc93/493/orig 2025-07-24T05:34:26.2847863Z * [new branch] gh/bobrenjc93/494/base -> origin/gh/bobrenjc93/494/base 2025-07-24T05:34:26.2848384Z * [new branch] gh/bobrenjc93/494/head -> origin/gh/bobrenjc93/494/head 2025-07-24T05:34:26.2848893Z * [new branch] gh/bobrenjc93/494/orig -> origin/gh/bobrenjc93/494/orig 2025-07-24T05:34:26.2849408Z * [new branch] gh/bobrenjc93/495/base -> origin/gh/bobrenjc93/495/base 2025-07-24T05:34:26.2849914Z * [new branch] gh/bobrenjc93/495/head -> origin/gh/bobrenjc93/495/head 2025-07-24T05:34:26.2850432Z * [new branch] gh/bobrenjc93/495/orig -> origin/gh/bobrenjc93/495/orig 2025-07-24T05:34:26.2850951Z * [new branch] gh/bobrenjc93/496/base -> origin/gh/bobrenjc93/496/base 2025-07-24T05:34:26.2851722Z * [new branch] gh/bobrenjc93/496/head -> origin/gh/bobrenjc93/496/head 2025-07-24T05:34:26.2852251Z * [new branch] gh/bobrenjc93/496/orig -> origin/gh/bobrenjc93/496/orig 2025-07-24T05:34:26.2852758Z * [new branch] gh/bobrenjc93/497/base -> origin/gh/bobrenjc93/497/base 2025-07-24T05:34:26.2853277Z * [new branch] gh/bobrenjc93/497/head -> origin/gh/bobrenjc93/497/head 2025-07-24T05:34:26.2853803Z * [new branch] gh/bobrenjc93/497/orig -> origin/gh/bobrenjc93/497/orig 2025-07-24T05:34:26.2854307Z * [new branch] gh/bobrenjc93/498/base -> origin/gh/bobrenjc93/498/base 2025-07-24T05:34:26.2854818Z * [new branch] gh/bobrenjc93/498/head -> origin/gh/bobrenjc93/498/head 2025-07-24T05:34:26.2855324Z * [new branch] gh/bobrenjc93/498/orig -> origin/gh/bobrenjc93/498/orig 2025-07-24T05:34:26.2855951Z * [new branch] gh/bobrenjc93/499/base -> origin/gh/bobrenjc93/499/base 2025-07-24T05:34:26.2856488Z * [new branch] gh/bobrenjc93/499/head -> origin/gh/bobrenjc93/499/head 2025-07-24T05:34:26.2856994Z * [new branch] gh/bobrenjc93/499/orig -> origin/gh/bobrenjc93/499/orig 2025-07-24T05:34:26.2857512Z * [new branch] gh/bobrenjc93/500/base -> origin/gh/bobrenjc93/500/base 2025-07-24T05:34:26.2858017Z * [new branch] gh/bobrenjc93/500/head -> origin/gh/bobrenjc93/500/head 2025-07-24T05:34:26.3903963Z * [new branch] gh/bobrenjc93/500/orig -> origin/gh/bobrenjc93/500/orig 2025-07-24T05:34:26.3904550Z * [new branch] gh/bobrenjc93/501/base -> origin/gh/bobrenjc93/501/base 2025-07-24T05:34:26.3905069Z * [new branch] gh/bobrenjc93/501/head -> origin/gh/bobrenjc93/501/head 2025-07-24T05:34:26.3905616Z * [new branch] gh/bobrenjc93/501/orig -> origin/gh/bobrenjc93/501/orig 2025-07-24T05:34:26.3906134Z * [new branch] gh/bobrenjc93/502/base -> origin/gh/bobrenjc93/502/base 2025-07-24T05:34:26.3906698Z * [new branch] gh/bobrenjc93/502/head -> origin/gh/bobrenjc93/502/head 2025-07-24T05:34:26.3907211Z * [new branch] gh/bobrenjc93/502/orig -> origin/gh/bobrenjc93/502/orig 2025-07-24T05:34:26.3907756Z * [new branch] gh/bobrenjc93/503/base -> origin/gh/bobrenjc93/503/base 2025-07-24T05:34:26.3908266Z * [new branch] gh/bobrenjc93/503/head -> origin/gh/bobrenjc93/503/head 2025-07-24T05:34:26.3908767Z * [new branch] gh/bobrenjc93/503/orig -> origin/gh/bobrenjc93/503/orig 2025-07-24T05:34:26.3909280Z * [new branch] gh/bobrenjc93/504/base -> origin/gh/bobrenjc93/504/base 2025-07-24T05:34:26.3909789Z * [new branch] gh/bobrenjc93/504/head -> origin/gh/bobrenjc93/504/head 2025-07-24T05:34:26.3910290Z * [new branch] gh/bobrenjc93/504/orig -> origin/gh/bobrenjc93/504/orig 2025-07-24T05:34:26.3910800Z * [new branch] gh/bobrenjc93/505/base -> origin/gh/bobrenjc93/505/base 2025-07-24T05:34:26.3911300Z * [new branch] gh/bobrenjc93/505/head -> origin/gh/bobrenjc93/505/head 2025-07-24T05:34:26.3911807Z * [new branch] gh/bobrenjc93/505/orig -> origin/gh/bobrenjc93/505/orig 2025-07-24T05:34:26.3912301Z * [new branch] gh/bobrenjc93/506/base -> origin/gh/bobrenjc93/506/base 2025-07-24T05:34:26.3912817Z * [new branch] gh/bobrenjc93/506/head -> origin/gh/bobrenjc93/506/head 2025-07-24T05:34:26.3913376Z * [new branch] gh/bobrenjc93/506/orig -> origin/gh/bobrenjc93/506/orig 2025-07-24T05:34:26.3913919Z * [new branch] gh/bobrenjc93/507/base -> origin/gh/bobrenjc93/507/base 2025-07-24T05:34:26.3914443Z * [new branch] gh/bobrenjc93/507/head -> origin/gh/bobrenjc93/507/head 2025-07-24T05:34:26.3915129Z * [new branch] gh/bobrenjc93/507/orig -> origin/gh/bobrenjc93/507/orig 2025-07-24T05:34:26.3915644Z * [new branch] gh/bobrenjc93/508/base -> origin/gh/bobrenjc93/508/base 2025-07-24T05:34:26.3916157Z * [new branch] gh/bobrenjc93/508/head -> origin/gh/bobrenjc93/508/head 2025-07-24T05:34:26.3916656Z * [new branch] gh/bobrenjc93/508/orig -> origin/gh/bobrenjc93/508/orig 2025-07-24T05:34:26.3917174Z * [new branch] gh/bobrenjc93/509/base -> origin/gh/bobrenjc93/509/base 2025-07-24T05:34:26.3917677Z * [new branch] gh/bobrenjc93/509/head -> origin/gh/bobrenjc93/509/head 2025-07-24T05:34:26.3918187Z * [new branch] gh/bobrenjc93/509/orig -> origin/gh/bobrenjc93/509/orig 2025-07-24T05:34:26.3918706Z * [new branch] gh/bobrenjc93/510/base -> origin/gh/bobrenjc93/510/base 2025-07-24T05:34:26.3919392Z * [new branch] gh/bobrenjc93/510/head -> origin/gh/bobrenjc93/510/head 2025-07-24T05:34:26.3919975Z * [new branch] gh/bobrenjc93/510/orig -> origin/gh/bobrenjc93/510/orig 2025-07-24T05:34:26.3920487Z * [new branch] gh/bobrenjc93/511/base -> origin/gh/bobrenjc93/511/base 2025-07-24T05:34:26.3921011Z * [new branch] gh/bobrenjc93/511/head -> origin/gh/bobrenjc93/511/head 2025-07-24T05:34:26.3921520Z * [new branch] gh/bobrenjc93/511/orig -> origin/gh/bobrenjc93/511/orig 2025-07-24T05:34:26.3922028Z * [new branch] gh/bobrenjc93/512/base -> origin/gh/bobrenjc93/512/base 2025-07-24T05:34:26.3922545Z * [new branch] gh/bobrenjc93/512/head -> origin/gh/bobrenjc93/512/head 2025-07-24T05:34:26.3923052Z * [new branch] gh/bobrenjc93/512/orig -> origin/gh/bobrenjc93/512/orig 2025-07-24T05:34:26.3923572Z * [new branch] gh/bobrenjc93/513/base -> origin/gh/bobrenjc93/513/base 2025-07-24T05:34:26.3924100Z * [new branch] gh/bobrenjc93/513/head -> origin/gh/bobrenjc93/513/head 2025-07-24T05:34:26.3924609Z * [new branch] gh/bobrenjc93/513/orig -> origin/gh/bobrenjc93/513/orig 2025-07-24T05:34:26.3925129Z * [new branch] gh/bobrenjc93/514/base -> origin/gh/bobrenjc93/514/base 2025-07-24T05:34:26.3925682Z * [new branch] gh/bobrenjc93/514/head -> origin/gh/bobrenjc93/514/head 2025-07-24T05:34:26.3926244Z * [new branch] gh/bobrenjc93/514/orig -> origin/gh/bobrenjc93/514/orig 2025-07-24T05:34:26.3926756Z * [new branch] gh/bobrenjc93/515/base -> origin/gh/bobrenjc93/515/base 2025-07-24T05:34:26.3927261Z * [new branch] gh/bobrenjc93/515/head -> origin/gh/bobrenjc93/515/head 2025-07-24T05:34:26.4435499Z * [new branch] gh/bobrenjc93/515/orig -> origin/gh/bobrenjc93/515/orig 2025-07-24T05:34:26.4436118Z * [new branch] gh/bobrenjc93/516/base -> origin/gh/bobrenjc93/516/base 2025-07-24T05:34:26.4436653Z * [new branch] gh/bobrenjc93/516/head -> origin/gh/bobrenjc93/516/head 2025-07-24T05:34:26.4437173Z * [new branch] gh/bobrenjc93/516/orig -> origin/gh/bobrenjc93/516/orig 2025-07-24T05:34:26.4437681Z * [new branch] gh/bobrenjc93/517/base -> origin/gh/bobrenjc93/517/base 2025-07-24T05:34:26.4438189Z * [new branch] gh/bobrenjc93/517/head -> origin/gh/bobrenjc93/517/head 2025-07-24T05:34:26.4438691Z * [new branch] gh/bobrenjc93/517/orig -> origin/gh/bobrenjc93/517/orig 2025-07-24T05:34:26.4439199Z * [new branch] gh/bobrenjc93/518/base -> origin/gh/bobrenjc93/518/base 2025-07-24T05:34:26.4439705Z * [new branch] gh/bobrenjc93/518/head -> origin/gh/bobrenjc93/518/head 2025-07-24T05:34:26.4440209Z * [new branch] gh/bobrenjc93/518/orig -> origin/gh/bobrenjc93/518/orig 2025-07-24T05:34:26.4440727Z * [new branch] gh/bobrenjc93/519/base -> origin/gh/bobrenjc93/519/base 2025-07-24T05:34:26.4441412Z * [new branch] gh/bobrenjc93/519/head -> origin/gh/bobrenjc93/519/head 2025-07-24T05:34:26.4441924Z * [new branch] gh/bobrenjc93/519/orig -> origin/gh/bobrenjc93/519/orig 2025-07-24T05:34:26.4442439Z * [new branch] gh/bobrenjc93/520/base -> origin/gh/bobrenjc93/520/base 2025-07-24T05:34:26.4442955Z * [new branch] gh/bobrenjc93/520/head -> origin/gh/bobrenjc93/520/head 2025-07-24T05:34:26.4443469Z * [new branch] gh/bobrenjc93/520/orig -> origin/gh/bobrenjc93/520/orig 2025-07-24T05:34:26.4443972Z * [new branch] gh/bobrenjc93/521/base -> origin/gh/bobrenjc93/521/base 2025-07-24T05:34:26.4444481Z * [new branch] gh/bobrenjc93/521/head -> origin/gh/bobrenjc93/521/head 2025-07-24T05:34:26.4445110Z * [new branch] gh/bobrenjc93/521/orig -> origin/gh/bobrenjc93/521/orig 2025-07-24T05:34:26.4445618Z * [new branch] gh/bobrenjc93/522/base -> origin/gh/bobrenjc93/522/base 2025-07-24T05:34:26.4446129Z * [new branch] gh/bobrenjc93/522/head -> origin/gh/bobrenjc93/522/head 2025-07-24T05:34:26.4446635Z * [new branch] gh/bobrenjc93/522/orig -> origin/gh/bobrenjc93/522/orig 2025-07-24T05:34:26.4447140Z * [new branch] gh/bobrenjc93/523/base -> origin/gh/bobrenjc93/523/base 2025-07-24T05:34:26.4447649Z * [new branch] gh/bobrenjc93/523/head -> origin/gh/bobrenjc93/523/head 2025-07-24T05:34:26.4448147Z * [new branch] gh/bobrenjc93/523/orig -> origin/gh/bobrenjc93/523/orig 2025-07-24T05:34:26.4448657Z * [new branch] gh/bobrenjc93/524/base -> origin/gh/bobrenjc93/524/base 2025-07-24T05:34:26.4449167Z * [new branch] gh/bobrenjc93/524/head -> origin/gh/bobrenjc93/524/head 2025-07-24T05:34:26.4449680Z * [new branch] gh/bobrenjc93/524/orig -> origin/gh/bobrenjc93/524/orig 2025-07-24T05:34:26.4450192Z * [new branch] gh/bobrenjc93/525/base -> origin/gh/bobrenjc93/525/base 2025-07-24T05:34:26.4450688Z * [new branch] gh/bobrenjc93/525/head -> origin/gh/bobrenjc93/525/head 2025-07-24T05:34:26.4451204Z * [new branch] gh/bobrenjc93/525/orig -> origin/gh/bobrenjc93/525/orig 2025-07-24T05:34:26.4451809Z * [new branch] gh/bobrenjc93/526/base -> origin/gh/bobrenjc93/526/base 2025-07-24T05:34:26.4452326Z * [new branch] gh/bobrenjc93/526/head -> origin/gh/bobrenjc93/526/head 2025-07-24T05:34:26.4452832Z * [new branch] gh/bobrenjc93/526/orig -> origin/gh/bobrenjc93/526/orig 2025-07-24T05:34:26.4453346Z * [new branch] gh/bobrenjc93/527/base -> origin/gh/bobrenjc93/527/base 2025-07-24T05:34:26.4453877Z * [new branch] gh/bobrenjc93/527/head -> origin/gh/bobrenjc93/527/head 2025-07-24T05:34:26.4454386Z * [new branch] gh/bobrenjc93/527/orig -> origin/gh/bobrenjc93/527/orig 2025-07-24T05:34:26.4454906Z * [new branch] gh/bobrenjc93/528/base -> origin/gh/bobrenjc93/528/base 2025-07-24T05:34:26.4455414Z * [new branch] gh/bobrenjc93/528/head -> origin/gh/bobrenjc93/528/head 2025-07-24T05:34:26.4455929Z * [new branch] gh/bobrenjc93/528/orig -> origin/gh/bobrenjc93/528/orig 2025-07-24T05:34:26.4456444Z * [new branch] gh/bobrenjc93/529/base -> origin/gh/bobrenjc93/529/base 2025-07-24T05:34:26.4456949Z * [new branch] gh/bobrenjc93/529/head -> origin/gh/bobrenjc93/529/head 2025-07-24T05:34:26.4457466Z * [new branch] gh/bobrenjc93/529/orig -> origin/gh/bobrenjc93/529/orig 2025-07-24T05:34:26.4457969Z * [new branch] gh/bobrenjc93/530/base -> origin/gh/bobrenjc93/530/base 2025-07-24T05:34:26.4458499Z * [new branch] gh/bobrenjc93/530/head -> origin/gh/bobrenjc93/530/head 2025-07-24T05:34:26.4459926Z * [new branch] gh/bobrenjc93/530/orig -> origin/gh/bobrenjc93/530/orig 2025-07-24T05:34:26.4922934Z * [new branch] gh/bobrenjc93/531/base -> origin/gh/bobrenjc93/531/base 2025-07-24T05:34:26.4923520Z * [new branch] gh/bobrenjc93/531/head -> origin/gh/bobrenjc93/531/head 2025-07-24T05:34:26.4924031Z * [new branch] gh/bobrenjc93/531/orig -> origin/gh/bobrenjc93/531/orig 2025-07-24T05:34:26.4924561Z * [new branch] gh/bobrenjc93/532/base -> origin/gh/bobrenjc93/532/base 2025-07-24T05:34:26.4925084Z * [new branch] gh/bobrenjc93/532/head -> origin/gh/bobrenjc93/532/head 2025-07-24T05:34:26.4925588Z * [new branch] gh/bobrenjc93/532/orig -> origin/gh/bobrenjc93/532/orig 2025-07-24T05:34:26.4926312Z * [new branch] gh/bobrenjc93/533/base -> origin/gh/bobrenjc93/533/base 2025-07-24T05:34:26.4926834Z * [new branch] gh/bobrenjc93/533/head -> origin/gh/bobrenjc93/533/head 2025-07-24T05:34:26.4927343Z * [new branch] gh/bobrenjc93/533/orig -> origin/gh/bobrenjc93/533/orig 2025-07-24T05:34:26.4927864Z * [new branch] gh/bobrenjc93/534/base -> origin/gh/bobrenjc93/534/base 2025-07-24T05:34:26.4928371Z * [new branch] gh/bobrenjc93/534/head -> origin/gh/bobrenjc93/534/head 2025-07-24T05:34:26.4928880Z * [new branch] gh/bobrenjc93/534/orig -> origin/gh/bobrenjc93/534/orig 2025-07-24T05:34:26.4929377Z * [new branch] gh/bobrenjc93/535/base -> origin/gh/bobrenjc93/535/base 2025-07-24T05:34:26.4929885Z * [new branch] gh/bobrenjc93/535/head -> origin/gh/bobrenjc93/535/head 2025-07-24T05:34:26.4930392Z * [new branch] gh/bobrenjc93/535/orig -> origin/gh/bobrenjc93/535/orig 2025-07-24T05:34:26.4930898Z * [new branch] gh/bobrenjc93/536/base -> origin/gh/bobrenjc93/536/base 2025-07-24T05:34:26.4931410Z * [new branch] gh/bobrenjc93/536/head -> origin/gh/bobrenjc93/536/head 2025-07-24T05:34:26.4931989Z * [new branch] gh/bobrenjc93/536/orig -> origin/gh/bobrenjc93/536/orig 2025-07-24T05:34:26.4932544Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-07-24T05:34:26.4933087Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-07-24T05:34:26.4933581Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-07-24T05:34:26.4934037Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-07-24T05:34:26.4934479Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-07-24T05:34:26.4934934Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-07-24T05:34:26.4935381Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-07-24T05:34:26.4935819Z * [new branch] gh/c00w/48/base -> origin/gh/c00w/48/base 2025-07-24T05:34:26.4936259Z * [new branch] gh/c00w/48/head -> origin/gh/c00w/48/head 2025-07-24T05:34:26.4936698Z * [new branch] gh/c00w/48/orig -> origin/gh/c00w/48/orig 2025-07-24T05:34:26.4937157Z * [new branch] gh/c00w/50/base -> origin/gh/c00w/50/base 2025-07-24T05:34:26.4937591Z * [new branch] gh/c00w/50/head -> origin/gh/c00w/50/head 2025-07-24T05:34:26.4938039Z * [new branch] gh/c00w/50/orig -> origin/gh/c00w/50/orig 2025-07-24T05:34:26.4938470Z * [new branch] gh/c00w/51/base -> origin/gh/c00w/51/base 2025-07-24T05:34:26.4938919Z * [new branch] gh/c00w/51/head -> origin/gh/c00w/51/head 2025-07-24T05:34:26.4939360Z * [new branch] gh/c00w/51/orig -> origin/gh/c00w/51/orig 2025-07-24T05:34:26.4939963Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-07-24T05:34:26.4940446Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-07-24T05:34:26.4940914Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-07-24T05:34:26.4941393Z * [new branch] gh/clee2000/3/base -> origin/gh/clee2000/3/base 2025-07-24T05:34:26.4941861Z * [new branch] gh/clee2000/3/head -> origin/gh/clee2000/3/head 2025-07-24T05:34:26.4942329Z * [new branch] gh/clee2000/3/orig -> origin/gh/clee2000/3/orig 2025-07-24T05:34:26.4942829Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-07-24T05:34:26.4943439Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-07-24T05:34:26.4943988Z * [new branch] gh/coconutruben/11/base -> origin/gh/coconutruben/11/base 2025-07-24T05:34:26.4944521Z * [new branch] gh/coconutruben/11/head -> origin/gh/coconutruben/11/head 2025-07-24T05:34:26.4945062Z * [new branch] gh/coconutruben/11/orig -> origin/gh/coconutruben/11/orig 2025-07-24T05:34:26.4945599Z * [new branch] gh/coconutruben/12/base -> origin/gh/coconutruben/12/base 2025-07-24T05:34:26.4946124Z * [new branch] gh/coconutruben/12/head -> origin/gh/coconutruben/12/head 2025-07-24T05:34:26.5370075Z * [new branch] gh/coconutruben/12/orig -> origin/gh/coconutruben/12/orig 2025-07-24T05:34:26.5370684Z * [new branch] gh/coconutruben/13/base -> origin/gh/coconutruben/13/base 2025-07-24T05:34:26.5371274Z * [new branch] gh/coconutruben/13/head -> origin/gh/coconutruben/13/head 2025-07-24T05:34:26.5371956Z * [new branch] gh/coconutruben/13/orig -> origin/gh/coconutruben/13/orig 2025-07-24T05:34:26.5372506Z * [new branch] gh/coconutruben/14/base -> origin/gh/coconutruben/14/base 2025-07-24T05:34:26.5373040Z * [new branch] gh/coconutruben/14/head -> origin/gh/coconutruben/14/head 2025-07-24T05:34:26.5373587Z * [new branch] gh/coconutruben/14/orig -> origin/gh/coconutruben/14/orig 2025-07-24T05:34:26.5374111Z * [new branch] gh/coconutruben/15/base -> origin/gh/coconutruben/15/base 2025-07-24T05:34:26.5374629Z * [new branch] gh/coconutruben/15/head -> origin/gh/coconutruben/15/head 2025-07-24T05:34:26.5375156Z * [new branch] gh/coconutruben/15/orig -> origin/gh/coconutruben/15/orig 2025-07-24T05:34:26.5375683Z * [new branch] gh/coconutruben/16/base -> origin/gh/coconutruben/16/base 2025-07-24T05:34:26.5376201Z * [new branch] gh/coconutruben/16/head -> origin/gh/coconutruben/16/head 2025-07-24T05:34:26.5376784Z * [new branch] gh/coconutruben/16/orig -> origin/gh/coconutruben/16/orig 2025-07-24T05:34:26.5377353Z * [new branch] gh/coconutruben/17/base -> origin/gh/coconutruben/17/base 2025-07-24T05:34:26.5377875Z * [new branch] gh/coconutruben/17/head -> origin/gh/coconutruben/17/head 2025-07-24T05:34:26.5378406Z * [new branch] gh/coconutruben/17/orig -> origin/gh/coconutruben/17/orig 2025-07-24T05:34:26.5378927Z * [new branch] gh/coconutruben/18/base -> origin/gh/coconutruben/18/base 2025-07-24T05:34:26.5379460Z * [new branch] gh/coconutruben/18/head -> origin/gh/coconutruben/18/head 2025-07-24T05:34:26.5379977Z * [new branch] gh/coconutruben/18/orig -> origin/gh/coconutruben/18/orig 2025-07-24T05:34:26.5380500Z * [new branch] gh/coconutruben/19/base -> origin/gh/coconutruben/19/base 2025-07-24T05:34:26.5381024Z * [new branch] gh/coconutruben/19/head -> origin/gh/coconutruben/19/head 2025-07-24T05:34:26.5381763Z * [new branch] gh/coconutruben/19/orig -> origin/gh/coconutruben/19/orig 2025-07-24T05:34:26.5382294Z * [new branch] gh/coconutruben/20/base -> origin/gh/coconutruben/20/base 2025-07-24T05:34:26.5382904Z * [new branch] gh/coconutruben/20/head -> origin/gh/coconutruben/20/head 2025-07-24T05:34:26.5383435Z * [new branch] gh/coconutruben/20/orig -> origin/gh/coconutruben/20/orig 2025-07-24T05:34:26.5383953Z * [new branch] gh/coconutruben/21/base -> origin/gh/coconutruben/21/base 2025-07-24T05:34:26.5384479Z * [new branch] gh/coconutruben/21/head -> origin/gh/coconutruben/21/head 2025-07-24T05:34:26.5385000Z * [new branch] gh/coconutruben/21/orig -> origin/gh/coconutruben/21/orig 2025-07-24T05:34:26.5386221Z * [new branch] gh/coconutruben/22/base -> origin/gh/coconutruben/22/base 2025-07-24T05:34:26.5386772Z * [new branch] gh/coconutruben/22/head -> origin/gh/coconutruben/22/head 2025-07-24T05:34:26.5387303Z * [new branch] gh/coconutruben/22/orig -> origin/gh/coconutruben/22/orig 2025-07-24T05:34:26.5387836Z * [new branch] gh/coconutruben/23/base -> origin/gh/coconutruben/23/base 2025-07-24T05:34:26.5388428Z * [new branch] gh/coconutruben/23/head -> origin/gh/coconutruben/23/head 2025-07-24T05:34:26.5388996Z * [new branch] gh/coconutruben/23/orig -> origin/gh/coconutruben/23/orig 2025-07-24T05:34:26.5389527Z * [new branch] gh/coconutruben/24/base -> origin/gh/coconutruben/24/base 2025-07-24T05:34:26.5390043Z * [new branch] gh/coconutruben/24/head -> origin/gh/coconutruben/24/head 2025-07-24T05:34:26.5390568Z * [new branch] gh/coconutruben/24/orig -> origin/gh/coconutruben/24/orig 2025-07-24T05:34:26.5391097Z * [new branch] gh/coconutruben/25/base -> origin/gh/coconutruben/25/base 2025-07-24T05:34:26.5391621Z * [new branch] gh/coconutruben/25/head -> origin/gh/coconutruben/25/head 2025-07-24T05:34:26.5392155Z * [new branch] gh/coconutruben/25/orig -> origin/gh/coconutruben/25/orig 2025-07-24T05:34:26.5392710Z * [new branch] gh/codingwithsurya/10/base -> origin/gh/codingwithsurya/10/base 2025-07-24T05:34:26.5393282Z * [new branch] gh/codingwithsurya/10/head -> origin/gh/codingwithsurya/10/head 2025-07-24T05:34:26.5393882Z * [new branch] gh/codingwithsurya/10/orig -> origin/gh/codingwithsurya/10/orig 2025-07-24T05:34:26.5394481Z * [new branch] gh/codingwithsurya/11/base -> origin/gh/codingwithsurya/11/base 2025-07-24T05:34:26.6188003Z * [new branch] gh/codingwithsurya/11/head -> origin/gh/codingwithsurya/11/head 2025-07-24T05:34:26.6188751Z * [new branch] gh/codingwithsurya/11/orig -> origin/gh/codingwithsurya/11/orig 2025-07-24T05:34:26.6189399Z * [new branch] gh/codingwithsurya/12/base -> origin/gh/codingwithsurya/12/base 2025-07-24T05:34:26.6189978Z * [new branch] gh/codingwithsurya/12/head -> origin/gh/codingwithsurya/12/head 2025-07-24T05:34:26.6190537Z * [new branch] gh/codingwithsurya/12/orig -> origin/gh/codingwithsurya/12/orig 2025-07-24T05:34:26.6191118Z * [new branch] gh/codingwithsurya/13/base -> origin/gh/codingwithsurya/13/base 2025-07-24T05:34:26.6191682Z * [new branch] gh/codingwithsurya/13/head -> origin/gh/codingwithsurya/13/head 2025-07-24T05:34:26.6192234Z * [new branch] gh/codingwithsurya/13/orig -> origin/gh/codingwithsurya/13/orig 2025-07-24T05:34:26.6192801Z * [new branch] gh/codingwithsurya/14/base -> origin/gh/codingwithsurya/14/base 2025-07-24T05:34:26.6193357Z * [new branch] gh/codingwithsurya/14/head -> origin/gh/codingwithsurya/14/head 2025-07-24T05:34:26.6194104Z * [new branch] gh/codingwithsurya/14/orig -> origin/gh/codingwithsurya/14/orig 2025-07-24T05:34:26.6194768Z * [new branch] gh/codingwithsurya/6/base -> origin/gh/codingwithsurya/6/base 2025-07-24T05:34:26.6195392Z * [new branch] gh/codingwithsurya/6/head -> origin/gh/codingwithsurya/6/head 2025-07-24T05:34:26.6195953Z * [new branch] gh/codingwithsurya/6/orig -> origin/gh/codingwithsurya/6/orig 2025-07-24T05:34:26.6196504Z * [new branch] gh/codingwithsurya/7/base -> origin/gh/codingwithsurya/7/base 2025-07-24T05:34:26.6197064Z * [new branch] gh/codingwithsurya/7/head -> origin/gh/codingwithsurya/7/head 2025-07-24T05:34:26.6197609Z * [new branch] gh/codingwithsurya/7/orig -> origin/gh/codingwithsurya/7/orig 2025-07-24T05:34:26.6198297Z * [new branch] gh/codingwithsurya/8/base -> origin/gh/codingwithsurya/8/base 2025-07-24T05:34:26.6198862Z * [new branch] gh/codingwithsurya/8/head -> origin/gh/codingwithsurya/8/head 2025-07-24T05:34:26.6199414Z * [new branch] gh/codingwithsurya/8/orig -> origin/gh/codingwithsurya/8/orig 2025-07-24T05:34:26.6199971Z * [new branch] gh/codingwithsurya/9/base -> origin/gh/codingwithsurya/9/base 2025-07-24T05:34:26.6200572Z * [new branch] gh/codingwithsurya/9/head -> origin/gh/codingwithsurya/9/head 2025-07-24T05:34:26.6201214Z * [new branch] gh/codingwithsurya/9/orig -> origin/gh/codingwithsurya/9/orig 2025-07-24T05:34:26.6201768Z * [new branch] gh/davidberard98/347/base -> origin/gh/davidberard98/347/base 2025-07-24T05:34:26.6202307Z * [new branch] gh/davidberard98/347/head -> origin/gh/davidberard98/347/head 2025-07-24T05:34:26.6202849Z * [new branch] gh/davidberard98/347/orig -> origin/gh/davidberard98/347/orig 2025-07-24T05:34:26.6203390Z * [new branch] gh/davidberard98/351/base -> origin/gh/davidberard98/351/base 2025-07-24T05:34:26.6203943Z * [new branch] gh/davidberard98/351/head -> origin/gh/davidberard98/351/head 2025-07-24T05:34:26.6204490Z * [new branch] gh/davidberard98/351/orig -> origin/gh/davidberard98/351/orig 2025-07-24T05:34:26.6205025Z * [new branch] gh/davidberard98/353/base -> origin/gh/davidberard98/353/base 2025-07-24T05:34:26.6205572Z * [new branch] gh/davidberard98/353/head -> origin/gh/davidberard98/353/head 2025-07-24T05:34:26.6206106Z * [new branch] gh/davidberard98/353/orig -> origin/gh/davidberard98/353/orig 2025-07-24T05:34:26.6206692Z * [new branch] gh/davidberard98/356/base -> origin/gh/davidberard98/356/base 2025-07-24T05:34:26.6207330Z * [new branch] gh/davidberard98/356/head -> origin/gh/davidberard98/356/head 2025-07-24T05:34:26.6207871Z * [new branch] gh/davidberard98/356/orig -> origin/gh/davidberard98/356/orig 2025-07-24T05:34:26.6208420Z * [new branch] gh/davidberard98/378/base -> origin/gh/davidberard98/378/base 2025-07-24T05:34:26.6208949Z * [new branch] gh/davidberard98/378/head -> origin/gh/davidberard98/378/head 2025-07-24T05:34:26.6209495Z * [new branch] gh/davidberard98/378/orig -> origin/gh/davidberard98/378/orig 2025-07-24T05:34:26.6210029Z * [new branch] gh/davidberard98/380/base -> origin/gh/davidberard98/380/base 2025-07-24T05:34:26.6210574Z * [new branch] gh/davidberard98/380/head -> origin/gh/davidberard98/380/head 2025-07-24T05:34:26.6211118Z * [new branch] gh/davidberard98/380/orig -> origin/gh/davidberard98/380/orig 2025-07-24T05:34:26.6211726Z * [new branch] gh/davidberard98/382/base -> origin/gh/davidberard98/382/base 2025-07-24T05:34:26.6212282Z * [new branch] gh/davidberard98/382/head -> origin/gh/davidberard98/382/head 2025-07-24T05:34:26.6212828Z * [new branch] gh/davidberard98/382/orig -> origin/gh/davidberard98/382/orig 2025-07-24T05:34:26.6692152Z * [new branch] gh/davidberard98/383/base -> origin/gh/davidberard98/383/base 2025-07-24T05:34:26.6692863Z * [new branch] gh/davidberard98/383/head -> origin/gh/davidberard98/383/head 2025-07-24T05:34:26.6693458Z * [new branch] gh/davidberard98/383/orig -> origin/gh/davidberard98/383/orig 2025-07-24T05:34:26.6694098Z * [new branch] gh/davidberard98/384/base -> origin/gh/davidberard98/384/base 2025-07-24T05:34:26.6694758Z * [new branch] gh/davidberard98/384/head -> origin/gh/davidberard98/384/head 2025-07-24T05:34:26.6695339Z * [new branch] gh/davidberard98/384/orig -> origin/gh/davidberard98/384/orig 2025-07-24T05:34:26.6695993Z * [new branch] gh/davidberard98/385/base -> origin/gh/davidberard98/385/base 2025-07-24T05:34:26.6696840Z * [new branch] gh/davidberard98/385/head -> origin/gh/davidberard98/385/head 2025-07-24T05:34:26.6697502Z * [new branch] gh/davidberard98/385/orig -> origin/gh/davidberard98/385/orig 2025-07-24T05:34:26.6698099Z * [new branch] gh/davidberard98/386/base -> origin/gh/davidberard98/386/base 2025-07-24T05:34:26.6698721Z * [new branch] gh/davidberard98/386/head -> origin/gh/davidberard98/386/head 2025-07-24T05:34:26.6699359Z * [new branch] gh/davidberard98/386/orig -> origin/gh/davidberard98/386/orig 2025-07-24T05:34:26.6699941Z * [new branch] gh/davidberard98/387/base -> origin/gh/davidberard98/387/base 2025-07-24T05:34:26.6700569Z * [new branch] gh/davidberard98/387/head -> origin/gh/davidberard98/387/head 2025-07-24T05:34:26.6701151Z * [new branch] gh/davidberard98/387/orig -> origin/gh/davidberard98/387/orig 2025-07-24T05:34:26.6701777Z * [new branch] gh/davidberard98/388/base -> origin/gh/davidberard98/388/base 2025-07-24T05:34:26.6702380Z * [new branch] gh/davidberard98/388/head -> origin/gh/davidberard98/388/head 2025-07-24T05:34:26.6702996Z * [new branch] gh/davidberard98/388/orig -> origin/gh/davidberard98/388/orig 2025-07-24T05:34:26.6703624Z * [new branch] gh/davidberard98/389/base -> origin/gh/davidberard98/389/base 2025-07-24T05:34:26.6704208Z * [new branch] gh/davidberard98/389/head -> origin/gh/davidberard98/389/head 2025-07-24T05:34:26.6704832Z * [new branch] gh/davidberard98/389/orig -> origin/gh/davidberard98/389/orig 2025-07-24T05:34:26.6705420Z * [new branch] gh/davidberard98/390/base -> origin/gh/davidberard98/390/base 2025-07-24T05:34:26.6706037Z * [new branch] gh/davidberard98/390/head -> origin/gh/davidberard98/390/head 2025-07-24T05:34:26.6706627Z * [new branch] gh/davidberard98/390/orig -> origin/gh/davidberard98/390/orig 2025-07-24T05:34:26.6707239Z * [new branch] gh/desertfire/570/base -> origin/gh/desertfire/570/base 2025-07-24T05:34:26.6707837Z * [new branch] gh/desertfire/570/head -> origin/gh/desertfire/570/head 2025-07-24T05:34:26.6708404Z * [new branch] gh/desertfire/570/orig -> origin/gh/desertfire/570/orig 2025-07-24T05:34:26.6708953Z * [new branch] gh/desertfire/572/base -> origin/gh/desertfire/572/base 2025-07-24T05:34:26.6709556Z * [new branch] gh/desertfire/572/head -> origin/gh/desertfire/572/head 2025-07-24T05:34:26.6710134Z * [new branch] gh/desertfire/572/orig -> origin/gh/desertfire/572/orig 2025-07-24T05:34:26.6710663Z * [new branch] gh/desertfire/585/base -> origin/gh/desertfire/585/base 2025-07-24T05:34:26.6711172Z * [new branch] gh/desertfire/585/head -> origin/gh/desertfire/585/head 2025-07-24T05:34:26.6711677Z * [new branch] gh/desertfire/585/orig -> origin/gh/desertfire/585/orig 2025-07-24T05:34:26.6712336Z * [new branch] gh/desertfire/586/base -> origin/gh/desertfire/586/base 2025-07-24T05:34:26.6712842Z * [new branch] gh/desertfire/586/head -> origin/gh/desertfire/586/head 2025-07-24T05:34:26.6713353Z * [new branch] gh/desertfire/586/orig -> origin/gh/desertfire/586/orig 2025-07-24T05:34:26.6713868Z * [new branch] gh/desertfire/587/base -> origin/gh/desertfire/587/base 2025-07-24T05:34:26.6714377Z * [new branch] gh/desertfire/587/head -> origin/gh/desertfire/587/head 2025-07-24T05:34:26.6714892Z * [new branch] gh/desertfire/587/orig -> origin/gh/desertfire/587/orig 2025-07-24T05:34:26.6715402Z * [new branch] gh/desertfire/588/base -> origin/gh/desertfire/588/base 2025-07-24T05:34:26.6716105Z * [new branch] gh/desertfire/588/head -> origin/gh/desertfire/588/head 2025-07-24T05:34:26.6716669Z * [new branch] gh/desertfire/588/orig -> origin/gh/desertfire/588/orig 2025-07-24T05:34:26.6717178Z * [new branch] gh/desertfire/589/base -> origin/gh/desertfire/589/base 2025-07-24T05:34:26.6717698Z * [new branch] gh/desertfire/589/head -> origin/gh/desertfire/589/head 2025-07-24T05:34:26.6718205Z * [new branch] gh/desertfire/589/orig -> origin/gh/desertfire/589/orig 2025-07-24T05:34:26.7165775Z * [new branch] gh/desertfire/590/base -> origin/gh/desertfire/590/base 2025-07-24T05:34:26.7166351Z * [new branch] gh/desertfire/590/head -> origin/gh/desertfire/590/head 2025-07-24T05:34:26.7166874Z * [new branch] gh/desertfire/590/orig -> origin/gh/desertfire/590/orig 2025-07-24T05:34:26.7167386Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-07-24T05:34:26.7167903Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-07-24T05:34:26.7168506Z * [new branch] gh/dharakk/4/base -> origin/gh/dharakk/4/base 2025-07-24T05:34:26.7168985Z * [new branch] gh/dharakk/4/head -> origin/gh/dharakk/4/head 2025-07-24T05:34:26.7169443Z * [new branch] gh/dharakk/4/orig -> origin/gh/dharakk/4/orig 2025-07-24T05:34:26.7169933Z * [new branch] gh/drisspg/136/base -> origin/gh/drisspg/136/base 2025-07-24T05:34:26.7170413Z * [new branch] gh/drisspg/136/head -> origin/gh/drisspg/136/head 2025-07-24T05:34:26.7170895Z * [new branch] gh/drisspg/136/orig -> origin/gh/drisspg/136/orig 2025-07-24T05:34:26.7171377Z * [new branch] gh/drisspg/140/base -> origin/gh/drisspg/140/base 2025-07-24T05:34:26.7171900Z * [new branch] gh/drisspg/140/head -> origin/gh/drisspg/140/head 2025-07-24T05:34:26.7172389Z * [new branch] gh/drisspg/140/orig -> origin/gh/drisspg/140/orig 2025-07-24T05:34:26.7172866Z * [new branch] gh/drisspg/149/base -> origin/gh/drisspg/149/base 2025-07-24T05:34:26.7173345Z * [new branch] gh/drisspg/149/head -> origin/gh/drisspg/149/head 2025-07-24T05:34:26.7173867Z * [new branch] gh/drisspg/149/orig -> origin/gh/drisspg/149/orig 2025-07-24T05:34:26.7174379Z * [new branch] gh/drisspg/150/base -> origin/gh/drisspg/150/base 2025-07-24T05:34:26.7174859Z * [new branch] gh/drisspg/150/head -> origin/gh/drisspg/150/head 2025-07-24T05:34:26.7175328Z * [new branch] gh/drisspg/150/orig -> origin/gh/drisspg/150/orig 2025-07-24T05:34:26.7175816Z * [new branch] gh/drisspg/151/base -> origin/gh/drisspg/151/base 2025-07-24T05:34:26.7176302Z * [new branch] gh/drisspg/151/head -> origin/gh/drisspg/151/head 2025-07-24T05:34:26.7176779Z * [new branch] gh/drisspg/151/orig -> origin/gh/drisspg/151/orig 2025-07-24T05:34:26.7177450Z * [new branch] gh/drisspg/158/base -> origin/gh/drisspg/158/base 2025-07-24T05:34:26.7177930Z * [new branch] gh/drisspg/158/head -> origin/gh/drisspg/158/head 2025-07-24T05:34:26.7178421Z * [new branch] gh/drisspg/158/orig -> origin/gh/drisspg/158/orig 2025-07-24T05:34:26.7178901Z * [new branch] gh/drisspg/159/base -> origin/gh/drisspg/159/base 2025-07-24T05:34:26.7179394Z * [new branch] gh/drisspg/159/head -> origin/gh/drisspg/159/head 2025-07-24T05:34:26.7179918Z * [new branch] gh/drisspg/159/orig -> origin/gh/drisspg/159/orig 2025-07-24T05:34:26.7180436Z * [new branch] gh/drisspg/161/base -> origin/gh/drisspg/161/base 2025-07-24T05:34:26.7181037Z * [new branch] gh/drisspg/161/head -> origin/gh/drisspg/161/head 2025-07-24T05:34:26.7181522Z * [new branch] gh/drisspg/161/orig -> origin/gh/drisspg/161/orig 2025-07-24T05:34:26.7182017Z * [new branch] gh/drisspg/162/base -> origin/gh/drisspg/162/base 2025-07-24T05:34:26.7182506Z * [new branch] gh/drisspg/162/head -> origin/gh/drisspg/162/head 2025-07-24T05:34:26.7182993Z * [new branch] gh/drisspg/162/orig -> origin/gh/drisspg/162/orig 2025-07-24T05:34:26.7183483Z * [new branch] gh/drisspg/163/base -> origin/gh/drisspg/163/base 2025-07-24T05:34:26.7183955Z * [new branch] gh/drisspg/163/head -> origin/gh/drisspg/163/head 2025-07-24T05:34:26.7184436Z * [new branch] gh/drisspg/163/orig -> origin/gh/drisspg/163/orig 2025-07-24T05:34:26.7184918Z * [new branch] gh/drisspg/164/base -> origin/gh/drisspg/164/base 2025-07-24T05:34:26.7185439Z * [new branch] gh/drisspg/164/head -> origin/gh/drisspg/164/head 2025-07-24T05:34:26.7185963Z * [new branch] gh/drisspg/164/orig -> origin/gh/drisspg/164/orig 2025-07-24T05:34:26.7186438Z * [new branch] gh/drisspg/165/base -> origin/gh/drisspg/165/base 2025-07-24T05:34:26.7186917Z * [new branch] gh/drisspg/165/head -> origin/gh/drisspg/165/head 2025-07-24T05:34:26.7187390Z * [new branch] gh/drisspg/165/orig -> origin/gh/drisspg/165/orig 2025-07-24T05:34:26.7187871Z * [new branch] gh/drisspg/166/base -> origin/gh/drisspg/166/base 2025-07-24T05:34:26.7188354Z * [new branch] gh/drisspg/166/head -> origin/gh/drisspg/166/head 2025-07-24T05:34:26.7188830Z * [new branch] gh/drisspg/166/orig -> origin/gh/drisspg/166/orig 2025-07-24T05:34:26.7673941Z * [new branch] gh/drisspg/167/base -> origin/gh/drisspg/167/base 2025-07-24T05:34:26.7674541Z * [new branch] gh/drisspg/167/head -> origin/gh/drisspg/167/head 2025-07-24T05:34:26.7675093Z * [new branch] gh/drisspg/167/orig -> origin/gh/drisspg/167/orig 2025-07-24T05:34:26.7675573Z * [new branch] gh/drisspg/168/base -> origin/gh/drisspg/168/base 2025-07-24T05:34:26.7676050Z * [new branch] gh/drisspg/168/head -> origin/gh/drisspg/168/head 2025-07-24T05:34:26.7676552Z * [new branch] gh/drisspg/168/orig -> origin/gh/drisspg/168/orig 2025-07-24T05:34:26.7677034Z * [new branch] gh/drisspg/169/base -> origin/gh/drisspg/169/base 2025-07-24T05:34:26.7677525Z * [new branch] gh/drisspg/169/head -> origin/gh/drisspg/169/head 2025-07-24T05:34:26.7678006Z * [new branch] gh/drisspg/169/orig -> origin/gh/drisspg/169/orig 2025-07-24T05:34:26.7678474Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-07-24T05:34:26.7678964Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-07-24T05:34:26.7679622Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-07-24T05:34:26.7680136Z * [new branch] gh/drisspg/171/base -> origin/gh/drisspg/171/base 2025-07-24T05:34:26.7680662Z * [new branch] gh/drisspg/171/head -> origin/gh/drisspg/171/head 2025-07-24T05:34:26.7681133Z * [new branch] gh/drisspg/171/orig -> origin/gh/drisspg/171/orig 2025-07-24T05:34:26.7681611Z * [new branch] gh/drisspg/172/base -> origin/gh/drisspg/172/base 2025-07-24T05:34:26.7682082Z * [new branch] gh/drisspg/172/head -> origin/gh/drisspg/172/head 2025-07-24T05:34:26.7682559Z * [new branch] gh/drisspg/172/orig -> origin/gh/drisspg/172/orig 2025-07-24T05:34:26.7683167Z * [new branch] gh/drisspg/173/base -> origin/gh/drisspg/173/base 2025-07-24T05:34:26.7683641Z * [new branch] gh/drisspg/173/head -> origin/gh/drisspg/173/head 2025-07-24T05:34:26.7684139Z * [new branch] gh/drisspg/173/orig -> origin/gh/drisspg/173/orig 2025-07-24T05:34:26.7684616Z * [new branch] gh/drisspg/174/base -> origin/gh/drisspg/174/base 2025-07-24T05:34:26.7685100Z * [new branch] gh/drisspg/174/head -> origin/gh/drisspg/174/head 2025-07-24T05:34:26.7685583Z * [new branch] gh/drisspg/174/orig -> origin/gh/drisspg/174/orig 2025-07-24T05:34:26.7686143Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-07-24T05:34:26.7686635Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-07-24T05:34:26.7687121Z * [new branch] gh/eellison/779/base -> origin/gh/eellison/779/base 2025-07-24T05:34:26.7687622Z * [new branch] gh/eellison/779/head -> origin/gh/eellison/779/head 2025-07-24T05:34:26.7688121Z * [new branch] gh/eellison/779/orig -> origin/gh/eellison/779/orig 2025-07-24T05:34:26.7688601Z * [new branch] gh/eellison/781/base -> origin/gh/eellison/781/base 2025-07-24T05:34:26.7689110Z * [new branch] gh/eellison/781/head -> origin/gh/eellison/781/head 2025-07-24T05:34:26.7689592Z * [new branch] gh/eellison/781/orig -> origin/gh/eellison/781/orig 2025-07-24T05:34:26.7690081Z * [new branch] gh/eellison/784/base -> origin/gh/eellison/784/base 2025-07-24T05:34:26.7690559Z * [new branch] gh/eellison/784/head -> origin/gh/eellison/784/head 2025-07-24T05:34:26.7691049Z * [new branch] gh/eellison/784/orig -> origin/gh/eellison/784/orig 2025-07-24T05:34:26.7691579Z * [new branch] gh/eellison/785/base -> origin/gh/eellison/785/base 2025-07-24T05:34:26.7692184Z * [new branch] gh/eellison/785/head -> origin/gh/eellison/785/head 2025-07-24T05:34:26.7692755Z * [new branch] gh/eellison/785/orig -> origin/gh/eellison/785/orig 2025-07-24T05:34:26.7693283Z * [new branch] gh/eellison/789/base -> origin/gh/eellison/789/base 2025-07-24T05:34:26.7693849Z * [new branch] gh/eellison/789/head -> origin/gh/eellison/789/head 2025-07-24T05:34:26.7694380Z * [new branch] gh/eellison/789/orig -> origin/gh/eellison/789/orig 2025-07-24T05:34:26.7694896Z * [new branch] gh/eellison/800/base -> origin/gh/eellison/800/base 2025-07-24T05:34:26.7695456Z * [new branch] gh/eellison/800/head -> origin/gh/eellison/800/head 2025-07-24T05:34:26.7695972Z * [new branch] gh/eellison/800/orig -> origin/gh/eellison/800/orig 2025-07-24T05:34:26.7696541Z * [new branch] gh/eellison/801/base -> origin/gh/eellison/801/base 2025-07-24T05:34:26.7697067Z * [new branch] gh/eellison/801/head -> origin/gh/eellison/801/head 2025-07-24T05:34:26.7697751Z * [new branch] gh/eellison/801/orig -> origin/gh/eellison/801/orig 2025-07-24T05:34:26.8147237Z * [new branch] gh/eellison/802/base -> origin/gh/eellison/802/base 2025-07-24T05:34:26.8147804Z * [new branch] gh/eellison/802/head -> origin/gh/eellison/802/head 2025-07-24T05:34:26.8148328Z * [new branch] gh/eellison/802/orig -> origin/gh/eellison/802/orig 2025-07-24T05:34:26.8148829Z * [new branch] gh/eellison/805/base -> origin/gh/eellison/805/base 2025-07-24T05:34:26.8149340Z * [new branch] gh/eellison/805/head -> origin/gh/eellison/805/head 2025-07-24T05:34:26.8149927Z * [new branch] gh/eellison/805/orig -> origin/gh/eellison/805/orig 2025-07-24T05:34:26.8150612Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-07-24T05:34:26.8151131Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-07-24T05:34:26.8151625Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-07-24T05:34:26.8152108Z * [new branch] gh/eellison/809/base -> origin/gh/eellison/809/base 2025-07-24T05:34:26.8152617Z * [new branch] gh/eellison/809/head -> origin/gh/eellison/809/head 2025-07-24T05:34:26.8153097Z * [new branch] gh/eellison/809/orig -> origin/gh/eellison/809/orig 2025-07-24T05:34:26.8153567Z * [new branch] gh/etaf/132/base -> origin/gh/etaf/132/base 2025-07-24T05:34:26.8154024Z * [new branch] gh/etaf/132/head -> origin/gh/etaf/132/head 2025-07-24T05:34:26.8154473Z * [new branch] gh/etaf/132/orig -> origin/gh/etaf/132/orig 2025-07-24T05:34:26.8154937Z * [new branch] gh/etaf/138/base -> origin/gh/etaf/138/base 2025-07-24T05:34:26.8155435Z * [new branch] gh/etaf/138/head -> origin/gh/etaf/138/head 2025-07-24T05:34:26.8155966Z * [new branch] gh/etaf/138/orig -> origin/gh/etaf/138/orig 2025-07-24T05:34:26.8156417Z * [new branch] gh/etaf/139/base -> origin/gh/etaf/139/base 2025-07-24T05:34:26.8156859Z * [new branch] gh/etaf/139/head -> origin/gh/etaf/139/head 2025-07-24T05:34:26.8157315Z * [new branch] gh/etaf/139/orig -> origin/gh/etaf/139/orig 2025-07-24T05:34:26.8157765Z * [new branch] gh/etaf/140/base -> origin/gh/etaf/140/base 2025-07-24T05:34:26.8158221Z * [new branch] gh/etaf/140/head -> origin/gh/etaf/140/head 2025-07-24T05:34:26.8158664Z * [new branch] gh/etaf/140/orig -> origin/gh/etaf/140/orig 2025-07-24T05:34:26.8159115Z * [new branch] gh/etaf/141/base -> origin/gh/etaf/141/base 2025-07-24T05:34:26.8159573Z * [new branch] gh/etaf/141/head -> origin/gh/etaf/141/head 2025-07-24T05:34:26.8160022Z * [new branch] gh/etaf/141/orig -> origin/gh/etaf/141/orig 2025-07-24T05:34:26.8160475Z * [new branch] gh/etaf/142/base -> origin/gh/etaf/142/base 2025-07-24T05:34:26.8160969Z * [new branch] gh/etaf/142/head -> origin/gh/etaf/142/head 2025-07-24T05:34:26.8161470Z * [new branch] gh/etaf/143/base -> origin/gh/etaf/143/base 2025-07-24T05:34:26.8161939Z * [new branch] gh/etaf/143/head -> origin/gh/etaf/143/head 2025-07-24T05:34:26.8162385Z * [new branch] gh/etaf/143/orig -> origin/gh/etaf/143/orig 2025-07-24T05:34:26.8162836Z * [new branch] gh/etaf/144/base -> origin/gh/etaf/144/base 2025-07-24T05:34:26.8163287Z * [new branch] gh/etaf/144/head -> origin/gh/etaf/144/head 2025-07-24T05:34:26.8163879Z * [new branch] gh/etaf/144/orig -> origin/gh/etaf/144/orig 2025-07-24T05:34:26.8164354Z * [new branch] gh/etaf/145/base -> origin/gh/etaf/145/base 2025-07-24T05:34:26.8164805Z * [new branch] gh/etaf/145/head -> origin/gh/etaf/145/head 2025-07-24T05:34:26.8165270Z * [new branch] gh/etaf/146/base -> origin/gh/etaf/146/base 2025-07-24T05:34:26.8165724Z * [new branch] gh/etaf/146/head -> origin/gh/etaf/146/head 2025-07-24T05:34:26.8166186Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-07-24T05:34:26.8166675Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-07-24T05:34:26.8167178Z * [new branch] gh/etaf/148/base -> origin/gh/etaf/148/base 2025-07-24T05:34:26.8167745Z * [new branch] gh/etaf/148/head -> origin/gh/etaf/148/head 2025-07-24T05:34:26.8168207Z * [new branch] gh/etaf/148/orig -> origin/gh/etaf/148/orig 2025-07-24T05:34:26.8168698Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-07-24T05:34:26.8169178Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-07-24T05:34:26.8169673Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-07-24T05:34:26.8170158Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-07-24T05:34:26.8645589Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-07-24T05:34:26.8646153Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-07-24T05:34:26.8646637Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-07-24T05:34:26.8647142Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-07-24T05:34:26.8647642Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-07-24T05:34:26.8648111Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-07-24T05:34:26.8648602Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-07-24T05:34:26.8649071Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-07-24T05:34:26.8649551Z * [new branch] gh/ezyang/3071/base -> origin/gh/ezyang/3071/base 2025-07-24T05:34:26.8650034Z * [new branch] gh/ezyang/3071/head -> origin/gh/ezyang/3071/head 2025-07-24T05:34:26.8650506Z * [new branch] gh/ezyang/3071/orig -> origin/gh/ezyang/3071/orig 2025-07-24T05:34:26.8650990Z * [new branch] gh/ezyang/3074/base -> origin/gh/ezyang/3074/base 2025-07-24T05:34:26.8651459Z * [new branch] gh/ezyang/3074/head -> origin/gh/ezyang/3074/head 2025-07-24T05:34:26.8651985Z * [new branch] gh/ezyang/3074/orig -> origin/gh/ezyang/3074/orig 2025-07-24T05:34:26.8652467Z * [new branch] gh/ezyang/3082/base -> origin/gh/ezyang/3082/base 2025-07-24T05:34:26.8652935Z * [new branch] gh/ezyang/3082/head -> origin/gh/ezyang/3082/head 2025-07-24T05:34:26.8653410Z * [new branch] gh/ezyang/3082/orig -> origin/gh/ezyang/3082/orig 2025-07-24T05:34:26.8653879Z * [new branch] gh/ezyang/3083/base -> origin/gh/ezyang/3083/base 2025-07-24T05:34:26.8654361Z * [new branch] gh/ezyang/3083/head -> origin/gh/ezyang/3083/head 2025-07-24T05:34:26.8654834Z * [new branch] gh/ezyang/3083/orig -> origin/gh/ezyang/3083/orig 2025-07-24T05:34:26.8655314Z * [new branch] gh/ezyang/3084/base -> origin/gh/ezyang/3084/base 2025-07-24T05:34:26.8655981Z * [new branch] gh/ezyang/3084/head -> origin/gh/ezyang/3084/head 2025-07-24T05:34:26.8656452Z * [new branch] gh/ezyang/3084/orig -> origin/gh/ezyang/3084/orig 2025-07-24T05:34:26.8656936Z * [new branch] gh/ezyang/3085/base -> origin/gh/ezyang/3085/base 2025-07-24T05:34:26.8657405Z * [new branch] gh/ezyang/3085/head -> origin/gh/ezyang/3085/head 2025-07-24T05:34:26.8657884Z * [new branch] gh/ezyang/3085/orig -> origin/gh/ezyang/3085/orig 2025-07-24T05:34:26.8658359Z * [new branch] gh/ezyang/3086/base -> origin/gh/ezyang/3086/base 2025-07-24T05:34:26.8658826Z * [new branch] gh/ezyang/3086/head -> origin/gh/ezyang/3086/head 2025-07-24T05:34:26.8659300Z * [new branch] gh/ezyang/3086/orig -> origin/gh/ezyang/3086/orig 2025-07-24T05:34:26.8659922Z * [new branch] gh/ezyang/3087/base -> origin/gh/ezyang/3087/base 2025-07-24T05:34:26.8660398Z * [new branch] gh/ezyang/3087/head -> origin/gh/ezyang/3087/head 2025-07-24T05:34:26.8660880Z * [new branch] gh/ezyang/3087/orig -> origin/gh/ezyang/3087/orig 2025-07-24T05:34:26.8661351Z * [new branch] gh/ezyang/3088/base -> origin/gh/ezyang/3088/base 2025-07-24T05:34:26.8661824Z * [new branch] gh/ezyang/3088/head -> origin/gh/ezyang/3088/head 2025-07-24T05:34:26.8662293Z * [new branch] gh/ezyang/3088/orig -> origin/gh/ezyang/3088/orig 2025-07-24T05:34:26.8662772Z * [new branch] gh/ezyang/3089/base -> origin/gh/ezyang/3089/base 2025-07-24T05:34:26.8663259Z * [new branch] gh/ezyang/3089/head -> origin/gh/ezyang/3089/head 2025-07-24T05:34:26.8663726Z * [new branch] gh/ezyang/3089/orig -> origin/gh/ezyang/3089/orig 2025-07-24T05:34:26.8664206Z * [new branch] gh/ezyang/3090/base -> origin/gh/ezyang/3090/base 2025-07-24T05:34:26.8664680Z * [new branch] gh/ezyang/3090/head -> origin/gh/ezyang/3090/head 2025-07-24T05:34:26.8665163Z * [new branch] gh/ezyang/3090/orig -> origin/gh/ezyang/3090/orig 2025-07-24T05:34:26.8665650Z * [new branch] gh/ezyang/3091/base -> origin/gh/ezyang/3091/base 2025-07-24T05:34:26.8666117Z * [new branch] gh/ezyang/3091/head -> origin/gh/ezyang/3091/head 2025-07-24T05:34:26.8666594Z * [new branch] gh/ezyang/3091/orig -> origin/gh/ezyang/3091/orig 2025-07-24T05:34:26.8667059Z * [new branch] gh/ezyang/3092/base -> origin/gh/ezyang/3092/base 2025-07-24T05:34:26.8667529Z * [new branch] gh/ezyang/3092/head -> origin/gh/ezyang/3092/head 2025-07-24T05:34:26.8668011Z * [new branch] gh/ezyang/3092/orig -> origin/gh/ezyang/3092/orig 2025-07-24T05:34:26.9079324Z * [new branch] gh/ezyang/3093/base -> origin/gh/ezyang/3093/base 2025-07-24T05:34:26.9079891Z * [new branch] gh/ezyang/3093/head -> origin/gh/ezyang/3093/head 2025-07-24T05:34:26.9080384Z * [new branch] gh/ezyang/3093/orig -> origin/gh/ezyang/3093/orig 2025-07-24T05:34:26.9080875Z * [new branch] gh/ezyang/3094/base -> origin/gh/ezyang/3094/base 2025-07-24T05:34:26.9081366Z * [new branch] gh/ezyang/3094/head -> origin/gh/ezyang/3094/head 2025-07-24T05:34:26.9081835Z * [new branch] gh/ezyang/3094/orig -> origin/gh/ezyang/3094/orig 2025-07-24T05:34:26.9082313Z * [new branch] gh/ezyang/3095/base -> origin/gh/ezyang/3095/base 2025-07-24T05:34:26.9082783Z * [new branch] gh/ezyang/3095/head -> origin/gh/ezyang/3095/head 2025-07-24T05:34:26.9083272Z * [new branch] gh/ezyang/3095/orig -> origin/gh/ezyang/3095/orig 2025-07-24T05:34:26.9083938Z * [new branch] gh/ezyang/3096/base -> origin/gh/ezyang/3096/base 2025-07-24T05:34:26.9084413Z * [new branch] gh/ezyang/3096/head -> origin/gh/ezyang/3096/head 2025-07-24T05:34:26.9084890Z * [new branch] gh/ezyang/3096/orig -> origin/gh/ezyang/3096/orig 2025-07-24T05:34:26.9085367Z * [new branch] gh/ezyang/3097/base -> origin/gh/ezyang/3097/base 2025-07-24T05:34:26.9085848Z * [new branch] gh/ezyang/3097/head -> origin/gh/ezyang/3097/head 2025-07-24T05:34:26.9086325Z * [new branch] gh/ezyang/3097/orig -> origin/gh/ezyang/3097/orig 2025-07-24T05:34:26.9086788Z * [new branch] gh/ezyang/3098/base -> origin/gh/ezyang/3098/base 2025-07-24T05:34:26.9087270Z * [new branch] gh/ezyang/3098/head -> origin/gh/ezyang/3098/head 2025-07-24T05:34:26.9087853Z * [new branch] gh/ezyang/3098/orig -> origin/gh/ezyang/3098/orig 2025-07-24T05:34:26.9088348Z * [new branch] gh/ezyang/3099/base -> origin/gh/ezyang/3099/base 2025-07-24T05:34:26.9088827Z * [new branch] gh/ezyang/3099/head -> origin/gh/ezyang/3099/head 2025-07-24T05:34:26.9089296Z * [new branch] gh/ezyang/3099/orig -> origin/gh/ezyang/3099/orig 2025-07-24T05:34:26.9089775Z * [new branch] gh/ezyang/3100/base -> origin/gh/ezyang/3100/base 2025-07-24T05:34:26.9090249Z * [new branch] gh/ezyang/3100/head -> origin/gh/ezyang/3100/head 2025-07-24T05:34:26.9090726Z * [new branch] gh/ezyang/3100/orig -> origin/gh/ezyang/3100/orig 2025-07-24T05:34:26.9091208Z * [new branch] gh/ezyang/3101/base -> origin/gh/ezyang/3101/base 2025-07-24T05:34:26.9091781Z * [new branch] gh/ezyang/3101/head -> origin/gh/ezyang/3101/head 2025-07-24T05:34:26.9092276Z * [new branch] gh/ezyang/3101/orig -> origin/gh/ezyang/3101/orig 2025-07-24T05:34:26.9092766Z * [new branch] gh/ezyang/3102/base -> origin/gh/ezyang/3102/base 2025-07-24T05:34:26.9093242Z * [new branch] gh/ezyang/3102/head -> origin/gh/ezyang/3102/head 2025-07-24T05:34:26.9093717Z * [new branch] gh/ezyang/3102/orig -> origin/gh/ezyang/3102/orig 2025-07-24T05:34:26.9094196Z * [new branch] gh/ezyang/3103/base -> origin/gh/ezyang/3103/base 2025-07-24T05:34:26.9094672Z * [new branch] gh/ezyang/3103/head -> origin/gh/ezyang/3103/head 2025-07-24T05:34:26.9095140Z * [new branch] gh/ezyang/3103/orig -> origin/gh/ezyang/3103/orig 2025-07-24T05:34:26.9095620Z * [new branch] gh/ezyang/3104/base -> origin/gh/ezyang/3104/base 2025-07-24T05:34:26.9096089Z * [new branch] gh/ezyang/3104/head -> origin/gh/ezyang/3104/head 2025-07-24T05:34:26.9096568Z * [new branch] gh/ezyang/3104/orig -> origin/gh/ezyang/3104/orig 2025-07-24T05:34:26.9097047Z * [new branch] gh/ezyang/3105/base -> origin/gh/ezyang/3105/base 2025-07-24T05:34:26.9097516Z * [new branch] gh/ezyang/3105/head -> origin/gh/ezyang/3105/head 2025-07-24T05:34:26.9097992Z * [new branch] gh/ezyang/3105/orig -> origin/gh/ezyang/3105/orig 2025-07-24T05:34:26.9098460Z * [new branch] gh/ezyang/3106/base -> origin/gh/ezyang/3106/base 2025-07-24T05:34:26.9098935Z * [new branch] gh/ezyang/3106/head -> origin/gh/ezyang/3106/head 2025-07-24T05:34:26.9099414Z * [new branch] gh/ezyang/3106/orig -> origin/gh/ezyang/3106/orig 2025-07-24T05:34:26.9099879Z * [new branch] gh/ezyang/3107/base -> origin/gh/ezyang/3107/base 2025-07-24T05:34:26.9100365Z * [new branch] gh/ezyang/3107/head -> origin/gh/ezyang/3107/head 2025-07-24T05:34:26.9100954Z * [new branch] gh/ezyang/3107/orig -> origin/gh/ezyang/3107/orig 2025-07-24T05:34:26.9101443Z * [new branch] gh/ezyang/3108/base -> origin/gh/ezyang/3108/base 2025-07-24T05:34:26.9101914Z * [new branch] gh/ezyang/3108/head -> origin/gh/ezyang/3108/head 2025-07-24T05:34:26.9522968Z * [new branch] gh/ezyang/3108/orig -> origin/gh/ezyang/3108/orig 2025-07-24T05:34:26.9523516Z * [new branch] gh/ezyang/3109/base -> origin/gh/ezyang/3109/base 2025-07-24T05:34:26.9523997Z * [new branch] gh/ezyang/3109/head -> origin/gh/ezyang/3109/head 2025-07-24T05:34:26.9524509Z * [new branch] gh/ezyang/3109/orig -> origin/gh/ezyang/3109/orig 2025-07-24T05:34:26.9525001Z * [new branch] gh/ezyang/3110/base -> origin/gh/ezyang/3110/base 2025-07-24T05:34:26.9525652Z * [new branch] gh/ezyang/3110/head -> origin/gh/ezyang/3110/head 2025-07-24T05:34:26.9526150Z * [new branch] gh/ezyang/3110/orig -> origin/gh/ezyang/3110/orig 2025-07-24T05:34:26.9526628Z * [new branch] gh/ezyang/3111/base -> origin/gh/ezyang/3111/base 2025-07-24T05:34:26.9527112Z * [new branch] gh/ezyang/3111/head -> origin/gh/ezyang/3111/head 2025-07-24T05:34:26.9527590Z * [new branch] gh/ezyang/3111/orig -> origin/gh/ezyang/3111/orig 2025-07-24T05:34:26.9528061Z * [new branch] gh/ezyang/3112/base -> origin/gh/ezyang/3112/base 2025-07-24T05:34:26.9528534Z * [new branch] gh/ezyang/3112/head -> origin/gh/ezyang/3112/head 2025-07-24T05:34:26.9529016Z * [new branch] gh/ezyang/3112/orig -> origin/gh/ezyang/3112/orig 2025-07-24T05:34:26.9529489Z * [new branch] gh/ezyang/3113/base -> origin/gh/ezyang/3113/base 2025-07-24T05:34:26.9529966Z * [new branch] gh/ezyang/3113/head -> origin/gh/ezyang/3113/head 2025-07-24T05:34:26.9530443Z * [new branch] gh/ezyang/3113/orig -> origin/gh/ezyang/3113/orig 2025-07-24T05:34:26.9530916Z * [new branch] gh/ezyang/3114/base -> origin/gh/ezyang/3114/base 2025-07-24T05:34:26.9531382Z * [new branch] gh/ezyang/3114/head -> origin/gh/ezyang/3114/head 2025-07-24T05:34:26.9531928Z * [new branch] gh/ezyang/3114/orig -> origin/gh/ezyang/3114/orig 2025-07-24T05:34:26.9532415Z * [new branch] gh/ezyang/3115/base -> origin/gh/ezyang/3115/base 2025-07-24T05:34:26.9532892Z * [new branch] gh/ezyang/3115/head -> origin/gh/ezyang/3115/head 2025-07-24T05:34:26.9533373Z * [new branch] gh/ezyang/3115/orig -> origin/gh/ezyang/3115/orig 2025-07-24T05:34:26.9533846Z * [new branch] gh/ezyang/3116/base -> origin/gh/ezyang/3116/base 2025-07-24T05:34:26.9534327Z * [new branch] gh/ezyang/3116/head -> origin/gh/ezyang/3116/head 2025-07-24T05:34:26.9534801Z * [new branch] gh/ezyang/3116/orig -> origin/gh/ezyang/3116/orig 2025-07-24T05:34:26.9535282Z * [new branch] gh/fadara01/1/base -> origin/gh/fadara01/1/base 2025-07-24T05:34:26.9535755Z * [new branch] gh/fadara01/1/head -> origin/gh/fadara01/1/head 2025-07-24T05:34:26.9536219Z * [new branch] gh/fadara01/1/orig -> origin/gh/fadara01/1/orig 2025-07-24T05:34:26.9536688Z * [new branch] gh/fduwjj/146/base -> origin/gh/fduwjj/146/base 2025-07-24T05:34:26.9537145Z * [new branch] gh/fduwjj/146/head -> origin/gh/fduwjj/146/head 2025-07-24T05:34:26.9537609Z * [new branch] gh/fduwjj/146/orig -> origin/gh/fduwjj/146/orig 2025-07-24T05:34:26.9538079Z * [new branch] gh/fduwjj/151/base -> origin/gh/fduwjj/151/base 2025-07-24T05:34:26.9538674Z * [new branch] gh/fduwjj/151/head -> origin/gh/fduwjj/151/head 2025-07-24T05:34:26.9539150Z * [new branch] gh/fduwjj/151/orig -> origin/gh/fduwjj/151/orig 2025-07-24T05:34:26.9539618Z * [new branch] gh/fduwjj/152/base -> origin/gh/fduwjj/152/base 2025-07-24T05:34:26.9540095Z * [new branch] gh/fduwjj/152/head -> origin/gh/fduwjj/152/head 2025-07-24T05:34:26.9540575Z * [new branch] gh/fduwjj/152/orig -> origin/gh/fduwjj/152/orig 2025-07-24T05:34:26.9541044Z * [new branch] gh/fduwjj/153/base -> origin/gh/fduwjj/153/base 2025-07-24T05:34:26.9541527Z * [new branch] gh/fduwjj/153/head -> origin/gh/fduwjj/153/head 2025-07-24T05:34:26.9541989Z * [new branch] gh/fduwjj/153/orig -> origin/gh/fduwjj/153/orig 2025-07-24T05:34:26.9542543Z * [new branch] gh/fduwjj/154/base -> origin/gh/fduwjj/154/base 2025-07-24T05:34:26.9543019Z * [new branch] gh/fduwjj/154/head -> origin/gh/fduwjj/154/head 2025-07-24T05:34:26.9543499Z * [new branch] gh/fduwjj/154/orig -> origin/gh/fduwjj/154/orig 2025-07-24T05:34:26.9543973Z * [new branch] gh/fduwjj/155/base -> origin/gh/fduwjj/155/base 2025-07-24T05:34:26.9544436Z * [new branch] gh/fduwjj/155/head -> origin/gh/fduwjj/155/head 2025-07-24T05:34:26.9544911Z * [new branch] gh/fduwjj/155/orig -> origin/gh/fduwjj/155/orig 2025-07-24T05:34:26.9545378Z * [new branch] gh/fduwjj/156/base -> origin/gh/fduwjj/156/base 2025-07-24T05:34:26.9545849Z * [new branch] gh/fduwjj/156/head -> origin/gh/fduwjj/156/head 2025-07-24T05:34:26.9975887Z * [new branch] gh/fduwjj/156/orig -> origin/gh/fduwjj/156/orig 2025-07-24T05:34:26.9976453Z * [new branch] gh/fduwjj/157/base -> origin/gh/fduwjj/157/base 2025-07-24T05:34:26.9976966Z * [new branch] gh/fduwjj/157/head -> origin/gh/fduwjj/157/head 2025-07-24T05:34:26.9977441Z * [new branch] gh/fduwjj/157/orig -> origin/gh/fduwjj/157/orig 2025-07-24T05:34:26.9977905Z * [new branch] gh/fduwjj/158/base -> origin/gh/fduwjj/158/base 2025-07-24T05:34:26.9978374Z * [new branch] gh/fduwjj/158/head -> origin/gh/fduwjj/158/head 2025-07-24T05:34:26.9978837Z * [new branch] gh/fduwjj/158/orig -> origin/gh/fduwjj/158/orig 2025-07-24T05:34:26.9979315Z * [new branch] gh/fduwjj/159/base -> origin/gh/fduwjj/159/base 2025-07-24T05:34:26.9979786Z * [new branch] gh/fduwjj/159/head -> origin/gh/fduwjj/159/head 2025-07-24T05:34:26.9980249Z * [new branch] gh/fduwjj/159/orig -> origin/gh/fduwjj/159/orig 2025-07-24T05:34:26.9980725Z * [new branch] gh/fduwjj/160/base -> origin/gh/fduwjj/160/base 2025-07-24T05:34:26.9981194Z * [new branch] gh/fduwjj/160/head -> origin/gh/fduwjj/160/head 2025-07-24T05:34:26.9981661Z * [new branch] gh/fduwjj/160/orig -> origin/gh/fduwjj/160/orig 2025-07-24T05:34:26.9982125Z * [new branch] gh/fduwjj/161/base -> origin/gh/fduwjj/161/base 2025-07-24T05:34:26.9982598Z * [new branch] gh/fduwjj/161/head -> origin/gh/fduwjj/161/head 2025-07-24T05:34:26.9983072Z * [new branch] gh/fduwjj/161/orig -> origin/gh/fduwjj/161/orig 2025-07-24T05:34:26.9983533Z * [new branch] gh/fduwjj/162/base -> origin/gh/fduwjj/162/base 2025-07-24T05:34:26.9983997Z * [new branch] gh/fduwjj/162/head -> origin/gh/fduwjj/162/head 2025-07-24T05:34:26.9984459Z * [new branch] gh/fduwjj/162/orig -> origin/gh/fduwjj/162/orig 2025-07-24T05:34:26.9984933Z * [new branch] gh/fduwjj/163/base -> origin/gh/fduwjj/163/base 2025-07-24T05:34:26.9985581Z * [new branch] gh/fduwjj/163/head -> origin/gh/fduwjj/163/head 2025-07-24T05:34:26.9986045Z * [new branch] gh/fduwjj/163/orig -> origin/gh/fduwjj/163/orig 2025-07-24T05:34:26.9986512Z * [new branch] gh/fduwjj/164/base -> origin/gh/fduwjj/164/base 2025-07-24T05:34:26.9986971Z * [new branch] gh/fduwjj/164/head -> origin/gh/fduwjj/164/head 2025-07-24T05:34:26.9987441Z * [new branch] gh/fduwjj/164/orig -> origin/gh/fduwjj/164/orig 2025-07-24T05:34:26.9987920Z * [new branch] gh/fduwjj/165/base -> origin/gh/fduwjj/165/base 2025-07-24T05:34:26.9988379Z * [new branch] gh/fduwjj/165/head -> origin/gh/fduwjj/165/head 2025-07-24T05:34:26.9988961Z * [new branch] gh/fduwjj/165/orig -> origin/gh/fduwjj/165/orig 2025-07-24T05:34:26.9989434Z * [new branch] gh/fduwjj/166/base -> origin/gh/fduwjj/166/base 2025-07-24T05:34:26.9989922Z * [new branch] gh/fduwjj/166/head -> origin/gh/fduwjj/166/head 2025-07-24T05:34:26.9990385Z * [new branch] gh/fduwjj/166/orig -> origin/gh/fduwjj/166/orig 2025-07-24T05:34:26.9990861Z * [new branch] gh/fduwjj/167/base -> origin/gh/fduwjj/167/base 2025-07-24T05:34:26.9991337Z * [new branch] gh/fduwjj/167/head -> origin/gh/fduwjj/167/head 2025-07-24T05:34:26.9991807Z * [new branch] gh/fduwjj/167/orig -> origin/gh/fduwjj/167/orig 2025-07-24T05:34:26.9992281Z * [new branch] gh/fduwjj/168/base -> origin/gh/fduwjj/168/base 2025-07-24T05:34:26.9992744Z * [new branch] gh/fduwjj/168/head -> origin/gh/fduwjj/168/head 2025-07-24T05:34:26.9993216Z * [new branch] gh/fduwjj/168/orig -> origin/gh/fduwjj/168/orig 2025-07-24T05:34:26.9993693Z * [new branch] gh/fduwjj/169/base -> origin/gh/fduwjj/169/base 2025-07-24T05:34:26.9994153Z * [new branch] gh/fduwjj/169/head -> origin/gh/fduwjj/169/head 2025-07-24T05:34:26.9994622Z * [new branch] gh/fduwjj/169/orig -> origin/gh/fduwjj/169/orig 2025-07-24T05:34:26.9995086Z * [new branch] gh/fduwjj/170/base -> origin/gh/fduwjj/170/base 2025-07-24T05:34:26.9995552Z * [new branch] gh/fduwjj/170/head -> origin/gh/fduwjj/170/head 2025-07-24T05:34:26.9996032Z * [new branch] gh/fduwjj/170/orig -> origin/gh/fduwjj/170/orig 2025-07-24T05:34:26.9996494Z * [new branch] gh/fduwjj/171/base -> origin/gh/fduwjj/171/base 2025-07-24T05:34:26.9996962Z * [new branch] gh/fduwjj/171/head -> origin/gh/fduwjj/171/head 2025-07-24T05:34:26.9997432Z * [new branch] gh/fduwjj/171/orig -> origin/gh/fduwjj/171/orig 2025-07-24T05:34:26.9997906Z * [new branch] gh/fduwjj/172/base -> origin/gh/fduwjj/172/base 2025-07-24T05:34:27.0778061Z * [new branch] gh/fduwjj/172/head -> origin/gh/fduwjj/172/head 2025-07-24T05:34:27.0778609Z * [new branch] gh/fduwjj/172/orig -> origin/gh/fduwjj/172/orig 2025-07-24T05:34:27.0779113Z * [new branch] gh/fduwjj/173/base -> origin/gh/fduwjj/173/base 2025-07-24T05:34:27.0779585Z * [new branch] gh/fduwjj/173/head -> origin/gh/fduwjj/173/head 2025-07-24T05:34:27.0780066Z * [new branch] gh/fduwjj/173/orig -> origin/gh/fduwjj/173/orig 2025-07-24T05:34:27.0780545Z * [new branch] gh/fduwjj/174/base -> origin/gh/fduwjj/174/base 2025-07-24T05:34:27.0781011Z * [new branch] gh/fduwjj/174/head -> origin/gh/fduwjj/174/head 2025-07-24T05:34:27.0781601Z * [new branch] gh/fduwjj/174/orig -> origin/gh/fduwjj/174/orig 2025-07-24T05:34:27.0782257Z * [new branch] gh/fegin/306/base -> origin/gh/fegin/306/base 2025-07-24T05:34:27.0782725Z * [new branch] gh/fegin/306/head -> origin/gh/fegin/306/head 2025-07-24T05:34:27.0783198Z * [new branch] gh/fegin/306/orig -> origin/gh/fegin/306/orig 2025-07-24T05:34:27.0783668Z * [new branch] gh/fegin/307/base -> origin/gh/fegin/307/base 2025-07-24T05:34:27.0784144Z * [new branch] gh/fegin/307/head -> origin/gh/fegin/307/head 2025-07-24T05:34:27.0784607Z * [new branch] gh/fegin/307/orig -> origin/gh/fegin/307/orig 2025-07-24T05:34:27.0785076Z * [new branch] gh/fffrog/105/base -> origin/gh/fffrog/105/base 2025-07-24T05:34:27.0785627Z * [new branch] gh/fffrog/105/head -> origin/gh/fffrog/105/head 2025-07-24T05:34:27.0786270Z * [new branch] gh/fffrog/105/orig -> origin/gh/fffrog/105/orig 2025-07-24T05:34:27.0786821Z * [new branch] gh/fffrog/106/base -> origin/gh/fffrog/106/base 2025-07-24T05:34:27.0787283Z * [new branch] gh/fffrog/106/head -> origin/gh/fffrog/106/head 2025-07-24T05:34:27.0787761Z * [new branch] gh/fffrog/106/orig -> origin/gh/fffrog/106/orig 2025-07-24T05:34:27.0788229Z * [new branch] gh/fffrog/107/base -> origin/gh/fffrog/107/base 2025-07-24T05:34:27.0788687Z * [new branch] gh/fffrog/107/head -> origin/gh/fffrog/107/head 2025-07-24T05:34:27.0789156Z * [new branch] gh/fffrog/107/orig -> origin/gh/fffrog/107/orig 2025-07-24T05:34:27.0789616Z * [new branch] gh/fffrog/108/base -> origin/gh/fffrog/108/base 2025-07-24T05:34:27.0790085Z * [new branch] gh/fffrog/108/head -> origin/gh/fffrog/108/head 2025-07-24T05:34:27.0790556Z * [new branch] gh/fffrog/108/orig -> origin/gh/fffrog/108/orig 2025-07-24T05:34:27.0791041Z * [new branch] gh/fffrog/109/base -> origin/gh/fffrog/109/base 2025-07-24T05:34:27.0791506Z * [new branch] gh/fffrog/109/head -> origin/gh/fffrog/109/head 2025-07-24T05:34:27.0791967Z * [new branch] gh/fffrog/109/orig -> origin/gh/fffrog/109/orig 2025-07-24T05:34:27.0792448Z * [new branch] gh/fffrog/110/base -> origin/gh/fffrog/110/base 2025-07-24T05:34:27.0792906Z * [new branch] gh/fffrog/110/head -> origin/gh/fffrog/110/head 2025-07-24T05:34:27.0793372Z * [new branch] gh/fffrog/110/orig -> origin/gh/fffrog/110/orig 2025-07-24T05:34:27.0793844Z * [new branch] gh/fffrog/111/base -> origin/gh/fffrog/111/base 2025-07-24T05:34:27.0794308Z * [new branch] gh/fffrog/111/head -> origin/gh/fffrog/111/head 2025-07-24T05:34:27.0794778Z * [new branch] gh/fffrog/111/orig -> origin/gh/fffrog/111/orig 2025-07-24T05:34:27.0795245Z * [new branch] gh/fffrog/112/base -> origin/gh/fffrog/112/base 2025-07-24T05:34:27.0795721Z * [new branch] gh/fffrog/112/head -> origin/gh/fffrog/112/head 2025-07-24T05:34:27.0796188Z * [new branch] gh/fffrog/112/orig -> origin/gh/fffrog/112/orig 2025-07-24T05:34:27.0796644Z * [new branch] gh/fffrog/113/base -> origin/gh/fffrog/113/base 2025-07-24T05:34:27.0797120Z * [new branch] gh/fffrog/113/head -> origin/gh/fffrog/113/head 2025-07-24T05:34:27.0797579Z * [new branch] gh/fffrog/113/orig -> origin/gh/fffrog/113/orig 2025-07-24T05:34:27.0798046Z * [new branch] gh/fffrog/114/base -> origin/gh/fffrog/114/base 2025-07-24T05:34:27.0798512Z * [new branch] gh/fffrog/114/head -> origin/gh/fffrog/114/head 2025-07-24T05:34:27.0799672Z * [new branch] gh/fffrog/114/orig -> origin/gh/fffrog/114/orig 2025-07-24T05:34:27.0800161Z * [new branch] gh/fffrog/115/base -> origin/gh/fffrog/115/base 2025-07-24T05:34:27.0800623Z * [new branch] gh/fffrog/115/head -> origin/gh/fffrog/115/head 2025-07-24T05:34:27.0801097Z * [new branch] gh/fffrog/115/orig -> origin/gh/fffrog/115/orig 2025-07-24T05:34:27.0801560Z * [new branch] gh/fffrog/116/base -> origin/gh/fffrog/116/base 2025-07-24T05:34:27.1221718Z * [new branch] gh/fffrog/116/head -> origin/gh/fffrog/116/head 2025-07-24T05:34:27.1222326Z * [new branch] gh/fffrog/116/orig -> origin/gh/fffrog/116/orig 2025-07-24T05:34:27.1222903Z * [new branch] gh/fffrog/117/base -> origin/gh/fffrog/117/base 2025-07-24T05:34:27.1223692Z * [new branch] gh/fffrog/117/head -> origin/gh/fffrog/117/head 2025-07-24T05:34:27.1224250Z * [new branch] gh/fffrog/117/orig -> origin/gh/fffrog/117/orig 2025-07-24T05:34:27.1224824Z * [new branch] gh/fffrog/118/base -> origin/gh/fffrog/118/base 2025-07-24T05:34:27.1225347Z * [new branch] gh/fffrog/118/head -> origin/gh/fffrog/118/head 2025-07-24T05:34:27.1225908Z * [new branch] gh/fffrog/118/orig -> origin/gh/fffrog/118/orig 2025-07-24T05:34:27.1226427Z * [new branch] gh/fffrog/119/base -> origin/gh/fffrog/119/base 2025-07-24T05:34:27.1226952Z * [new branch] gh/fffrog/119/head -> origin/gh/fffrog/119/head 2025-07-24T05:34:27.1227511Z * [new branch] gh/fffrog/119/orig -> origin/gh/fffrog/119/orig 2025-07-24T05:34:27.1228028Z * [new branch] gh/fffrog/120/base -> origin/gh/fffrog/120/base 2025-07-24T05:34:27.1228578Z * [new branch] gh/fffrog/120/head -> origin/gh/fffrog/120/head 2025-07-24T05:34:27.1229109Z * [new branch] gh/fffrog/120/orig -> origin/gh/fffrog/120/orig 2025-07-24T05:34:27.1229619Z * [new branch] gh/fffrog/121/base -> origin/gh/fffrog/121/base 2025-07-24T05:34:27.1230187Z * [new branch] gh/fffrog/121/head -> origin/gh/fffrog/121/head 2025-07-24T05:34:27.1230704Z * [new branch] gh/fffrog/121/orig -> origin/gh/fffrog/121/orig 2025-07-24T05:34:27.1231214Z * [new branch] gh/fffrog/122/base -> origin/gh/fffrog/122/base 2025-07-24T05:34:27.1231781Z * [new branch] gh/fffrog/122/head -> origin/gh/fffrog/122/head 2025-07-24T05:34:27.1232288Z * [new branch] gh/fffrog/122/orig -> origin/gh/fffrog/122/orig 2025-07-24T05:34:27.1232833Z * [new branch] gh/fffrog/123/base -> origin/gh/fffrog/123/base 2025-07-24T05:34:27.1233373Z * [new branch] gh/fffrog/123/head -> origin/gh/fffrog/123/head 2025-07-24T05:34:27.1233890Z * [new branch] gh/fffrog/123/orig -> origin/gh/fffrog/123/orig 2025-07-24T05:34:27.1234463Z * [new branch] gh/fffrog/124/base -> origin/gh/fffrog/124/base 2025-07-24T05:34:27.1234975Z * [new branch] gh/fffrog/124/head -> origin/gh/fffrog/124/head 2025-07-24T05:34:27.1235531Z * [new branch] gh/fffrog/124/orig -> origin/gh/fffrog/124/orig 2025-07-24T05:34:27.1236071Z * [new branch] gh/fffrog/125/base -> origin/gh/fffrog/125/base 2025-07-24T05:34:27.1236588Z * [new branch] gh/fffrog/125/head -> origin/gh/fffrog/125/head 2025-07-24T05:34:27.1237151Z * [new branch] gh/fffrog/125/orig -> origin/gh/fffrog/125/orig 2025-07-24T05:34:27.1237665Z * [new branch] gh/fffrog/126/base -> origin/gh/fffrog/126/base 2025-07-24T05:34:27.1238186Z * [new branch] gh/fffrog/126/head -> origin/gh/fffrog/126/head 2025-07-24T05:34:27.1239314Z * [new branch] gh/fffrog/126/orig -> origin/gh/fffrog/126/orig 2025-07-24T05:34:27.1239879Z * [new branch] gh/fffrog/127/base -> origin/gh/fffrog/127/base 2025-07-24T05:34:27.1240398Z * [new branch] gh/fffrog/127/head -> origin/gh/fffrog/127/head 2025-07-24T05:34:27.1240948Z * [new branch] gh/fffrog/127/orig -> origin/gh/fffrog/127/orig 2025-07-24T05:34:27.1241490Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-07-24T05:34:27.1242010Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-07-24T05:34:27.1242576Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-07-24T05:34:27.1243196Z * [new branch] gh/fffrog/87/base -> origin/gh/fffrog/87/base 2025-07-24T05:34:27.1243765Z * [new branch] gh/fffrog/87/head -> origin/gh/fffrog/87/head 2025-07-24T05:34:27.1244293Z * [new branch] gh/fffrog/87/orig -> origin/gh/fffrog/87/orig 2025-07-24T05:34:27.1244858Z * [new branch] gh/fffrog/93/base -> origin/gh/fffrog/93/base 2025-07-24T05:34:27.1245385Z * [new branch] gh/fffrog/93/head -> origin/gh/fffrog/93/head 2025-07-24T05:34:27.1245904Z * [new branch] gh/fffrog/93/orig -> origin/gh/fffrog/93/orig 2025-07-24T05:34:27.1246483Z * [new branch] gh/gmagogsfm/1/base -> origin/gh/gmagogsfm/1/base 2025-07-24T05:34:27.1247029Z * [new branch] gh/gmagogsfm/1/head -> origin/gh/gmagogsfm/1/head 2025-07-24T05:34:27.1247607Z * [new branch] gh/gmagogsfm/1/orig -> origin/gh/gmagogsfm/1/orig 2025-07-24T05:34:27.1248149Z * [new branch] gh/gmagogsfm/2/base -> origin/gh/gmagogsfm/2/base 2025-07-24T05:34:27.1665473Z * [new branch] gh/gmagogsfm/2/head -> origin/gh/gmagogsfm/2/head 2025-07-24T05:34:27.1666015Z * [new branch] gh/gmagogsfm/2/orig -> origin/gh/gmagogsfm/2/orig 2025-07-24T05:34:27.1666544Z * [new branch] gh/gmagogsfm/3/base -> origin/gh/gmagogsfm/3/base 2025-07-24T05:34:27.1667085Z * [new branch] gh/gmagogsfm/3/head -> origin/gh/gmagogsfm/3/head 2025-07-24T05:34:27.1667581Z * [new branch] gh/gmagogsfm/3/orig -> origin/gh/gmagogsfm/3/orig 2025-07-24T05:34:27.1668081Z * [new branch] gh/gmagogsfm/4/base -> origin/gh/gmagogsfm/4/base 2025-07-24T05:34:27.1668560Z * [new branch] gh/gmagogsfm/4/head -> origin/gh/gmagogsfm/4/head 2025-07-24T05:34:27.1669045Z * [new branch] gh/gmagogsfm/4/orig -> origin/gh/gmagogsfm/4/orig 2025-07-24T05:34:27.1669550Z * [new branch] gh/guangyey/130/base -> origin/gh/guangyey/130/base 2025-07-24T05:34:27.1670059Z * [new branch] gh/guangyey/130/head -> origin/gh/guangyey/130/head 2025-07-24T05:34:27.1670554Z * [new branch] gh/guangyey/130/orig -> origin/gh/guangyey/130/orig 2025-07-24T05:34:27.1671035Z * [new branch] gh/guangyey/133/base -> origin/gh/guangyey/133/base 2025-07-24T05:34:27.1671520Z * [new branch] gh/guangyey/133/head -> origin/gh/guangyey/133/head 2025-07-24T05:34:27.1672001Z * [new branch] gh/guangyey/133/orig -> origin/gh/guangyey/133/orig 2025-07-24T05:34:27.1672538Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-07-24T05:34:27.1673093Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-07-24T05:34:27.1673574Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-07-24T05:34:27.1674078Z * [new branch] gh/guangyey/135/base -> origin/gh/guangyey/135/base 2025-07-24T05:34:27.1675062Z * [new branch] gh/guangyey/135/head -> origin/gh/guangyey/135/head 2025-07-24T05:34:27.1675559Z * [new branch] gh/guangyey/135/orig -> origin/gh/guangyey/135/orig 2025-07-24T05:34:27.1676050Z * [new branch] gh/guangyey/139/base -> origin/gh/guangyey/139/base 2025-07-24T05:34:27.1676533Z * [new branch] gh/guangyey/139/head -> origin/gh/guangyey/139/head 2025-07-24T05:34:27.1677029Z * [new branch] gh/guangyey/139/orig -> origin/gh/guangyey/139/orig 2025-07-24T05:34:27.1677510Z * [new branch] gh/guangyey/140/base -> origin/gh/guangyey/140/base 2025-07-24T05:34:27.1678033Z * [new branch] gh/guangyey/140/head -> origin/gh/guangyey/140/head 2025-07-24T05:34:27.1679176Z * [new branch] gh/guangyey/140/orig -> origin/gh/guangyey/140/orig 2025-07-24T05:34:27.1679683Z * [new branch] gh/guangyey/142/base -> origin/gh/guangyey/142/base 2025-07-24T05:34:27.1680184Z * [new branch] gh/guangyey/142/head -> origin/gh/guangyey/142/head 2025-07-24T05:34:27.1680672Z * [new branch] gh/guangyey/142/orig -> origin/gh/guangyey/142/orig 2025-07-24T05:34:27.1681160Z * [new branch] gh/guangyey/145/base -> origin/gh/guangyey/145/base 2025-07-24T05:34:27.1681640Z * [new branch] gh/guangyey/145/head -> origin/gh/guangyey/145/head 2025-07-24T05:34:27.1682133Z * [new branch] gh/guangyey/145/orig -> origin/gh/guangyey/145/orig 2025-07-24T05:34:27.1682620Z * [new branch] gh/guangyey/153/base -> origin/gh/guangyey/153/base 2025-07-24T05:34:27.1683103Z * [new branch] gh/guangyey/153/head -> origin/gh/guangyey/153/head 2025-07-24T05:34:27.1683591Z * [new branch] gh/guangyey/153/orig -> origin/gh/guangyey/153/orig 2025-07-24T05:34:27.1684136Z * [new branch] gh/guangyey/154/base -> origin/gh/guangyey/154/base 2025-07-24T05:34:27.1684679Z * [new branch] gh/guangyey/154/head -> origin/gh/guangyey/154/head 2025-07-24T05:34:27.1685171Z * [new branch] gh/guangyey/154/orig -> origin/gh/guangyey/154/orig 2025-07-24T05:34:27.1685651Z * [new branch] gh/guangyey/158/base -> origin/gh/guangyey/158/base 2025-07-24T05:34:27.1686135Z * [new branch] gh/guangyey/158/head -> origin/gh/guangyey/158/head 2025-07-24T05:34:27.1686615Z * [new branch] gh/guangyey/158/orig -> origin/gh/guangyey/158/orig 2025-07-24T05:34:27.1687103Z * [new branch] gh/guangyey/159/base -> origin/gh/guangyey/159/base 2025-07-24T05:34:27.1687591Z * [new branch] gh/guangyey/159/head -> origin/gh/guangyey/159/head 2025-07-24T05:34:27.1688080Z * [new branch] gh/guangyey/159/orig -> origin/gh/guangyey/159/orig 2025-07-24T05:34:27.1688573Z * [new branch] gh/guangyey/160/base -> origin/gh/guangyey/160/base 2025-07-24T05:34:27.1689052Z * [new branch] gh/guangyey/160/head -> origin/gh/guangyey/160/head 2025-07-24T05:34:27.2098966Z * [new branch] gh/guangyey/160/orig -> origin/gh/guangyey/160/orig 2025-07-24T05:34:27.2099553Z * [new branch] gh/guangyey/161/base -> origin/gh/guangyey/161/base 2025-07-24T05:34:27.2100064Z * [new branch] gh/guangyey/161/head -> origin/gh/guangyey/161/head 2025-07-24T05:34:27.2100616Z * [new branch] gh/guangyey/161/orig -> origin/gh/guangyey/161/orig 2025-07-24T05:34:27.2101107Z * [new branch] gh/guangyey/162/base -> origin/gh/guangyey/162/base 2025-07-24T05:34:27.2101607Z * [new branch] gh/guangyey/162/head -> origin/gh/guangyey/162/head 2025-07-24T05:34:27.2102104Z * [new branch] gh/guangyey/162/orig -> origin/gh/guangyey/162/orig 2025-07-24T05:34:27.2102740Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-07-24T05:34:27.2103233Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-07-24T05:34:27.2103723Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-07-24T05:34:27.2104212Z * [new branch] gh/guangyey/164/base -> origin/gh/guangyey/164/base 2025-07-24T05:34:27.2104699Z * [new branch] gh/guangyey/164/head -> origin/gh/guangyey/164/head 2025-07-24T05:34:27.2105177Z * [new branch] gh/guangyey/164/orig -> origin/gh/guangyey/164/orig 2025-07-24T05:34:27.2105681Z * [new branch] gh/guangyey/165/base -> origin/gh/guangyey/165/base 2025-07-24T05:34:27.2106348Z * [new branch] gh/guangyey/165/head -> origin/gh/guangyey/165/head 2025-07-24T05:34:27.2106837Z * [new branch] gh/guangyey/165/orig -> origin/gh/guangyey/165/orig 2025-07-24T05:34:27.2107330Z * [new branch] gh/guangyey/166/base -> origin/gh/guangyey/166/base 2025-07-24T05:34:27.2107816Z * [new branch] gh/guangyey/166/head -> origin/gh/guangyey/166/head 2025-07-24T05:34:27.2108301Z * [new branch] gh/guangyey/166/orig -> origin/gh/guangyey/166/orig 2025-07-24T05:34:27.2108795Z * [new branch] gh/guangyey/167/base -> origin/gh/guangyey/167/base 2025-07-24T05:34:27.2109280Z * [new branch] gh/guangyey/167/head -> origin/gh/guangyey/167/head 2025-07-24T05:34:27.2109767Z * [new branch] gh/guangyey/167/orig -> origin/gh/guangyey/167/orig 2025-07-24T05:34:27.2110251Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-07-24T05:34:27.2110748Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-07-24T05:34:27.2111247Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-07-24T05:34:27.2111768Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-07-24T05:34:27.2112290Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-07-24T05:34:27.2112768Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-07-24T05:34:27.2113260Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-07-24T05:34:27.2113741Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-07-24T05:34:27.2114229Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-07-24T05:34:27.2114720Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-07-24T05:34:27.2115202Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-07-24T05:34:27.2115697Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-07-24T05:34:27.2116179Z * [new branch] gh/guangyey/172/base -> origin/gh/guangyey/172/base 2025-07-24T05:34:27.2116670Z * [new branch] gh/guangyey/172/head -> origin/gh/guangyey/172/head 2025-07-24T05:34:27.2117164Z * [new branch] gh/guangyey/172/orig -> origin/gh/guangyey/172/orig 2025-07-24T05:34:27.2117691Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-07-24T05:34:27.2118230Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-07-24T05:34:27.2118708Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-07-24T05:34:27.2119200Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-07-24T05:34:27.2119792Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-07-24T05:34:27.2120276Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-07-24T05:34:27.2120813Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-07-24T05:34:27.2121390Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-07-24T05:34:27.2121970Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-07-24T05:34:27.2521504Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-07-24T05:34:27.2522164Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-07-24T05:34:27.2522912Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-07-24T05:34:27.2523503Z * [new branch] gh/guilhermeleobas/120/base -> origin/gh/guilhermeleobas/120/base 2025-07-24T05:34:27.2524117Z * [new branch] gh/guilhermeleobas/120/head -> origin/gh/guilhermeleobas/120/head 2025-07-24T05:34:27.2524722Z * [new branch] gh/guilhermeleobas/120/orig -> origin/gh/guilhermeleobas/120/orig 2025-07-24T05:34:27.2525283Z * [new branch] gh/guilhermeleobas/124/base -> origin/gh/guilhermeleobas/124/base 2025-07-24T05:34:27.2525855Z * [new branch] gh/guilhermeleobas/124/head -> origin/gh/guilhermeleobas/124/head 2025-07-24T05:34:27.2526424Z * [new branch] gh/guilhermeleobas/124/orig -> origin/gh/guilhermeleobas/124/orig 2025-07-24T05:34:27.2526995Z * [new branch] gh/guilhermeleobas/127/base -> origin/gh/guilhermeleobas/127/base 2025-07-24T05:34:27.2527563Z * [new branch] gh/guilhermeleobas/127/head -> origin/gh/guilhermeleobas/127/head 2025-07-24T05:34:27.2528130Z * [new branch] gh/guilhermeleobas/127/orig -> origin/gh/guilhermeleobas/127/orig 2025-07-24T05:34:27.2542088Z * [new branch] gh/guilhermeleobas/143/base -> origin/gh/guilhermeleobas/143/base 2025-07-24T05:34:27.2542794Z * [new branch] gh/guilhermeleobas/143/head -> origin/gh/guilhermeleobas/143/head 2025-07-24T05:34:27.2543405Z * [new branch] gh/guilhermeleobas/143/orig -> origin/gh/guilhermeleobas/143/orig 2025-07-24T05:34:27.2543983Z * [new branch] gh/guilhermeleobas/145/base -> origin/gh/guilhermeleobas/145/base 2025-07-24T05:34:27.2544552Z * [new branch] gh/guilhermeleobas/145/head -> origin/gh/guilhermeleobas/145/head 2025-07-24T05:34:27.2545125Z * [new branch] gh/guilhermeleobas/145/orig -> origin/gh/guilhermeleobas/145/orig 2025-07-24T05:34:27.2545692Z * [new branch] gh/guilhermeleobas/146/base -> origin/gh/guilhermeleobas/146/base 2025-07-24T05:34:27.2546281Z * [new branch] gh/guilhermeleobas/146/head -> origin/gh/guilhermeleobas/146/head 2025-07-24T05:34:27.2546865Z * [new branch] gh/guilhermeleobas/146/orig -> origin/gh/guilhermeleobas/146/orig 2025-07-24T05:34:27.2547518Z * [new branch] gh/guilhermeleobas/147/base -> origin/gh/guilhermeleobas/147/base 2025-07-24T05:34:27.2548094Z * [new branch] gh/guilhermeleobas/147/head -> origin/gh/guilhermeleobas/147/head 2025-07-24T05:34:27.2548663Z * [new branch] gh/guilhermeleobas/147/orig -> origin/gh/guilhermeleobas/147/orig 2025-07-24T05:34:27.2549244Z * [new branch] gh/guilhermeleobas/148/base -> origin/gh/guilhermeleobas/148/base 2025-07-24T05:34:27.2549814Z * [new branch] gh/guilhermeleobas/148/head -> origin/gh/guilhermeleobas/148/head 2025-07-24T05:34:27.2550387Z * [new branch] gh/guilhermeleobas/148/orig -> origin/gh/guilhermeleobas/148/orig 2025-07-24T05:34:27.2550954Z * [new branch] gh/guilhermeleobas/149/base -> origin/gh/guilhermeleobas/149/base 2025-07-24T05:34:27.2551697Z * [new branch] gh/guilhermeleobas/149/head -> origin/gh/guilhermeleobas/149/head 2025-07-24T05:34:27.2552282Z * [new branch] gh/guilhermeleobas/149/orig -> origin/gh/guilhermeleobas/149/orig 2025-07-24T05:34:27.2552891Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-07-24T05:34:27.2553500Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-07-24T05:34:27.2554061Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-07-24T05:34:27.2554638Z * [new branch] gh/guilhermeleobas/151/base -> origin/gh/guilhermeleobas/151/base 2025-07-24T05:34:27.2555209Z * [new branch] gh/guilhermeleobas/151/head -> origin/gh/guilhermeleobas/151/head 2025-07-24T05:34:27.2555876Z * [new branch] gh/guilhermeleobas/151/orig -> origin/gh/guilhermeleobas/151/orig 2025-07-24T05:34:27.2556460Z * [new branch] gh/guilhermeleobas/152/base -> origin/gh/guilhermeleobas/152/base 2025-07-24T05:34:27.2557034Z * [new branch] gh/guilhermeleobas/152/head -> origin/gh/guilhermeleobas/152/head 2025-07-24T05:34:27.2557603Z * [new branch] gh/guilhermeleobas/152/orig -> origin/gh/guilhermeleobas/152/orig 2025-07-24T05:34:27.2558182Z * [new branch] gh/guilhermeleobas/153/base -> origin/gh/guilhermeleobas/153/base 2025-07-24T05:34:27.2558796Z * [new branch] gh/guilhermeleobas/153/head -> origin/gh/guilhermeleobas/153/head 2025-07-24T05:34:27.2559412Z * [new branch] gh/guilhermeleobas/153/orig -> origin/gh/guilhermeleobas/153/orig 2025-07-24T05:34:27.2559985Z * [new branch] gh/guilhermeleobas/154/base -> origin/gh/guilhermeleobas/154/base 2025-07-24T05:34:27.2560566Z * [new branch] gh/guilhermeleobas/154/head -> origin/gh/guilhermeleobas/154/head 2025-07-24T05:34:27.2913634Z * [new branch] gh/guilhermeleobas/154/orig -> origin/gh/guilhermeleobas/154/orig 2025-07-24T05:34:27.2914237Z * [new branch] gh/guilhermeleobas/155/base -> origin/gh/guilhermeleobas/155/base 2025-07-24T05:34:27.2914820Z * [new branch] gh/guilhermeleobas/155/head -> origin/gh/guilhermeleobas/155/head 2025-07-24T05:34:27.2915391Z * [new branch] gh/guilhermeleobas/155/orig -> origin/gh/guilhermeleobas/155/orig 2025-07-24T05:34:27.2915961Z * [new branch] gh/guilhermeleobas/156/base -> origin/gh/guilhermeleobas/156/base 2025-07-24T05:34:27.2916549Z * [new branch] gh/guilhermeleobas/156/head -> origin/gh/guilhermeleobas/156/head 2025-07-24T05:34:27.2917131Z * [new branch] gh/guilhermeleobas/156/orig -> origin/gh/guilhermeleobas/156/orig 2025-07-24T05:34:27.2917703Z * [new branch] gh/guilhermeleobas/157/base -> origin/gh/guilhermeleobas/157/base 2025-07-24T05:34:27.2918273Z * [new branch] gh/guilhermeleobas/157/head -> origin/gh/guilhermeleobas/157/head 2025-07-24T05:34:27.2918854Z * [new branch] gh/guilhermeleobas/157/orig -> origin/gh/guilhermeleobas/157/orig 2025-07-24T05:34:27.2919438Z * [new branch] gh/guilhermeleobas/158/base -> origin/gh/guilhermeleobas/158/base 2025-07-24T05:34:27.2920009Z * [new branch] gh/guilhermeleobas/158/head -> origin/gh/guilhermeleobas/158/head 2025-07-24T05:34:27.2920580Z * [new branch] gh/guilhermeleobas/158/orig -> origin/gh/guilhermeleobas/158/orig 2025-07-24T05:34:27.2921145Z * [new branch] gh/guilhermeleobas/159/base -> origin/gh/guilhermeleobas/159/base 2025-07-24T05:34:27.2921724Z * [new branch] gh/guilhermeleobas/159/head -> origin/gh/guilhermeleobas/159/head 2025-07-24T05:34:27.2922298Z * [new branch] gh/guilhermeleobas/159/orig -> origin/gh/guilhermeleobas/159/orig 2025-07-24T05:34:27.2922870Z * [new branch] gh/guilhermeleobas/160/base -> origin/gh/guilhermeleobas/160/base 2025-07-24T05:34:27.2923600Z * [new branch] gh/guilhermeleobas/160/head -> origin/gh/guilhermeleobas/160/head 2025-07-24T05:34:27.2924170Z * [new branch] gh/guilhermeleobas/160/orig -> origin/gh/guilhermeleobas/160/orig 2025-07-24T05:34:27.2924752Z * [new branch] gh/guilhermeleobas/161/base -> origin/gh/guilhermeleobas/161/base 2025-07-24T05:34:27.2925323Z * [new branch] gh/guilhermeleobas/161/head -> origin/gh/guilhermeleobas/161/head 2025-07-24T05:34:27.2925890Z * [new branch] gh/guilhermeleobas/161/orig -> origin/gh/guilhermeleobas/161/orig 2025-07-24T05:34:27.2926473Z * [new branch] gh/guilhermeleobas/162/base -> origin/gh/guilhermeleobas/162/base 2025-07-24T05:34:27.2927036Z * [new branch] gh/guilhermeleobas/162/head -> origin/gh/guilhermeleobas/162/head 2025-07-24T05:34:27.2927697Z * [new branch] gh/guilhermeleobas/162/orig -> origin/gh/guilhermeleobas/162/orig 2025-07-24T05:34:27.2928284Z * [new branch] gh/guilhermeleobas/163/base -> origin/gh/guilhermeleobas/163/base 2025-07-24T05:34:27.2928844Z * [new branch] gh/guilhermeleobas/163/head -> origin/gh/guilhermeleobas/163/head 2025-07-24T05:34:27.2929419Z * [new branch] gh/guilhermeleobas/163/orig -> origin/gh/guilhermeleobas/163/orig 2025-07-24T05:34:27.2929993Z * [new branch] gh/guilhermeleobas/164/base -> origin/gh/guilhermeleobas/164/base 2025-07-24T05:34:27.2930563Z * [new branch] gh/guilhermeleobas/164/head -> origin/gh/guilhermeleobas/164/head 2025-07-24T05:34:27.2931132Z * [new branch] gh/guilhermeleobas/164/orig -> origin/gh/guilhermeleobas/164/orig 2025-07-24T05:34:27.2931754Z * [new branch] gh/guilhermeleobas/165/base -> origin/gh/guilhermeleobas/165/base 2025-07-24T05:34:27.2932338Z * [new branch] gh/guilhermeleobas/165/head -> origin/gh/guilhermeleobas/165/head 2025-07-24T05:34:27.2932914Z * [new branch] gh/guilhermeleobas/165/orig -> origin/gh/guilhermeleobas/165/orig 2025-07-24T05:34:27.2933507Z * [new branch] gh/guilhermeleobas/166/base -> origin/gh/guilhermeleobas/166/base 2025-07-24T05:34:27.2934090Z * [new branch] gh/guilhermeleobas/166/head -> origin/gh/guilhermeleobas/166/head 2025-07-24T05:34:27.2934651Z * [new branch] gh/guilhermeleobas/166/orig -> origin/gh/guilhermeleobas/166/orig 2025-07-24T05:34:27.2935227Z * [new branch] gh/guilhermeleobas/167/base -> origin/gh/guilhermeleobas/167/base 2025-07-24T05:34:27.2935790Z * [new branch] gh/guilhermeleobas/167/head -> origin/gh/guilhermeleobas/167/head 2025-07-24T05:34:27.2936368Z * [new branch] gh/guilhermeleobas/167/orig -> origin/gh/guilhermeleobas/167/orig 2025-07-24T05:34:27.2936940Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-07-24T05:34:27.2937500Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-07-24T05:34:27.2938080Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-07-24T05:34:27.3313656Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-07-24T05:34:27.3314277Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-07-24T05:34:27.3314853Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-07-24T05:34:27.3315419Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-07-24T05:34:27.3316009Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-07-24T05:34:27.3316594Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-07-24T05:34:27.3317176Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-07-24T05:34:27.3317913Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-07-24T05:34:27.3318480Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-07-24T05:34:27.3319065Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-07-24T05:34:27.3319651Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-07-24T05:34:27.3320225Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-07-24T05:34:27.3320798Z * [new branch] gh/guilhermeleobas/174/base -> origin/gh/guilhermeleobas/174/base 2025-07-24T05:34:27.3321363Z * [new branch] gh/guilhermeleobas/174/head -> origin/gh/guilhermeleobas/174/head 2025-07-24T05:34:27.3322047Z * [new branch] gh/guilhermeleobas/174/orig -> origin/gh/guilhermeleobas/174/orig 2025-07-24T05:34:27.3322631Z * [new branch] gh/guilhermeleobas/175/base -> origin/gh/guilhermeleobas/175/base 2025-07-24T05:34:27.3323205Z * [new branch] gh/guilhermeleobas/175/head -> origin/gh/guilhermeleobas/175/head 2025-07-24T05:34:27.3323786Z * [new branch] gh/guilhermeleobas/175/orig -> origin/gh/guilhermeleobas/175/orig 2025-07-24T05:34:27.3324347Z * [new branch] gh/guilhermeleobas/176/base -> origin/gh/guilhermeleobas/176/base 2025-07-24T05:34:27.3324926Z * [new branch] gh/guilhermeleobas/176/head -> origin/gh/guilhermeleobas/176/head 2025-07-24T05:34:27.3325507Z * [new branch] gh/guilhermeleobas/176/orig -> origin/gh/guilhermeleobas/176/orig 2025-07-24T05:34:27.3326074Z * [new branch] gh/guilhermeleobas/177/base -> origin/gh/guilhermeleobas/177/base 2025-07-24T05:34:27.3326654Z * [new branch] gh/guilhermeleobas/177/head -> origin/gh/guilhermeleobas/177/head 2025-07-24T05:34:27.3327218Z * [new branch] gh/guilhermeleobas/177/orig -> origin/gh/guilhermeleobas/177/orig 2025-07-24T05:34:27.3327785Z * [new branch] gh/guilhermeleobas/178/base -> origin/gh/guilhermeleobas/178/base 2025-07-24T05:34:27.3328362Z * [new branch] gh/guilhermeleobas/178/head -> origin/gh/guilhermeleobas/178/head 2025-07-24T05:34:27.3328921Z * [new branch] gh/guilhermeleobas/178/orig -> origin/gh/guilhermeleobas/178/orig 2025-07-24T05:34:27.3329491Z * [new branch] gh/guilhermeleobas/179/base -> origin/gh/guilhermeleobas/179/base 2025-07-24T05:34:27.3330055Z * [new branch] gh/guilhermeleobas/179/head -> origin/gh/guilhermeleobas/179/head 2025-07-24T05:34:27.3330625Z * [new branch] gh/guilhermeleobas/179/orig -> origin/gh/guilhermeleobas/179/orig 2025-07-24T05:34:27.3331203Z * [new branch] gh/guilhermeleobas/180/base -> origin/gh/guilhermeleobas/180/base 2025-07-24T05:34:27.3331833Z * [new branch] gh/guilhermeleobas/180/head -> origin/gh/guilhermeleobas/180/head 2025-07-24T05:34:27.3332404Z * [new branch] gh/guilhermeleobas/180/orig -> origin/gh/guilhermeleobas/180/orig 2025-07-24T05:34:27.3333016Z * [new branch] gh/guilhermeleobas/181/base -> origin/gh/guilhermeleobas/181/base 2025-07-24T05:34:27.3333627Z * [new branch] gh/guilhermeleobas/181/head -> origin/gh/guilhermeleobas/181/head 2025-07-24T05:34:27.3334197Z * [new branch] gh/guilhermeleobas/181/orig -> origin/gh/guilhermeleobas/181/orig 2025-07-24T05:34:27.3334776Z * [new branch] gh/guilhermeleobas/182/base -> origin/gh/guilhermeleobas/182/base 2025-07-24T05:34:27.3335350Z * [new branch] gh/guilhermeleobas/182/head -> origin/gh/guilhermeleobas/182/head 2025-07-24T05:34:27.3335927Z * [new branch] gh/guilhermeleobas/182/orig -> origin/gh/guilhermeleobas/182/orig 2025-07-24T05:34:27.3336497Z * [new branch] gh/guilhermeleobas/183/base -> origin/gh/guilhermeleobas/183/base 2025-07-24T05:34:27.3337177Z * [new branch] gh/guilhermeleobas/183/head -> origin/gh/guilhermeleobas/183/head 2025-07-24T05:34:27.3337747Z * [new branch] gh/guilhermeleobas/183/orig -> origin/gh/guilhermeleobas/183/orig 2025-07-24T05:34:27.3338325Z * [new branch] gh/guilhermeleobas/184/base -> origin/gh/guilhermeleobas/184/base 2025-07-24T05:34:27.3902997Z * [new branch] gh/guilhermeleobas/184/head -> origin/gh/guilhermeleobas/184/head 2025-07-24T05:34:27.3903646Z * [new branch] gh/guilhermeleobas/184/orig -> origin/gh/guilhermeleobas/184/orig 2025-07-24T05:34:27.3904228Z * [new branch] gh/guilhermeleobas/185/base -> origin/gh/guilhermeleobas/185/base 2025-07-24T05:34:27.3904823Z * [new branch] gh/guilhermeleobas/185/head -> origin/gh/guilhermeleobas/185/head 2025-07-24T05:34:27.3905614Z * [new branch] gh/guilhermeleobas/185/orig -> origin/gh/guilhermeleobas/185/orig 2025-07-24T05:34:27.3906204Z * [new branch] gh/guilhermeleobas/186/base -> origin/gh/guilhermeleobas/186/base 2025-07-24T05:34:27.3906787Z * [new branch] gh/guilhermeleobas/186/head -> origin/gh/guilhermeleobas/186/head 2025-07-24T05:34:27.3907361Z * [new branch] gh/guilhermeleobas/186/orig -> origin/gh/guilhermeleobas/186/orig 2025-07-24T05:34:27.3907926Z * [new branch] gh/guilhermeleobas/187/base -> origin/gh/guilhermeleobas/187/base 2025-07-24T05:34:27.3908507Z * [new branch] gh/guilhermeleobas/187/head -> origin/gh/guilhermeleobas/187/head 2025-07-24T05:34:27.3909083Z * [new branch] gh/guilhermeleobas/187/orig -> origin/gh/guilhermeleobas/187/orig 2025-07-24T05:34:27.3909660Z * [new branch] gh/guilhermeleobas/188/base -> origin/gh/guilhermeleobas/188/base 2025-07-24T05:34:27.3910237Z * [new branch] gh/guilhermeleobas/188/head -> origin/gh/guilhermeleobas/188/head 2025-07-24T05:34:27.3910807Z * [new branch] gh/guilhermeleobas/188/orig -> origin/gh/guilhermeleobas/188/orig 2025-07-24T05:34:27.3911385Z * [new branch] gh/guilhermeleobas/189/base -> origin/gh/guilhermeleobas/189/base 2025-07-24T05:34:27.3911958Z * [new branch] gh/guilhermeleobas/189/head -> origin/gh/guilhermeleobas/189/head 2025-07-24T05:34:27.3912538Z * [new branch] gh/guilhermeleobas/189/orig -> origin/gh/guilhermeleobas/189/orig 2025-07-24T05:34:27.3913109Z * [new branch] gh/guilhermeleobas/190/base -> origin/gh/guilhermeleobas/190/base 2025-07-24T05:34:27.3913679Z * [new branch] gh/guilhermeleobas/190/head -> origin/gh/guilhermeleobas/190/head 2025-07-24T05:34:27.3914260Z * [new branch] gh/guilhermeleobas/190/orig -> origin/gh/guilhermeleobas/190/orig 2025-07-24T05:34:27.3914828Z * [new branch] gh/guilhermeleobas/191/base -> origin/gh/guilhermeleobas/191/base 2025-07-24T05:34:27.3915409Z * [new branch] gh/guilhermeleobas/191/head -> origin/gh/guilhermeleobas/191/head 2025-07-24T05:34:27.3915990Z * [new branch] gh/guilhermeleobas/191/orig -> origin/gh/guilhermeleobas/191/orig 2025-07-24T05:34:27.3916555Z * [new branch] gh/guilhermeleobas/192/base -> origin/gh/guilhermeleobas/192/base 2025-07-24T05:34:27.3917148Z * [new branch] gh/guilhermeleobas/192/head -> origin/gh/guilhermeleobas/192/head 2025-07-24T05:34:27.3917881Z * [new branch] gh/guilhermeleobas/192/orig -> origin/gh/guilhermeleobas/192/orig 2025-07-24T05:34:27.3918473Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-07-24T05:34:27.3919043Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-07-24T05:34:27.3919618Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-07-24T05:34:27.3920326Z * [new branch] gh/guilhermeleobas/194/base -> origin/gh/guilhermeleobas/194/base 2025-07-24T05:34:27.3920894Z * [new branch] gh/guilhermeleobas/194/head -> origin/gh/guilhermeleobas/194/head 2025-07-24T05:34:27.3921473Z * [new branch] gh/guilhermeleobas/194/orig -> origin/gh/guilhermeleobas/194/orig 2025-07-24T05:34:27.3922049Z * [new branch] gh/guilhermeleobas/195/base -> origin/gh/guilhermeleobas/195/base 2025-07-24T05:34:27.3922627Z * [new branch] gh/guilhermeleobas/195/head -> origin/gh/guilhermeleobas/195/head 2025-07-24T05:34:27.3923200Z * [new branch] gh/guilhermeleobas/195/orig -> origin/gh/guilhermeleobas/195/orig 2025-07-24T05:34:27.3923771Z * [new branch] gh/guilhermeleobas/196/base -> origin/gh/guilhermeleobas/196/base 2025-07-24T05:34:27.3924446Z * [new branch] gh/guilhermeleobas/196/head -> origin/gh/guilhermeleobas/196/head 2025-07-24T05:34:27.3925010Z * [new branch] gh/guilhermeleobas/196/orig -> origin/gh/guilhermeleobas/196/orig 2025-07-24T05:34:27.3925596Z * [new branch] gh/guilhermeleobas/197/base -> origin/gh/guilhermeleobas/197/base 2025-07-24T05:34:27.3926163Z * [new branch] gh/guilhermeleobas/197/head -> origin/gh/guilhermeleobas/197/head 2025-07-24T05:34:27.3926747Z * [new branch] gh/guilhermeleobas/197/orig -> origin/gh/guilhermeleobas/197/orig 2025-07-24T05:34:27.3927319Z * [new branch] gh/guilhermeleobas/198/base -> origin/gh/guilhermeleobas/198/base 2025-07-24T05:34:27.3927891Z * [new branch] gh/guilhermeleobas/198/head -> origin/gh/guilhermeleobas/198/head 2025-07-24T05:34:27.4335659Z * [new branch] gh/guilhermeleobas/198/orig -> origin/gh/guilhermeleobas/198/orig 2025-07-24T05:34:27.4336299Z * [new branch] gh/guilhermeleobas/199/base -> origin/gh/guilhermeleobas/199/base 2025-07-24T05:34:27.4336919Z * [new branch] gh/guilhermeleobas/199/head -> origin/gh/guilhermeleobas/199/head 2025-07-24T05:34:27.4337516Z * [new branch] gh/guilhermeleobas/199/orig -> origin/gh/guilhermeleobas/199/orig 2025-07-24T05:34:27.4338101Z * [new branch] gh/guilhermeleobas/200/base -> origin/gh/guilhermeleobas/200/base 2025-07-24T05:34:27.4338678Z * [new branch] gh/guilhermeleobas/200/head -> origin/gh/guilhermeleobas/200/head 2025-07-24T05:34:27.4339302Z * [new branch] gh/guilhermeleobas/200/orig -> origin/gh/guilhermeleobas/200/orig 2025-07-24T05:34:27.4339946Z * [new branch] gh/guilhermeleobas/201/base -> origin/gh/guilhermeleobas/201/base 2025-07-24T05:34:27.4340523Z * [new branch] gh/guilhermeleobas/201/head -> origin/gh/guilhermeleobas/201/head 2025-07-24T05:34:27.4341088Z * [new branch] gh/guilhermeleobas/201/orig -> origin/gh/guilhermeleobas/201/orig 2025-07-24T05:34:27.4341660Z * [new branch] gh/guilhermeleobas/202/base -> origin/gh/guilhermeleobas/202/base 2025-07-24T05:34:27.4342233Z * [new branch] gh/guilhermeleobas/202/head -> origin/gh/guilhermeleobas/202/head 2025-07-24T05:34:27.4342808Z * [new branch] gh/guilhermeleobas/202/orig -> origin/gh/guilhermeleobas/202/orig 2025-07-24T05:34:27.4343380Z * [new branch] gh/guilhermeleobas/203/base -> origin/gh/guilhermeleobas/203/base 2025-07-24T05:34:27.4343959Z * [new branch] gh/guilhermeleobas/203/head -> origin/gh/guilhermeleobas/203/head 2025-07-24T05:34:27.4344521Z * [new branch] gh/guilhermeleobas/203/orig -> origin/gh/guilhermeleobas/203/orig 2025-07-24T05:34:27.4345097Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-07-24T05:34:27.4345669Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-07-24T05:34:27.4346241Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-07-24T05:34:27.4347010Z * [new branch] gh/guilhermeleobas/205/base -> origin/gh/guilhermeleobas/205/base 2025-07-24T05:34:27.4347569Z * [new branch] gh/guilhermeleobas/205/head -> origin/gh/guilhermeleobas/205/head 2025-07-24T05:34:27.4348142Z * [new branch] gh/guilhermeleobas/205/orig -> origin/gh/guilhermeleobas/205/orig 2025-07-24T05:34:27.4348713Z * [new branch] gh/guilhermeleobas/206/base -> origin/gh/guilhermeleobas/206/base 2025-07-24T05:34:27.4349282Z * [new branch] gh/guilhermeleobas/206/head -> origin/gh/guilhermeleobas/206/head 2025-07-24T05:34:27.4349858Z * [new branch] gh/guilhermeleobas/206/orig -> origin/gh/guilhermeleobas/206/orig 2025-07-24T05:34:27.4350423Z * [new branch] gh/guilhermeleobas/207/base -> origin/gh/guilhermeleobas/207/base 2025-07-24T05:34:27.4351116Z * [new branch] gh/guilhermeleobas/207/head -> origin/gh/guilhermeleobas/207/head 2025-07-24T05:34:27.4351684Z * [new branch] gh/guilhermeleobas/207/orig -> origin/gh/guilhermeleobas/207/orig 2025-07-24T05:34:27.4352255Z * [new branch] gh/guilhermeleobas/208/base -> origin/gh/guilhermeleobas/208/base 2025-07-24T05:34:27.4352826Z * [new branch] gh/guilhermeleobas/208/head -> origin/gh/guilhermeleobas/208/head 2025-07-24T05:34:27.4353387Z * [new branch] gh/guilhermeleobas/208/orig -> origin/gh/guilhermeleobas/208/orig 2025-07-24T05:34:27.4353960Z * [new branch] gh/guilhermeleobas/209/base -> origin/gh/guilhermeleobas/209/base 2025-07-24T05:34:27.4354526Z * [new branch] gh/guilhermeleobas/209/head -> origin/gh/guilhermeleobas/209/head 2025-07-24T05:34:27.4355136Z * [new branch] gh/guilhermeleobas/209/orig -> origin/gh/guilhermeleobas/209/orig 2025-07-24T05:34:27.4355786Z * [new branch] gh/guilhermeleobas/210/base -> origin/gh/guilhermeleobas/210/base 2025-07-24T05:34:27.4356357Z * [new branch] gh/guilhermeleobas/210/head -> origin/gh/guilhermeleobas/210/head 2025-07-24T05:34:27.4356933Z * [new branch] gh/guilhermeleobas/210/orig -> origin/gh/guilhermeleobas/210/orig 2025-07-24T05:34:27.4357493Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-07-24T05:34:27.4358061Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-07-24T05:34:27.4358634Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-07-24T05:34:27.4359206Z * [new branch] gh/guilhermeleobas/212/base -> origin/gh/guilhermeleobas/212/base 2025-07-24T05:34:27.4359778Z * [new branch] gh/guilhermeleobas/212/head -> origin/gh/guilhermeleobas/212/head 2025-07-24T05:34:27.4360344Z * [new branch] gh/guilhermeleobas/212/orig -> origin/gh/guilhermeleobas/212/orig 2025-07-24T05:34:27.4759383Z * [new branch] gh/guilhermeleobas/213/base -> origin/gh/guilhermeleobas/213/base 2025-07-24T05:34:27.4760138Z * [new branch] gh/guilhermeleobas/213/head -> origin/gh/guilhermeleobas/213/head 2025-07-24T05:34:27.4760796Z * [new branch] gh/guilhermeleobas/213/orig -> origin/gh/guilhermeleobas/213/orig 2025-07-24T05:34:27.4761425Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-07-24T05:34:27.4762068Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-07-24T05:34:27.4762715Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-07-24T05:34:27.4763311Z * [new branch] gh/henrylhtsang/103/base -> origin/gh/henrylhtsang/103/base 2025-07-24T05:34:27.4763924Z * [new branch] gh/henrylhtsang/103/head -> origin/gh/henrylhtsang/103/head 2025-07-24T05:34:27.4764546Z * [new branch] gh/henrylhtsang/103/orig -> origin/gh/henrylhtsang/103/orig 2025-07-24T05:34:27.4765345Z * [new branch] gh/henrylhtsang/104/base -> origin/gh/henrylhtsang/104/base 2025-07-24T05:34:27.4765920Z * [new branch] gh/henrylhtsang/104/head -> origin/gh/henrylhtsang/104/head 2025-07-24T05:34:27.4766535Z * [new branch] gh/henrylhtsang/104/orig -> origin/gh/henrylhtsang/104/orig 2025-07-24T05:34:27.4767098Z * [new branch] gh/henrylhtsang/105/base -> origin/gh/henrylhtsang/105/base 2025-07-24T05:34:27.4767713Z * [new branch] gh/henrylhtsang/105/head -> origin/gh/henrylhtsang/105/head 2025-07-24T05:34:27.4768284Z * [new branch] gh/henrylhtsang/105/orig -> origin/gh/henrylhtsang/105/orig 2025-07-24T05:34:27.4768897Z * [new branch] gh/henrylhtsang/106/base -> origin/gh/henrylhtsang/106/base 2025-07-24T05:34:27.4769682Z * [new branch] gh/henrylhtsang/106/head -> origin/gh/henrylhtsang/106/head 2025-07-24T05:34:27.4770260Z * [new branch] gh/henrylhtsang/106/orig -> origin/gh/henrylhtsang/106/orig 2025-07-24T05:34:27.4770848Z * [new branch] gh/henrylhtsang/107/base -> origin/gh/henrylhtsang/107/base 2025-07-24T05:34:27.4771388Z * [new branch] gh/henrylhtsang/107/head -> origin/gh/henrylhtsang/107/head 2025-07-24T05:34:27.4772009Z * [new branch] gh/henrylhtsang/107/orig -> origin/gh/henrylhtsang/107/orig 2025-07-24T05:34:27.4772544Z * [new branch] gh/henrylhtsang/108/base -> origin/gh/henrylhtsang/108/base 2025-07-24T05:34:27.4773068Z * [new branch] gh/henrylhtsang/108/head -> origin/gh/henrylhtsang/108/head 2025-07-24T05:34:27.4773603Z * [new branch] gh/henrylhtsang/108/orig -> origin/gh/henrylhtsang/108/orig 2025-07-24T05:34:27.4774127Z * [new branch] gh/henrylhtsang/109/base -> origin/gh/henrylhtsang/109/base 2025-07-24T05:34:27.4774672Z * [new branch] gh/henrylhtsang/109/head -> origin/gh/henrylhtsang/109/head 2025-07-24T05:34:27.4775209Z * [new branch] gh/henrylhtsang/109/orig -> origin/gh/henrylhtsang/109/orig 2025-07-24T05:34:27.4775774Z * [new branch] gh/henrylhtsang/110/base -> origin/gh/henrylhtsang/110/base 2025-07-24T05:34:27.4776369Z * [new branch] gh/henrylhtsang/110/head -> origin/gh/henrylhtsang/110/head 2025-07-24T05:34:27.4776915Z * [new branch] gh/henrylhtsang/110/orig -> origin/gh/henrylhtsang/110/orig 2025-07-24T05:34:27.4777444Z * [new branch] gh/henrylhtsang/111/base -> origin/gh/henrylhtsang/111/base 2025-07-24T05:34:27.4777973Z * [new branch] gh/henrylhtsang/111/head -> origin/gh/henrylhtsang/111/head 2025-07-24T05:34:27.4778503Z * [new branch] gh/henrylhtsang/111/orig -> origin/gh/henrylhtsang/111/orig 2025-07-24T05:34:27.4779038Z * [new branch] gh/henrylhtsang/112/base -> origin/gh/henrylhtsang/112/base 2025-07-24T05:34:27.4779571Z * [new branch] gh/henrylhtsang/112/head -> origin/gh/henrylhtsang/112/head 2025-07-24T05:34:27.4780107Z * [new branch] gh/henrylhtsang/112/orig -> origin/gh/henrylhtsang/112/orig 2025-07-24T05:34:27.4780640Z * [new branch] gh/henrylhtsang/113/base -> origin/gh/henrylhtsang/113/base 2025-07-24T05:34:27.4781168Z * [new branch] gh/henrylhtsang/113/head -> origin/gh/henrylhtsang/113/head 2025-07-24T05:34:27.4781744Z * [new branch] gh/henrylhtsang/113/orig -> origin/gh/henrylhtsang/113/orig 2025-07-24T05:34:27.4782309Z * [new branch] gh/henrylhtsang/114/base -> origin/gh/henrylhtsang/114/base 2025-07-24T05:34:27.4782885Z * [new branch] gh/henrylhtsang/114/head -> origin/gh/henrylhtsang/114/head 2025-07-24T05:34:27.4783430Z * [new branch] gh/henrylhtsang/114/orig -> origin/gh/henrylhtsang/114/orig 2025-07-24T05:34:27.4783961Z * [new branch] gh/henrylhtsang/115/base -> origin/gh/henrylhtsang/115/base 2025-07-24T05:34:27.4784626Z * [new branch] gh/henrylhtsang/115/head -> origin/gh/henrylhtsang/115/head 2025-07-24T05:34:27.5174363Z * [new branch] gh/henrylhtsang/115/orig -> origin/gh/henrylhtsang/115/orig 2025-07-24T05:34:27.5174968Z * [new branch] gh/henrylhtsang/116/base -> origin/gh/henrylhtsang/116/base 2025-07-24T05:34:27.5175520Z * [new branch] gh/henrylhtsang/116/head -> origin/gh/henrylhtsang/116/head 2025-07-24T05:34:27.5176061Z * [new branch] gh/henrylhtsang/116/orig -> origin/gh/henrylhtsang/116/orig 2025-07-24T05:34:27.5176600Z * [new branch] gh/henrylhtsang/117/base -> origin/gh/henrylhtsang/117/base 2025-07-24T05:34:27.5177130Z * [new branch] gh/henrylhtsang/117/head -> origin/gh/henrylhtsang/117/head 2025-07-24T05:34:27.5178521Z * [new branch] gh/henrylhtsang/117/orig -> origin/gh/henrylhtsang/117/orig 2025-07-24T05:34:27.5179504Z * [new branch] gh/henrylhtsang/118/base -> origin/gh/henrylhtsang/118/base 2025-07-24T05:34:27.5180034Z * [new branch] gh/henrylhtsang/118/head -> origin/gh/henrylhtsang/118/head 2025-07-24T05:34:27.5180590Z * [new branch] gh/henrylhtsang/118/orig -> origin/gh/henrylhtsang/118/orig 2025-07-24T05:34:27.5181118Z * [new branch] gh/henrylhtsang/119/base -> origin/gh/henrylhtsang/119/base 2025-07-24T05:34:27.5181658Z * [new branch] gh/henrylhtsang/119/head -> origin/gh/henrylhtsang/119/head 2025-07-24T05:34:27.5182198Z * [new branch] gh/henrylhtsang/119/orig -> origin/gh/henrylhtsang/119/orig 2025-07-24T05:34:27.5182721Z * [new branch] gh/henrylhtsang/120/base -> origin/gh/henrylhtsang/120/base 2025-07-24T05:34:27.5183264Z * [new branch] gh/henrylhtsang/120/head -> origin/gh/henrylhtsang/120/head 2025-07-24T05:34:27.5184775Z * [new branch] gh/henrylhtsang/120/orig -> origin/gh/henrylhtsang/120/orig 2025-07-24T05:34:27.5185321Z * [new branch] gh/henrylhtsang/121/base -> origin/gh/henrylhtsang/121/base 2025-07-24T05:34:27.5185860Z * [new branch] gh/henrylhtsang/121/head -> origin/gh/henrylhtsang/121/head 2025-07-24T05:34:27.5186396Z * [new branch] gh/henrylhtsang/121/orig -> origin/gh/henrylhtsang/121/orig 2025-07-24T05:34:27.5186932Z * [new branch] gh/henrylhtsang/122/base -> origin/gh/henrylhtsang/122/base 2025-07-24T05:34:27.5187463Z * [new branch] gh/henrylhtsang/122/head -> origin/gh/henrylhtsang/122/head 2025-07-24T05:34:27.5187995Z * [new branch] gh/henrylhtsang/122/orig -> origin/gh/henrylhtsang/122/orig 2025-07-24T05:34:27.5188545Z * [new branch] gh/henrylhtsang/123/base -> origin/gh/henrylhtsang/123/base 2025-07-24T05:34:27.5189069Z * [new branch] gh/henrylhtsang/123/head -> origin/gh/henrylhtsang/123/head 2025-07-24T05:34:27.5190590Z * [new branch] gh/henrylhtsang/123/orig -> origin/gh/henrylhtsang/123/orig 2025-07-24T05:34:27.5191120Z * [new branch] gh/henrylhtsang/124/base -> origin/gh/henrylhtsang/124/base 2025-07-24T05:34:27.5191657Z * [new branch] gh/henrylhtsang/124/head -> origin/gh/henrylhtsang/124/head 2025-07-24T05:34:27.5192204Z * [new branch] gh/henrylhtsang/124/orig -> origin/gh/henrylhtsang/124/orig 2025-07-24T05:34:27.5192731Z * [new branch] gh/henrylhtsang/125/base -> origin/gh/henrylhtsang/125/base 2025-07-24T05:34:27.5193267Z * [new branch] gh/henrylhtsang/125/head -> origin/gh/henrylhtsang/125/head 2025-07-24T05:34:27.5193789Z * [new branch] gh/henrylhtsang/125/orig -> origin/gh/henrylhtsang/125/orig 2025-07-24T05:34:27.5194329Z * [new branch] gh/henrylhtsang/126/base -> origin/gh/henrylhtsang/126/base 2025-07-24T05:34:27.5195005Z * [new branch] gh/henrylhtsang/126/head -> origin/gh/henrylhtsang/126/head 2025-07-24T05:34:27.5196517Z * [new branch] gh/henrylhtsang/126/orig -> origin/gh/henrylhtsang/126/orig 2025-07-24T05:34:27.5197049Z * [new branch] gh/henrylhtsang/127/base -> origin/gh/henrylhtsang/127/base 2025-07-24T05:34:27.5197578Z * [new branch] gh/henrylhtsang/127/head -> origin/gh/henrylhtsang/127/head 2025-07-24T05:34:27.5198114Z * [new branch] gh/henrylhtsang/127/orig -> origin/gh/henrylhtsang/127/orig 2025-07-24T05:34:27.5198644Z * [new branch] gh/henrylhtsang/128/base -> origin/gh/henrylhtsang/128/base 2025-07-24T05:34:27.5199168Z * [new branch] gh/henrylhtsang/128/head -> origin/gh/henrylhtsang/128/head 2025-07-24T05:34:27.5199823Z * [new branch] gh/henrylhtsang/128/orig -> origin/gh/henrylhtsang/128/orig 2025-07-24T05:34:27.5200356Z * [new branch] gh/henrylhtsang/129/base -> origin/gh/henrylhtsang/129/base 2025-07-24T05:34:27.5201865Z * [new branch] gh/henrylhtsang/129/head -> origin/gh/henrylhtsang/129/head 2025-07-24T05:34:27.5202399Z * [new branch] gh/henrylhtsang/129/orig -> origin/gh/henrylhtsang/129/orig 2025-07-24T05:34:27.5202938Z * [new branch] gh/henrylhtsang/98/base -> origin/gh/henrylhtsang/98/base 2025-07-24T05:34:27.5203477Z * [new branch] gh/henrylhtsang/98/head -> origin/gh/henrylhtsang/98/head 2025-07-24T05:34:27.5632608Z * [new branch] gh/henrylhtsang/98/orig -> origin/gh/henrylhtsang/98/orig 2025-07-24T05:34:27.5633182Z * [new branch] gh/huydhn/1/head -> origin/gh/huydhn/1/head 2025-07-24T05:34:27.5633643Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-07-24T05:34:27.5634134Z * [new branch] gh/huydhn/2/head -> origin/gh/huydhn/2/head 2025-07-24T05:34:27.5635266Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-07-24T05:34:27.5636129Z * [new branch] gh/huydhn/2/orig -> origin/gh/huydhn/2/orig 2025-07-24T05:34:27.5636584Z * [new branch] gh/huydhn/3/head -> origin/gh/huydhn/3/head 2025-07-24T05:34:27.5637047Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-07-24T05:34:27.5637497Z * [new branch] gh/huydhn/3/orig -> origin/gh/huydhn/3/orig 2025-07-24T05:34:27.5637953Z * [new branch] gh/huydhn/4/head -> origin/gh/huydhn/4/head 2025-07-24T05:34:27.5638408Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-07-24T05:34:27.5638866Z * [new branch] gh/huydhn/4/orig -> origin/gh/huydhn/4/orig 2025-07-24T05:34:27.5639342Z * [new branch] gh/huydhn/5/head -> origin/gh/huydhn/5/head 2025-07-24T05:34:27.5639804Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-07-24T05:34:27.5640263Z * [new branch] gh/huydhn/5/orig -> origin/gh/huydhn/5/orig 2025-07-24T05:34:27.5641706Z * [new branch] gh/huydhn/6/head -> origin/gh/huydhn/6/head 2025-07-24T05:34:27.5642169Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-07-24T05:34:27.5642621Z * [new branch] gh/huydhn/6/orig -> origin/gh/huydhn/6/orig 2025-07-24T05:34:27.5643081Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-07-24T05:34:27.5643549Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-07-24T05:34:27.5644005Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-07-24T05:34:27.5644493Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-07-24T05:34:27.5645152Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-07-24T05:34:27.5645632Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-07-24T05:34:27.5646110Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-07-24T05:34:27.5675239Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-07-24T05:34:27.5675716Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-07-24T05:34:27.5676180Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-07-24T05:34:27.5676653Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-07-24T05:34:27.5677134Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-07-24T05:34:27.5677743Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-07-24T05:34:27.5678231Z * [new branch] gh/isuruf/141/base -> origin/gh/isuruf/141/base 2025-07-24T05:34:27.5678696Z * [new branch] gh/isuruf/141/head -> origin/gh/isuruf/141/head 2025-07-24T05:34:27.5679163Z * [new branch] gh/isuruf/141/orig -> origin/gh/isuruf/141/orig 2025-07-24T05:34:27.5681805Z * [new branch] gh/isuruf/143/base -> origin/gh/isuruf/143/base 2025-07-24T05:34:27.5682285Z * [new branch] gh/isuruf/143/head -> origin/gh/isuruf/143/head 2025-07-24T05:34:27.5682764Z * [new branch] gh/isuruf/143/orig -> origin/gh/isuruf/143/orig 2025-07-24T05:34:27.5683223Z * [new branch] gh/isuruf/148/base -> origin/gh/isuruf/148/base 2025-07-24T05:34:27.5683713Z * [new branch] gh/isuruf/148/head -> origin/gh/isuruf/148/head 2025-07-24T05:34:27.5684173Z * [new branch] gh/isuruf/148/orig -> origin/gh/isuruf/148/orig 2025-07-24T05:34:27.5684666Z * [new branch] gh/jamesjwu/140/base -> origin/gh/jamesjwu/140/base 2025-07-24T05:34:27.5685158Z * [new branch] gh/jamesjwu/140/head -> origin/gh/jamesjwu/140/head 2025-07-24T05:34:27.5685640Z * [new branch] gh/jamesjwu/140/orig -> origin/gh/jamesjwu/140/orig 2025-07-24T05:34:27.5686132Z * [new branch] gh/jamesjwu/150/base -> origin/gh/jamesjwu/150/base 2025-07-24T05:34:27.5687977Z * [new branch] gh/jamesjwu/150/head -> origin/gh/jamesjwu/150/head 2025-07-24T05:34:27.5688488Z * [new branch] gh/jamesjwu/150/orig -> origin/gh/jamesjwu/150/orig 2025-07-24T05:34:27.5688982Z * [new branch] gh/jamesjwu/154/base -> origin/gh/jamesjwu/154/base 2025-07-24T05:34:27.5689470Z * [new branch] gh/jamesjwu/154/head -> origin/gh/jamesjwu/154/head 2025-07-24T05:34:27.6081493Z * [new branch] gh/jamesjwu/154/orig -> origin/gh/jamesjwu/154/orig 2025-07-24T05:34:27.6082033Z * [new branch] gh/jamesjwu/155/base -> origin/gh/jamesjwu/155/base 2025-07-24T05:34:27.6082535Z * [new branch] gh/jamesjwu/155/head -> origin/gh/jamesjwu/155/head 2025-07-24T05:34:27.6083044Z * [new branch] gh/jamesjwu/155/orig -> origin/gh/jamesjwu/155/orig 2025-07-24T05:34:27.6083530Z * [new branch] gh/jamesjwu/159/base -> origin/gh/jamesjwu/159/base 2025-07-24T05:34:27.6084025Z * [new branch] gh/jamesjwu/159/head -> origin/gh/jamesjwu/159/head 2025-07-24T05:34:27.6084501Z * [new branch] gh/jamesjwu/159/orig -> origin/gh/jamesjwu/159/orig 2025-07-24T05:34:27.6084994Z * [new branch] gh/jamesjwu/163/base -> origin/gh/jamesjwu/163/base 2025-07-24T05:34:27.6086134Z * [new branch] gh/jamesjwu/163/head -> origin/gh/jamesjwu/163/head 2025-07-24T05:34:27.6087221Z * [new branch] gh/jamesjwu/163/orig -> origin/gh/jamesjwu/163/orig 2025-07-24T05:34:27.6087709Z * [new branch] gh/jamesjwu/165/base -> origin/gh/jamesjwu/165/base 2025-07-24T05:34:27.6088192Z * [new branch] gh/jamesjwu/165/head -> origin/gh/jamesjwu/165/head 2025-07-24T05:34:27.6088686Z * [new branch] gh/jamesjwu/165/orig -> origin/gh/jamesjwu/165/orig 2025-07-24T05:34:27.6089176Z * [new branch] gh/jamesjwu/166/base -> origin/gh/jamesjwu/166/base 2025-07-24T05:34:27.6089658Z * [new branch] gh/jamesjwu/166/head -> origin/gh/jamesjwu/166/head 2025-07-24T05:34:27.6090148Z * [new branch] gh/jamesjwu/166/orig -> origin/gh/jamesjwu/166/orig 2025-07-24T05:34:27.6090628Z * [new branch] gh/jamesjwu/167/base -> origin/gh/jamesjwu/167/base 2025-07-24T05:34:27.6091897Z * [new branch] gh/jamesjwu/167/head -> origin/gh/jamesjwu/167/head 2025-07-24T05:34:27.6092827Z * [new branch] gh/jamesjwu/167/orig -> origin/gh/jamesjwu/167/orig 2025-07-24T05:34:27.6093327Z * [new branch] gh/jamesjwu/168/base -> origin/gh/jamesjwu/168/base 2025-07-24T05:34:27.6093822Z * [new branch] gh/jamesjwu/168/head -> origin/gh/jamesjwu/168/head 2025-07-24T05:34:27.6094306Z * [new branch] gh/jamesjwu/168/orig -> origin/gh/jamesjwu/168/orig 2025-07-24T05:34:27.6094808Z * [new branch] gh/jamesjwu/169/base -> origin/gh/jamesjwu/169/base 2025-07-24T05:34:27.6095290Z * [new branch] gh/jamesjwu/169/head -> origin/gh/jamesjwu/169/head 2025-07-24T05:34:27.6095784Z * [new branch] gh/jamesjwu/169/orig -> origin/gh/jamesjwu/169/orig 2025-07-24T05:34:27.6096281Z * [new branch] gh/jamesjwu/170/base -> origin/gh/jamesjwu/170/base 2025-07-24T05:34:27.6096768Z * [new branch] gh/jamesjwu/170/head -> origin/gh/jamesjwu/170/head 2025-07-24T05:34:27.6098242Z * [new branch] gh/jamesjwu/170/orig -> origin/gh/jamesjwu/170/orig 2025-07-24T05:34:27.6098730Z * [new branch] gh/jamesjwu/171/base -> origin/gh/jamesjwu/171/base 2025-07-24T05:34:27.6099250Z * [new branch] gh/jamesjwu/171/head -> origin/gh/jamesjwu/171/head 2025-07-24T05:34:27.6099746Z * [new branch] gh/jamesjwu/171/orig -> origin/gh/jamesjwu/171/orig 2025-07-24T05:34:27.6100221Z * [new branch] gh/jamesjwu/172/base -> origin/gh/jamesjwu/172/base 2025-07-24T05:34:27.6100712Z * [new branch] gh/jamesjwu/172/head -> origin/gh/jamesjwu/172/head 2025-07-24T05:34:27.6101187Z * [new branch] gh/jamesjwu/172/orig -> origin/gh/jamesjwu/172/orig 2025-07-24T05:34:27.6101686Z * [new branch] gh/jamesjwu/173/base -> origin/gh/jamesjwu/173/base 2025-07-24T05:34:27.6102182Z * [new branch] gh/jamesjwu/173/head -> origin/gh/jamesjwu/173/head 2025-07-24T05:34:27.6102658Z * [new branch] gh/jamesjwu/173/orig -> origin/gh/jamesjwu/173/orig 2025-07-24T05:34:27.6104112Z * [new branch] gh/jamesjwu/174/base -> origin/gh/jamesjwu/174/base 2025-07-24T05:34:27.6104595Z * [new branch] gh/jamesjwu/174/head -> origin/gh/jamesjwu/174/head 2025-07-24T05:34:27.6105095Z * [new branch] gh/jamesjwu/174/orig -> origin/gh/jamesjwu/174/orig 2025-07-24T05:34:27.6105593Z * [new branch] gh/jamesjwu/175/base -> origin/gh/jamesjwu/175/base 2025-07-24T05:34:27.6106071Z * [new branch] gh/jamesjwu/175/head -> origin/gh/jamesjwu/175/head 2025-07-24T05:34:27.6106566Z * [new branch] gh/jamesjwu/175/orig -> origin/gh/jamesjwu/175/orig 2025-07-24T05:34:27.6107059Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-07-24T05:34:27.6108147Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-07-24T05:34:27.6109698Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-07-24T05:34:27.6532743Z * [new branch] gh/jamesjwu/177/base -> origin/gh/jamesjwu/177/base 2025-07-24T05:34:27.6533306Z * [new branch] gh/jamesjwu/177/head -> origin/gh/jamesjwu/177/head 2025-07-24T05:34:27.6533801Z * [new branch] gh/jamesjwu/177/orig -> origin/gh/jamesjwu/177/orig 2025-07-24T05:34:27.6534346Z * [new branch] gh/jamesjwu/178/base -> origin/gh/jamesjwu/178/base 2025-07-24T05:34:27.6534871Z * [new branch] gh/jamesjwu/178/head -> origin/gh/jamesjwu/178/head 2025-07-24T05:34:27.6535559Z * [new branch] gh/jamesjwu/178/orig -> origin/gh/jamesjwu/178/orig 2025-07-24T05:34:27.6536066Z * [new branch] gh/jamesjwu/179/base -> origin/gh/jamesjwu/179/base 2025-07-24T05:34:27.6536548Z * [new branch] gh/jamesjwu/179/head -> origin/gh/jamesjwu/179/head 2025-07-24T05:34:27.6537050Z * [new branch] gh/jamesjwu/179/orig -> origin/gh/jamesjwu/179/orig 2025-07-24T05:34:27.6537546Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-07-24T05:34:27.6538032Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-07-24T05:34:27.6538525Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-07-24T05:34:27.6538997Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-07-24T05:34:27.6539488Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-07-24T05:34:27.6539976Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-07-24T05:34:27.6540526Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-07-24T05:34:27.6541020Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-07-24T05:34:27.6541487Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-07-24T05:34:27.6541986Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-07-24T05:34:27.6542463Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-07-24T05:34:27.6542944Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-07-24T05:34:27.6543430Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-07-24T05:34:27.6543896Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-07-24T05:34:27.6544386Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-07-24T05:34:27.6544857Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-07-24T05:34:27.6545340Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-07-24T05:34:27.6545854Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-07-24T05:34:27.6546362Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-07-24T05:34:27.6546840Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-07-24T05:34:27.6547308Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-07-24T05:34:27.6547790Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-07-24T05:34:27.6548273Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-07-24T05:34:27.6548746Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-07-24T05:34:27.6549386Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-07-24T05:34:27.6549862Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-07-24T05:34:27.6550345Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-07-24T05:34:27.6550832Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-07-24T05:34:27.6551309Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-07-24T05:34:27.6551847Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-07-24T05:34:27.6552366Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-07-24T05:34:27.6552951Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-07-24T05:34:27.6553435Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-07-24T05:34:27.6553918Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-07-24T05:34:27.6554407Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-07-24T05:34:27.6554886Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-07-24T05:34:27.6555370Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-07-24T05:34:27.6555847Z * [new branch] gh/janeyx99/256/base -> origin/gh/janeyx99/256/base 2025-07-24T05:34:27.6995404Z * [new branch] gh/janeyx99/256/head -> origin/gh/janeyx99/256/head 2025-07-24T05:34:27.6995970Z * [new branch] gh/janeyx99/256/orig -> origin/gh/janeyx99/256/orig 2025-07-24T05:34:27.6996481Z * [new branch] gh/janeyx99/267/base -> origin/gh/janeyx99/267/base 2025-07-24T05:34:27.6996978Z * [new branch] gh/janeyx99/267/head -> origin/gh/janeyx99/267/head 2025-07-24T05:34:27.6997478Z * [new branch] gh/janeyx99/267/orig -> origin/gh/janeyx99/267/orig 2025-07-24T05:34:27.6997957Z * [new branch] gh/janeyx99/268/base -> origin/gh/janeyx99/268/base 2025-07-24T05:34:27.6998446Z * [new branch] gh/janeyx99/268/head -> origin/gh/janeyx99/268/head 2025-07-24T05:34:27.6998925Z * [new branch] gh/janeyx99/268/orig -> origin/gh/janeyx99/268/orig 2025-07-24T05:34:27.6999425Z * [new branch] gh/janeyx99/269/base -> origin/gh/janeyx99/269/base 2025-07-24T05:34:27.6999909Z * [new branch] gh/janeyx99/269/head -> origin/gh/janeyx99/269/head 2025-07-24T05:34:27.7000391Z * [new branch] gh/janeyx99/269/orig -> origin/gh/janeyx99/269/orig 2025-07-24T05:34:27.7000880Z * [new branch] gh/janeyx99/271/base -> origin/gh/janeyx99/271/base 2025-07-24T05:34:27.7001358Z * [new branch] gh/janeyx99/271/head -> origin/gh/janeyx99/271/head 2025-07-24T05:34:27.7001845Z * [new branch] gh/janeyx99/271/orig -> origin/gh/janeyx99/271/orig 2025-07-24T05:34:27.7002319Z * [new branch] gh/janeyx99/272/base -> origin/gh/janeyx99/272/base 2025-07-24T05:34:27.7002807Z * [new branch] gh/janeyx99/272/head -> origin/gh/janeyx99/272/head 2025-07-24T05:34:27.7003290Z * [new branch] gh/janeyx99/272/orig -> origin/gh/janeyx99/272/orig 2025-07-24T05:34:27.7003764Z * [new branch] gh/janeyx99/273/base -> origin/gh/janeyx99/273/base 2025-07-24T05:34:27.7004251Z * [new branch] gh/janeyx99/273/head -> origin/gh/janeyx99/273/head 2025-07-24T05:34:27.7004734Z * [new branch] gh/janeyx99/273/orig -> origin/gh/janeyx99/273/orig 2025-07-24T05:34:27.7005408Z * [new branch] gh/janeyx99/274/base -> origin/gh/janeyx99/274/base 2025-07-24T05:34:27.7006055Z * [new branch] gh/janeyx99/274/head -> origin/gh/janeyx99/274/head 2025-07-24T05:34:27.7006540Z * [new branch] gh/janeyx99/274/orig -> origin/gh/janeyx99/274/orig 2025-07-24T05:34:27.7007026Z * [new branch] gh/janeyx99/275/base -> origin/gh/janeyx99/275/base 2025-07-24T05:34:27.7007501Z * [new branch] gh/janeyx99/275/head -> origin/gh/janeyx99/275/head 2025-07-24T05:34:27.7007995Z * [new branch] gh/janeyx99/275/orig -> origin/gh/janeyx99/275/orig 2025-07-24T05:34:27.7008487Z * [new branch] gh/janeyx99/276/base -> origin/gh/janeyx99/276/base 2025-07-24T05:34:27.7008968Z * [new branch] gh/janeyx99/276/head -> origin/gh/janeyx99/276/head 2025-07-24T05:34:27.7010356Z * [new branch] gh/janeyx99/276/orig -> origin/gh/janeyx99/276/orig 2025-07-24T05:34:27.7010884Z * [new branch] gh/janeyx99/277/base -> origin/gh/janeyx99/277/base 2025-07-24T05:34:27.7011380Z * [new branch] gh/janeyx99/277/head -> origin/gh/janeyx99/277/head 2025-07-24T05:34:27.7011913Z * [new branch] gh/janeyx99/277/orig -> origin/gh/janeyx99/277/orig 2025-07-24T05:34:27.7012398Z * [new branch] gh/janeyx99/278/base -> origin/gh/janeyx99/278/base 2025-07-24T05:34:27.7012882Z * [new branch] gh/janeyx99/278/head -> origin/gh/janeyx99/278/head 2025-07-24T05:34:27.7013366Z * [new branch] gh/janeyx99/278/orig -> origin/gh/janeyx99/278/orig 2025-07-24T05:34:27.7013860Z * [new branch] gh/janeyx99/279/base -> origin/gh/janeyx99/279/base 2025-07-24T05:34:27.7014348Z * [new branch] gh/janeyx99/279/head -> origin/gh/janeyx99/279/head 2025-07-24T05:34:27.7014831Z * [new branch] gh/janeyx99/279/orig -> origin/gh/janeyx99/279/orig 2025-07-24T05:34:27.7015327Z * [new branch] gh/janeyx99/280/base -> origin/gh/janeyx99/280/base 2025-07-24T05:34:27.7015801Z * [new branch] gh/janeyx99/280/head -> origin/gh/janeyx99/280/head 2025-07-24T05:34:27.7016287Z * [new branch] gh/janeyx99/280/orig -> origin/gh/janeyx99/280/orig 2025-07-24T05:34:27.7016767Z * [new branch] gh/janeyx99/281/base -> origin/gh/janeyx99/281/base 2025-07-24T05:34:27.7017250Z * [new branch] gh/janeyx99/281/head -> origin/gh/janeyx99/281/head 2025-07-24T05:34:27.7017741Z * [new branch] gh/janeyx99/281/orig -> origin/gh/janeyx99/281/orig 2025-07-24T05:34:27.7018219Z * [new branch] gh/janeyx99/282/base -> origin/gh/janeyx99/282/base 2025-07-24T05:34:27.7018709Z * [new branch] gh/janeyx99/282/head -> origin/gh/janeyx99/282/head 2025-07-24T05:34:27.7019199Z * [new branch] gh/janeyx99/282/orig -> origin/gh/janeyx99/282/orig 2025-07-24T05:34:27.7468025Z * [new branch] gh/janeyx99/283/base -> origin/gh/janeyx99/283/base 2025-07-24T05:34:27.7468566Z * [new branch] gh/janeyx99/283/head -> origin/gh/janeyx99/283/head 2025-07-24T05:34:27.7469076Z * [new branch] gh/janeyx99/283/orig -> origin/gh/janeyx99/283/orig 2025-07-24T05:34:27.7469563Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-07-24T05:34:27.7470044Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-07-24T05:34:27.7470521Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-07-24T05:34:27.7471015Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-07-24T05:34:27.7471515Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-07-24T05:34:27.7472164Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-07-24T05:34:27.7472645Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-07-24T05:34:27.7473129Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-07-24T05:34:27.7473593Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-07-24T05:34:27.7474070Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-07-24T05:34:27.7474531Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-07-24T05:34:27.7475001Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-07-24T05:34:27.7475476Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-07-24T05:34:27.7476059Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-07-24T05:34:27.7476543Z * [new branch] gh/jansel/519/base -> origin/gh/jansel/519/base 2025-07-24T05:34:27.7477004Z * [new branch] gh/jansel/519/head -> origin/gh/jansel/519/head 2025-07-24T05:34:27.7477482Z * [new branch] gh/jansel/519/orig -> origin/gh/jansel/519/orig 2025-07-24T05:34:27.7477958Z * [new branch] gh/jansel/520/base -> origin/gh/jansel/520/base 2025-07-24T05:34:27.7478423Z * [new branch] gh/jansel/520/head -> origin/gh/jansel/520/head 2025-07-24T05:34:27.7479000Z * [new branch] gh/jansel/520/orig -> origin/gh/jansel/520/orig 2025-07-24T05:34:27.7479473Z * [new branch] gh/jansel/521/base -> origin/gh/jansel/521/base 2025-07-24T05:34:27.7479945Z * [new branch] gh/jansel/521/head -> origin/gh/jansel/521/head 2025-07-24T05:34:27.7480412Z * [new branch] gh/jansel/521/orig -> origin/gh/jansel/521/orig 2025-07-24T05:34:27.7480889Z * [new branch] gh/jansel/522/base -> origin/gh/jansel/522/base 2025-07-24T05:34:27.7481359Z * [new branch] gh/jansel/522/head -> origin/gh/jansel/522/head 2025-07-24T05:34:27.7481823Z * [new branch] gh/jansel/522/orig -> origin/gh/jansel/522/orig 2025-07-24T05:34:27.7482292Z * [new branch] gh/jansel/523/base -> origin/gh/jansel/523/base 2025-07-24T05:34:27.7482764Z * [new branch] gh/jansel/523/head -> origin/gh/jansel/523/head 2025-07-24T05:34:27.7483238Z * [new branch] gh/jansel/523/orig -> origin/gh/jansel/523/orig 2025-07-24T05:34:27.7483712Z * [new branch] gh/jansel/524/base -> origin/gh/jansel/524/base 2025-07-24T05:34:27.7484177Z * [new branch] gh/jansel/524/head -> origin/gh/jansel/524/head 2025-07-24T05:34:27.7484646Z * [new branch] gh/jansel/524/orig -> origin/gh/jansel/524/orig 2025-07-24T05:34:27.7485115Z * [new branch] gh/jansel/525/base -> origin/gh/jansel/525/base 2025-07-24T05:34:27.7485583Z * [new branch] gh/jansel/525/head -> origin/gh/jansel/525/head 2025-07-24T05:34:27.7486063Z * [new branch] gh/jansel/525/orig -> origin/gh/jansel/525/orig 2025-07-24T05:34:27.7486523Z * [new branch] gh/jansel/526/base -> origin/gh/jansel/526/base 2025-07-24T05:34:27.7487005Z * [new branch] gh/jansel/526/head -> origin/gh/jansel/526/head 2025-07-24T05:34:27.7487465Z * [new branch] gh/jansel/526/orig -> origin/gh/jansel/526/orig 2025-07-24T05:34:27.7487935Z * [new branch] gh/jansel/527/base -> origin/gh/jansel/527/base 2025-07-24T05:34:27.7488399Z * [new branch] gh/jansel/527/head -> origin/gh/jansel/527/head 2025-07-24T05:34:27.7488990Z * [new branch] gh/jansel/527/orig -> origin/gh/jansel/527/orig 2025-07-24T05:34:27.7489464Z * [new branch] gh/jansel/528/base -> origin/gh/jansel/528/base 2025-07-24T05:34:27.7489929Z * [new branch] gh/jansel/528/head -> origin/gh/jansel/528/head 2025-07-24T05:34:27.7490400Z * [new branch] gh/jansel/528/orig -> origin/gh/jansel/528/orig 2025-07-24T05:34:27.7916067Z * [new branch] gh/jansel/529/base -> origin/gh/jansel/529/base 2025-07-24T05:34:27.7916598Z * [new branch] gh/jansel/529/head -> origin/gh/jansel/529/head 2025-07-24T05:34:27.7917090Z * [new branch] gh/jansel/529/orig -> origin/gh/jansel/529/orig 2025-07-24T05:34:27.7917563Z * [new branch] gh/jansel/530/base -> origin/gh/jansel/530/base 2025-07-24T05:34:27.7918242Z * [new branch] gh/jansel/530/head -> origin/gh/jansel/530/head 2025-07-24T05:34:27.7918741Z * [new branch] gh/jansel/530/orig -> origin/gh/jansel/530/orig 2025-07-24T05:34:27.7919231Z * [new branch] gh/jansel/531/base -> origin/gh/jansel/531/base 2025-07-24T05:34:27.7919710Z * [new branch] gh/jansel/531/head -> origin/gh/jansel/531/head 2025-07-24T05:34:27.7920181Z * [new branch] gh/jansel/531/orig -> origin/gh/jansel/531/orig 2025-07-24T05:34:27.7920647Z * [new branch] gh/jansel/532/base -> origin/gh/jansel/532/base 2025-07-24T05:34:27.7921142Z * [new branch] gh/jansel/532/head -> origin/gh/jansel/532/head 2025-07-24T05:34:27.7921606Z * [new branch] gh/jansel/532/orig -> origin/gh/jansel/532/orig 2025-07-24T05:34:27.7922081Z * [new branch] gh/jansel/533/base -> origin/gh/jansel/533/base 2025-07-24T05:34:27.7922551Z * [new branch] gh/jansel/533/head -> origin/gh/jansel/533/head 2025-07-24T05:34:27.7923028Z * [new branch] gh/jansel/533/orig -> origin/gh/jansel/533/orig 2025-07-24T05:34:27.7923533Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-07-24T05:34:27.7924078Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-07-24T05:34:27.7924603Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-07-24T05:34:27.7925124Z * [new branch] gh/jbschlosser/239/base -> origin/gh/jbschlosser/239/base 2025-07-24T05:34:27.7925645Z * [new branch] gh/jbschlosser/239/head -> origin/gh/jbschlosser/239/head 2025-07-24T05:34:27.7926167Z * [new branch] gh/jbschlosser/239/orig -> origin/gh/jbschlosser/239/orig 2025-07-24T05:34:27.7926695Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-07-24T05:34:27.7927211Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-07-24T05:34:27.7927738Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-07-24T05:34:27.7928265Z * [new branch] gh/jbschlosser/248/base -> origin/gh/jbschlosser/248/base 2025-07-24T05:34:27.7928777Z * [new branch] gh/jbschlosser/248/head -> origin/gh/jbschlosser/248/head 2025-07-24T05:34:27.7929302Z * [new branch] gh/jbschlosser/248/orig -> origin/gh/jbschlosser/248/orig 2025-07-24T05:34:27.7929823Z * [new branch] gh/jbschlosser/249/base -> origin/gh/jbschlosser/249/base 2025-07-24T05:34:27.7930358Z * [new branch] gh/jbschlosser/249/head -> origin/gh/jbschlosser/249/head 2025-07-24T05:34:27.7930892Z * [new branch] gh/jbschlosser/249/orig -> origin/gh/jbschlosser/249/orig 2025-07-24T05:34:27.7931407Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-07-24T05:34:27.7932120Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-07-24T05:34:27.7932609Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-07-24T05:34:27.7933114Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-07-24T05:34:27.7933615Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-07-24T05:34:27.7934100Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-07-24T05:34:27.7934596Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-07-24T05:34:27.7935083Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-07-24T05:34:27.7935575Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-07-24T05:34:27.7936168Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-07-24T05:34:27.7936661Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-07-24T05:34:27.7937165Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-07-24T05:34:27.7937654Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-07-24T05:34:27.7938153Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-07-24T05:34:27.7938641Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-07-24T05:34:27.7939150Z * [new branch] gh/jiayisunx/63/base -> origin/gh/jiayisunx/63/base 2025-07-24T05:34:27.7939645Z * [new branch] gh/jiayisunx/63/head -> origin/gh/jiayisunx/63/head 2025-07-24T05:34:27.8418280Z * [new branch] gh/jiayisunx/63/orig -> origin/gh/jiayisunx/63/orig 2025-07-24T05:34:27.8418858Z * [new branch] gh/jiayisunx/64/base -> origin/gh/jiayisunx/64/base 2025-07-24T05:34:27.8419403Z * [new branch] gh/jiayisunx/64/head -> origin/gh/jiayisunx/64/head 2025-07-24T05:34:27.8419912Z * [new branch] gh/jiayisunx/64/orig -> origin/gh/jiayisunx/64/orig 2025-07-24T05:34:27.8420399Z * [new branch] gh/jiayisunx/65/base -> origin/gh/jiayisunx/65/base 2025-07-24T05:34:27.8420889Z * [new branch] gh/jiayisunx/65/head -> origin/gh/jiayisunx/65/head 2025-07-24T05:34:27.8421376Z * [new branch] gh/jiayisunx/65/orig -> origin/gh/jiayisunx/65/orig 2025-07-24T05:34:27.8421864Z * [new branch] gh/jiayisunx/66/base -> origin/gh/jiayisunx/66/base 2025-07-24T05:34:27.8422348Z * [new branch] gh/jiayisunx/66/head -> origin/gh/jiayisunx/66/head 2025-07-24T05:34:27.8422841Z * [new branch] gh/jiayisunx/66/orig -> origin/gh/jiayisunx/66/orig 2025-07-24T05:34:27.8423343Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-07-24T05:34:27.8423850Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-07-24T05:34:27.8424365Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-07-24T05:34:27.8424955Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-07-24T05:34:27.8425518Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-07-24T05:34:27.8426116Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-07-24T05:34:27.8426673Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-07-24T05:34:27.8427256Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-07-24T05:34:27.8427816Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-07-24T05:34:27.8428588Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-07-24T05:34:27.8429164Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-07-24T05:34:27.8429717Z * [new branch] gh/kurtamohler/33/base -> origin/gh/kurtamohler/33/base 2025-07-24T05:34:27.8430272Z * [new branch] gh/kurtamohler/33/head -> origin/gh/kurtamohler/33/head 2025-07-24T05:34:27.8430848Z * [new branch] gh/kurtamohler/33/orig -> origin/gh/kurtamohler/33/orig 2025-07-24T05:34:27.8431413Z * [new branch] gh/kurtamohler/34/base -> origin/gh/kurtamohler/34/base 2025-07-24T05:34:27.8431979Z * [new branch] gh/kurtamohler/34/head -> origin/gh/kurtamohler/34/head 2025-07-24T05:34:27.8432674Z * [new branch] gh/kurtamohler/34/orig -> origin/gh/kurtamohler/34/orig 2025-07-24T05:34:27.8433226Z * [new branch] gh/kurtamohler/37/base -> origin/gh/kurtamohler/37/base 2025-07-24T05:34:27.8433822Z * [new branch] gh/kurtamohler/37/head -> origin/gh/kurtamohler/37/head 2025-07-24T05:34:27.8434382Z * [new branch] gh/kurtamohler/37/orig -> origin/gh/kurtamohler/37/orig 2025-07-24T05:34:27.8434957Z * [new branch] gh/kurtamohler/38/base -> origin/gh/kurtamohler/38/base 2025-07-24T05:34:27.8435508Z * [new branch] gh/kurtamohler/38/head -> origin/gh/kurtamohler/38/head 2025-07-24T05:34:27.8436089Z * [new branch] gh/kurtamohler/38/orig -> origin/gh/kurtamohler/38/orig 2025-07-24T05:34:27.8436639Z * [new branch] gh/kurtamohler/39/base -> origin/gh/kurtamohler/39/base 2025-07-24T05:34:27.8437197Z * [new branch] gh/kurtamohler/39/head -> origin/gh/kurtamohler/39/head 2025-07-24T05:34:27.8437788Z * [new branch] gh/kurtamohler/39/orig -> origin/gh/kurtamohler/39/orig 2025-07-24T05:34:27.8438352Z * [new branch] gh/kurtamohler/40/base -> origin/gh/kurtamohler/40/base 2025-07-24T05:34:27.8438927Z * [new branch] gh/kurtamohler/40/head -> origin/gh/kurtamohler/40/head 2025-07-24T05:34:27.8439478Z * [new branch] gh/kurtamohler/40/orig -> origin/gh/kurtamohler/40/orig 2025-07-24T05:34:27.8440065Z * [new branch] gh/kurtamohler/41/base -> origin/gh/kurtamohler/41/base 2025-07-24T05:34:27.8440611Z * [new branch] gh/kurtamohler/41/head -> origin/gh/kurtamohler/41/head 2025-07-24T05:34:27.8441166Z * [new branch] gh/kurtamohler/41/orig -> origin/gh/kurtamohler/41/orig 2025-07-24T05:34:27.8441670Z * [new branch] gh/kurtamohler/42/base -> origin/gh/kurtamohler/42/base 2025-07-24T05:34:27.8442182Z * [new branch] gh/kurtamohler/42/head -> origin/gh/kurtamohler/42/head 2025-07-24T05:34:27.8442692Z * [new branch] gh/kurtamohler/42/orig -> origin/gh/kurtamohler/42/orig 2025-07-24T05:34:27.8890044Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-07-24T05:34:27.8890595Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-07-24T05:34:27.8891081Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-07-24T05:34:27.8891572Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-07-24T05:34:27.8892098Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-07-24T05:34:27.8892580Z * [new branch] gh/kwen2501/142/base -> origin/gh/kwen2501/142/base 2025-07-24T05:34:27.8893063Z * [new branch] gh/kwen2501/142/head -> origin/gh/kwen2501/142/head 2025-07-24T05:34:27.8893552Z * [new branch] gh/kwen2501/142/orig -> origin/gh/kwen2501/142/orig 2025-07-24T05:34:27.8894261Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-07-24T05:34:27.8894755Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-07-24T05:34:27.8895227Z * [new branch] gh/kwen2501/156/base -> origin/gh/kwen2501/156/base 2025-07-24T05:34:27.8895710Z * [new branch] gh/kwen2501/156/head -> origin/gh/kwen2501/156/head 2025-07-24T05:34:27.8896179Z * [new branch] gh/kwen2501/156/orig -> origin/gh/kwen2501/156/orig 2025-07-24T05:34:27.8896657Z * [new branch] gh/kwen2501/162/base -> origin/gh/kwen2501/162/base 2025-07-24T05:34:27.8897134Z * [new branch] gh/kwen2501/162/head -> origin/gh/kwen2501/162/head 2025-07-24T05:34:27.8897736Z * [new branch] gh/kwen2501/162/orig -> origin/gh/kwen2501/162/orig 2025-07-24T05:34:27.8898223Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-07-24T05:34:27.8898707Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-07-24T05:34:27.8899189Z * [new branch] gh/kwen2501/178/base -> origin/gh/kwen2501/178/base 2025-07-24T05:34:27.8899670Z * [new branch] gh/kwen2501/178/head -> origin/gh/kwen2501/178/head 2025-07-24T05:34:27.8900156Z * [new branch] gh/kwen2501/178/orig -> origin/gh/kwen2501/178/orig 2025-07-24T05:34:27.8900637Z * [new branch] gh/kwen2501/179/base -> origin/gh/kwen2501/179/base 2025-07-24T05:34:27.8901109Z * [new branch] gh/kwen2501/179/head -> origin/gh/kwen2501/179/head 2025-07-24T05:34:27.8901583Z * [new branch] gh/kwen2501/179/orig -> origin/gh/kwen2501/179/orig 2025-07-24T05:34:27.8902061Z * [new branch] gh/kwen2501/180/base -> origin/gh/kwen2501/180/base 2025-07-24T05:34:27.8902546Z * [new branch] gh/kwen2501/180/head -> origin/gh/kwen2501/180/head 2025-07-24T05:34:27.8903023Z * [new branch] gh/kwen2501/180/orig -> origin/gh/kwen2501/180/orig 2025-07-24T05:34:27.8903489Z * [new branch] gh/kwen2501/181/base -> origin/gh/kwen2501/181/base 2025-07-24T05:34:27.8903971Z * [new branch] gh/kwen2501/181/head -> origin/gh/kwen2501/181/head 2025-07-24T05:34:27.8904438Z * [new branch] gh/kwen2501/181/orig -> origin/gh/kwen2501/181/orig 2025-07-24T05:34:27.8904912Z * [new branch] gh/kwen2501/182/base -> origin/gh/kwen2501/182/base 2025-07-24T05:34:27.8905387Z * [new branch] gh/kwen2501/182/head -> origin/gh/kwen2501/182/head 2025-07-24T05:34:27.8905861Z * [new branch] gh/kwen2501/182/orig -> origin/gh/kwen2501/182/orig 2025-07-24T05:34:27.8906339Z * [new branch] gh/kwen2501/183/base -> origin/gh/kwen2501/183/base 2025-07-24T05:34:27.8906816Z * [new branch] gh/kwen2501/183/head -> origin/gh/kwen2501/183/head 2025-07-24T05:34:27.8907293Z * [new branch] gh/kwen2501/183/orig -> origin/gh/kwen2501/183/orig 2025-07-24T05:34:27.8907778Z * [new branch] gh/kwen2501/184/base -> origin/gh/kwen2501/184/base 2025-07-24T05:34:27.8908243Z * [new branch] gh/kwen2501/184/head -> origin/gh/kwen2501/184/head 2025-07-24T05:34:27.8908725Z * [new branch] gh/kwen2501/184/orig -> origin/gh/kwen2501/184/orig 2025-07-24T05:34:27.8909189Z * [new branch] gh/kwen2501/185/base -> origin/gh/kwen2501/185/base 2025-07-24T05:34:27.8909675Z * [new branch] gh/kwen2501/185/head -> origin/gh/kwen2501/185/head 2025-07-24T05:34:27.8910147Z * [new branch] gh/kwen2501/185/orig -> origin/gh/kwen2501/185/orig 2025-07-24T05:34:27.8910624Z * [new branch] gh/kwen2501/186/base -> origin/gh/kwen2501/186/base 2025-07-24T05:34:27.8911218Z * [new branch] gh/kwen2501/186/head -> origin/gh/kwen2501/186/head 2025-07-24T05:34:27.8911685Z * [new branch] gh/kwen2501/186/orig -> origin/gh/kwen2501/186/orig 2025-07-24T05:34:27.8912168Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-07-24T05:34:27.8912638Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-07-24T05:34:27.9327072Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-07-24T05:34:27.9329075Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-07-24T05:34:27.9329583Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-07-24T05:34:27.9330282Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-07-24T05:34:27.9330795Z * [new branch] gh/kwen2501/189/base -> origin/gh/kwen2501/189/base 2025-07-24T05:34:27.9331273Z * [new branch] gh/kwen2501/189/head -> origin/gh/kwen2501/189/head 2025-07-24T05:34:27.9331837Z * [new branch] gh/kwen2501/189/orig -> origin/gh/kwen2501/189/orig 2025-07-24T05:34:27.9332312Z * [new branch] gh/kwen2501/190/base -> origin/gh/kwen2501/190/base 2025-07-24T05:34:27.9332796Z * [new branch] gh/kwen2501/190/head -> origin/gh/kwen2501/190/head 2025-07-24T05:34:27.9333287Z * [new branch] gh/kwen2501/190/orig -> origin/gh/kwen2501/190/orig 2025-07-24T05:34:27.9333757Z * [new branch] gh/kwen2501/191/base -> origin/gh/kwen2501/191/base 2025-07-24T05:34:27.9334249Z * [new branch] gh/kwen2501/191/head -> origin/gh/kwen2501/191/head 2025-07-24T05:34:27.9334729Z * [new branch] gh/kwen2501/191/orig -> origin/gh/kwen2501/191/orig 2025-07-24T05:34:27.9335213Z * [new branch] gh/kwen2501/192/base -> origin/gh/kwen2501/192/base 2025-07-24T05:34:27.9335681Z * [new branch] gh/kwen2501/192/head -> origin/gh/kwen2501/192/head 2025-07-24T05:34:27.9336156Z * [new branch] gh/kwen2501/192/orig -> origin/gh/kwen2501/192/orig 2025-07-24T05:34:27.9336637Z * [new branch] gh/kwen2501/193/base -> origin/gh/kwen2501/193/base 2025-07-24T05:34:27.9337104Z * [new branch] gh/kwen2501/193/head -> origin/gh/kwen2501/193/head 2025-07-24T05:34:27.9337584Z * [new branch] gh/kwen2501/193/orig -> origin/gh/kwen2501/193/orig 2025-07-24T05:34:27.9338050Z * [new branch] gh/kwen2501/194/base -> origin/gh/kwen2501/194/base 2025-07-24T05:34:27.9338533Z * [new branch] gh/kwen2501/194/head -> origin/gh/kwen2501/194/head 2025-07-24T05:34:27.9340487Z * [new branch] gh/kwen2501/194/orig -> origin/gh/kwen2501/194/orig 2025-07-24T05:34:27.9340975Z * [new branch] gh/kwen2501/195/base -> origin/gh/kwen2501/195/base 2025-07-24T05:34:27.9341456Z * [new branch] gh/kwen2501/195/head -> origin/gh/kwen2501/195/head 2025-07-24T05:34:27.9341927Z * [new branch] gh/kwen2501/195/orig -> origin/gh/kwen2501/195/orig 2025-07-24T05:34:27.9342401Z * [new branch] gh/kwen2501/196/base -> origin/gh/kwen2501/196/base 2025-07-24T05:34:27.9342879Z * [new branch] gh/kwen2501/196/head -> origin/gh/kwen2501/196/head 2025-07-24T05:34:27.9343344Z * [new branch] gh/kwen2501/196/orig -> origin/gh/kwen2501/196/orig 2025-07-24T05:34:27.9343830Z * [new branch] gh/kwen2501/197/base -> origin/gh/kwen2501/197/base 2025-07-24T05:34:27.9344307Z * [new branch] gh/kwen2501/197/head -> origin/gh/kwen2501/197/head 2025-07-24T05:34:27.9344948Z * [new branch] gh/kwen2501/197/orig -> origin/gh/kwen2501/197/orig 2025-07-24T05:34:27.9345451Z * [new branch] gh/laithsakka/117/base -> origin/gh/laithsakka/117/base 2025-07-24T05:34:27.9345965Z * [new branch] gh/laithsakka/117/head -> origin/gh/laithsakka/117/head 2025-07-24T05:34:27.9346484Z * [new branch] gh/laithsakka/117/orig -> origin/gh/laithsakka/117/orig 2025-07-24T05:34:27.9346987Z * [new branch] gh/laithsakka/120/base -> origin/gh/laithsakka/120/base 2025-07-24T05:34:27.9347496Z * [new branch] gh/laithsakka/120/head -> origin/gh/laithsakka/120/head 2025-07-24T05:34:27.9347995Z * [new branch] gh/laithsakka/120/orig -> origin/gh/laithsakka/120/orig 2025-07-24T05:34:27.9348503Z * [new branch] gh/laithsakka/141/base -> origin/gh/laithsakka/141/base 2025-07-24T05:34:27.9349103Z * [new branch] gh/laithsakka/141/head -> origin/gh/laithsakka/141/head 2025-07-24T05:34:27.9349620Z * [new branch] gh/laithsakka/141/orig -> origin/gh/laithsakka/141/orig 2025-07-24T05:34:27.9350142Z * [new branch] gh/laithsakka/152/base -> origin/gh/laithsakka/152/base 2025-07-24T05:34:27.9350654Z * [new branch] gh/laithsakka/152/head -> origin/gh/laithsakka/152/head 2025-07-24T05:34:27.9351170Z * [new branch] gh/laithsakka/152/orig -> origin/gh/laithsakka/152/orig 2025-07-24T05:34:27.9351699Z * [new branch] gh/laithsakka/156/base -> origin/gh/laithsakka/156/base 2025-07-24T05:34:27.9352204Z * [new branch] gh/laithsakka/156/head -> origin/gh/laithsakka/156/head 2025-07-24T05:34:27.9352711Z * [new branch] gh/laithsakka/156/orig -> origin/gh/laithsakka/156/orig 2025-07-24T05:34:27.9782342Z * [new branch] gh/laithsakka/159/base -> origin/gh/laithsakka/159/base 2025-07-24T05:34:27.9782969Z * [new branch] gh/laithsakka/159/head -> origin/gh/laithsakka/159/head 2025-07-24T05:34:27.9783567Z * [new branch] gh/laithsakka/159/orig -> origin/gh/laithsakka/159/orig 2025-07-24T05:34:27.9784134Z * [new branch] gh/laithsakka/160/base -> origin/gh/laithsakka/160/base 2025-07-24T05:34:27.9784722Z * [new branch] gh/laithsakka/160/head -> origin/gh/laithsakka/160/head 2025-07-24T05:34:27.9785267Z * [new branch] gh/laithsakka/160/orig -> origin/gh/laithsakka/160/orig 2025-07-24T05:34:27.9785844Z * [new branch] gh/laithsakka/178/base -> origin/gh/laithsakka/178/base 2025-07-24T05:34:27.9786395Z * [new branch] gh/laithsakka/178/head -> origin/gh/laithsakka/178/head 2025-07-24T05:34:27.9786969Z * [new branch] gh/laithsakka/178/orig -> origin/gh/laithsakka/178/orig 2025-07-24T05:34:27.9787524Z * [new branch] gh/laithsakka/191/base -> origin/gh/laithsakka/191/base 2025-07-24T05:34:27.9788109Z * [new branch] gh/laithsakka/191/head -> origin/gh/laithsakka/191/head 2025-07-24T05:34:27.9788651Z * [new branch] gh/laithsakka/191/orig -> origin/gh/laithsakka/191/orig 2025-07-24T05:34:27.9789205Z * [new branch] gh/laithsakka/206/base -> origin/gh/laithsakka/206/base 2025-07-24T05:34:27.9789789Z * [new branch] gh/laithsakka/206/head -> origin/gh/laithsakka/206/head 2025-07-24T05:34:27.9790337Z * [new branch] gh/laithsakka/206/orig -> origin/gh/laithsakka/206/orig 2025-07-24T05:34:27.9790923Z * [new branch] gh/laithsakka/219/base -> origin/gh/laithsakka/219/base 2025-07-24T05:34:27.9791463Z * [new branch] gh/laithsakka/219/head -> origin/gh/laithsakka/219/head 2025-07-24T05:34:27.9792050Z * [new branch] gh/laithsakka/219/orig -> origin/gh/laithsakka/219/orig 2025-07-24T05:34:27.9792592Z * [new branch] gh/laithsakka/222/base -> origin/gh/laithsakka/222/base 2025-07-24T05:34:27.9793369Z * [new branch] gh/laithsakka/222/head -> origin/gh/laithsakka/222/head 2025-07-24T05:34:27.9793948Z * [new branch] gh/laithsakka/222/orig -> origin/gh/laithsakka/222/orig 2025-07-24T05:34:27.9794495Z * [new branch] gh/laithsakka/223/base -> origin/gh/laithsakka/223/base 2025-07-24T05:34:27.9795054Z * [new branch] gh/laithsakka/223/head -> origin/gh/laithsakka/223/head 2025-07-24T05:34:27.9795627Z * [new branch] gh/laithsakka/223/orig -> origin/gh/laithsakka/223/orig 2025-07-24T05:34:27.9796174Z * [new branch] gh/laithsakka/227/base -> origin/gh/laithsakka/227/base 2025-07-24T05:34:27.9796752Z * [new branch] gh/laithsakka/227/head -> origin/gh/laithsakka/227/head 2025-07-24T05:34:27.9797471Z * [new branch] gh/laithsakka/227/orig -> origin/gh/laithsakka/227/orig 2025-07-24T05:34:27.9798027Z * [new branch] gh/laithsakka/228/base -> origin/gh/laithsakka/228/base 2025-07-24T05:34:27.9798599Z * [new branch] gh/laithsakka/228/head -> origin/gh/laithsakka/228/head 2025-07-24T05:34:27.9799114Z * [new branch] gh/laithsakka/228/orig -> origin/gh/laithsakka/228/orig 2025-07-24T05:34:27.9799619Z * [new branch] gh/laithsakka/229/base -> origin/gh/laithsakka/229/base 2025-07-24T05:34:27.9800127Z * [new branch] gh/laithsakka/229/head -> origin/gh/laithsakka/229/head 2025-07-24T05:34:27.9800640Z * [new branch] gh/laithsakka/229/orig -> origin/gh/laithsakka/229/orig 2025-07-24T05:34:27.9801141Z * [new branch] gh/laithsakka/230/base -> origin/gh/laithsakka/230/base 2025-07-24T05:34:27.9801650Z * [new branch] gh/laithsakka/230/head -> origin/gh/laithsakka/230/head 2025-07-24T05:34:27.9802148Z * [new branch] gh/laithsakka/230/orig -> origin/gh/laithsakka/230/orig 2025-07-24T05:34:27.9802661Z * [new branch] gh/laithsakka/231/base -> origin/gh/laithsakka/231/base 2025-07-24T05:34:27.9803175Z * [new branch] gh/laithsakka/231/head -> origin/gh/laithsakka/231/head 2025-07-24T05:34:27.9803678Z * [new branch] gh/laithsakka/231/orig -> origin/gh/laithsakka/231/orig 2025-07-24T05:34:27.9804222Z * [new branch] gh/laithsakka/232/base -> origin/gh/laithsakka/232/base 2025-07-24T05:34:27.9804763Z * [new branch] gh/laithsakka/232/head -> origin/gh/laithsakka/232/head 2025-07-24T05:34:27.9805309Z * [new branch] gh/laithsakka/232/orig -> origin/gh/laithsakka/232/orig 2025-07-24T05:34:27.9805822Z * [new branch] gh/laithsakka/233/base -> origin/gh/laithsakka/233/base 2025-07-24T05:34:27.9806324Z * [new branch] gh/laithsakka/233/head -> origin/gh/laithsakka/233/head 2025-07-24T05:34:27.9806842Z * [new branch] gh/laithsakka/233/orig -> origin/gh/laithsakka/233/orig 2025-07-24T05:34:27.9807343Z * [new branch] gh/laithsakka/234/base -> origin/gh/laithsakka/234/base 2025-07-24T05:34:28.0218701Z * [new branch] gh/laithsakka/234/head -> origin/gh/laithsakka/234/head 2025-07-24T05:34:28.0219295Z * [new branch] gh/laithsakka/234/orig -> origin/gh/laithsakka/234/orig 2025-07-24T05:34:28.0219814Z * [new branch] gh/laithsakka/235/base -> origin/gh/laithsakka/235/base 2025-07-24T05:34:28.0220329Z * [new branch] gh/laithsakka/235/head -> origin/gh/laithsakka/235/head 2025-07-24T05:34:28.0220911Z * [new branch] gh/laithsakka/235/orig -> origin/gh/laithsakka/235/orig 2025-07-24T05:34:28.0221468Z * [new branch] gh/laithsakka/236/base -> origin/gh/laithsakka/236/base 2025-07-24T05:34:28.0221977Z * [new branch] gh/laithsakka/236/head -> origin/gh/laithsakka/236/head 2025-07-24T05:34:28.0222658Z * [new branch] gh/laithsakka/236/orig -> origin/gh/laithsakka/236/orig 2025-07-24T05:34:28.0223177Z * [new branch] gh/laithsakka/237/base -> origin/gh/laithsakka/237/base 2025-07-24T05:34:28.0223683Z * [new branch] gh/laithsakka/237/head -> origin/gh/laithsakka/237/head 2025-07-24T05:34:28.0224189Z * [new branch] gh/laithsakka/237/orig -> origin/gh/laithsakka/237/orig 2025-07-24T05:34:28.0224705Z * [new branch] gh/laithsakka/238/base -> origin/gh/laithsakka/238/base 2025-07-24T05:34:28.0225212Z * [new branch] gh/laithsakka/238/head -> origin/gh/laithsakka/238/head 2025-07-24T05:34:28.0225723Z * [new branch] gh/laithsakka/238/orig -> origin/gh/laithsakka/238/orig 2025-07-24T05:34:28.0226409Z * [new branch] gh/laithsakka/239/base -> origin/gh/laithsakka/239/base 2025-07-24T05:34:28.0226976Z * [new branch] gh/laithsakka/239/head -> origin/gh/laithsakka/239/head 2025-07-24T05:34:28.0227480Z * [new branch] gh/laithsakka/239/orig -> origin/gh/laithsakka/239/orig 2025-07-24T05:34:28.0227996Z * [new branch] gh/laithsakka/240/base -> origin/gh/laithsakka/240/base 2025-07-24T05:34:28.0228519Z * [new branch] gh/laithsakka/240/head -> origin/gh/laithsakka/240/head 2025-07-24T05:34:28.0229026Z * [new branch] gh/laithsakka/240/orig -> origin/gh/laithsakka/240/orig 2025-07-24T05:34:28.0229542Z * [new branch] gh/laithsakka/241/base -> origin/gh/laithsakka/241/base 2025-07-24T05:34:28.0230043Z * [new branch] gh/laithsakka/241/head -> origin/gh/laithsakka/241/head 2025-07-24T05:34:28.0230555Z * [new branch] gh/laithsakka/241/orig -> origin/gh/laithsakka/241/orig 2025-07-24T05:34:28.0231066Z * [new branch] gh/laithsakka/242/base -> origin/gh/laithsakka/242/base 2025-07-24T05:34:28.0231588Z * [new branch] gh/laithsakka/242/head -> origin/gh/laithsakka/242/head 2025-07-24T05:34:28.0232133Z * [new branch] gh/laithsakka/242/orig -> origin/gh/laithsakka/242/orig 2025-07-24T05:34:28.0232680Z * [new branch] gh/laithsakka/243/base -> origin/gh/laithsakka/243/base 2025-07-24T05:34:28.0233202Z * [new branch] gh/laithsakka/243/head -> origin/gh/laithsakka/243/head 2025-07-24T05:34:28.0233711Z * [new branch] gh/laithsakka/243/orig -> origin/gh/laithsakka/243/orig 2025-07-24T05:34:28.0234215Z * [new branch] gh/laithsakka/244/base -> origin/gh/laithsakka/244/base 2025-07-24T05:34:28.0234720Z * [new branch] gh/laithsakka/244/head -> origin/gh/laithsakka/244/head 2025-07-24T05:34:28.0235225Z * [new branch] gh/laithsakka/244/orig -> origin/gh/laithsakka/244/orig 2025-07-24T05:34:28.0235731Z * [new branch] gh/laithsakka/245/base -> origin/gh/laithsakka/245/base 2025-07-24T05:34:28.0236245Z * [new branch] gh/laithsakka/245/head -> origin/gh/laithsakka/245/head 2025-07-24T05:34:28.0236748Z * [new branch] gh/laithsakka/245/orig -> origin/gh/laithsakka/245/orig 2025-07-24T05:34:28.0237247Z * [new branch] gh/laithsakka/246/base -> origin/gh/laithsakka/246/base 2025-07-24T05:34:28.0237795Z * [new branch] gh/laithsakka/246/head -> origin/gh/laithsakka/246/head 2025-07-24T05:34:28.0238303Z * [new branch] gh/laithsakka/246/orig -> origin/gh/laithsakka/246/orig 2025-07-24T05:34:28.0238864Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-07-24T05:34:28.0239366Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-07-24T05:34:28.0239871Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-07-24T05:34:28.0240488Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-07-24T05:34:28.0240995Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-07-24T05:34:28.0241508Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-07-24T05:34:28.0242004Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-07-24T05:34:28.0704313Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-07-24T05:34:28.0704920Z * [new branch] gh/leslie-fang-intel/190/base -> origin/gh/leslie-fang-intel/190/base 2025-07-24T05:34:28.0705539Z * [new branch] gh/leslie-fang-intel/190/head -> origin/gh/leslie-fang-intel/190/head 2025-07-24T05:34:28.0706341Z * [new branch] gh/leslie-fang-intel/190/orig -> origin/gh/leslie-fang-intel/190/orig 2025-07-24T05:34:28.0706947Z * [new branch] gh/leslie-fang-intel/199/base -> origin/gh/leslie-fang-intel/199/base 2025-07-24T05:34:28.0707604Z * [new branch] gh/leslie-fang-intel/199/head -> origin/gh/leslie-fang-intel/199/head 2025-07-24T05:34:28.0708234Z * [new branch] gh/leslie-fang-intel/199/orig -> origin/gh/leslie-fang-intel/199/orig 2025-07-24T05:34:28.0708823Z * [new branch] gh/leslie-fang-intel/207/base -> origin/gh/leslie-fang-intel/207/base 2025-07-24T05:34:28.0709431Z * [new branch] gh/leslie-fang-intel/207/head -> origin/gh/leslie-fang-intel/207/head 2025-07-24T05:34:28.0710020Z * [new branch] gh/leslie-fang-intel/207/orig -> origin/gh/leslie-fang-intel/207/orig 2025-07-24T05:34:28.0710619Z * [new branch] gh/leslie-fang-intel/208/base -> origin/gh/leslie-fang-intel/208/base 2025-07-24T05:34:28.0711236Z * [new branch] gh/leslie-fang-intel/208/head -> origin/gh/leslie-fang-intel/208/head 2025-07-24T05:34:28.0711824Z * [new branch] gh/leslie-fang-intel/208/orig -> origin/gh/leslie-fang-intel/208/orig 2025-07-24T05:34:28.0712351Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-07-24T05:34:28.0712779Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-07-24T05:34:28.0713247Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-07-24T05:34:28.0713700Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-07-24T05:34:28.0714130Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-07-24T05:34:28.0714552Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-07-24T05:34:28.0714965Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-07-24T05:34:28.0715393Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-07-24T05:34:28.0715818Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-07-24T05:34:28.0716241Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-07-24T05:34:28.0716668Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-07-24T05:34:28.0717080Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-07-24T05:34:28.0717529Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-07-24T05:34:28.0718006Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-07-24T05:34:28.0718478Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-07-24T05:34:28.0718980Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-07-24T05:34:28.0719504Z * [new branch] gh/malfet/259/base -> origin/gh/malfet/259/base 2025-07-24T05:34:28.0720103Z * [new branch] gh/malfet/259/head -> origin/gh/malfet/259/head 2025-07-24T05:34:28.0720579Z * [new branch] gh/malfet/259/orig -> origin/gh/malfet/259/orig 2025-07-24T05:34:28.0721054Z * [new branch] gh/malfet/330/base -> origin/gh/malfet/330/base 2025-07-24T05:34:28.0721525Z * [new branch] gh/malfet/330/head -> origin/gh/malfet/330/head 2025-07-24T05:34:28.0722002Z * [new branch] gh/malfet/330/orig -> origin/gh/malfet/330/orig 2025-07-24T05:34:28.0722478Z * [new branch] gh/malfet/394/base -> origin/gh/malfet/394/base 2025-07-24T05:34:28.0722939Z * [new branch] gh/malfet/394/head -> origin/gh/malfet/394/head 2025-07-24T05:34:28.0723409Z * [new branch] gh/malfet/394/orig -> origin/gh/malfet/394/orig 2025-07-24T05:34:28.0723963Z * [new branch] gh/malfet/396/base -> origin/gh/malfet/396/base 2025-07-24T05:34:28.0724448Z * [new branch] gh/malfet/396/head -> origin/gh/malfet/396/head 2025-07-24T05:34:28.0724964Z * [new branch] gh/malfet/396/orig -> origin/gh/malfet/396/orig 2025-07-24T05:34:28.0725463Z * [new branch] gh/malfet/397/base -> origin/gh/malfet/397/base 2025-07-24T05:34:28.0725936Z * [new branch] gh/malfet/397/head -> origin/gh/malfet/397/head 2025-07-24T05:34:28.0741589Z * [new branch] gh/malfet/397/orig -> origin/gh/malfet/397/orig 2025-07-24T05:34:28.0742360Z * [new branch] gh/malfet/398/base -> origin/gh/malfet/398/base 2025-07-24T05:34:28.0742851Z * [new branch] gh/malfet/398/head -> origin/gh/malfet/398/head 2025-07-24T05:34:28.0743337Z * [new branch] gh/malfet/398/orig -> origin/gh/malfet/398/orig 2025-07-24T05:34:28.1167359Z * [new branch] gh/malfet/399/base -> origin/gh/malfet/399/base 2025-07-24T05:34:28.1167912Z * [new branch] gh/malfet/399/head -> origin/gh/malfet/399/head 2025-07-24T05:34:28.1168412Z * [new branch] gh/malfet/399/orig -> origin/gh/malfet/399/orig 2025-07-24T05:34:28.1168884Z * [new branch] gh/malfet/414/base -> origin/gh/malfet/414/base 2025-07-24T05:34:28.1169359Z * [new branch] gh/malfet/414/head -> origin/gh/malfet/414/head 2025-07-24T05:34:28.1169833Z * [new branch] gh/malfet/414/orig -> origin/gh/malfet/414/orig 2025-07-24T05:34:28.1170298Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-07-24T05:34:28.1170781Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-07-24T05:34:28.1171250Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-07-24T05:34:28.1171873Z * [new branch] gh/malfet/418/base -> origin/gh/malfet/418/base 2025-07-24T05:34:28.1172404Z * [new branch] gh/malfet/418/head -> origin/gh/malfet/418/head 2025-07-24T05:34:28.1172879Z * [new branch] gh/malfet/418/orig -> origin/gh/malfet/418/orig 2025-07-24T05:34:28.1173348Z * [new branch] gh/malfet/419/base -> origin/gh/malfet/419/base 2025-07-24T05:34:28.1173811Z * [new branch] gh/malfet/419/head -> origin/gh/malfet/419/head 2025-07-24T05:34:28.1174291Z * [new branch] gh/malfet/419/orig -> origin/gh/malfet/419/orig 2025-07-24T05:34:28.1174767Z * [new branch] gh/malfet/420/base -> origin/gh/malfet/420/base 2025-07-24T05:34:28.1175233Z * [new branch] gh/malfet/420/head -> origin/gh/malfet/420/head 2025-07-24T05:34:28.1175710Z * [new branch] gh/malfet/420/orig -> origin/gh/malfet/420/orig 2025-07-24T05:34:28.1176169Z * [new branch] gh/malfet/421/base -> origin/gh/malfet/421/base 2025-07-24T05:34:28.1176848Z * [new branch] gh/malfet/421/head -> origin/gh/malfet/421/head 2025-07-24T05:34:28.1177314Z * [new branch] gh/malfet/421/orig -> origin/gh/malfet/421/orig 2025-07-24T05:34:28.1177827Z * [new branch] gh/malfet/422/base -> origin/gh/malfet/422/base 2025-07-24T05:34:28.1178334Z * [new branch] gh/malfet/422/head -> origin/gh/malfet/422/head 2025-07-24T05:34:28.1178800Z * [new branch] gh/malfet/422/orig -> origin/gh/malfet/422/orig 2025-07-24T05:34:28.1179273Z * [new branch] gh/malfet/423/base -> origin/gh/malfet/423/base 2025-07-24T05:34:28.1179736Z * [new branch] gh/malfet/423/head -> origin/gh/malfet/423/head 2025-07-24T05:34:28.1180334Z * [new branch] gh/malfet/423/orig -> origin/gh/malfet/423/orig 2025-07-24T05:34:28.1180821Z * [new branch] gh/malfet/424/base -> origin/gh/malfet/424/base 2025-07-24T05:34:28.1181277Z * [new branch] gh/malfet/424/head -> origin/gh/malfet/424/head 2025-07-24T05:34:28.1181755Z * [new branch] gh/malfet/424/orig -> origin/gh/malfet/424/orig 2025-07-24T05:34:28.1182212Z * [new branch] gh/malfet/425/base -> origin/gh/malfet/425/base 2025-07-24T05:34:28.1182695Z * [new branch] gh/malfet/425/head -> origin/gh/malfet/425/head 2025-07-24T05:34:28.1183168Z * [new branch] gh/malfet/425/orig -> origin/gh/malfet/425/orig 2025-07-24T05:34:28.1183672Z * [new branch] gh/malfet/426/base -> origin/gh/malfet/426/base 2025-07-24T05:34:28.1184182Z * [new branch] gh/malfet/426/head -> origin/gh/malfet/426/head 2025-07-24T05:34:28.1184650Z * [new branch] gh/malfet/426/orig -> origin/gh/malfet/426/orig 2025-07-24T05:34:28.1185126Z * [new branch] gh/malfet/427/base -> origin/gh/malfet/427/base 2025-07-24T05:34:28.1185596Z * [new branch] gh/malfet/427/head -> origin/gh/malfet/427/head 2025-07-24T05:34:28.1186066Z * [new branch] gh/malfet/427/orig -> origin/gh/malfet/427/orig 2025-07-24T05:34:28.1186532Z * [new branch] gh/malfet/428/base -> origin/gh/malfet/428/base 2025-07-24T05:34:28.1186994Z * [new branch] gh/malfet/428/head -> origin/gh/malfet/428/head 2025-07-24T05:34:28.1187467Z * [new branch] gh/malfet/428/orig -> origin/gh/malfet/428/orig 2025-07-24T05:34:28.1187933Z * [new branch] gh/malfet/429/base -> origin/gh/malfet/429/base 2025-07-24T05:34:28.1188412Z * [new branch] gh/malfet/429/head -> origin/gh/malfet/429/head 2025-07-24T05:34:28.1188901Z * [new branch] gh/malfet/429/orig -> origin/gh/malfet/429/orig 2025-07-24T05:34:28.1189407Z * [new branch] gh/malfet/430/base -> origin/gh/malfet/430/base 2025-07-24T05:34:28.1189932Z * [new branch] gh/malfet/430/head -> origin/gh/malfet/430/head 2025-07-24T05:34:28.1190399Z * [new branch] gh/malfet/430/orig -> origin/gh/malfet/430/orig 2025-07-24T05:34:28.1627512Z * [new branch] gh/malfet/431/base -> origin/gh/malfet/431/base 2025-07-24T05:34:28.1628075Z * [new branch] gh/malfet/431/head -> origin/gh/malfet/431/head 2025-07-24T05:34:28.1628555Z * [new branch] gh/malfet/431/orig -> origin/gh/malfet/431/orig 2025-07-24T05:34:28.1629047Z * [new branch] gh/malfet/432/base -> origin/gh/malfet/432/base 2025-07-24T05:34:28.1629524Z * [new branch] gh/malfet/432/head -> origin/gh/malfet/432/head 2025-07-24T05:34:28.1630029Z * [new branch] gh/malfet/432/orig -> origin/gh/malfet/432/orig 2025-07-24T05:34:28.1630709Z * [new branch] gh/malfet/433/base -> origin/gh/malfet/433/base 2025-07-24T05:34:28.1631182Z * [new branch] gh/malfet/433/head -> origin/gh/malfet/433/head 2025-07-24T05:34:28.1631676Z * [new branch] gh/malfet/433/orig -> origin/gh/malfet/433/orig 2025-07-24T05:34:28.1632151Z * [new branch] gh/malfet/434/base -> origin/gh/malfet/434/base 2025-07-24T05:34:28.1632639Z * [new branch] gh/malfet/434/head -> origin/gh/malfet/434/head 2025-07-24T05:34:28.1633120Z * [new branch] gh/malfet/434/orig -> origin/gh/malfet/434/orig 2025-07-24T05:34:28.1633579Z * [new branch] gh/malfet/435/base -> origin/gh/malfet/435/base 2025-07-24T05:34:28.1634078Z * [new branch] gh/malfet/435/head -> origin/gh/malfet/435/head 2025-07-24T05:34:28.1634653Z * [new branch] gh/malfet/435/orig -> origin/gh/malfet/435/orig 2025-07-24T05:34:28.1635141Z * [new branch] gh/malfet/436/base -> origin/gh/malfet/436/base 2025-07-24T05:34:28.1635627Z * [new branch] gh/malfet/436/head -> origin/gh/malfet/436/head 2025-07-24T05:34:28.1636088Z * [new branch] gh/malfet/436/orig -> origin/gh/malfet/436/orig 2025-07-24T05:34:28.1636558Z * [new branch] gh/malfet/437/base -> origin/gh/malfet/437/base 2025-07-24T05:34:28.1637027Z * [new branch] gh/malfet/437/head -> origin/gh/malfet/437/head 2025-07-24T05:34:28.1637500Z * [new branch] gh/malfet/437/orig -> origin/gh/malfet/437/orig 2025-07-24T05:34:28.1637972Z * [new branch] gh/malfet/438/base -> origin/gh/malfet/438/base 2025-07-24T05:34:28.1638439Z * [new branch] gh/malfet/438/head -> origin/gh/malfet/438/head 2025-07-24T05:34:28.1638919Z * [new branch] gh/malfet/438/orig -> origin/gh/malfet/438/orig 2025-07-24T05:34:28.1639382Z * [new branch] gh/malfet/439/base -> origin/gh/malfet/439/base 2025-07-24T05:34:28.1639855Z * [new branch] gh/malfet/439/head -> origin/gh/malfet/439/head 2025-07-24T05:34:28.1640327Z * [new branch] gh/malfet/439/orig -> origin/gh/malfet/439/orig 2025-07-24T05:34:28.1640789Z * [new branch] gh/malfet/440/base -> origin/gh/malfet/440/base 2025-07-24T05:34:28.1641267Z * [new branch] gh/malfet/440/head -> origin/gh/malfet/440/head 2025-07-24T05:34:28.1641731Z * [new branch] gh/malfet/440/orig -> origin/gh/malfet/440/orig 2025-07-24T05:34:28.1642208Z * [new branch] gh/malfet/441/base -> origin/gh/malfet/441/base 2025-07-24T05:34:28.1642674Z * [new branch] gh/malfet/441/head -> origin/gh/malfet/441/head 2025-07-24T05:34:28.1643159Z * [new branch] gh/malfet/441/orig -> origin/gh/malfet/441/orig 2025-07-24T05:34:28.1643624Z * [new branch] gh/malfet/442/base -> origin/gh/malfet/442/base 2025-07-24T05:34:28.1644146Z * [new branch] gh/malfet/442/head -> origin/gh/malfet/442/head 2025-07-24T05:34:28.1644626Z * [new branch] gh/malfet/442/orig -> origin/gh/malfet/442/orig 2025-07-24T05:34:28.1645110Z * [new branch] gh/malfet/443/base -> origin/gh/malfet/443/base 2025-07-24T05:34:28.1645596Z * [new branch] gh/malfet/443/head -> origin/gh/malfet/443/head 2025-07-24T05:34:28.1646106Z * [new branch] gh/malfet/443/orig -> origin/gh/malfet/443/orig 2025-07-24T05:34:28.1646569Z * [new branch] gh/malfet/444/base -> origin/gh/malfet/444/base 2025-07-24T05:34:28.1647047Z * [new branch] gh/malfet/444/head -> origin/gh/malfet/444/head 2025-07-24T05:34:28.1648206Z * [new branch] gh/malfet/444/orig -> origin/gh/malfet/444/orig 2025-07-24T05:34:28.1649035Z * [new branch] gh/malfet/445/base -> origin/gh/malfet/445/base 2025-07-24T05:34:28.1649682Z * [new branch] gh/malfet/445/head -> origin/gh/malfet/445/head 2025-07-24T05:34:28.1650151Z * [new branch] gh/malfet/445/orig -> origin/gh/malfet/445/orig 2025-07-24T05:34:28.1650637Z * [new branch] gh/malfet/446/base -> origin/gh/malfet/446/base 2025-07-24T05:34:28.1651101Z * [new branch] gh/malfet/446/head -> origin/gh/malfet/446/head 2025-07-24T05:34:28.2213951Z * [new branch] gh/malfet/446/orig -> origin/gh/malfet/446/orig 2025-07-24T05:34:28.2214487Z * [new branch] gh/malfet/447/base -> origin/gh/malfet/447/base 2025-07-24T05:34:28.2215157Z * [new branch] gh/malfet/447/head -> origin/gh/malfet/447/head 2025-07-24T05:34:28.2215654Z * [new branch] gh/malfet/448/base -> origin/gh/malfet/448/base 2025-07-24T05:34:28.2216188Z * [new branch] gh/malfet/448/head -> origin/gh/malfet/448/head 2025-07-24T05:34:28.2216717Z * [new branch] gh/malfet/449/base -> origin/gh/malfet/449/base 2025-07-24T05:34:28.2217196Z * [new branch] gh/malfet/449/head -> origin/gh/malfet/449/head 2025-07-24T05:34:28.2217678Z * [new branch] gh/malfet/450/base -> origin/gh/malfet/450/base 2025-07-24T05:34:28.2218193Z * [new branch] gh/malfet/450/head -> origin/gh/malfet/450/head 2025-07-24T05:34:28.2218707Z * [new branch] gh/malfet/451/base -> origin/gh/malfet/451/base 2025-07-24T05:34:28.2219165Z * [new branch] gh/malfet/451/head -> origin/gh/malfet/451/head 2025-07-24T05:34:28.2219638Z * [new branch] gh/malfet/452/base -> origin/gh/malfet/452/base 2025-07-24T05:34:28.2220108Z * [new branch] gh/malfet/452/head -> origin/gh/malfet/452/head 2025-07-24T05:34:28.2220575Z * [new branch] gh/malfet/452/orig -> origin/gh/malfet/452/orig 2025-07-24T05:34:28.2221054Z * [new branch] gh/malfet/453/base -> origin/gh/malfet/453/base 2025-07-24T05:34:28.2221522Z * [new branch] gh/malfet/453/head -> origin/gh/malfet/453/head 2025-07-24T05:34:28.2222000Z * [new branch] gh/malfet/453/orig -> origin/gh/malfet/453/orig 2025-07-24T05:34:28.2222473Z * [new branch] gh/malfet/454/base -> origin/gh/malfet/454/base 2025-07-24T05:34:28.2222950Z * [new branch] gh/malfet/454/head -> origin/gh/malfet/454/head 2025-07-24T05:34:28.2223439Z * [new branch] gh/malfet/454/orig -> origin/gh/malfet/454/orig 2025-07-24T05:34:28.2223947Z * [new branch] gh/malfet/455/base -> origin/gh/malfet/455/base 2025-07-24T05:34:28.2224473Z * [new branch] gh/malfet/455/head -> origin/gh/malfet/455/head 2025-07-24T05:34:28.2224944Z * [new branch] gh/malfet/455/orig -> origin/gh/malfet/455/orig 2025-07-24T05:34:28.2225429Z * [new branch] gh/malfet/456/base -> origin/gh/malfet/456/base 2025-07-24T05:34:28.2225907Z * [new branch] gh/malfet/456/head -> origin/gh/malfet/456/head 2025-07-24T05:34:28.2226380Z * [new branch] gh/malfet/456/orig -> origin/gh/malfet/456/orig 2025-07-24T05:34:28.2226860Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-07-24T05:34:28.2227330Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-07-24T05:34:28.2227860Z * [new branch] gh/manuelcandales/10/base -> origin/gh/manuelcandales/10/base 2025-07-24T05:34:28.2228574Z * [new branch] gh/manuelcandales/10/head -> origin/gh/manuelcandales/10/head 2025-07-24T05:34:28.2229123Z * [new branch] gh/manuelcandales/10/orig -> origin/gh/manuelcandales/10/orig 2025-07-24T05:34:28.2229716Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-07-24T05:34:28.2230294Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-07-24T05:34:28.2230843Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-07-24T05:34:28.2231399Z * [new branch] gh/manuelcandales/12/base -> origin/gh/manuelcandales/12/base 2025-07-24T05:34:28.2231940Z * [new branch] gh/manuelcandales/12/head -> origin/gh/manuelcandales/12/head 2025-07-24T05:34:28.2232486Z * [new branch] gh/manuelcandales/12/orig -> origin/gh/manuelcandales/12/orig 2025-07-24T05:34:28.2233141Z * [new branch] gh/manuelcandales/13/base -> origin/gh/manuelcandales/13/base 2025-07-24T05:34:28.2233711Z * [new branch] gh/manuelcandales/13/head -> origin/gh/manuelcandales/13/head 2025-07-24T05:34:28.2234257Z * [new branch] gh/manuelcandales/13/orig -> origin/gh/manuelcandales/13/orig 2025-07-24T05:34:28.2234821Z * [new branch] gh/manuelcandales/14/base -> origin/gh/manuelcandales/14/base 2025-07-24T05:34:28.2235420Z * [new branch] gh/manuelcandales/14/head -> origin/gh/manuelcandales/14/head 2025-07-24T05:34:28.2236001Z * [new branch] gh/manuelcandales/14/orig -> origin/gh/manuelcandales/14/orig 2025-07-24T05:34:28.2236555Z * [new branch] gh/manuelcandales/15/base -> origin/gh/manuelcandales/15/base 2025-07-24T05:34:28.2237098Z * [new branch] gh/manuelcandales/15/head -> origin/gh/manuelcandales/15/head 2025-07-24T05:34:28.2237661Z * [new branch] gh/manuelcandales/15/orig -> origin/gh/manuelcandales/15/orig 2025-07-24T05:34:28.2688352Z * [new branch] gh/manuelcandales/16/base -> origin/gh/manuelcandales/16/base 2025-07-24T05:34:28.2688987Z * [new branch] gh/manuelcandales/16/head -> origin/gh/manuelcandales/16/head 2025-07-24T05:34:28.2689690Z * [new branch] gh/manuelcandales/16/orig -> origin/gh/manuelcandales/16/orig 2025-07-24T05:34:28.2690304Z * [new branch] gh/manuelcandales/17/base -> origin/gh/manuelcandales/17/base 2025-07-24T05:34:28.2690855Z * [new branch] gh/manuelcandales/17/head -> origin/gh/manuelcandales/17/head 2025-07-24T05:34:28.2691410Z * [new branch] gh/manuelcandales/17/orig -> origin/gh/manuelcandales/17/orig 2025-07-24T05:34:28.2692003Z * [new branch] gh/manuelcandales/9/base -> origin/gh/manuelcandales/9/base 2025-07-24T05:34:28.2692593Z * [new branch] gh/manuelcandales/9/head -> origin/gh/manuelcandales/9/head 2025-07-24T05:34:28.2693154Z * [new branch] gh/manuelcandales/9/orig -> origin/gh/manuelcandales/9/orig 2025-07-24T05:34:28.2693659Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-07-24T05:34:28.2694139Z * [new branch] gh/masnesral/204/base -> origin/gh/masnesral/204/base 2025-07-24T05:34:28.2694641Z * [new branch] gh/masnesral/204/head -> origin/gh/masnesral/204/head 2025-07-24T05:34:28.2695132Z * [new branch] gh/masnesral/204/orig -> origin/gh/masnesral/204/orig 2025-07-24T05:34:28.2695671Z * [new branch] gh/masnesral/210/base -> origin/gh/masnesral/210/base 2025-07-24T05:34:28.2696206Z * [new branch] gh/masnesral/210/head -> origin/gh/masnesral/210/head 2025-07-24T05:34:28.2696695Z * [new branch] gh/masnesral/210/orig -> origin/gh/masnesral/210/orig 2025-07-24T05:34:28.2697201Z * [new branch] gh/masnesral/212/base -> origin/gh/masnesral/212/base 2025-07-24T05:34:28.2697902Z * [new branch] gh/masnesral/212/head -> origin/gh/masnesral/212/head 2025-07-24T05:34:28.2698406Z * [new branch] gh/masnesral/212/orig -> origin/gh/masnesral/212/orig 2025-07-24T05:34:28.2698901Z * [new branch] gh/masnesral/214/base -> origin/gh/masnesral/214/base 2025-07-24T05:34:28.2699390Z * [new branch] gh/masnesral/214/head -> origin/gh/masnesral/214/head 2025-07-24T05:34:28.2699903Z * [new branch] gh/masnesral/214/orig -> origin/gh/masnesral/214/orig 2025-07-24T05:34:28.2700395Z * [new branch] gh/masnesral/215/base -> origin/gh/masnesral/215/base 2025-07-24T05:34:28.2700896Z * [new branch] gh/masnesral/215/head -> origin/gh/masnesral/215/head 2025-07-24T05:34:28.2701443Z * [new branch] gh/masnesral/215/orig -> origin/gh/masnesral/215/orig 2025-07-24T05:34:28.2702616Z * [new branch] gh/masnesral/216/base -> origin/gh/masnesral/216/base 2025-07-24T05:34:28.2703138Z * [new branch] gh/masnesral/216/head -> origin/gh/masnesral/216/head 2025-07-24T05:34:28.2703630Z * [new branch] gh/masnesral/216/orig -> origin/gh/masnesral/216/orig 2025-07-24T05:34:28.2704138Z * [new branch] gh/masnesral/217/base -> origin/gh/masnesral/217/base 2025-07-24T05:34:28.2704633Z * [new branch] gh/masnesral/217/head -> origin/gh/masnesral/217/head 2025-07-24T05:34:28.2705131Z * [new branch] gh/masnesral/217/orig -> origin/gh/masnesral/217/orig 2025-07-24T05:34:28.2705630Z * [new branch] gh/masnesral/218/base -> origin/gh/masnesral/218/base 2025-07-24T05:34:28.2706116Z * [new branch] gh/masnesral/218/head -> origin/gh/masnesral/218/head 2025-07-24T05:34:28.2706618Z * [new branch] gh/masnesral/218/orig -> origin/gh/masnesral/218/orig 2025-07-24T05:34:28.2707155Z * [new branch] gh/masnesral/219/base -> origin/gh/masnesral/219/base 2025-07-24T05:34:28.2707690Z * [new branch] gh/masnesral/219/head -> origin/gh/masnesral/219/head 2025-07-24T05:34:28.2708185Z * [new branch] gh/masnesral/219/orig -> origin/gh/masnesral/219/orig 2025-07-24T05:34:28.2708673Z * [new branch] gh/masnesral/220/base -> origin/gh/masnesral/220/base 2025-07-24T05:34:28.2709178Z * [new branch] gh/masnesral/220/head -> origin/gh/masnesral/220/head 2025-07-24T05:34:28.2709669Z * [new branch] gh/masnesral/220/orig -> origin/gh/masnesral/220/orig 2025-07-24T05:34:28.2710171Z * [new branch] gh/masnesral/221/base -> origin/gh/masnesral/221/base 2025-07-24T05:34:28.2710670Z * [new branch] gh/masnesral/221/head -> origin/gh/masnesral/221/head 2025-07-24T05:34:28.2711166Z * [new branch] gh/masnesral/221/orig -> origin/gh/masnesral/221/orig 2025-07-24T05:34:28.2711680Z * [new branch] gh/masnesral/222/base -> origin/gh/masnesral/222/base 2025-07-24T05:34:28.2712175Z * [new branch] gh/masnesral/222/head -> origin/gh/masnesral/222/head 2025-07-24T05:34:28.2712708Z * [new branch] gh/masnesral/222/orig -> origin/gh/masnesral/222/orig 2025-07-24T05:34:28.3221471Z * [new branch] gh/masnesral/223/base -> origin/gh/masnesral/223/base 2025-07-24T05:34:28.3222029Z * [new branch] gh/masnesral/223/head -> origin/gh/masnesral/223/head 2025-07-24T05:34:28.3222595Z * [new branch] gh/masnesral/223/orig -> origin/gh/masnesral/223/orig 2025-07-24T05:34:28.3223111Z * [new branch] gh/masnesral/224/base -> origin/gh/masnesral/224/base 2025-07-24T05:34:28.3223656Z * [new branch] gh/masnesral/224/head -> origin/gh/masnesral/224/head 2025-07-24T05:34:28.3224192Z * [new branch] gh/masnesral/224/orig -> origin/gh/masnesral/224/orig 2025-07-24T05:34:28.3224931Z * [new branch] gh/masnesral/225/base -> origin/gh/masnesral/225/base 2025-07-24T05:34:28.3225432Z * [new branch] gh/masnesral/225/head -> origin/gh/masnesral/225/head 2025-07-24T05:34:28.3225923Z * [new branch] gh/masnesral/225/orig -> origin/gh/masnesral/225/orig 2025-07-24T05:34:28.3226425Z * [new branch] gh/masnesral/226/base -> origin/gh/masnesral/226/base 2025-07-24T05:34:28.3226933Z * [new branch] gh/masnesral/226/head -> origin/gh/masnesral/226/head 2025-07-24T05:34:28.3227430Z * [new branch] gh/masnesral/226/orig -> origin/gh/masnesral/226/orig 2025-07-24T05:34:28.3227929Z * [new branch] gh/masnesral/227/base -> origin/gh/masnesral/227/base 2025-07-24T05:34:28.3228527Z * [new branch] gh/masnesral/227/head -> origin/gh/masnesral/227/head 2025-07-24T05:34:28.3229039Z * [new branch] gh/masnesral/227/orig -> origin/gh/masnesral/227/orig 2025-07-24T05:34:28.3229534Z * [new branch] gh/masnesral/228/base -> origin/gh/masnesral/228/base 2025-07-24T05:34:28.3230076Z * [new branch] gh/masnesral/228/head -> origin/gh/masnesral/228/head 2025-07-24T05:34:28.3230621Z * [new branch] gh/masnesral/228/orig -> origin/gh/masnesral/228/orig 2025-07-24T05:34:28.3231115Z * [new branch] gh/masnesral/229/base -> origin/gh/masnesral/229/base 2025-07-24T05:34:28.3231611Z * [new branch] gh/masnesral/229/head -> origin/gh/masnesral/229/head 2025-07-24T05:34:28.3232105Z * [new branch] gh/masnesral/229/orig -> origin/gh/masnesral/229/orig 2025-07-24T05:34:28.3232594Z * [new branch] gh/masnesral/230/base -> origin/gh/masnesral/230/base 2025-07-24T05:34:28.3233102Z * [new branch] gh/masnesral/230/head -> origin/gh/masnesral/230/head 2025-07-24T05:34:28.3233598Z * [new branch] gh/masnesral/230/orig -> origin/gh/masnesral/230/orig 2025-07-24T05:34:28.3234094Z * [new branch] gh/masnesral/231/base -> origin/gh/masnesral/231/base 2025-07-24T05:34:28.3234584Z * [new branch] gh/masnesral/231/head -> origin/gh/masnesral/231/head 2025-07-24T05:34:28.3235083Z * [new branch] gh/masnesral/231/orig -> origin/gh/masnesral/231/orig 2025-07-24T05:34:28.3235585Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-07-24T05:34:28.3236132Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-07-24T05:34:28.3236678Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-07-24T05:34:28.3237164Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-07-24T05:34:28.3237658Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-07-24T05:34:28.3238142Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-07-24T05:34:28.3238618Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-07-24T05:34:28.3239107Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-07-24T05:34:28.3239588Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-07-24T05:34:28.3240077Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-07-24T05:34:28.3240560Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-07-24T05:34:28.3241038Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-07-24T05:34:28.3241583Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-07-24T05:34:28.3242213Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-07-24T05:34:28.3242708Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-07-24T05:34:28.3243265Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-07-24T05:34:28.3243871Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-07-24T05:34:28.3244475Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-07-24T05:34:28.3245065Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-07-24T05:34:28.3634999Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-07-24T05:34:28.3635876Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-07-24T05:34:28.3636495Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-07-24T05:34:28.3637101Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-07-24T05:34:28.3637754Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-07-24T05:34:28.3638389Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-07-24T05:34:28.3638981Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-07-24T05:34:28.3639561Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-07-24T05:34:28.3640157Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-07-24T05:34:28.3640745Z * [new branch] gh/mikaylagawarecki/316/base -> origin/gh/mikaylagawarecki/316/base 2025-07-24T05:34:28.3641336Z * [new branch] gh/mikaylagawarecki/316/head -> origin/gh/mikaylagawarecki/316/head 2025-07-24T05:34:28.3641931Z * [new branch] gh/mikaylagawarecki/316/orig -> origin/gh/mikaylagawarecki/316/orig 2025-07-24T05:34:28.3642510Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-07-24T05:34:28.3643098Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-07-24T05:34:28.3643753Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-07-24T05:34:28.3644345Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-07-24T05:34:28.3644933Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-07-24T05:34:28.3645518Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-07-24T05:34:28.3646109Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-07-24T05:34:28.3646691Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-07-24T05:34:28.3647276Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-07-24T05:34:28.3647858Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-07-24T05:34:28.3648440Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-07-24T05:34:28.3649074Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-07-24T05:34:28.3649695Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-07-24T05:34:28.3650289Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-07-24T05:34:28.3650874Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-07-24T05:34:28.3651593Z * [new branch] gh/mikaylagawarecki/322/base -> origin/gh/mikaylagawarecki/322/base 2025-07-24T05:34:28.3652278Z * [new branch] gh/mikaylagawarecki/322/head -> origin/gh/mikaylagawarecki/322/head 2025-07-24T05:34:28.3652859Z * [new branch] gh/mikaylagawarecki/322/orig -> origin/gh/mikaylagawarecki/322/orig 2025-07-24T05:34:28.3653455Z * [new branch] gh/mikaylagawarecki/323/base -> origin/gh/mikaylagawarecki/323/base 2025-07-24T05:34:28.3654056Z * [new branch] gh/mikaylagawarecki/323/head -> origin/gh/mikaylagawarecki/323/head 2025-07-24T05:34:28.3654677Z * [new branch] gh/mikaylagawarecki/323/orig -> origin/gh/mikaylagawarecki/323/orig 2025-07-24T05:34:28.3655399Z * [new branch] gh/mikaylagawarecki/324/base -> origin/gh/mikaylagawarecki/324/base 2025-07-24T05:34:28.3655982Z * [new branch] gh/mikaylagawarecki/324/head -> origin/gh/mikaylagawarecki/324/head 2025-07-24T05:34:28.3656577Z * [new branch] gh/mikaylagawarecki/324/orig -> origin/gh/mikaylagawarecki/324/orig 2025-07-24T05:34:28.3657173Z * [new branch] gh/mikaylagawarecki/325/base -> origin/gh/mikaylagawarecki/325/base 2025-07-24T05:34:28.3657760Z * [new branch] gh/mikaylagawarecki/325/head -> origin/gh/mikaylagawarecki/325/head 2025-07-24T05:34:28.3658358Z * [new branch] gh/mikaylagawarecki/325/orig -> origin/gh/mikaylagawarecki/325/orig 2025-07-24T05:34:28.3658943Z * [new branch] gh/mikaylagawarecki/326/base -> origin/gh/mikaylagawarecki/326/base 2025-07-24T05:34:28.3659541Z * [new branch] gh/mikaylagawarecki/326/head -> origin/gh/mikaylagawarecki/326/head 2025-07-24T05:34:28.3660137Z * [new branch] gh/mikaylagawarecki/326/orig -> origin/gh/mikaylagawarecki/326/orig 2025-07-24T05:34:28.4290387Z * [new branch] gh/mikaylagawarecki/327/base -> origin/gh/mikaylagawarecki/327/base 2025-07-24T05:34:28.4291058Z * [new branch] gh/mikaylagawarecki/327/head -> origin/gh/mikaylagawarecki/327/head 2025-07-24T05:34:28.4291662Z * [new branch] gh/mikaylagawarecki/327/orig -> origin/gh/mikaylagawarecki/327/orig 2025-07-24T05:34:28.4292347Z * [new branch] gh/mikaylagawarecki/328/base -> origin/gh/mikaylagawarecki/328/base 2025-07-24T05:34:28.4292942Z * [new branch] gh/mikaylagawarecki/328/head -> origin/gh/mikaylagawarecki/328/head 2025-07-24T05:34:28.4293534Z * [new branch] gh/mikaylagawarecki/328/orig -> origin/gh/mikaylagawarecki/328/orig 2025-07-24T05:34:28.4295121Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-07-24T05:34:28.4295604Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-07-24T05:34:28.4296080Z * [new branch] gh/mlazos/1/orig -> origin/gh/mlazos/1/orig 2025-07-24T05:34:28.4296563Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-07-24T05:34:28.4297011Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-07-24T05:34:28.4297468Z * [new branch] gh/mlazos/2/orig -> origin/gh/mlazos/2/orig 2025-07-24T05:34:28.4297919Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-07-24T05:34:28.4298377Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-07-24T05:34:28.4298831Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-07-24T05:34:28.4299292Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-07-24T05:34:28.4316885Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-07-24T05:34:28.4317384Z * [new branch] gh/muchulee8/62/base -> origin/gh/muchulee8/62/base 2025-07-24T05:34:28.4318083Z * [new branch] gh/muchulee8/62/head -> origin/gh/muchulee8/62/head 2025-07-24T05:34:28.4318576Z * [new branch] gh/muchulee8/62/orig -> origin/gh/muchulee8/62/orig 2025-07-24T05:34:28.4319073Z * [new branch] gh/nautsimon/1/base -> origin/gh/nautsimon/1/base 2025-07-24T05:34:28.4319567Z * [new branch] gh/nautsimon/1/head -> origin/gh/nautsimon/1/head 2025-07-24T05:34:28.4320043Z * [new branch] gh/nautsimon/1/orig -> origin/gh/nautsimon/1/orig 2025-07-24T05:34:28.4320620Z * [new branch] gh/nautsimon/10/base -> origin/gh/nautsimon/10/base 2025-07-24T05:34:28.4321124Z * [new branch] gh/nautsimon/10/head -> origin/gh/nautsimon/10/head 2025-07-24T05:34:28.4323183Z * [new branch] gh/nautsimon/10/orig -> origin/gh/nautsimon/10/orig 2025-07-24T05:34:28.4323685Z * [new branch] gh/nautsimon/11/base -> origin/gh/nautsimon/11/base 2025-07-24T05:34:28.4324181Z * [new branch] gh/nautsimon/11/head -> origin/gh/nautsimon/11/head 2025-07-24T05:34:28.4324669Z * [new branch] gh/nautsimon/11/orig -> origin/gh/nautsimon/11/orig 2025-07-24T05:34:28.4325149Z * [new branch] gh/nautsimon/12/base -> origin/gh/nautsimon/12/base 2025-07-24T05:34:28.4325648Z * [new branch] gh/nautsimon/12/head -> origin/gh/nautsimon/12/head 2025-07-24T05:34:28.4326137Z * [new branch] gh/nautsimon/12/orig -> origin/gh/nautsimon/12/orig 2025-07-24T05:34:28.4326624Z * [new branch] gh/nautsimon/13/base -> origin/gh/nautsimon/13/base 2025-07-24T05:34:28.4327112Z * [new branch] gh/nautsimon/13/head -> origin/gh/nautsimon/13/head 2025-07-24T05:34:28.4328985Z * [new branch] gh/nautsimon/13/orig -> origin/gh/nautsimon/13/orig 2025-07-24T05:34:28.4329500Z * [new branch] gh/nautsimon/14/base -> origin/gh/nautsimon/14/base 2025-07-24T05:34:28.4330008Z * [new branch] gh/nautsimon/14/head -> origin/gh/nautsimon/14/head 2025-07-24T05:34:28.4330501Z * [new branch] gh/nautsimon/14/orig -> origin/gh/nautsimon/14/orig 2025-07-24T05:34:28.4330990Z * [new branch] gh/nautsimon/15/base -> origin/gh/nautsimon/15/base 2025-07-24T05:34:28.4331479Z * [new branch] gh/nautsimon/15/head -> origin/gh/nautsimon/15/head 2025-07-24T05:34:28.4332024Z * [new branch] gh/nautsimon/15/orig -> origin/gh/nautsimon/15/orig 2025-07-24T05:34:28.4332514Z * [new branch] gh/nautsimon/16/base -> origin/gh/nautsimon/16/base 2025-07-24T05:34:28.4333003Z * [new branch] gh/nautsimon/16/head -> origin/gh/nautsimon/16/head 2025-07-24T05:34:28.4334860Z * [new branch] gh/nautsimon/16/orig -> origin/gh/nautsimon/16/orig 2025-07-24T05:34:28.4335364Z * [new branch] gh/nautsimon/17/base -> origin/gh/nautsimon/17/base 2025-07-24T05:34:28.4335862Z * [new branch] gh/nautsimon/17/head -> origin/gh/nautsimon/17/head 2025-07-24T05:34:28.4336354Z * [new branch] gh/nautsimon/17/orig -> origin/gh/nautsimon/17/orig 2025-07-24T05:34:28.6437081Z * [new branch] gh/nautsimon/18/base -> origin/gh/nautsimon/18/base 2025-07-24T05:34:28.6437757Z * [new branch] gh/nautsimon/18/head -> origin/gh/nautsimon/18/head 2025-07-24T05:34:28.6438328Z * [new branch] gh/nautsimon/18/orig -> origin/gh/nautsimon/18/orig 2025-07-24T05:34:28.6438930Z * [new branch] gh/nautsimon/19/base -> origin/gh/nautsimon/19/base 2025-07-24T05:34:28.6439476Z * [new branch] gh/nautsimon/19/head -> origin/gh/nautsimon/19/head 2025-07-24T05:34:28.6440094Z * [new branch] gh/nautsimon/19/orig -> origin/gh/nautsimon/19/orig 2025-07-24T05:34:28.6440887Z * [new branch] gh/nautsimon/2/base -> origin/gh/nautsimon/2/base 2025-07-24T05:34:28.6441431Z * [new branch] gh/nautsimon/2/head -> origin/gh/nautsimon/2/head 2025-07-24T05:34:28.6442013Z * [new branch] gh/nautsimon/2/orig -> origin/gh/nautsimon/2/orig 2025-07-24T05:34:28.6442552Z * [new branch] gh/nautsimon/20/base -> origin/gh/nautsimon/20/base 2025-07-24T05:34:28.6443126Z * [new branch] gh/nautsimon/20/head -> origin/gh/nautsimon/20/head 2025-07-24T05:34:28.6443661Z * [new branch] gh/nautsimon/20/orig -> origin/gh/nautsimon/20/orig 2025-07-24T05:34:28.6444228Z * [new branch] gh/nautsimon/21/base -> origin/gh/nautsimon/21/base 2025-07-24T05:34:28.6444903Z * [new branch] gh/nautsimon/21/head -> origin/gh/nautsimon/21/head 2025-07-24T05:34:28.6445504Z * [new branch] gh/nautsimon/21/orig -> origin/gh/nautsimon/21/orig 2025-07-24T05:34:28.6446039Z * [new branch] gh/nautsimon/3/base -> origin/gh/nautsimon/3/base 2025-07-24T05:34:28.6446638Z * [new branch] gh/nautsimon/3/head -> origin/gh/nautsimon/3/head 2025-07-24T05:34:28.6447166Z * [new branch] gh/nautsimon/3/orig -> origin/gh/nautsimon/3/orig 2025-07-24T05:34:28.6447743Z * [new branch] gh/nautsimon/4/base -> origin/gh/nautsimon/4/base 2025-07-24T05:34:28.6448279Z * [new branch] gh/nautsimon/4/head -> origin/gh/nautsimon/4/head 2025-07-24T05:34:28.6448815Z * [new branch] gh/nautsimon/4/orig -> origin/gh/nautsimon/4/orig 2025-07-24T05:34:28.6449394Z * [new branch] gh/nautsimon/5/base -> origin/gh/nautsimon/5/base 2025-07-24T05:34:28.6449918Z * [new branch] gh/nautsimon/5/head -> origin/gh/nautsimon/5/head 2025-07-24T05:34:28.6450499Z * [new branch] gh/nautsimon/5/orig -> origin/gh/nautsimon/5/orig 2025-07-24T05:34:28.6451020Z * [new branch] gh/nautsimon/6/base -> origin/gh/nautsimon/6/base 2025-07-24T05:34:28.6451580Z * [new branch] gh/nautsimon/6/head -> origin/gh/nautsimon/6/head 2025-07-24T05:34:28.6452195Z * [new branch] gh/nautsimon/6/orig -> origin/gh/nautsimon/6/orig 2025-07-24T05:34:28.6452720Z * [new branch] gh/nautsimon/7/base -> origin/gh/nautsimon/7/base 2025-07-24T05:34:28.6453300Z * [new branch] gh/nautsimon/7/head -> origin/gh/nautsimon/7/head 2025-07-24T05:34:28.6453819Z * [new branch] gh/nautsimon/7/orig -> origin/gh/nautsimon/7/orig 2025-07-24T05:34:28.6454391Z * [new branch] gh/nautsimon/8/base -> origin/gh/nautsimon/8/base 2025-07-24T05:34:28.6454927Z * [new branch] gh/nautsimon/8/head -> origin/gh/nautsimon/8/head 2025-07-24T05:34:28.6455485Z * [new branch] gh/nautsimon/8/orig -> origin/gh/nautsimon/8/orig 2025-07-24T05:34:28.6456026Z * [new branch] gh/nautsimon/9/base -> origin/gh/nautsimon/9/base 2025-07-24T05:34:28.6456549Z * [new branch] gh/nautsimon/9/head -> origin/gh/nautsimon/9/head 2025-07-24T05:34:28.6457115Z * [new branch] gh/nautsimon/9/orig -> origin/gh/nautsimon/9/orig 2025-07-24T05:34:28.6457648Z * [new branch] gh/oulgen/35/base -> origin/gh/oulgen/35/base 2025-07-24T05:34:28.6458155Z * [new branch] gh/oulgen/35/head -> origin/gh/oulgen/35/head 2025-07-24T05:34:28.6458717Z * [new branch] gh/oulgen/35/orig -> origin/gh/oulgen/35/orig 2025-07-24T05:34:28.6459219Z * [new branch] gh/oulgen/44/base -> origin/gh/oulgen/44/base 2025-07-24T05:34:28.6459761Z * [new branch] gh/oulgen/44/head -> origin/gh/oulgen/44/head 2025-07-24T05:34:28.6460390Z * [new branch] gh/oulgen/44/orig -> origin/gh/oulgen/44/orig 2025-07-24T05:34:28.6460877Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-07-24T05:34:28.6461357Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-07-24T05:34:28.6461818Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-07-24T05:34:28.6462282Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-07-24T05:34:28.6462731Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-07-24T05:34:28.6924588Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-07-24T05:34:28.6925334Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-07-24T05:34:28.6925818Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-07-24T05:34:28.6926308Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-07-24T05:34:28.6926773Z * [new branch] gh/qqaatw/29/base -> origin/gh/qqaatw/29/base 2025-07-24T05:34:28.6927249Z * [new branch] gh/qqaatw/29/head -> origin/gh/qqaatw/29/head 2025-07-24T05:34:28.6927723Z * [new branch] gh/qqaatw/29/orig -> origin/gh/qqaatw/29/orig 2025-07-24T05:34:28.6928296Z * [new branch] gh/raymo/cleanup-dynamo-logging -> origin/gh/raymo/cleanup-dynamo-logging 2025-07-24T05:34:28.6928907Z * [new branch] gh/raymo/refresh-script -> origin/gh/raymo/refresh-script 2025-07-24T05:34:28.6929403Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-07-24T05:34:28.6929855Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-07-24T05:34:28.6930308Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-07-24T05:34:28.6930762Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-07-24T05:34:28.6931213Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-07-24T05:34:28.6931655Z * [new branch] gh/rec/142/base -> origin/gh/rec/142/base 2025-07-24T05:34:28.6932200Z * [new branch] gh/rec/142/head -> origin/gh/rec/142/head 2025-07-24T05:34:28.6932684Z * [new branch] gh/rec/142/orig -> origin/gh/rec/142/orig 2025-07-24T05:34:28.6933120Z * [new branch] gh/rec/148/base -> origin/gh/rec/148/base 2025-07-24T05:34:28.6933562Z * [new branch] gh/rec/148/head -> origin/gh/rec/148/head 2025-07-24T05:34:28.6934002Z * [new branch] gh/rec/148/orig -> origin/gh/rec/148/orig 2025-07-24T05:34:28.6934461Z * [new branch] gh/rec/150/base -> origin/gh/rec/150/base 2025-07-24T05:34:28.6934906Z * [new branch] gh/rec/150/head -> origin/gh/rec/150/head 2025-07-24T05:34:28.6935338Z * [new branch] gh/rec/150/orig -> origin/gh/rec/150/orig 2025-07-24T05:34:28.6935794Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-07-24T05:34:28.6936225Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-07-24T05:34:28.6936669Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-07-24T05:34:28.6937110Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-07-24T05:34:28.6937544Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-07-24T05:34:28.6937987Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-07-24T05:34:28.6938419Z * [new branch] gh/rec/156/base -> origin/gh/rec/156/base 2025-07-24T05:34:28.6939013Z * [new branch] gh/rec/156/head -> origin/gh/rec/156/head 2025-07-24T05:34:28.6939450Z * [new branch] gh/rec/156/orig -> origin/gh/rec/156/orig 2025-07-24T05:34:28.6939895Z * [new branch] gh/rec/157/base -> origin/gh/rec/157/base 2025-07-24T05:34:28.6940336Z * [new branch] gh/rec/157/head -> origin/gh/rec/157/head 2025-07-24T05:34:28.6940769Z * [new branch] gh/rec/157/orig -> origin/gh/rec/157/orig 2025-07-24T05:34:28.6941236Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-07-24T05:34:28.6941694Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-07-24T05:34:28.6942267Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-07-24T05:34:28.6942735Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-07-24T05:34:28.6943192Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-07-24T05:34:28.6943660Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-07-24T05:34:28.6944114Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-07-24T05:34:28.6944579Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-07-24T05:34:28.6945043Z * [new branch] gh/rtimpe/5/base -> origin/gh/rtimpe/5/base 2025-07-24T05:34:28.6945496Z * [new branch] gh/rtimpe/5/head -> origin/gh/rtimpe/5/head 2025-07-24T05:34:28.6945954Z * [new branch] gh/rtimpe/5/orig -> origin/gh/rtimpe/5/orig 2025-07-24T05:34:28.6946412Z * [new branch] gh/rtimpe/6/base -> origin/gh/rtimpe/6/base 2025-07-24T05:34:28.6946891Z * [new branch] gh/rtimpe/6/head -> origin/gh/rtimpe/6/head 2025-07-24T05:34:28.6947344Z * [new branch] gh/rtimpe/6/orig -> origin/gh/rtimpe/6/orig 2025-07-24T05:34:28.7386435Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-07-24T05:34:28.7387025Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-07-24T05:34:28.7387557Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-07-24T05:34:28.7388091Z * [new branch] gh/ruisizhang123/2/base -> origin/gh/ruisizhang123/2/base 2025-07-24T05:34:28.7388608Z * [new branch] gh/ruisizhang123/2/head -> origin/gh/ruisizhang123/2/head 2025-07-24T05:34:28.7389139Z * [new branch] gh/ruisizhang123/2/orig -> origin/gh/ruisizhang123/2/orig 2025-07-24T05:34:28.7389687Z * [new branch] gh/ruisizhang123/3/base -> origin/gh/ruisizhang123/3/base 2025-07-24T05:34:28.7390216Z * [new branch] gh/ruisizhang123/3/head -> origin/gh/ruisizhang123/3/head 2025-07-24T05:34:28.7390737Z * [new branch] gh/ruisizhang123/3/orig -> origin/gh/ruisizhang123/3/orig 2025-07-24T05:34:28.7391258Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-07-24T05:34:28.7391775Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-07-24T05:34:28.7392297Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-07-24T05:34:28.7392808Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-07-24T05:34:28.7393329Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-07-24T05:34:28.7393845Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-07-24T05:34:28.7394372Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-07-24T05:34:28.7395071Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-07-24T05:34:28.7395590Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-07-24T05:34:28.7396138Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-07-24T05:34:28.7396649Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-07-24T05:34:28.7397171Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-07-24T05:34:28.7397666Z * [new branch] gh/sarckk/2/base -> origin/gh/sarckk/2/base 2025-07-24T05:34:28.7398125Z * [new branch] gh/sarckk/2/head -> origin/gh/sarckk/2/head 2025-07-24T05:34:28.7398711Z * [new branch] gh/sarckk/2/orig -> origin/gh/sarckk/2/orig 2025-07-24T05:34:28.7399204Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-07-24T05:34:28.7399715Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-07-24T05:34:28.7400219Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-07-24T05:34:28.7400716Z * [new branch] gh/seemethere/23/base -> origin/gh/seemethere/23/base 2025-07-24T05:34:28.7401226Z * [new branch] gh/seemethere/23/head -> origin/gh/seemethere/23/head 2025-07-24T05:34:28.7401725Z * [new branch] gh/seemethere/23/orig -> origin/gh/seemethere/23/orig 2025-07-24T05:34:28.7402235Z * [new branch] gh/seemethere/24/base -> origin/gh/seemethere/24/base 2025-07-24T05:34:28.7402735Z * [new branch] gh/seemethere/24/head -> origin/gh/seemethere/24/head 2025-07-24T05:34:28.7403230Z * [new branch] gh/seemethere/24/orig -> origin/gh/seemethere/24/orig 2025-07-24T05:34:28.7403736Z * [new branch] gh/seemethere/30/base -> origin/gh/seemethere/30/base 2025-07-24T05:34:28.7404229Z * [new branch] gh/seemethere/30/head -> origin/gh/seemethere/30/head 2025-07-24T05:34:28.7404731Z * [new branch] gh/seemethere/30/orig -> origin/gh/seemethere/30/orig 2025-07-24T05:34:28.7405228Z * [new branch] gh/seemethere/32/base -> origin/gh/seemethere/32/base 2025-07-24T05:34:28.7405726Z * [new branch] gh/seemethere/32/head -> origin/gh/seemethere/32/head 2025-07-24T05:34:28.7406225Z * [new branch] gh/seemethere/32/orig -> origin/gh/seemethere/32/orig 2025-07-24T05:34:28.7406715Z * [new branch] gh/seemethere/33/base -> origin/gh/seemethere/33/base 2025-07-24T05:34:28.7407227Z * [new branch] gh/seemethere/33/head -> origin/gh/seemethere/33/head 2025-07-24T05:34:28.7407726Z * [new branch] gh/seemethere/33/orig -> origin/gh/seemethere/33/orig 2025-07-24T05:34:28.7408225Z * [new branch] gh/seemethere/34/base -> origin/gh/seemethere/34/base 2025-07-24T05:34:28.7408734Z * [new branch] gh/seemethere/34/head -> origin/gh/seemethere/34/head 2025-07-24T05:34:28.7409232Z * [new branch] gh/seemethere/34/orig -> origin/gh/seemethere/34/orig 2025-07-24T05:34:28.7808994Z * [new branch] gh/seemethere/35/base -> origin/gh/seemethere/35/base 2025-07-24T05:34:28.7809558Z * [new branch] gh/seemethere/35/head -> origin/gh/seemethere/35/head 2025-07-24T05:34:28.7810092Z * [new branch] gh/seemethere/35/orig -> origin/gh/seemethere/35/orig 2025-07-24T05:34:28.7811656Z * [new branch] gh/seemethere/36/base -> origin/gh/seemethere/36/base 2025-07-24T05:34:28.7812275Z * [new branch] gh/seemethere/36/head -> origin/gh/seemethere/36/head 2025-07-24T05:34:28.7812989Z * [new branch] gh/seemethere/36/orig -> origin/gh/seemethere/36/orig 2025-07-24T05:34:28.7813502Z * [new branch] gh/seemethere/37/base -> origin/gh/seemethere/37/base 2025-07-24T05:34:28.7813999Z * [new branch] gh/seemethere/37/head -> origin/gh/seemethere/37/head 2025-07-24T05:34:28.7814507Z * [new branch] gh/seemethere/37/orig -> origin/gh/seemethere/37/orig 2025-07-24T05:34:28.7815004Z * [new branch] gh/seemethere/38/base -> origin/gh/seemethere/38/base 2025-07-24T05:34:28.7815515Z * [new branch] gh/seemethere/38/head -> origin/gh/seemethere/38/head 2025-07-24T05:34:28.7816022Z * [new branch] gh/seemethere/38/orig -> origin/gh/seemethere/38/orig 2025-07-24T05:34:28.7817681Z * [new branch] gh/seemethere/39/base -> origin/gh/seemethere/39/base 2025-07-24T05:34:28.7818186Z * [new branch] gh/seemethere/39/head -> origin/gh/seemethere/39/head 2025-07-24T05:34:28.7818699Z * [new branch] gh/seemethere/39/orig -> origin/gh/seemethere/39/orig 2025-07-24T05:34:28.7819209Z * [new branch] gh/seemethere/40/base -> origin/gh/seemethere/40/base 2025-07-24T05:34:28.7819700Z * [new branch] gh/seemethere/40/head -> origin/gh/seemethere/40/head 2025-07-24T05:34:28.7820202Z * [new branch] gh/seemethere/40/orig -> origin/gh/seemethere/40/orig 2025-07-24T05:34:28.7820706Z * [new branch] gh/seemethere/41/base -> origin/gh/seemethere/41/base 2025-07-24T05:34:28.7821205Z * [new branch] gh/seemethere/41/head -> origin/gh/seemethere/41/head 2025-07-24T05:34:28.7821707Z * [new branch] gh/seemethere/41/orig -> origin/gh/seemethere/41/orig 2025-07-24T05:34:28.7823191Z * [new branch] gh/seemethere/42/base -> origin/gh/seemethere/42/base 2025-07-24T05:34:28.7823717Z * [new branch] gh/seemethere/42/head -> origin/gh/seemethere/42/head 2025-07-24T05:34:28.7824216Z * [new branch] gh/seemethere/42/orig -> origin/gh/seemethere/42/orig 2025-07-24T05:34:28.7824714Z * [new branch] gh/seemethere/43/base -> origin/gh/seemethere/43/base 2025-07-24T05:34:28.7825220Z * [new branch] gh/seemethere/43/head -> origin/gh/seemethere/43/head 2025-07-24T05:34:28.7825710Z * [new branch] gh/seemethere/43/orig -> origin/gh/seemethere/43/orig 2025-07-24T05:34:28.7826211Z * [new branch] gh/seemethere/44/base -> origin/gh/seemethere/44/base 2025-07-24T05:34:28.7826711Z * [new branch] gh/seemethere/44/head -> origin/gh/seemethere/44/head 2025-07-24T05:34:28.7827206Z * [new branch] gh/seemethere/44/orig -> origin/gh/seemethere/44/orig 2025-07-24T05:34:28.7827721Z * [new branch] gh/seemethere/45/base -> origin/gh/seemethere/45/base 2025-07-24T05:34:28.7830372Z * [new branch] gh/seemethere/45/head -> origin/gh/seemethere/45/head 2025-07-24T05:34:28.7830885Z * [new branch] gh/seemethere/45/orig -> origin/gh/seemethere/45/orig 2025-07-24T05:34:28.7831395Z * [new branch] gh/seemethere/46/base -> origin/gh/seemethere/46/base 2025-07-24T05:34:28.7831905Z * [new branch] gh/seemethere/46/head -> origin/gh/seemethere/46/head 2025-07-24T05:34:28.7832426Z * [new branch] gh/seemethere/46/orig -> origin/gh/seemethere/46/orig 2025-07-24T05:34:28.7832917Z * [new branch] gh/seemethere/47/base -> origin/gh/seemethere/47/base 2025-07-24T05:34:28.7833428Z * [new branch] gh/seemethere/47/head -> origin/gh/seemethere/47/head 2025-07-24T05:34:28.7833930Z * [new branch] gh/seemethere/47/orig -> origin/gh/seemethere/47/orig 2025-07-24T05:34:28.7852347Z * [new branch] gh/seemethere/48/base -> origin/gh/seemethere/48/base 2025-07-24T05:34:28.7852930Z * [new branch] gh/seemethere/48/head -> origin/gh/seemethere/48/head 2025-07-24T05:34:28.7853437Z * [new branch] gh/seemethere/48/orig -> origin/gh/seemethere/48/orig 2025-07-24T05:34:28.7853951Z * [new branch] gh/seemethere/49/base -> origin/gh/seemethere/49/base 2025-07-24T05:34:28.7854452Z * [new branch] gh/seemethere/49/head -> origin/gh/seemethere/49/head 2025-07-24T05:34:28.7854958Z * [new branch] gh/seemethere/49/orig -> origin/gh/seemethere/49/orig 2025-07-24T05:34:28.7855458Z * [new branch] gh/seemethere/50/base -> origin/gh/seemethere/50/base 2025-07-24T05:34:28.8253309Z * [new branch] gh/seemethere/50/head -> origin/gh/seemethere/50/head 2025-07-24T05:34:28.8254070Z * [new branch] gh/seemethere/50/orig -> origin/gh/seemethere/50/orig 2025-07-24T05:34:28.8254604Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-07-24T05:34:28.8255137Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-07-24T05:34:28.8255649Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-07-24T05:34:28.8256162Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-07-24T05:34:28.8256684Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-07-24T05:34:28.8257210Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-07-24T05:34:28.8257724Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-07-24T05:34:28.8258247Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-07-24T05:34:28.8258761Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-07-24T05:34:28.8259282Z * [new branch] gh/shunting314/211/base -> origin/gh/shunting314/211/base 2025-07-24T05:34:28.8259802Z * [new branch] gh/shunting314/211/head -> origin/gh/shunting314/211/head 2025-07-24T05:34:28.8260318Z * [new branch] gh/shunting314/211/orig -> origin/gh/shunting314/211/orig 2025-07-24T05:34:28.8260835Z * [new branch] gh/shunting314/212/base -> origin/gh/shunting314/212/base 2025-07-24T05:34:28.8261365Z * [new branch] gh/shunting314/212/head -> origin/gh/shunting314/212/head 2025-07-24T05:34:28.8261888Z * [new branch] gh/shunting314/212/orig -> origin/gh/shunting314/212/orig 2025-07-24T05:34:28.8262399Z * [new branch] gh/shunting314/213/base -> origin/gh/shunting314/213/base 2025-07-24T05:34:28.8262924Z * [new branch] gh/shunting314/213/head -> origin/gh/shunting314/213/head 2025-07-24T05:34:28.8263453Z * [new branch] gh/shunting314/213/orig -> origin/gh/shunting314/213/orig 2025-07-24T05:34:28.8263952Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-07-24T05:34:28.8264449Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-07-24T05:34:28.8264928Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-07-24T05:34:28.8265416Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-07-24T05:34:28.8265911Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-07-24T05:34:28.8266390Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-07-24T05:34:28.8266881Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-07-24T05:34:28.8267367Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-07-24T05:34:28.8268003Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-07-24T05:34:28.8268517Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-07-24T05:34:28.8269016Z * [new branch] gh/skarjala/1/base -> origin/gh/skarjala/1/base 2025-07-24T05:34:28.8269505Z * [new branch] gh/skarjala/1/head -> origin/gh/skarjala/1/head 2025-07-24T05:34:28.8269974Z * [new branch] gh/skarjala/1/orig -> origin/gh/skarjala/1/orig 2025-07-24T05:34:28.8270458Z * [new branch] gh/skarjala/10/base -> origin/gh/skarjala/10/base 2025-07-24T05:34:28.8270934Z * [new branch] gh/skarjala/10/head -> origin/gh/skarjala/10/head 2025-07-24T05:34:28.8271511Z * [new branch] gh/skarjala/10/orig -> origin/gh/skarjala/10/orig 2025-07-24T05:34:28.8271999Z * [new branch] gh/skarjala/11/base -> origin/gh/skarjala/11/base 2025-07-24T05:34:28.8272475Z * [new branch] gh/skarjala/11/head -> origin/gh/skarjala/11/head 2025-07-24T05:34:28.8272962Z * [new branch] gh/skarjala/11/orig -> origin/gh/skarjala/11/orig 2025-07-24T05:34:28.8273433Z * [new branch] gh/skarjala/12/base -> origin/gh/skarjala/12/base 2025-07-24T05:34:28.8273926Z * [new branch] gh/skarjala/12/head -> origin/gh/skarjala/12/head 2025-07-24T05:34:28.8274414Z * [new branch] gh/skarjala/12/orig -> origin/gh/skarjala/12/orig 2025-07-24T05:34:28.8274883Z * [new branch] gh/skarjala/2/base -> origin/gh/skarjala/2/base 2025-07-24T05:34:28.8275377Z * [new branch] gh/skarjala/2/head -> origin/gh/skarjala/2/head 2025-07-24T05:34:28.8275852Z * [new branch] gh/skarjala/2/orig -> origin/gh/skarjala/2/orig 2025-07-24T05:34:28.8276332Z * [new branch] gh/skarjala/3/base -> origin/gh/skarjala/3/base 2025-07-24T05:34:28.8276809Z * [new branch] gh/skarjala/3/head -> origin/gh/skarjala/3/head 2025-07-24T05:34:28.8757980Z * [new branch] gh/skarjala/3/orig -> origin/gh/skarjala/3/orig 2025-07-24T05:34:28.8759557Z * [new branch] gh/skarjala/4/base -> origin/gh/skarjala/4/base 2025-07-24T05:34:28.8760042Z * [new branch] gh/skarjala/4/head -> origin/gh/skarjala/4/head 2025-07-24T05:34:28.8760547Z * [new branch] gh/skarjala/4/orig -> origin/gh/skarjala/4/orig 2025-07-24T05:34:28.8761026Z * [new branch] gh/skarjala/5/base -> origin/gh/skarjala/5/base 2025-07-24T05:34:28.8761500Z * [new branch] gh/skarjala/5/head -> origin/gh/skarjala/5/head 2025-07-24T05:34:28.8762009Z * [new branch] gh/skarjala/5/orig -> origin/gh/skarjala/5/orig 2025-07-24T05:34:28.8762493Z * [new branch] gh/skarjala/6/base -> origin/gh/skarjala/6/base 2025-07-24T05:34:28.8762972Z * [new branch] gh/skarjala/6/head -> origin/gh/skarjala/6/head 2025-07-24T05:34:28.8763443Z * [new branch] gh/skarjala/6/orig -> origin/gh/skarjala/6/orig 2025-07-24T05:34:28.8763909Z * [new branch] gh/skarjala/7/base -> origin/gh/skarjala/7/base 2025-07-24T05:34:28.8765393Z * [new branch] gh/skarjala/7/head -> origin/gh/skarjala/7/head 2025-07-24T05:34:28.8765865Z * [new branch] gh/skarjala/7/orig -> origin/gh/skarjala/7/orig 2025-07-24T05:34:28.8766346Z * [new branch] gh/skarjala/8/base -> origin/gh/skarjala/8/base 2025-07-24T05:34:28.8766827Z * [new branch] gh/skarjala/8/head -> origin/gh/skarjala/8/head 2025-07-24T05:34:28.8767302Z * [new branch] gh/skarjala/8/orig -> origin/gh/skarjala/8/orig 2025-07-24T05:34:28.8767968Z * [new branch] gh/skarjala/9/base -> origin/gh/skarjala/9/base 2025-07-24T05:34:28.8768447Z * [new branch] gh/skarjala/9/head -> origin/gh/skarjala/9/head 2025-07-24T05:34:28.8768931Z * [new branch] gh/skarjala/9/orig -> origin/gh/skarjala/9/orig 2025-07-24T05:34:28.8769432Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-07-24T05:34:28.8770555Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-07-24T05:34:28.8771465Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-07-24T05:34:28.8772020Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-07-24T05:34:28.8772664Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-07-24T05:34:28.8773157Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-07-24T05:34:28.8773663Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-07-24T05:34:28.8774164Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-07-24T05:34:28.8774647Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-07-24T05:34:28.8775148Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-07-24T05:34:28.8775639Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-07-24T05:34:28.8777156Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-07-24T05:34:28.8777661Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-07-24T05:34:28.8778161Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-07-24T05:34:28.8778670Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-07-24T05:34:28.8779160Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-07-24T05:34:28.8779662Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-07-24T05:34:28.8780159Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-07-24T05:34:28.8780648Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-07-24T05:34:28.8781152Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-07-24T05:34:28.8782629Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-07-24T05:34:28.8783136Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-07-24T05:34:28.8783643Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-07-24T05:34:28.8784149Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-07-24T05:34:28.8784658Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-07-24T05:34:28.8785148Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-07-24T05:34:28.8785648Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-07-24T05:34:28.8786141Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-07-24T05:34:28.9208961Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-07-24T05:34:28.9209532Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-07-24T05:34:28.9210067Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-07-24T05:34:28.9210765Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-07-24T05:34:28.9211291Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-07-24T05:34:28.9211831Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-07-24T05:34:28.9212343Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-07-24T05:34:28.9212838Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-07-24T05:34:28.9213350Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-07-24T05:34:28.9213847Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-07-24T05:34:28.9214337Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-07-24T05:34:28.9214970Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-07-24T05:34:28.9215475Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-07-24T05:34:28.9215985Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-07-24T05:34:28.9216504Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-07-24T05:34:28.9216998Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-07-24T05:34:28.9217497Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-07-24T05:34:28.9217992Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-07-24T05:34:28.9218499Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-07-24T05:34:28.9218999Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-07-24T05:34:28.9219497Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-07-24T05:34:28.9219996Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-07-24T05:34:28.9220486Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-07-24T05:34:28.9220980Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-07-24T05:34:28.9221473Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-07-24T05:34:28.9221970Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-07-24T05:34:28.9222464Z * [new branch] gh/soulitzer/362/base -> origin/gh/soulitzer/362/base 2025-07-24T05:34:28.9222960Z * [new branch] gh/soulitzer/362/head -> origin/gh/soulitzer/362/head 2025-07-24T05:34:28.9223461Z * [new branch] gh/soulitzer/362/orig -> origin/gh/soulitzer/362/orig 2025-07-24T05:34:28.9223956Z * [new branch] gh/soulitzer/372/base -> origin/gh/soulitzer/372/base 2025-07-24T05:34:28.9224452Z * [new branch] gh/soulitzer/372/head -> origin/gh/soulitzer/372/head 2025-07-24T05:34:28.9224951Z * [new branch] gh/soulitzer/372/orig -> origin/gh/soulitzer/372/orig 2025-07-24T05:34:28.9225451Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-07-24T05:34:28.9225947Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-07-24T05:34:28.9226434Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-07-24T05:34:28.9226923Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-07-24T05:34:28.9227397Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-07-24T05:34:28.9227888Z * [new branch] gh/swolchok/758/base -> origin/gh/swolchok/758/base 2025-07-24T05:34:28.9229198Z * [new branch] gh/swolchok/758/head -> origin/gh/swolchok/758/head 2025-07-24T05:34:28.9229686Z * [new branch] gh/swolchok/758/orig -> origin/gh/swolchok/758/orig 2025-07-24T05:34:28.9230184Z * [new branch] gh/swolchok/767/base -> origin/gh/swolchok/767/base 2025-07-24T05:34:28.9230663Z * [new branch] gh/swolchok/767/head -> origin/gh/swolchok/767/head 2025-07-24T05:34:28.9231147Z * [new branch] gh/swolchok/767/orig -> origin/gh/swolchok/767/orig 2025-07-24T05:34:28.9231641Z * [new branch] gh/swolchok/768/base -> origin/gh/swolchok/768/base 2025-07-24T05:34:28.9232121Z * [new branch] gh/swolchok/768/head -> origin/gh/swolchok/768/head 2025-07-24T05:34:28.9232722Z * [new branch] gh/swolchok/768/orig -> origin/gh/swolchok/768/orig 2025-07-24T05:34:28.9678861Z * [new branch] gh/swolchok/769/base -> origin/gh/swolchok/769/base 2025-07-24T05:34:28.9679464Z * [new branch] gh/swolchok/769/head -> origin/gh/swolchok/769/head 2025-07-24T05:34:28.9679991Z * [new branch] gh/swolchok/769/orig -> origin/gh/swolchok/769/orig 2025-07-24T05:34:28.9680473Z * [new branch] gh/swolchok/771/base -> origin/gh/swolchok/771/base 2025-07-24T05:34:28.9680966Z * [new branch] gh/swolchok/771/head -> origin/gh/swolchok/771/head 2025-07-24T05:34:28.9681457Z * [new branch] gh/swolchok/771/orig -> origin/gh/swolchok/771/orig 2025-07-24T05:34:28.9681997Z * [new branch] gh/swolchok/772/base -> origin/gh/swolchok/772/base 2025-07-24T05:34:28.9682531Z * [new branch] gh/swolchok/772/head -> origin/gh/swolchok/772/head 2025-07-24T05:34:28.9683024Z * [new branch] gh/swolchok/772/orig -> origin/gh/swolchok/772/orig 2025-07-24T05:34:28.9683515Z * [new branch] gh/swolchok/773/base -> origin/gh/swolchok/773/base 2025-07-24T05:34:28.9683999Z * [new branch] gh/swolchok/773/head -> origin/gh/swolchok/773/head 2025-07-24T05:34:28.9684480Z * [new branch] gh/swolchok/773/orig -> origin/gh/swolchok/773/orig 2025-07-24T05:34:28.9684964Z * [new branch] gh/swolchok/775/base -> origin/gh/swolchok/775/base 2025-07-24T05:34:28.9685443Z * [new branch] gh/swolchok/775/head -> origin/gh/swolchok/775/head 2025-07-24T05:34:28.9685931Z * [new branch] gh/swolchok/775/orig -> origin/gh/swolchok/775/orig 2025-07-24T05:34:28.9686415Z * [new branch] gh/swolchok/777/base -> origin/gh/swolchok/777/base 2025-07-24T05:34:28.9686895Z * [new branch] gh/swolchok/777/head -> origin/gh/swolchok/777/head 2025-07-24T05:34:28.9687435Z * [new branch] gh/swolchok/777/orig -> origin/gh/swolchok/777/orig 2025-07-24T05:34:28.9687966Z * [new branch] gh/swolchok/783/base -> origin/gh/swolchok/783/base 2025-07-24T05:34:28.9688462Z * [new branch] gh/swolchok/783/head -> origin/gh/swolchok/783/head 2025-07-24T05:34:28.9688943Z * [new branch] gh/swolchok/783/orig -> origin/gh/swolchok/783/orig 2025-07-24T05:34:28.9689430Z * [new branch] gh/swolchok/784/base -> origin/gh/swolchok/784/base 2025-07-24T05:34:28.9689919Z * [new branch] gh/swolchok/784/head -> origin/gh/swolchok/784/head 2025-07-24T05:34:28.9690396Z * [new branch] gh/swolchok/784/orig -> origin/gh/swolchok/784/orig 2025-07-24T05:34:28.9690882Z * [new branch] gh/swolchok/785/base -> origin/gh/swolchok/785/base 2025-07-24T05:34:28.9691365Z * [new branch] gh/swolchok/785/head -> origin/gh/swolchok/785/head 2025-07-24T05:34:28.9691910Z * [new branch] gh/swolchok/785/orig -> origin/gh/swolchok/785/orig 2025-07-24T05:34:28.9692600Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-07-24T05:34:28.9693130Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-07-24T05:34:28.9693661Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-07-24T05:34:28.9694133Z * [new branch] gh/teja-rao/1/base -> origin/gh/teja-rao/1/base 2025-07-24T05:34:28.9694621Z * [new branch] gh/teja-rao/1/head -> origin/gh/teja-rao/1/head 2025-07-24T05:34:28.9695096Z * [new branch] gh/teja-rao/1/orig -> origin/gh/teja-rao/1/orig 2025-07-24T05:34:28.9695562Z * [new branch] gh/teja-rao/2/base -> origin/gh/teja-rao/2/base 2025-07-24T05:34:28.9696145Z * [new branch] gh/teja-rao/2/head -> origin/gh/teja-rao/2/head 2025-07-24T05:34:28.9696611Z * [new branch] gh/teja-rao/2/orig -> origin/gh/teja-rao/2/orig 2025-07-24T05:34:28.9697090Z * [new branch] gh/teja-rao/3/base -> origin/gh/teja-rao/3/base 2025-07-24T05:34:28.9697549Z * [new branch] gh/teja-rao/3/head -> origin/gh/teja-rao/3/head 2025-07-24T05:34:28.9698017Z * [new branch] gh/teja-rao/3/orig -> origin/gh/teja-rao/3/orig 2025-07-24T05:34:28.9698498Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-07-24T05:34:28.9699013Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-07-24T05:34:28.9699527Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-07-24T05:34:28.9699990Z * [new branch] gh/tianyu-l/3/base -> origin/gh/tianyu-l/3/base 2025-07-24T05:34:28.9700464Z * [new branch] gh/tianyu-l/3/orig -> origin/gh/tianyu-l/3/orig 2025-07-24T05:34:28.9700938Z * [new branch] gh/tianyu-l/4/base -> origin/gh/tianyu-l/4/base 2025-07-24T05:34:28.9701395Z * [new branch] gh/tianyu-l/4/head -> origin/gh/tianyu-l/4/head 2025-07-24T05:34:28.9701861Z * [new branch] gh/tianyu-l/4/orig -> origin/gh/tianyu-l/4/orig 2025-07-24T05:34:29.0138250Z * [new branch] gh/titaiwangms/1/base -> origin/gh/titaiwangms/1/base 2025-07-24T05:34:29.0138893Z * [new branch] gh/titaiwangms/1/head -> origin/gh/titaiwangms/1/head 2025-07-24T05:34:29.0139415Z * [new branch] gh/titaiwangms/1/orig -> origin/gh/titaiwangms/1/orig 2025-07-24T05:34:29.0139924Z * [new branch] gh/titaiwangms/2/base -> origin/gh/titaiwangms/2/base 2025-07-24T05:34:29.0140430Z * [new branch] gh/titaiwangms/2/head -> origin/gh/titaiwangms/2/head 2025-07-24T05:34:29.0140949Z * [new branch] gh/titaiwangms/2/orig -> origin/gh/titaiwangms/2/orig 2025-07-24T05:34:29.0141466Z * [new branch] gh/titaiwangms/3/base -> origin/gh/titaiwangms/3/base 2025-07-24T05:34:29.0141969Z * [new branch] gh/titaiwangms/3/head -> origin/gh/titaiwangms/3/head 2025-07-24T05:34:29.0142464Z * [new branch] gh/titaiwangms/3/orig -> origin/gh/titaiwangms/3/orig 2025-07-24T05:34:29.0142970Z * [new branch] gh/titaiwangms/4/base -> origin/gh/titaiwangms/4/base 2025-07-24T05:34:29.0143470Z * [new branch] gh/titaiwangms/4/head -> origin/gh/titaiwangms/4/head 2025-07-24T05:34:29.0144028Z * [new branch] gh/titaiwangms/4/orig -> origin/gh/titaiwangms/4/orig 2025-07-24T05:34:29.0144586Z * [new branch] gh/titaiwangms/5/base -> origin/gh/titaiwangms/5/base 2025-07-24T05:34:29.0145098Z * [new branch] gh/titaiwangms/5/head -> origin/gh/titaiwangms/5/head 2025-07-24T05:34:29.0145618Z * [new branch] gh/titaiwangms/5/orig -> origin/gh/titaiwangms/5/orig 2025-07-24T05:34:29.0146316Z * [new branch] gh/titaiwangms/6/base -> origin/gh/titaiwangms/6/base 2025-07-24T05:34:29.0146821Z * [new branch] gh/titaiwangms/6/head -> origin/gh/titaiwangms/6/head 2025-07-24T05:34:29.0147326Z * [new branch] gh/titaiwangms/6/orig -> origin/gh/titaiwangms/6/orig 2025-07-24T05:34:29.0147822Z * [new branch] gh/titaiwangms/7/base -> origin/gh/titaiwangms/7/base 2025-07-24T05:34:29.0148338Z * [new branch] gh/titaiwangms/7/head -> origin/gh/titaiwangms/7/head 2025-07-24T05:34:29.0148847Z * [new branch] gh/titaiwangms/7/orig -> origin/gh/titaiwangms/7/orig 2025-07-24T05:34:29.0149404Z * [new branch] gh/titaiwangms/8/base -> origin/gh/titaiwangms/8/base 2025-07-24T05:34:29.0150861Z * [new branch] gh/titaiwangms/8/head -> origin/gh/titaiwangms/8/head 2025-07-24T05:34:29.0151434Z * [new branch] gh/titaiwangms/8/orig -> origin/gh/titaiwangms/8/orig 2025-07-24T05:34:29.0151915Z * [new branch] gh/v0i0/1/base -> origin/gh/v0i0/1/base 2025-07-24T05:34:29.0152352Z * [new branch] gh/v0i0/1/head -> origin/gh/v0i0/1/head 2025-07-24T05:34:29.0152797Z * [new branch] gh/v0i0/1/orig -> origin/gh/v0i0/1/orig 2025-07-24T05:34:29.0153220Z * [new branch] gh/v0i0/2/base -> origin/gh/v0i0/2/base 2025-07-24T05:34:29.0153658Z * [new branch] gh/v0i0/2/head -> origin/gh/v0i0/2/head 2025-07-24T05:34:29.0154090Z * [new branch] gh/v0i0/2/orig -> origin/gh/v0i0/2/orig 2025-07-24T05:34:29.0154517Z * [new branch] gh/v0i0/3/base -> origin/gh/v0i0/3/base 2025-07-24T05:34:29.0154954Z * [new branch] gh/v0i0/3/head -> origin/gh/v0i0/3/head 2025-07-24T05:34:29.0155443Z * [new branch] gh/v0i0/3/orig -> origin/gh/v0i0/3/orig 2025-07-24T05:34:29.0155929Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-07-24T05:34:29.0156385Z * [new branch] gh/vkuzo/10/base -> origin/gh/vkuzo/10/base 2025-07-24T05:34:29.0156835Z * [new branch] gh/vkuzo/10/head -> origin/gh/vkuzo/10/head 2025-07-24T05:34:29.0157297Z * [new branch] gh/vkuzo/10/orig -> origin/gh/vkuzo/10/orig 2025-07-24T05:34:29.0157743Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-07-24T05:34:29.0158191Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-07-24T05:34:29.0158675Z * [new branch] gh/wanchaol/373/base -> origin/gh/wanchaol/373/base 2025-07-24T05:34:29.0159173Z * [new branch] gh/wanchaol/373/head -> origin/gh/wanchaol/373/head 2025-07-24T05:34:29.0159670Z * [new branch] gh/wanchaol/373/orig -> origin/gh/wanchaol/373/orig 2025-07-24T05:34:29.0160155Z * [new branch] gh/wanchaol/374/base -> origin/gh/wanchaol/374/base 2025-07-24T05:34:29.0160639Z * [new branch] gh/wanchaol/374/head -> origin/gh/wanchaol/374/head 2025-07-24T05:34:29.0161167Z * [new branch] gh/wanchaol/374/orig -> origin/gh/wanchaol/374/orig 2025-07-24T05:34:29.0161700Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-07-24T05:34:29.0162186Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-07-24T05:34:29.0586542Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-07-24T05:34:29.0587077Z * [new branch] gh/wconstab/419/base -> origin/gh/wconstab/419/base 2025-07-24T05:34:29.0587618Z * [new branch] gh/wconstab/419/head -> origin/gh/wconstab/419/head 2025-07-24T05:34:29.0588292Z * [new branch] gh/wconstab/419/orig -> origin/gh/wconstab/419/orig 2025-07-24T05:34:29.0588784Z * [new branch] gh/wconstab/420/base -> origin/gh/wconstab/420/base 2025-07-24T05:34:29.0589264Z * [new branch] gh/wconstab/420/head -> origin/gh/wconstab/420/head 2025-07-24T05:34:29.0589758Z * [new branch] gh/wconstab/420/orig -> origin/gh/wconstab/420/orig 2025-07-24T05:34:29.0590247Z * [new branch] gh/wconstab/421/base -> origin/gh/wconstab/421/base 2025-07-24T05:34:29.0590726Z * [new branch] gh/wconstab/421/orig -> origin/gh/wconstab/421/orig 2025-07-24T05:34:29.0591218Z * [new branch] gh/wconstab/422/base -> origin/gh/wconstab/422/base 2025-07-24T05:34:29.0591810Z * [new branch] gh/wconstab/422/head -> origin/gh/wconstab/422/head 2025-07-24T05:34:29.0592303Z * [new branch] gh/wconstab/422/orig -> origin/gh/wconstab/422/orig 2025-07-24T05:34:29.0592801Z * [new branch] gh/wconstab/423/base -> origin/gh/wconstab/423/base 2025-07-24T05:34:29.0593286Z * [new branch] gh/wconstab/423/head -> origin/gh/wconstab/423/head 2025-07-24T05:34:29.0593785Z * [new branch] gh/wconstab/423/orig -> origin/gh/wconstab/423/orig 2025-07-24T05:34:29.0594264Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-07-24T05:34:29.0594765Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-07-24T05:34:29.0595246Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-07-24T05:34:29.0595736Z * [new branch] gh/wconstab/425/base -> origin/gh/wconstab/425/base 2025-07-24T05:34:29.0596225Z * [new branch] gh/wconstab/425/head -> origin/gh/wconstab/425/head 2025-07-24T05:34:29.0596714Z * [new branch] gh/wconstab/425/orig -> origin/gh/wconstab/425/orig 2025-07-24T05:34:29.0597204Z * [new branch] gh/wconstab/426/base -> origin/gh/wconstab/426/base 2025-07-24T05:34:29.0597680Z * [new branch] gh/wconstab/426/head -> origin/gh/wconstab/426/head 2025-07-24T05:34:29.0598168Z * [new branch] gh/wconstab/426/orig -> origin/gh/wconstab/426/orig 2025-07-24T05:34:29.0598658Z * [new branch] gh/wconstab/427/base -> origin/gh/wconstab/427/base 2025-07-24T05:34:29.0599136Z * [new branch] gh/wconstab/427/head -> origin/gh/wconstab/427/head 2025-07-24T05:34:29.0599627Z * [new branch] gh/wconstab/427/orig -> origin/gh/wconstab/427/orig 2025-07-24T05:34:29.0600104Z * [new branch] gh/wconstab/428/base -> origin/gh/wconstab/428/base 2025-07-24T05:34:29.0600592Z * [new branch] gh/wconstab/428/head -> origin/gh/wconstab/428/head 2025-07-24T05:34:29.0601078Z * [new branch] gh/wconstab/428/orig -> origin/gh/wconstab/428/orig 2025-07-24T05:34:29.0601554Z * [new branch] gh/wconstab/429/base -> origin/gh/wconstab/429/base 2025-07-24T05:34:29.0602047Z * [new branch] gh/wconstab/429/head -> origin/gh/wconstab/429/head 2025-07-24T05:34:29.0602526Z * [new branch] gh/wconstab/429/orig -> origin/gh/wconstab/429/orig 2025-07-24T05:34:29.0603015Z * [new branch] gh/wconstab/430/base -> origin/gh/wconstab/430/base 2025-07-24T05:34:29.0603512Z * [new branch] gh/wconstab/430/head -> origin/gh/wconstab/430/head 2025-07-24T05:34:29.0603990Z * [new branch] gh/wconstab/430/orig -> origin/gh/wconstab/430/orig 2025-07-24T05:34:29.0604484Z * [new branch] gh/wconstab/431/base -> origin/gh/wconstab/431/base 2025-07-24T05:34:29.0604968Z * [new branch] gh/wconstab/431/head -> origin/gh/wconstab/431/head 2025-07-24T05:34:29.0605557Z * [new branch] gh/wconstab/431/orig -> origin/gh/wconstab/431/orig 2025-07-24T05:34:29.0606059Z * [new branch] gh/weifengpy/27/base -> origin/gh/weifengpy/27/base 2025-07-24T05:34:29.0606554Z * [new branch] gh/weifengpy/27/head -> origin/gh/weifengpy/27/head 2025-07-24T05:34:29.0607063Z * [new branch] gh/weifengpy/27/orig -> origin/gh/weifengpy/27/orig 2025-07-24T05:34:29.0607553Z * [new branch] gh/weifengpy/30/base -> origin/gh/weifengpy/30/base 2025-07-24T05:34:29.0608052Z * [new branch] gh/weifengpy/30/head -> origin/gh/weifengpy/30/head 2025-07-24T05:34:29.0608533Z * [new branch] gh/weifengpy/30/orig -> origin/gh/weifengpy/30/orig 2025-07-24T05:34:29.0609119Z * [new branch] gh/weifengpy/31/base -> origin/gh/weifengpy/31/base 2025-07-24T05:34:29.1031138Z * [new branch] gh/weifengpy/31/head -> origin/gh/weifengpy/31/head 2025-07-24T05:34:29.1031660Z * [new branch] gh/weifengpy/31/orig -> origin/gh/weifengpy/31/orig 2025-07-24T05:34:29.1032177Z * [new branch] gh/weifengpy/32/base -> origin/gh/weifengpy/32/base 2025-07-24T05:34:29.1032665Z * [new branch] gh/weifengpy/32/head -> origin/gh/weifengpy/32/head 2025-07-24T05:34:29.1033167Z * [new branch] gh/weifengpy/32/orig -> origin/gh/weifengpy/32/orig 2025-07-24T05:34:29.1033696Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-07-24T05:34:29.1034276Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-07-24T05:34:29.1034854Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-07-24T05:34:29.1035405Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-07-24T05:34:29.1035946Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-07-24T05:34:29.1036488Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-07-24T05:34:29.1037011Z * [new branch] gh/williamwen42/241/base -> origin/gh/williamwen42/241/base 2025-07-24T05:34:29.1037545Z * [new branch] gh/williamwen42/241/head -> origin/gh/williamwen42/241/head 2025-07-24T05:34:29.1038073Z * [new branch] gh/williamwen42/241/orig -> origin/gh/williamwen42/241/orig 2025-07-24T05:34:29.1038598Z * [new branch] gh/williamwen42/242/base -> origin/gh/williamwen42/242/base 2025-07-24T05:34:29.1039128Z * [new branch] gh/williamwen42/242/head -> origin/gh/williamwen42/242/head 2025-07-24T05:34:29.1039650Z * [new branch] gh/williamwen42/242/orig -> origin/gh/williamwen42/242/orig 2025-07-24T05:34:29.1040290Z * [new branch] gh/williamwen42/243/base -> origin/gh/williamwen42/243/base 2025-07-24T05:34:29.1041022Z * [new branch] gh/williamwen42/243/head -> origin/gh/williamwen42/243/head 2025-07-24T05:34:29.1041561Z * [new branch] gh/williamwen42/243/orig -> origin/gh/williamwen42/243/orig 2025-07-24T05:34:29.1042084Z * [new branch] gh/williamwen42/244/base -> origin/gh/williamwen42/244/base 2025-07-24T05:34:29.1042610Z * [new branch] gh/williamwen42/244/head -> origin/gh/williamwen42/244/head 2025-07-24T05:34:29.1043138Z * [new branch] gh/williamwen42/244/orig -> origin/gh/williamwen42/244/orig 2025-07-24T05:34:29.1043662Z * [new branch] gh/williamwen42/245/base -> origin/gh/williamwen42/245/base 2025-07-24T05:34:29.1044200Z * [new branch] gh/williamwen42/245/head -> origin/gh/williamwen42/245/head 2025-07-24T05:34:29.1044737Z * [new branch] gh/williamwen42/245/orig -> origin/gh/williamwen42/245/orig 2025-07-24T05:34:29.1045421Z * [new branch] gh/williamwen42/246/base -> origin/gh/williamwen42/246/base 2025-07-24T05:34:29.1046271Z * [new branch] gh/williamwen42/246/head -> origin/gh/williamwen42/246/head 2025-07-24T05:34:29.1047004Z * [new branch] gh/williamwen42/246/orig -> origin/gh/williamwen42/246/orig 2025-07-24T05:34:29.1047651Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-07-24T05:34:29.1048207Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-07-24T05:34:29.1048726Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-07-24T05:34:29.1049259Z * [new branch] gh/williamwen42/251/base -> origin/gh/williamwen42/251/base 2025-07-24T05:34:29.1049895Z * [new branch] gh/williamwen42/251/head -> origin/gh/williamwen42/251/head 2025-07-24T05:34:29.1050430Z * [new branch] gh/williamwen42/251/orig -> origin/gh/williamwen42/251/orig 2025-07-24T05:34:29.1050960Z * [new branch] gh/williamwen42/252/base -> origin/gh/williamwen42/252/base 2025-07-24T05:34:29.1051481Z * [new branch] gh/williamwen42/252/head -> origin/gh/williamwen42/252/head 2025-07-24T05:34:29.1052145Z * [new branch] gh/williamwen42/252/orig -> origin/gh/williamwen42/252/orig 2025-07-24T05:34:29.1052717Z * [new branch] gh/williamwen42/253/base -> origin/gh/williamwen42/253/base 2025-07-24T05:34:29.1053257Z * [new branch] gh/williamwen42/253/head -> origin/gh/williamwen42/253/head 2025-07-24T05:34:29.1053853Z * [new branch] gh/williamwen42/253/orig -> origin/gh/williamwen42/253/orig 2025-07-24T05:34:29.1054413Z * [new branch] gh/williamwen42/254/base -> origin/gh/williamwen42/254/base 2025-07-24T05:34:29.1055032Z * [new branch] gh/williamwen42/254/head -> origin/gh/williamwen42/254/head 2025-07-24T05:34:29.1055610Z * [new branch] gh/williamwen42/254/orig -> origin/gh/williamwen42/254/orig 2025-07-24T05:34:29.1071168Z * [new branch] gh/williamwen42/255/base -> origin/gh/williamwen42/255/base 2025-07-24T05:34:29.2289433Z * [new branch] gh/williamwen42/255/head -> origin/gh/williamwen42/255/head 2025-07-24T05:34:29.2290026Z * [new branch] gh/williamwen42/255/orig -> origin/gh/williamwen42/255/orig 2025-07-24T05:34:29.2290602Z * [new branch] gh/williamwen42/256/base -> origin/gh/williamwen42/256/base 2025-07-24T05:34:29.2291132Z * [new branch] gh/williamwen42/256/head -> origin/gh/williamwen42/256/head 2025-07-24T05:34:29.2291676Z * [new branch] gh/williamwen42/256/orig -> origin/gh/williamwen42/256/orig 2025-07-24T05:34:29.2292282Z * [new branch] gh/williamwen42/257/base -> origin/gh/williamwen42/257/base 2025-07-24T05:34:29.2292823Z * [new branch] gh/williamwen42/257/head -> origin/gh/williamwen42/257/head 2025-07-24T05:34:29.2293420Z * [new branch] gh/williamwen42/257/orig -> origin/gh/williamwen42/257/orig 2025-07-24T05:34:29.2293993Z * [new branch] gh/williamwen42/258/base -> origin/gh/williamwen42/258/base 2025-07-24T05:34:29.2294526Z * [new branch] gh/williamwen42/258/head -> origin/gh/williamwen42/258/head 2025-07-24T05:34:29.2295071Z * [new branch] gh/williamwen42/258/orig -> origin/gh/williamwen42/258/orig 2025-07-24T05:34:29.2295588Z * [new branch] gh/williamwen42/259/base -> origin/gh/williamwen42/259/base 2025-07-24T05:34:29.2296126Z * [new branch] gh/williamwen42/259/head -> origin/gh/williamwen42/259/head 2025-07-24T05:34:29.2296661Z * [new branch] gh/williamwen42/259/orig -> origin/gh/williamwen42/259/orig 2025-07-24T05:34:29.2297386Z * [new branch] gh/williamwen42/260/base -> origin/gh/williamwen42/260/base 2025-07-24T05:34:29.2297924Z * [new branch] gh/williamwen42/260/head -> origin/gh/williamwen42/260/head 2025-07-24T05:34:29.2298445Z * [new branch] gh/williamwen42/260/orig -> origin/gh/williamwen42/260/orig 2025-07-24T05:34:29.2299034Z * [new branch] gh/williamwen42/261/base -> origin/gh/williamwen42/261/base 2025-07-24T05:34:29.2299604Z * [new branch] gh/williamwen42/261/head -> origin/gh/williamwen42/261/head 2025-07-24T05:34:29.2300130Z * [new branch] gh/williamwen42/261/orig -> origin/gh/williamwen42/261/orig 2025-07-24T05:34:29.2300656Z * [new branch] gh/williamwen42/262/base -> origin/gh/williamwen42/262/base 2025-07-24T05:34:29.2301305Z * [new branch] gh/williamwen42/262/head -> origin/gh/williamwen42/262/head 2025-07-24T05:34:29.2301837Z * [new branch] gh/williamwen42/262/orig -> origin/gh/williamwen42/262/orig 2025-07-24T05:34:29.2302368Z * [new branch] gh/williamwen42/263/base -> origin/gh/williamwen42/263/base 2025-07-24T05:34:29.2302904Z * [new branch] gh/williamwen42/263/head -> origin/gh/williamwen42/263/head 2025-07-24T05:34:29.2303441Z * [new branch] gh/williamwen42/263/orig -> origin/gh/williamwen42/263/orig 2025-07-24T05:34:29.2303933Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-07-24T05:34:29.2304424Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-07-24T05:34:29.2304940Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-07-24T05:34:29.2305460Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-07-24T05:34:29.2305922Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-07-24T05:34:29.2306394Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-07-24T05:34:29.2306866Z * [new branch] gh/xmfan/223/base -> origin/gh/xmfan/223/base 2025-07-24T05:34:29.2307325Z * [new branch] gh/xmfan/223/head -> origin/gh/xmfan/223/head 2025-07-24T05:34:29.2307800Z * [new branch] gh/xmfan/223/orig -> origin/gh/xmfan/223/orig 2025-07-24T05:34:29.2308263Z * [new branch] gh/xmfan/228/base -> origin/gh/xmfan/228/base 2025-07-24T05:34:29.2308734Z * [new branch] gh/xmfan/228/head -> origin/gh/xmfan/228/head 2025-07-24T05:34:29.2309200Z * [new branch] gh/xmfan/228/orig -> origin/gh/xmfan/228/orig 2025-07-24T05:34:29.2309658Z * [new branch] gh/xmfan/229/base -> origin/gh/xmfan/229/base 2025-07-24T05:34:29.2310140Z * [new branch] gh/xmfan/229/head -> origin/gh/xmfan/229/head 2025-07-24T05:34:29.2310649Z * [new branch] gh/xmfan/229/orig -> origin/gh/xmfan/229/orig 2025-07-24T05:34:29.2311175Z * [new branch] gh/xmfan/230/base -> origin/gh/xmfan/230/base 2025-07-24T05:34:29.2311660Z * [new branch] gh/xmfan/230/head -> origin/gh/xmfan/230/head 2025-07-24T05:34:29.2312118Z * [new branch] gh/xmfan/230/orig -> origin/gh/xmfan/230/orig 2025-07-24T05:34:29.2312598Z * [new branch] gh/xmfan/237/base -> origin/gh/xmfan/237/base 2025-07-24T05:34:29.2313057Z * [new branch] gh/xmfan/237/head -> origin/gh/xmfan/237/head 2025-07-24T05:34:29.2771165Z * [new branch] gh/xmfan/237/orig -> origin/gh/xmfan/237/orig 2025-07-24T05:34:29.2771702Z * [new branch] gh/xmfan/244/base -> origin/gh/xmfan/244/base 2025-07-24T05:34:29.2772274Z * [new branch] gh/xmfan/244/head -> origin/gh/xmfan/244/head 2025-07-24T05:34:29.2772975Z * [new branch] gh/xmfan/244/orig -> origin/gh/xmfan/244/orig 2025-07-24T05:34:29.2773455Z * [new branch] gh/xmfan/246/base -> origin/gh/xmfan/246/base 2025-07-24T05:34:29.2773929Z * [new branch] gh/xmfan/246/head -> origin/gh/xmfan/246/head 2025-07-24T05:34:29.2774438Z * [new branch] gh/xmfan/246/orig -> origin/gh/xmfan/246/orig 2025-07-24T05:34:29.2774980Z * [new branch] gh/xmfan/253/base -> origin/gh/xmfan/253/base 2025-07-24T05:34:29.2775457Z * [new branch] gh/xmfan/253/head -> origin/gh/xmfan/253/head 2025-07-24T05:34:29.2775917Z * [new branch] gh/xmfan/253/orig -> origin/gh/xmfan/253/orig 2025-07-24T05:34:29.2776392Z * [new branch] gh/xmfan/254/base -> origin/gh/xmfan/254/base 2025-07-24T05:34:29.2776986Z * [new branch] gh/xmfan/254/head -> origin/gh/xmfan/254/head 2025-07-24T05:34:29.2777467Z * [new branch] gh/xmfan/254/orig -> origin/gh/xmfan/254/orig 2025-07-24T05:34:29.2777951Z * [new branch] gh/xmfan/260/base -> origin/gh/xmfan/260/base 2025-07-24T05:34:29.2778408Z * [new branch] gh/xmfan/260/head -> origin/gh/xmfan/260/head 2025-07-24T05:34:29.2778881Z * [new branch] gh/xmfan/260/orig -> origin/gh/xmfan/260/orig 2025-07-24T05:34:29.2779344Z * [new branch] gh/xmfan/261/base -> origin/gh/xmfan/261/base 2025-07-24T05:34:29.2779814Z * [new branch] gh/xmfan/261/head -> origin/gh/xmfan/261/head 2025-07-24T05:34:29.2780343Z * [new branch] gh/xmfan/261/orig -> origin/gh/xmfan/261/orig 2025-07-24T05:34:29.2780849Z * [new branch] gh/xmfan/262/base -> origin/gh/xmfan/262/base 2025-07-24T05:34:29.2781331Z * [new branch] gh/xmfan/262/head -> origin/gh/xmfan/262/head 2025-07-24T05:34:29.2781800Z * [new branch] gh/xmfan/262/orig -> origin/gh/xmfan/262/orig 2025-07-24T05:34:29.2782282Z * [new branch] gh/xmfan/263/base -> origin/gh/xmfan/263/base 2025-07-24T05:34:29.2782744Z * [new branch] gh/xmfan/263/head -> origin/gh/xmfan/263/head 2025-07-24T05:34:29.2783225Z * [new branch] gh/xmfan/263/orig -> origin/gh/xmfan/263/orig 2025-07-24T05:34:29.2783692Z * [new branch] gh/xmfan/264/base -> origin/gh/xmfan/264/base 2025-07-24T05:34:29.2784161Z * [new branch] gh/xmfan/264/head -> origin/gh/xmfan/264/head 2025-07-24T05:34:29.2784629Z * [new branch] gh/xmfan/264/orig -> origin/gh/xmfan/264/orig 2025-07-24T05:34:29.2785087Z * [new branch] gh/xmfan/265/base -> origin/gh/xmfan/265/base 2025-07-24T05:34:29.2785568Z * [new branch] gh/xmfan/265/head -> origin/gh/xmfan/265/head 2025-07-24T05:34:29.2786045Z * [new branch] gh/xmfan/265/orig -> origin/gh/xmfan/265/orig 2025-07-24T05:34:29.2786599Z * [new branch] gh/xmfan/266/base -> origin/gh/xmfan/266/base 2025-07-24T05:34:29.2787084Z * [new branch] gh/xmfan/266/head -> origin/gh/xmfan/266/head 2025-07-24T05:34:29.2787539Z * [new branch] gh/xmfan/266/orig -> origin/gh/xmfan/266/orig 2025-07-24T05:34:29.2788002Z * [new branch] gh/xmfan/267/base -> origin/gh/xmfan/267/base 2025-07-24T05:34:29.2788467Z * [new branch] gh/xmfan/267/head -> origin/gh/xmfan/267/head 2025-07-24T05:34:29.2788933Z * [new branch] gh/xmfan/267/orig -> origin/gh/xmfan/267/orig 2025-07-24T05:34:29.2789411Z * [new branch] gh/xmfan/268/base -> origin/gh/xmfan/268/base 2025-07-24T05:34:29.2789874Z * [new branch] gh/xmfan/268/head -> origin/gh/xmfan/268/head 2025-07-24T05:34:29.2790458Z * [new branch] gh/xmfan/268/orig -> origin/gh/xmfan/268/orig 2025-07-24T05:34:29.2790913Z * [new branch] gh/xmfan/269/base -> origin/gh/xmfan/269/base 2025-07-24T05:34:29.2791383Z * [new branch] gh/xmfan/269/head -> origin/gh/xmfan/269/head 2025-07-24T05:34:29.2791855Z * [new branch] gh/xmfan/269/orig -> origin/gh/xmfan/269/orig 2025-07-24T05:34:29.2792436Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-07-24T05:34:29.2793020Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-07-24T05:34:29.2793541Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-07-24T05:34:29.2794171Z * [new branch] gh/xuanzhang816/14/base -> origin/gh/xuanzhang816/14/base 2025-07-24T05:34:29.2794698Z * [new branch] gh/xuanzhang816/14/head -> origin/gh/xuanzhang816/14/head 2025-07-24T05:34:29.3256803Z * [new branch] gh/xuanzhang816/14/orig -> origin/gh/xuanzhang816/14/orig 2025-07-24T05:34:29.3257410Z * [new branch] gh/xuanzhang816/17/base -> origin/gh/xuanzhang816/17/base 2025-07-24T05:34:29.3257997Z * [new branch] gh/xuanzhang816/17/head -> origin/gh/xuanzhang816/17/head 2025-07-24T05:34:29.3258508Z * [new branch] gh/xuanzhang816/17/orig -> origin/gh/xuanzhang816/17/orig 2025-07-24T05:34:29.3259037Z * [new branch] gh/xuanzhang816/18/base -> origin/gh/xuanzhang816/18/base 2025-07-24T05:34:29.3259551Z * [new branch] gh/xuanzhang816/18/head -> origin/gh/xuanzhang816/18/head 2025-07-24T05:34:29.3260070Z * [new branch] gh/xuanzhang816/18/orig -> origin/gh/xuanzhang816/18/orig 2025-07-24T05:34:29.3260605Z * [new branch] gh/xuanzhang816/19/base -> origin/gh/xuanzhang816/19/base 2025-07-24T05:34:29.3261132Z * [new branch] gh/xuanzhang816/19/head -> origin/gh/xuanzhang816/19/head 2025-07-24T05:34:29.3261651Z * [new branch] gh/xuanzhang816/19/orig -> origin/gh/xuanzhang816/19/orig 2025-07-24T05:34:29.3262160Z * [new branch] gh/xuanzhang816/20/base -> origin/gh/xuanzhang816/20/base 2025-07-24T05:34:29.3262775Z * [new branch] gh/xuanzhang816/20/head -> origin/gh/xuanzhang816/20/head 2025-07-24T05:34:29.3263315Z * [new branch] gh/xuanzhang816/20/orig -> origin/gh/xuanzhang816/20/orig 2025-07-24T05:34:29.3263828Z * [new branch] gh/xuanzhang816/21/base -> origin/gh/xuanzhang816/21/base 2025-07-24T05:34:29.3264348Z * [new branch] gh/xuanzhang816/21/head -> origin/gh/xuanzhang816/21/head 2025-07-24T05:34:29.3264868Z * [new branch] gh/xuanzhang816/21/orig -> origin/gh/xuanzhang816/21/orig 2025-07-24T05:34:29.3265392Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-07-24T05:34:29.3265882Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-07-24T05:34:29.3266373Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-07-24T05:34:29.3266874Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-07-24T05:34:29.3267364Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-07-24T05:34:29.3267854Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-07-24T05:34:29.3268384Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-07-24T05:34:29.3268933Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-07-24T05:34:29.3269439Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-07-24T05:34:29.3270074Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-07-24T05:34:29.3270569Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-07-24T05:34:29.3271053Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-07-24T05:34:29.3271544Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-07-24T05:34:29.3272038Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-07-24T05:34:29.3272528Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-07-24T05:34:29.3273020Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-07-24T05:34:29.3273596Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-07-24T05:34:29.3274134Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-07-24T05:34:29.3274682Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-07-24T05:34:29.3275172Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-07-24T05:34:29.3275658Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-07-24T05:34:29.3276149Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-07-24T05:34:29.3276627Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-07-24T05:34:29.3277111Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-07-24T05:34:29.3277598Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-07-24T05:34:29.3278078Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-07-24T05:34:29.3278562Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-07-24T05:34:29.3279036Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-07-24T05:34:29.3279574Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-07-24T05:34:29.3280118Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-07-24T05:34:29.3719426Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-07-24T05:34:29.3719986Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-07-24T05:34:29.3720496Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-07-24T05:34:29.3720986Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-07-24T05:34:29.3721497Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-07-24T05:34:29.3722049Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-07-24T05:34:29.3722592Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-07-24T05:34:29.3723085Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-07-24T05:34:29.3723564Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-07-24T05:34:29.3724053Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-07-24T05:34:29.3724535Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-07-24T05:34:29.3725015Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-07-24T05:34:29.3725500Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-07-24T05:34:29.3726013Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-07-24T05:34:29.3726663Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-07-24T05:34:29.3727167Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-07-24T05:34:29.3727694Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-07-24T05:34:29.3728232Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-07-24T05:34:29.3728715Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-07-24T05:34:29.3729187Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-07-24T05:34:29.3729672Z * [new branch] gh/yanbing-j/38/base -> origin/gh/yanbing-j/38/base 2025-07-24T05:34:29.3730262Z * [new branch] gh/yanbing-j/38/head -> origin/gh/yanbing-j/38/head 2025-07-24T05:34:29.3730756Z * [new branch] gh/yanbing-j/38/orig -> origin/gh/yanbing-j/38/orig 2025-07-24T05:34:29.3731237Z * [new branch] gh/yanbing-j/39/base -> origin/gh/yanbing-j/39/base 2025-07-24T05:34:29.3731800Z * [new branch] gh/yanbing-j/39/head -> origin/gh/yanbing-j/39/head 2025-07-24T05:34:29.3732298Z * [new branch] gh/yanbing-j/39/orig -> origin/gh/yanbing-j/39/orig 2025-07-24T05:34:29.3732769Z * [new branch] gh/ydwu4/233/base -> origin/gh/ydwu4/233/base 2025-07-24T05:34:29.3733281Z * [new branch] gh/ydwu4/233/head -> origin/gh/ydwu4/233/head 2025-07-24T05:34:29.3733799Z * [new branch] gh/ydwu4/233/orig -> origin/gh/ydwu4/233/orig 2025-07-24T05:34:29.3734268Z * [new branch] gh/ydwu4/246/base -> origin/gh/ydwu4/246/base 2025-07-24T05:34:29.3734741Z * [new branch] gh/ydwu4/246/head -> origin/gh/ydwu4/246/head 2025-07-24T05:34:29.3735208Z * [new branch] gh/ydwu4/246/orig -> origin/gh/ydwu4/246/orig 2025-07-24T05:34:29.3735667Z * [new branch] gh/ydwu4/247/base -> origin/gh/ydwu4/247/base 2025-07-24T05:34:29.3736117Z * [new branch] gh/ydwu4/247/head -> origin/gh/ydwu4/247/head 2025-07-24T05:34:29.3736576Z * [new branch] gh/ydwu4/247/orig -> origin/gh/ydwu4/247/orig 2025-07-24T05:34:29.3737040Z * [new branch] gh/ydwu4/253/base -> origin/gh/ydwu4/253/base 2025-07-24T05:34:29.3737493Z * [new branch] gh/ydwu4/253/head -> origin/gh/ydwu4/253/head 2025-07-24T05:34:29.3737950Z * [new branch] gh/ydwu4/253/orig -> origin/gh/ydwu4/253/orig 2025-07-24T05:34:29.3738399Z * [new branch] gh/ydwu4/255/base -> origin/gh/ydwu4/255/base 2025-07-24T05:34:29.3738867Z * [new branch] gh/ydwu4/255/head -> origin/gh/ydwu4/255/head 2025-07-24T05:34:29.3739381Z * [new branch] gh/ydwu4/255/orig -> origin/gh/ydwu4/255/orig 2025-07-24T05:34:29.3739888Z * [new branch] gh/ydwu4/259/base -> origin/gh/ydwu4/259/base 2025-07-24T05:34:29.3740352Z * [new branch] gh/ydwu4/259/head -> origin/gh/ydwu4/259/head 2025-07-24T05:34:29.3740802Z * [new branch] gh/ydwu4/259/orig -> origin/gh/ydwu4/259/orig 2025-07-24T05:34:29.3741271Z * [new branch] gh/ydwu4/261/base -> origin/gh/ydwu4/261/base 2025-07-24T05:34:29.3741722Z * [new branch] gh/ydwu4/261/head -> origin/gh/ydwu4/261/head 2025-07-24T05:34:29.3742177Z * [new branch] gh/ydwu4/261/orig -> origin/gh/ydwu4/261/orig 2025-07-24T05:34:29.4171137Z * [new branch] gh/ydwu4/262/base -> origin/gh/ydwu4/262/base 2025-07-24T05:34:29.4171675Z * [new branch] gh/ydwu4/262/head -> origin/gh/ydwu4/262/head 2025-07-24T05:34:29.4172408Z * [new branch] gh/ydwu4/262/orig -> origin/gh/ydwu4/262/orig 2025-07-24T05:34:29.4172911Z * [new branch] gh/ydwu4/263/base -> origin/gh/ydwu4/263/base 2025-07-24T05:34:29.4173370Z * [new branch] gh/ydwu4/263/head -> origin/gh/ydwu4/263/head 2025-07-24T05:34:29.4173826Z * [new branch] gh/ydwu4/263/orig -> origin/gh/ydwu4/263/orig 2025-07-24T05:34:29.4174282Z * [new branch] gh/ydwu4/264/base -> origin/gh/ydwu4/264/base 2025-07-24T05:34:29.4174749Z * [new branch] gh/ydwu4/264/head -> origin/gh/ydwu4/264/head 2025-07-24T05:34:29.4175199Z * [new branch] gh/ydwu4/264/orig -> origin/gh/ydwu4/264/orig 2025-07-24T05:34:29.4175665Z * [new branch] gh/ydwu4/265/base -> origin/gh/ydwu4/265/base 2025-07-24T05:34:29.4176239Z * [new branch] gh/ydwu4/265/head -> origin/gh/ydwu4/265/head 2025-07-24T05:34:29.4176706Z * [new branch] gh/ydwu4/265/orig -> origin/gh/ydwu4/265/orig 2025-07-24T05:34:29.4177167Z * [new branch] gh/ydwu4/266/base -> origin/gh/ydwu4/266/base 2025-07-24T05:34:29.4177622Z * [new branch] gh/ydwu4/266/head -> origin/gh/ydwu4/266/head 2025-07-24T05:34:29.4178128Z * [new branch] gh/ydwu4/266/orig -> origin/gh/ydwu4/266/orig 2025-07-24T05:34:29.4178635Z * [new branch] gh/ydwu4/267/base -> origin/gh/ydwu4/267/base 2025-07-24T05:34:29.4179093Z * [new branch] gh/ydwu4/267/head -> origin/gh/ydwu4/267/head 2025-07-24T05:34:29.4179555Z * [new branch] gh/ydwu4/267/orig -> origin/gh/ydwu4/267/orig 2025-07-24T05:34:29.4180003Z * [new branch] gh/ydwu4/268/base -> origin/gh/ydwu4/268/base 2025-07-24T05:34:29.4180467Z * [new branch] gh/ydwu4/268/head -> origin/gh/ydwu4/268/head 2025-07-24T05:34:29.4180930Z * [new branch] gh/ydwu4/268/orig -> origin/gh/ydwu4/268/orig 2025-07-24T05:34:29.4181387Z * [new branch] gh/ydwu4/269/base -> origin/gh/ydwu4/269/base 2025-07-24T05:34:29.4181857Z * [new branch] gh/ydwu4/269/head -> origin/gh/ydwu4/269/head 2025-07-24T05:34:29.4182310Z * [new branch] gh/ydwu4/269/orig -> origin/gh/ydwu4/269/orig 2025-07-24T05:34:29.4182776Z * [new branch] gh/ydwu4/270/base -> origin/gh/ydwu4/270/base 2025-07-24T05:34:29.4183226Z * [new branch] gh/ydwu4/270/head -> origin/gh/ydwu4/270/head 2025-07-24T05:34:29.4183685Z * [new branch] gh/ydwu4/270/orig -> origin/gh/ydwu4/270/orig 2025-07-24T05:34:29.4184202Z * [new branch] gh/ydwu4/271/base -> origin/gh/ydwu4/271/base 2025-07-24T05:34:29.4184702Z * [new branch] gh/ydwu4/271/head -> origin/gh/ydwu4/271/head 2025-07-24T05:34:29.4185173Z * [new branch] gh/ydwu4/271/orig -> origin/gh/ydwu4/271/orig 2025-07-24T05:34:29.4185623Z * [new branch] gh/ydwu4/272/base -> origin/gh/ydwu4/272/base 2025-07-24T05:34:29.4186081Z * [new branch] gh/ydwu4/272/head -> origin/gh/ydwu4/272/head 2025-07-24T05:34:29.4186538Z * [new branch] gh/ydwu4/272/orig -> origin/gh/ydwu4/272/orig 2025-07-24T05:34:29.4186997Z * [new branch] gh/ydwu4/273/base -> origin/gh/ydwu4/273/base 2025-07-24T05:34:29.4187458Z * [new branch] gh/ydwu4/273/head -> origin/gh/ydwu4/273/head 2025-07-24T05:34:29.4187908Z * [new branch] gh/ydwu4/273/orig -> origin/gh/ydwu4/273/orig 2025-07-24T05:34:29.4188372Z * [new branch] gh/ydwu4/274/base -> origin/gh/ydwu4/274/base 2025-07-24T05:34:29.4188824Z * [new branch] gh/ydwu4/274/head -> origin/gh/ydwu4/274/head 2025-07-24T05:34:29.4189405Z * [new branch] gh/ydwu4/274/orig -> origin/gh/ydwu4/274/orig 2025-07-24T05:34:29.4189924Z * [new branch] gh/ydwu4/275/base -> origin/gh/ydwu4/275/base 2025-07-24T05:34:29.4190434Z * [new branch] gh/ydwu4/275/head -> origin/gh/ydwu4/275/head 2025-07-24T05:34:29.4190902Z * [new branch] gh/ydwu4/275/orig -> origin/gh/ydwu4/275/orig 2025-07-24T05:34:29.4191353Z * [new branch] gh/ydwu4/276/base -> origin/gh/ydwu4/276/base 2025-07-24T05:34:29.4191820Z * [new branch] gh/ydwu4/276/head -> origin/gh/ydwu4/276/head 2025-07-24T05:34:29.4192278Z * [new branch] gh/ydwu4/276/orig -> origin/gh/ydwu4/276/orig 2025-07-24T05:34:29.4192826Z * [new branch] gh/ydwu4/277/base -> origin/gh/ydwu4/277/base 2025-07-24T05:34:29.4193295Z * [new branch] gh/ydwu4/277/head -> origin/gh/ydwu4/277/head 2025-07-24T05:34:29.4193756Z * [new branch] gh/ydwu4/277/orig -> origin/gh/ydwu4/277/orig 2025-07-24T05:34:29.4630783Z * [new branch] gh/ydwu4/278/base -> origin/gh/ydwu4/278/base 2025-07-24T05:34:29.4631308Z * [new branch] gh/ydwu4/278/head -> origin/gh/ydwu4/278/head 2025-07-24T05:34:29.4631776Z * [new branch] gh/ydwu4/278/orig -> origin/gh/ydwu4/278/orig 2025-07-24T05:34:29.4632240Z * [new branch] gh/ydwu4/279/base -> origin/gh/ydwu4/279/base 2025-07-24T05:34:29.4632710Z * [new branch] gh/ydwu4/279/head -> origin/gh/ydwu4/279/head 2025-07-24T05:34:29.4633164Z * [new branch] gh/ydwu4/279/orig -> origin/gh/ydwu4/279/orig 2025-07-24T05:34:29.4633640Z * [new branch] gh/ydwu4/280/base -> origin/gh/ydwu4/280/base 2025-07-24T05:34:29.4634112Z * [new branch] gh/ydwu4/280/head -> origin/gh/ydwu4/280/head 2025-07-24T05:34:29.4634577Z * [new branch] gh/ydwu4/280/orig -> origin/gh/ydwu4/280/orig 2025-07-24T05:34:29.4635036Z * [new branch] gh/ydwu4/281/base -> origin/gh/ydwu4/281/base 2025-07-24T05:34:29.4635499Z * [new branch] gh/ydwu4/281/head -> origin/gh/ydwu4/281/head 2025-07-24T05:34:29.4635957Z * [new branch] gh/ydwu4/281/orig -> origin/gh/ydwu4/281/orig 2025-07-24T05:34:29.4636419Z * [new branch] gh/ydwu4/282/base -> origin/gh/ydwu4/282/base 2025-07-24T05:34:29.4636884Z * [new branch] gh/ydwu4/282/head -> origin/gh/ydwu4/282/head 2025-07-24T05:34:29.4637335Z * [new branch] gh/ydwu4/282/orig -> origin/gh/ydwu4/282/orig 2025-07-24T05:34:29.4637803Z * [new branch] gh/ydwu4/283/base -> origin/gh/ydwu4/283/base 2025-07-24T05:34:29.4638273Z * [new branch] gh/ydwu4/283/head -> origin/gh/ydwu4/283/head 2025-07-24T05:34:29.4638723Z * [new branch] gh/ydwu4/283/orig -> origin/gh/ydwu4/283/orig 2025-07-24T05:34:29.4639179Z * [new branch] gh/ydwu4/284/base -> origin/gh/ydwu4/284/base 2025-07-24T05:34:29.4639635Z * [new branch] gh/ydwu4/284/head -> origin/gh/ydwu4/284/head 2025-07-24T05:34:29.4640098Z * [new branch] gh/ydwu4/284/orig -> origin/gh/ydwu4/284/orig 2025-07-24T05:34:29.4640548Z * [new branch] gh/ydwu4/285/base -> origin/gh/ydwu4/285/base 2025-07-24T05:34:29.4641007Z * [new branch] gh/ydwu4/285/head -> origin/gh/ydwu4/285/head 2025-07-24T05:34:29.4641476Z * [new branch] gh/ydwu4/285/orig -> origin/gh/ydwu4/285/orig 2025-07-24T05:34:29.4641926Z * [new branch] gh/ydwu4/286/base -> origin/gh/ydwu4/286/base 2025-07-24T05:34:29.4642544Z * [new branch] gh/ydwu4/286/head -> origin/gh/ydwu4/286/head 2025-07-24T05:34:29.4642998Z * [new branch] gh/ydwu4/286/orig -> origin/gh/ydwu4/286/orig 2025-07-24T05:34:29.4643455Z * [new branch] gh/ydwu4/287/base -> origin/gh/ydwu4/287/base 2025-07-24T05:34:29.4643912Z * [new branch] gh/ydwu4/287/head -> origin/gh/ydwu4/287/head 2025-07-24T05:34:29.4644363Z * [new branch] gh/ydwu4/287/orig -> origin/gh/ydwu4/287/orig 2025-07-24T05:34:29.4644829Z * [new branch] gh/ydwu4/288/base -> origin/gh/ydwu4/288/base 2025-07-24T05:34:29.4645277Z * [new branch] gh/ydwu4/288/head -> origin/gh/ydwu4/288/head 2025-07-24T05:34:29.4645733Z * [new branch] gh/ydwu4/288/orig -> origin/gh/ydwu4/288/orig 2025-07-24T05:34:29.4646304Z * [new branch] gh/ydwu4/289/base -> origin/gh/ydwu4/289/base 2025-07-24T05:34:29.4646762Z * [new branch] gh/ydwu4/289/head -> origin/gh/ydwu4/289/head 2025-07-24T05:34:29.4647225Z * [new branch] gh/ydwu4/289/orig -> origin/gh/ydwu4/289/orig 2025-07-24T05:34:29.4647682Z * [new branch] gh/ydwu4/290/base -> origin/gh/ydwu4/290/base 2025-07-24T05:34:29.4648142Z * [new branch] gh/ydwu4/290/head -> origin/gh/ydwu4/290/head 2025-07-24T05:34:29.4648597Z * [new branch] gh/ydwu4/290/orig -> origin/gh/ydwu4/290/orig 2025-07-24T05:34:29.4649061Z * [new branch] gh/ydwu4/291/base -> origin/gh/ydwu4/291/base 2025-07-24T05:34:29.4649519Z * [new branch] gh/ydwu4/291/head -> origin/gh/ydwu4/291/head 2025-07-24T05:34:29.4649972Z * [new branch] gh/ydwu4/291/orig -> origin/gh/ydwu4/291/orig 2025-07-24T05:34:29.4650440Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-07-24T05:34:29.4650901Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-07-24T05:34:29.4651363Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-07-24T05:34:29.4651916Z * [new branch] gh/ydwu4/293/base -> origin/gh/ydwu4/293/base 2025-07-24T05:34:29.4652369Z * [new branch] gh/ydwu4/293/head -> origin/gh/ydwu4/293/head 2025-07-24T05:34:29.4652830Z * [new branch] gh/ydwu4/293/orig -> origin/gh/ydwu4/293/orig 2025-07-24T05:34:29.4653294Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-07-24T05:34:29.5114700Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-07-24T05:34:29.5115235Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-07-24T05:34:29.5115731Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-07-24T05:34:29.5116229Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-07-24T05:34:29.5116684Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-07-24T05:34:29.5117162Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-07-24T05:34:29.5117619Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-07-24T05:34:29.5118073Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-07-24T05:34:29.5118543Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-07-24T05:34:29.5118992Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-07-24T05:34:29.5119449Z * [new branch] gh/yf225/171/base -> origin/gh/yf225/171/base 2025-07-24T05:34:29.5119920Z * [new branch] gh/yf225/171/head -> origin/gh/yf225/171/head 2025-07-24T05:34:29.5120567Z * [new branch] gh/yf225/171/orig -> origin/gh/yf225/171/orig 2025-07-24T05:34:29.5121034Z * [new branch] gh/yf225/172/base -> origin/gh/yf225/172/base 2025-07-24T05:34:29.5121481Z * [new branch] gh/yf225/172/head -> origin/gh/yf225/172/head 2025-07-24T05:34:29.5121938Z * [new branch] gh/yf225/172/orig -> origin/gh/yf225/172/orig 2025-07-24T05:34:29.5122416Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-07-24T05:34:29.5122863Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-07-24T05:34:29.5123348Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-07-24T05:34:29.5123937Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-07-24T05:34:29.5124441Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-07-24T05:34:29.5124931Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-07-24T05:34:29.5125429Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-07-24T05:34:29.5125937Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-07-24T05:34:29.5126430Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-07-24T05:34:29.5126917Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-07-24T05:34:29.5127399Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-07-24T05:34:29.5127887Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-07-24T05:34:29.5128384Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-07-24T05:34:29.5128873Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-07-24T05:34:29.5129371Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-07-24T05:34:29.5129855Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-07-24T05:34:29.5130348Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-07-24T05:34:29.5130852Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-07-24T05:34:29.5131338Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-07-24T05:34:29.5131910Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-07-24T05:34:29.5132402Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-07-24T05:34:29.5132904Z * [new branch] gh/ysiraichi/84/base -> origin/gh/ysiraichi/84/base 2025-07-24T05:34:29.5133412Z * [new branch] gh/ysiraichi/84/head -> origin/gh/ysiraichi/84/head 2025-07-24T05:34:29.5133903Z * [new branch] gh/ysiraichi/84/orig -> origin/gh/ysiraichi/84/orig 2025-07-24T05:34:29.5134404Z * [new branch] gh/ysiraichi/85/base -> origin/gh/ysiraichi/85/base 2025-07-24T05:34:29.5134889Z * [new branch] gh/ysiraichi/85/head -> origin/gh/ysiraichi/85/head 2025-07-24T05:34:29.5135394Z * [new branch] gh/ysiraichi/85/orig -> origin/gh/ysiraichi/85/orig 2025-07-24T05:34:29.5135877Z * [new branch] gh/ysiraichi/86/base -> origin/gh/ysiraichi/86/base 2025-07-24T05:34:29.5136368Z * [new branch] gh/ysiraichi/86/head -> origin/gh/ysiraichi/86/head 2025-07-24T05:34:29.5136863Z * [new branch] gh/ysiraichi/86/orig -> origin/gh/ysiraichi/86/orig 2025-07-24T05:34:29.5137351Z * [new branch] gh/ysiraichi/87/base -> origin/gh/ysiraichi/87/base 2025-07-24T05:34:29.5597406Z * [new branch] gh/ysiraichi/87/head -> origin/gh/ysiraichi/87/head 2025-07-24T05:34:29.5597942Z * [new branch] gh/ysiraichi/87/orig -> origin/gh/ysiraichi/87/orig 2025-07-24T05:34:29.5598438Z * [new branch] gh/ysiraichi/88/base -> origin/gh/ysiraichi/88/base 2025-07-24T05:34:29.5598940Z * [new branch] gh/ysiraichi/88/head -> origin/gh/ysiraichi/88/head 2025-07-24T05:34:29.5599431Z * [new branch] gh/ysiraichi/88/orig -> origin/gh/ysiraichi/88/orig 2025-07-24T05:34:29.5599912Z * [new branch] gh/yuguo68/1/base -> origin/gh/yuguo68/1/base 2025-07-24T05:34:29.5600376Z * [new branch] gh/yuguo68/1/head -> origin/gh/yuguo68/1/head 2025-07-24T05:34:29.5600994Z * [new branch] gh/yuguo68/1/orig -> origin/gh/yuguo68/1/orig 2025-07-24T05:34:29.5601472Z * [new branch] gh/yuguo68/2/base -> origin/gh/yuguo68/2/base 2025-07-24T05:34:29.5601940Z * [new branch] gh/yuguo68/2/head -> origin/gh/yuguo68/2/head 2025-07-24T05:34:29.5602407Z * [new branch] gh/yuguo68/2/orig -> origin/gh/yuguo68/2/orig 2025-07-24T05:34:29.5602885Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-07-24T05:34:29.5603397Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-07-24T05:34:29.5603904Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-07-24T05:34:29.5604389Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-07-24T05:34:29.5604892Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-07-24T05:34:29.5605379Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-07-24T05:34:29.5605904Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-07-24T05:34:29.5606403Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-07-24T05:34:29.5606885Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-07-24T05:34:29.5607376Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-07-24T05:34:29.5607865Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-07-24T05:34:29.5608351Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-07-24T05:34:29.5608840Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-07-24T05:34:29.5609341Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-07-24T05:34:29.5609832Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-07-24T05:34:29.5610319Z * [new branch] gh/zhxchen17/25/base -> origin/gh/zhxchen17/25/base 2025-07-24T05:34:29.5610809Z * [new branch] gh/zhxchen17/25/head -> origin/gh/zhxchen17/25/head 2025-07-24T05:34:29.5611294Z * [new branch] gh/zhxchen17/25/orig -> origin/gh/zhxchen17/25/orig 2025-07-24T05:34:29.5611851Z * [new branch] gh/zhxchen17/26/base -> origin/gh/zhxchen17/26/base 2025-07-24T05:34:29.5612342Z * [new branch] gh/zhxchen17/26/head -> origin/gh/zhxchen17/26/head 2025-07-24T05:34:29.5612825Z * [new branch] gh/zhxchen17/26/orig -> origin/gh/zhxchen17/26/orig 2025-07-24T05:34:29.5613311Z * [new branch] gh/zhxchen17/27/base -> origin/gh/zhxchen17/27/base 2025-07-24T05:34:29.5613815Z * [new branch] gh/zhxchen17/27/head -> origin/gh/zhxchen17/27/head 2025-07-24T05:34:29.5614294Z * [new branch] gh/zhxchen17/27/orig -> origin/gh/zhxchen17/27/orig 2025-07-24T05:34:29.5615438Z * [new branch] gh/zhxchen17/28/base -> origin/gh/zhxchen17/28/base 2025-07-24T05:34:29.5615919Z * [new branch] gh/zhxchen17/28/head -> origin/gh/zhxchen17/28/head 2025-07-24T05:34:29.5616423Z * [new branch] gh/zhxchen17/28/orig -> origin/gh/zhxchen17/28/orig 2025-07-24T05:34:29.5616902Z * [new branch] gh/zhxchen17/29/base -> origin/gh/zhxchen17/29/base 2025-07-24T05:34:29.5617396Z * [new branch] gh/zhxchen17/29/head -> origin/gh/zhxchen17/29/head 2025-07-24T05:34:29.5617889Z * [new branch] gh/zhxchen17/29/orig -> origin/gh/zhxchen17/29/orig 2025-07-24T05:34:29.5618368Z * [new branch] gh/zhxchen17/30/base -> origin/gh/zhxchen17/30/base 2025-07-24T05:34:29.5618965Z * [new branch] gh/zhxchen17/30/head -> origin/gh/zhxchen17/30/head 2025-07-24T05:34:29.5619452Z * [new branch] gh/zhxchen17/30/orig -> origin/gh/zhxchen17/30/orig 2025-07-24T05:34:29.5619942Z * [new branch] gh/zhxchen17/31/base -> origin/gh/zhxchen17/31/base 2025-07-24T05:34:29.5620440Z * [new branch] gh/zhxchen17/31/head -> origin/gh/zhxchen17/31/head 2025-07-24T05:34:29.5620918Z * [new branch] gh/zhxchen17/31/orig -> origin/gh/zhxchen17/31/orig 2025-07-24T05:34:29.6078577Z * [new branch] gh/zhxchen17/32/base -> origin/gh/zhxchen17/32/base 2025-07-24T05:34:29.6079126Z * [new branch] gh/zhxchen17/32/head -> origin/gh/zhxchen17/32/head 2025-07-24T05:34:29.6079626Z * [new branch] gh/zhxchen17/32/orig -> origin/gh/zhxchen17/32/orig 2025-07-24T05:34:29.6080133Z * [new branch] gh/zhxchen17/33/base -> origin/gh/zhxchen17/33/base 2025-07-24T05:34:29.6080696Z * [new branch] gh/zhxchen17/33/head -> origin/gh/zhxchen17/33/head 2025-07-24T05:34:29.6081244Z * [new branch] gh/zhxchen17/33/orig -> origin/gh/zhxchen17/33/orig 2025-07-24T05:34:29.6081726Z * [new branch] gh/zklaus/1/base -> origin/gh/zklaus/1/base 2025-07-24T05:34:29.6082192Z * [new branch] gh/zklaus/1/head -> origin/gh/zklaus/1/head 2025-07-24T05:34:29.6082666Z * [new branch] gh/zklaus/1/orig -> origin/gh/zklaus/1/orig 2025-07-24T05:34:29.6083125Z * [new branch] gh/zklaus/10/base -> origin/gh/zklaus/10/base 2025-07-24T05:34:29.6083588Z * [new branch] gh/zklaus/10/head -> origin/gh/zklaus/10/head 2025-07-24T05:34:29.6084042Z * [new branch] gh/zklaus/10/orig -> origin/gh/zklaus/10/orig 2025-07-24T05:34:29.6084524Z * [new branch] gh/zklaus/11/base -> origin/gh/zklaus/11/base 2025-07-24T05:34:29.6084989Z * [new branch] gh/zklaus/11/head -> origin/gh/zklaus/11/head 2025-07-24T05:34:29.6085445Z * [new branch] gh/zklaus/11/orig -> origin/gh/zklaus/11/orig 2025-07-24T05:34:29.6085915Z * [new branch] gh/zklaus/12/base -> origin/gh/zklaus/12/base 2025-07-24T05:34:29.6086421Z * [new branch] gh/zklaus/12/head -> origin/gh/zklaus/12/head 2025-07-24T05:34:29.6086930Z * [new branch] gh/zklaus/12/orig -> origin/gh/zklaus/12/orig 2025-07-24T05:34:29.6087388Z * [new branch] gh/zklaus/13/base -> origin/gh/zklaus/13/base 2025-07-24T05:34:29.6087843Z * [new branch] gh/zklaus/13/head -> origin/gh/zklaus/13/head 2025-07-24T05:34:29.6088311Z * [new branch] gh/zklaus/13/orig -> origin/gh/zklaus/13/orig 2025-07-24T05:34:29.6088764Z * [new branch] gh/zklaus/14/base -> origin/gh/zklaus/14/base 2025-07-24T05:34:29.6089227Z * [new branch] gh/zklaus/14/head -> origin/gh/zklaus/14/head 2025-07-24T05:34:29.6089876Z * [new branch] gh/zklaus/14/orig -> origin/gh/zklaus/14/orig 2025-07-24T05:34:29.6090333Z * [new branch] gh/zklaus/15/base -> origin/gh/zklaus/15/base 2025-07-24T05:34:29.6090806Z * [new branch] gh/zklaus/15/head -> origin/gh/zklaus/15/head 2025-07-24T05:34:29.6091260Z * [new branch] gh/zklaus/15/orig -> origin/gh/zklaus/15/orig 2025-07-24T05:34:29.6091787Z * [new branch] gh/zklaus/16/base -> origin/gh/zklaus/16/base 2025-07-24T05:34:29.6092348Z * [new branch] gh/zklaus/16/head -> origin/gh/zklaus/16/head 2025-07-24T05:34:29.6092819Z * [new branch] gh/zklaus/16/orig -> origin/gh/zklaus/16/orig 2025-07-24T05:34:29.6093411Z * [new branch] gh/zklaus/17/base -> origin/gh/zklaus/17/base 2025-07-24T05:34:29.6093879Z * [new branch] gh/zklaus/17/head -> origin/gh/zklaus/17/head 2025-07-24T05:34:29.6094350Z * [new branch] gh/zklaus/17/orig -> origin/gh/zklaus/17/orig 2025-07-24T05:34:29.6094809Z * [new branch] gh/zklaus/18/base -> origin/gh/zklaus/18/base 2025-07-24T05:34:29.6095279Z * [new branch] gh/zklaus/18/head -> origin/gh/zklaus/18/head 2025-07-24T05:34:29.6095746Z * [new branch] gh/zklaus/18/orig -> origin/gh/zklaus/18/orig 2025-07-24T05:34:29.6096209Z * [new branch] gh/zklaus/2/base -> origin/gh/zklaus/2/base 2025-07-24T05:34:29.6096671Z * [new branch] gh/zklaus/2/head -> origin/gh/zklaus/2/head 2025-07-24T05:34:29.6097117Z * [new branch] gh/zklaus/2/orig -> origin/gh/zklaus/2/orig 2025-07-24T05:34:29.6097621Z * [new branch] gh/zklaus/4/base -> origin/gh/zklaus/4/base 2025-07-24T05:34:29.6098124Z * [new branch] gh/zklaus/4/head -> origin/gh/zklaus/4/head 2025-07-24T05:34:29.6098577Z * [new branch] gh/zklaus/4/orig -> origin/gh/zklaus/4/orig 2025-07-24T05:34:29.6099034Z * [new branch] gh/zklaus/7/base -> origin/gh/zklaus/7/base 2025-07-24T05:34:29.6099496Z * [new branch] gh/zklaus/7/head -> origin/gh/zklaus/7/head 2025-07-24T05:34:29.6099955Z * [new branch] gh/zklaus/7/orig -> origin/gh/zklaus/7/orig 2025-07-24T05:34:29.6100403Z * [new branch] gh/zklaus/8/base -> origin/gh/zklaus/8/base 2025-07-24T05:34:29.6100866Z * [new branch] gh/zklaus/8/head -> origin/gh/zklaus/8/head 2025-07-24T05:34:29.6101324Z * [new branch] gh/zklaus/8/orig -> origin/gh/zklaus/8/orig 2025-07-24T05:34:29.6524720Z * [new branch] gh/zklaus/9/base -> origin/gh/zklaus/9/base 2025-07-24T05:34:29.6525215Z * [new branch] gh/zklaus/9/head -> origin/gh/zklaus/9/head 2025-07-24T05:34:29.6525684Z * [new branch] gh/zklaus/9/orig -> origin/gh/zklaus/9/orig 2025-07-24T05:34:29.6526157Z * [new branch] gh/zou3519/1162/base -> origin/gh/zou3519/1162/base 2025-07-24T05:34:29.6526647Z * [new branch] gh/zou3519/1162/head -> origin/gh/zou3519/1162/head 2025-07-24T05:34:29.6527122Z * [new branch] gh/zou3519/1162/orig -> origin/gh/zou3519/1162/orig 2025-07-24T05:34:29.6527601Z * [new branch] gh/zou3519/1175/base -> origin/gh/zou3519/1175/base 2025-07-24T05:34:29.6528064Z * [new branch] gh/zou3519/1175/head -> origin/gh/zou3519/1175/head 2025-07-24T05:34:29.6528542Z * [new branch] gh/zou3519/1175/orig -> origin/gh/zou3519/1175/orig 2025-07-24T05:34:29.6529027Z * [new branch] gh/zou3519/1177/base -> origin/gh/zou3519/1177/base 2025-07-24T05:34:29.6529635Z * [new branch] gh/zou3519/1177/head -> origin/gh/zou3519/1177/head 2025-07-24T05:34:29.6530124Z * [new branch] gh/zou3519/1177/orig -> origin/gh/zou3519/1177/orig 2025-07-24T05:34:29.6530595Z * [new branch] gh/zou3519/1178/base -> origin/gh/zou3519/1178/base 2025-07-24T05:34:29.6531083Z * [new branch] gh/zou3519/1178/head -> origin/gh/zou3519/1178/head 2025-07-24T05:34:29.6531562Z * [new branch] gh/zou3519/1178/orig -> origin/gh/zou3519/1178/orig 2025-07-24T05:34:29.6532078Z * [new branch] gh/zou3519/1179/base -> origin/gh/zou3519/1179/base 2025-07-24T05:34:29.6532551Z * [new branch] gh/zou3519/1179/head -> origin/gh/zou3519/1179/head 2025-07-24T05:34:29.6533078Z * [new branch] gh/zou3519/1179/orig -> origin/gh/zou3519/1179/orig 2025-07-24T05:34:29.6534221Z * [new branch] gh/zou3519/1180/base -> origin/gh/zou3519/1180/base 2025-07-24T05:34:29.6534717Z * [new branch] gh/zou3519/1180/head -> origin/gh/zou3519/1180/head 2025-07-24T05:34:29.6535207Z * [new branch] gh/zou3519/1180/orig -> origin/gh/zou3519/1180/orig 2025-07-24T05:34:29.6535686Z * [new branch] gh/zou3519/1181/base -> origin/gh/zou3519/1181/base 2025-07-24T05:34:29.6536159Z * [new branch] gh/zou3519/1181/head -> origin/gh/zou3519/1181/head 2025-07-24T05:34:29.6536632Z * [new branch] gh/zou3519/1181/orig -> origin/gh/zou3519/1181/orig 2025-07-24T05:34:29.6537111Z * [new branch] gh/zou3519/1182/base -> origin/gh/zou3519/1182/base 2025-07-24T05:34:29.6537580Z * [new branch] gh/zou3519/1182/head -> origin/gh/zou3519/1182/head 2025-07-24T05:34:29.6538061Z * [new branch] gh/zou3519/1182/orig -> origin/gh/zou3519/1182/orig 2025-07-24T05:34:29.6538523Z * [new branch] gh/zou3519/1183/base -> origin/gh/zou3519/1183/base 2025-07-24T05:34:29.6539010Z * [new branch] gh/zou3519/1183/head -> origin/gh/zou3519/1183/head 2025-07-24T05:34:29.6539485Z * [new branch] gh/zou3519/1183/orig -> origin/gh/zou3519/1183/orig 2025-07-24T05:34:29.6539953Z * [new branch] gh/zou3519/1184/base -> origin/gh/zou3519/1184/base 2025-07-24T05:34:29.6540424Z * [new branch] gh/zou3519/1184/head -> origin/gh/zou3519/1184/head 2025-07-24T05:34:29.6540891Z * [new branch] gh/zou3519/1184/orig -> origin/gh/zou3519/1184/orig 2025-07-24T05:34:29.6541372Z * [new branch] gh/zou3519/1185/base -> origin/gh/zou3519/1185/base 2025-07-24T05:34:29.6541841Z * [new branch] gh/zou3519/1185/head -> origin/gh/zou3519/1185/head 2025-07-24T05:34:29.6542320Z * [new branch] gh/zou3519/1185/orig -> origin/gh/zou3519/1185/orig 2025-07-24T05:34:29.6542795Z * [new branch] gh/zou3519/1186/base -> origin/gh/zou3519/1186/base 2025-07-24T05:34:29.6543265Z * [new branch] gh/zou3519/1186/head -> origin/gh/zou3519/1186/head 2025-07-24T05:34:29.6543748Z * [new branch] gh/zou3519/1186/orig -> origin/gh/zou3519/1186/orig 2025-07-24T05:34:29.6544210Z * [new branch] gh/zou3519/1187/base -> origin/gh/zou3519/1187/base 2025-07-24T05:34:29.6544681Z * [new branch] gh/zou3519/1187/head -> origin/gh/zou3519/1187/head 2025-07-24T05:34:29.6545161Z * [new branch] gh/zou3519/1187/orig -> origin/gh/zou3519/1187/orig 2025-07-24T05:34:29.6545631Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-07-24T05:34:29.6546106Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-07-24T05:34:29.6546571Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-07-24T05:34:29.6547147Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-07-24T05:34:29.6547612Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-07-24T05:34:29.6976345Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-07-24T05:34:29.6976840Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-07-24T05:34:29.6977300Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-07-24T05:34:29.6977766Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-07-24T05:34:29.6978225Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-07-24T05:34:29.6978674Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-07-24T05:34:29.6979332Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-07-24T05:34:29.6979841Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-07-24T05:34:29.6980306Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-07-24T05:34:29.6980777Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-07-24T05:34:29.6981224Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-07-24T05:34:29.6981688Z * [new branch] google-main -> origin/google-main 2025-07-24T05:34:29.6982185Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-07-24T05:34:29.6982707Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-07-24T05:34:29.6983216Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-07-24T05:34:29.6983670Z * [new branch] guard_system -> origin/guard_system 2025-07-24T05:34:29.6984304Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-07-24T05:34:29.6984981Z * [new branch] hameerabbasi/issue-114398 -> origin/hameerabbasi/issue-114398 2025-07-24T05:34:29.6985543Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-07-24T05:34:29.6986033Z * [new branch] hc_baseline -> origin/hc_baseline 2025-07-24T05:34:29.6986463Z * [new branch] hhh_decomp_mul -> origin/hhh_decomp_mul 2025-07-24T05:34:29.6986892Z * [new branch] hhh_rand -> origin/hhh_rand 2025-07-24T05:34:29.6987309Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-07-24T05:34:29.6987777Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-07-24T05:34:29.6988340Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-07-24T05:34:29.6988968Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-07-24T05:34:29.6989534Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-07-24T05:34:29.6990088Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-07-24T05:34:29.6990623Z * [new branch] inductordecompfix -> origin/inductordecompfix 2025-07-24T05:34:29.6991076Z * [new branch] inline -> origin/inline 2025-07-24T05:34:29.6991490Z * [new branch] inlining -> origin/inlining 2025-07-24T05:34:29.6991938Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-07-24T05:34:29.6992378Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-07-24T05:34:29.6992935Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-07-24T05:34:29.6993390Z * [new branch] issue#58739 -> origin/issue#58739 2025-07-24T05:34:29.6993827Z * [new branch] issue-154849 -> origin/issue-154849 2025-07-24T05:34:29.6994367Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-07-24T05:34:29.6995041Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-07-24T05:34:29.6995724Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-07-24T05:34:29.6996307Z * [new branch] jithunnair-amd-patch-1 -> origin/jithunnair-amd-patch-1 2025-07-24T05:34:29.6996872Z * [new branch] justinchu/attention-tests -> origin/justinchu/attention-tests 2025-07-24T05:34:29.6997529Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-07-24T05:34:29.6998052Z * [new branch] justinchuby/opset-20 -> origin/justinchuby/opset-20 2025-07-24T05:34:29.6998646Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-07-24T05:34:29.6999286Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-07-24T05:34:29.6999925Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-07-24T05:34:29.7373252Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-07-24T05:34:29.7373850Z * [new branch] liaoxuan/tags_issue -> origin/liaoxuan/tags_issue 2025-07-24T05:34:29.7374420Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-07-24T05:34:29.7375036Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-07-24T05:34:29.7375561Z * [new branch] lintbuilddocker -> origin/lintbuilddocker 2025-07-24T05:34:29.7376005Z * [new branch] local_map -> origin/local_map 2025-07-24T05:34:29.7376440Z * [new branch] logdetfix -> origin/logdetfix 2025-07-24T05:34:29.7376869Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-07-24T05:34:29.7378399Z * [new branch] lucaskabela/fix_157452 -> origin/lucaskabela/fix_157452 2025-07-24T05:34:29.7379022Z * [new branch] lucaskabela/fix_circular_import_158120 -> origin/lucaskabela/fix_circular_import_158120 2025-07-24T05:34:29.7379684Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-07-24T05:34:29.7380324Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-07-24T05:34:29.7381017Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-07-24T05:34:29.7381739Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-07-24T05:34:29.7382470Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-07-24T05:34:29.7393927Z * [new branch] lucaskabela/typing-misc -> origin/lucaskabela/typing-misc 2025-07-24T05:34:29.7394669Z * [new branch] lucaskabela/typing_bytecode_analysis_transform -> origin/lucaskabela/typing_bytecode_analysis_transform 2025-07-24T05:34:29.7395409Z * [new branch] lucaskabela/typing_cache_files -> origin/lucaskabela/typing_cache_files 2025-07-24T05:34:29.7396050Z * [new branch] lucaskabela/typing_debug_utils.py -> origin/lucaskabela/typing_debug_utils.py 2025-07-24T05:34:29.7396676Z * [new branch] lucaskabela/typing_decorators -> origin/lucaskabela/typing_decorators 2025-07-24T05:34:29.7397455Z * [new branch] lucaskabela/typing_eval_frame -> origin/lucaskabela/typing_eval_frame 2025-07-24T05:34:29.7398056Z * [new branch] lucaskabela/typing_for_codegen -> origin/lucaskabela/typing_for_codegen 2025-07-24T05:34:29.7400073Z * [new branch] lucaskabela/typing_side_effects -> origin/lucaskabela/typing_side_effects 2025-07-24T05:34:29.7400708Z * [new branch] lucaskabela/typing_source_guard -> origin/lucaskabela/typing_source_guard 2025-07-24T05:34:29.7401315Z * [new branch] lucaskabela/typing_trace_rules -> origin/lucaskabela/typing_trace_rules 2025-07-24T05:34:29.7402122Z * [new branch] m54qxk-codex/update-default-size_hint-fallback-value -> origin/m54qxk-codex/update-default-size_hint-fallback-value 2025-07-24T05:34:29.7402941Z * [new branch] main -> origin/main 2025-07-24T05:34:29.7403382Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-07-24T05:34:29.7403861Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-07-24T05:34:29.7404328Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-07-24T05:34:29.7406163Z * [new branch] malfet-patch-13 -> origin/malfet-patch-13 2025-07-24T05:34:29.7406642Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-07-24T05:34:29.7407108Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-07-24T05:34:29.7407580Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-07-24T05:34:29.7408038Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-07-24T05:34:29.7408513Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-07-24T05:34:29.7408975Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-07-24T05:34:29.7409435Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-07-24T05:34:29.7409887Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-07-24T05:34:29.7410333Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-07-24T05:34:29.7412213Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-07-24T05:34:29.7412749Z * [new branch] malfet/delete-upsteam-cuda -> origin/malfet/delete-upsteam-cuda 2025-07-24T05:34:29.7413340Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-07-24T05:34:29.7822991Z * [new branch] manuel/fix_multidim_boolean_indexing -> origin/manuel/fix_multidim_boolean_indexing 2025-07-24T05:34:29.7824467Z * [new branch] manuel/np_empty_ellipsis -> origin/manuel/np_empty_ellipsis 2025-07-24T05:34:29.7825667Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-07-24T05:34:29.7826753Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-07-24T05:34:29.7827838Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-07-24T05:34:29.7828994Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-07-24T05:34:29.7830188Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-07-24T05:34:29.7831470Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-07-24T05:34:29.7832747Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-07-24T05:34:29.7833996Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-07-24T05:34:29.7835088Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-07-24T05:34:29.7836960Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-07-24T05:34:29.7838047Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-07-24T05:34:29.7839055Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-07-24T05:34:29.7840127Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-07-24T05:34:29.7841345Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-07-24T05:34:29.7842510Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-07-24T05:34:29.7843904Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-07-24T05:34:29.7845400Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-07-24T05:34:29.7846639Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-07-24T05:34:29.7847662Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-07-24T05:34:29.7848779Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-07-24T05:34:29.7849902Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-07-24T05:34:29.7851039Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-07-24T05:34:29.7852445Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-07-24T05:34:29.7853635Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-07-24T05:34:29.7854708Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-07-24T05:34:29.7855888Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-07-24T05:34:29.7856884Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-07-24T05:34:29.7857943Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-07-24T05:34:29.7858941Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-07-24T05:34:29.7860020Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-07-24T05:34:29.7861023Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-07-24T05:34:29.7861979Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-07-24T05:34:29.7863147Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-07-24T05:34:29.7864284Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-07-24T05:34:29.7865434Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-07-24T05:34:29.7866592Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-07-24T05:34:29.7867667Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-07-24T05:34:29.7868664Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-07-24T05:34:29.7869482Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-07-24T05:34:29.7870534Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-07-24T05:34:29.7871584Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-07-24T05:34:29.7872630Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-07-24T05:34:29.7873653Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-07-24T05:34:29.7874669Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-07-24T05:34:29.7875941Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-07-24T05:34:29.7876883Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-07-24T05:34:29.9016853Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-07-24T05:34:29.9017358Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-07-24T05:34:29.9017784Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-07-24T05:34:29.9018219Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-07-24T05:34:29.9018632Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-07-24T05:34:29.9019056Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-07-24T05:34:29.9019691Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-07-24T05:34:29.9020104Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-07-24T05:34:29.9020543Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-07-24T05:34:29.9020953Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-07-24T05:34:29.9021382Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-07-24T05:34:29.9021847Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-07-24T05:34:29.9022329Z * [new branch] mlazos/hop-modes -> origin/mlazos/hop-modes 2025-07-24T05:34:29.9022834Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-07-24T05:34:29.9023338Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-07-24T05:34:29.9023836Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-07-24T05:34:29.9024354Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-07-24T05:34:29.9024852Z * [new branch] mlazos/main -> origin/mlazos/main 2025-07-24T05:34:29.9025359Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-07-24T05:34:29.9025868Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-07-24T05:34:29.9026304Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-07-24T05:34:29.9026735Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-07-24T05:34:29.9027191Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-07-24T05:34:29.9027681Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-07-24T05:34:29.9028234Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-07-24T05:34:29.9028853Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-07-24T05:34:29.9029382Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-07-24T05:34:29.9029835Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-07-24T05:34:29.9030310Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-07-24T05:34:29.9030780Z * [new branch] mlazos/nested-dc -> origin/mlazos/nested-dc 2025-07-24T05:34:29.9031230Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-07-24T05:34:29.9031752Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-07-24T05:34:29.9032333Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-07-24T05:34:29.9032866Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-07-24T05:34:29.9033509Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-07-24T05:34:29.9033977Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-07-24T05:34:29.9034456Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-07-24T05:34:29.9034955Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-07-24T05:34:29.9035437Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-07-24T05:34:29.9035914Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-07-24T05:34:29.9036388Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-07-24T05:34:29.9036814Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-07-24T05:34:29.9037370Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-07-24T05:34:29.9037877Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-07-24T05:34:29.9038404Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-07-24T05:34:29.9038948Z * [new branch] mlazos/sub-param-fix -> origin/mlazos/sub-param-fix 2025-07-24T05:34:29.9039429Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-07-24T05:34:29.9039937Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-07-24T05:34:29.9040411Z * [new branch] mlazos/test -> origin/mlazos/test 2025-07-24T05:34:29.9469066Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-07-24T05:34:29.9469617Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-07-24T05:34:29.9470159Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-07-24T05:34:29.9470698Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-07-24T05:34:29.9471213Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-07-24T05:34:29.9471698Z * [new branch] mlazos/topo-fix -> origin/mlazos/topo-fix 2025-07-24T05:34:29.9472185Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-07-24T05:34:29.9472680Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-07-24T05:34:29.9473171Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-07-24T05:34:29.9473652Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-07-24T05:34:29.9474159Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-07-24T05:34:29.9474653Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-07-24T05:34:29.9475128Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-07-24T05:34:29.9475608Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-07-24T05:34:29.9476104Z * [new branch] move-theme-out-docker -> origin/move-theme-out-docker 2025-07-24T05:34:29.9476597Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-07-24T05:34:29.9477040Z * [new branch] msaroufim/acc -> origin/msaroufim/acc 2025-07-24T05:34:29.9477470Z * [new branch] msaroufim/be1 -> origin/msaroufim/be1 2025-07-24T05:34:29.9477946Z * [new branch] msaroufim/ck_custom_op -> origin/msaroufim/ck_custom_op 2025-07-24T05:34:29.9478434Z * [new branch] msaroufim/cn_path -> origin/msaroufim/cn_path 2025-07-24T05:34:29.9478961Z * [new branch] msaroufim/compile_kernel -> origin/msaroufim/compile_kernel 2025-07-24T05:34:29.9479714Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-07-24T05:34:29.9480238Z * [new branch] msaroufim/gencode -> origin/msaroufim/gencode 2025-07-24T05:34:29.9480717Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-07-24T05:34:29.9481284Z * [new branch] msaroufim/simplify_nvrtc_discovery -> origin/msaroufim/simplify_nvrtc_discovery 2025-07-24T05:34:29.9481858Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-07-24T05:34:29.9482299Z * [new branch] mul_op -> origin/mul_op 2025-07-24T05:34:29.9482729Z * [new branch] ngimel/cat_perf -> origin/ngimel/cat_perf 2025-07-24T05:34:29.9483346Z * [new branch] ngimel/cudamoduleload -> origin/ngimel/cudamoduleload 2025-07-24T05:34:29.9483914Z * [new branch] ngimel/deterministic_scatter -> origin/ngimel/deterministic_scatter 2025-07-24T05:34:29.9484435Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-07-24T05:34:29.9484893Z * [new branch] ngimel/index_None -> origin/ngimel/index_None 2025-07-24T05:34:29.9485414Z * [new branch] ngimel/mempool_emptycache -> origin/ngimel/mempool_emptycache 2025-07-24T05:34:29.9485911Z * [new branch] nightly -> origin/nightly 2025-07-24T05:34:29.9486374Z * [new branch] nmacchioni-patch-1 -> origin/nmacchioni-patch-1 2025-07-24T05:34:29.9486898Z * [new branch] nmacchioni-patch-10 -> origin/nmacchioni-patch-10 2025-07-24T05:34:29.9487402Z * [new branch] nmacchioni-patch-6 -> origin/nmacchioni-patch-6 2025-07-24T05:34:29.9489231Z * [new branch] nmacchioni-patch-7 -> origin/nmacchioni-patch-7 2025-07-24T05:34:29.9489743Z * [new branch] nmacchioni-patch-8 -> origin/nmacchioni-patch-8 2025-07-24T05:34:29.9490229Z * [new branch] nmacchioni-patch-9 -> origin/nmacchioni-patch-9 2025-07-24T05:34:29.9490711Z * [new branch] np_indexing_fix -> origin/np_indexing_fix 2025-07-24T05:34:29.9491180Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-07-24T05:34:29.9491887Z * [new branch] nweidia/enable-B200-inductor-nightly-ci -> origin/nweidia/enable-B200-inductor-nightly-ci 2025-07-24T05:34:29.9492514Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-07-24T05:34:29.9492974Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-07-24T05:34:29.9493456Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-07-24T05:34:29.9493929Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-07-24T05:34:29.9889870Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-07-24T05:34:29.9890415Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-07-24T05:34:29.9890884Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-07-24T05:34:29.9891345Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-07-24T05:34:29.9891854Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-07-24T05:34:29.9892321Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-07-24T05:34:29.9892801Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-07-24T05:34:29.9893249Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-07-24T05:34:29.9893743Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-07-24T05:34:29.9894391Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-07-24T05:34:29.9894863Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-07-24T05:34:29.9895324Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-07-24T05:34:29.9895784Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-07-24T05:34:29.9896259Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-07-24T05:34:29.9896709Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-07-24T05:34:29.9897171Z * [new branch] padded-tensor -> origin/padded-tensor 2025-07-24T05:34:29.9897629Z * [new branch] parallel_cat -> origin/parallel_cat 2025-07-24T05:34:29.9898189Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-07-24T05:34:29.9898630Z * [new branch] pca2 -> origin/pca2 2025-07-24T05:34:29.9899068Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-07-24T05:34:29.9899655Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-07-24T05:34:29.9900273Z * [new branch] pianpwk/dde_repeat_cat -> origin/pianpwk/dde_repeat_cat 2025-07-24T05:34:29.9900846Z * [new branch] pianpwk/draft_export_normalize -> origin/pianpwk/draft_export_normalize 2025-07-24T05:34:29.9901435Z * [new branch] pianpwk/dynamic_source_dim -> origin/pianpwk/dynamic_source_dim 2025-07-24T05:34:29.9901971Z * [new branch] pianpwk/int_in_pgo_state -> origin/pianpwk/int_in_pgo_state 2025-07-24T05:34:29.9902542Z * [new branch] pianpwk/invalidate_fake_memo -> origin/pianpwk/invalidate_fake_memo 2025-07-24T05:34:29.9903127Z * [new branch] pianpwk/lru_cache_bound_sympy -> origin/pianpwk/lru_cache_bound_sympy 2025-07-24T05:34:29.9903671Z * [new branch] pianpwk/max_1_strides -> origin/pianpwk/max_1_strides 2025-07-24T05:34:29.9904177Z * [new branch] pianpwk/nonzero_memo -> origin/pianpwk/nonzero_memo 2025-07-24T05:34:29.9904788Z * [new branch] pianpwk/obl_scatter_gather_index -> origin/pianpwk/obl_scatter_gather_index 2025-07-24T05:34:29.9905441Z * [new branch] pianpwk/oblivious_infer_size -> origin/pianpwk/oblivious_infer_size 2025-07-24T05:34:29.9906064Z * [new branch] pianpwk/oblivious_meta_select -> origin/pianpwk/oblivious_meta_select 2025-07-24T05:34:29.9906694Z * [new branch] pianpwk/oblivious_reshape_view_bad -> origin/pianpwk/oblivious_reshape_view_bad 2025-07-24T05:34:29.9907381Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-07-24T05:34:29.9908044Z * [new branch] pianpwk/oblivious_should_swap -> origin/pianpwk/oblivious_should_swap 2025-07-24T05:34:29.9908666Z * [new branch] pianpwk/oblivious_slice_forward -> origin/pianpwk/oblivious_slice_forward 2025-07-24T05:34:29.9909238Z * [new branch] pianpwk/oblivious_where -> origin/pianpwk/oblivious_where 2025-07-24T05:34:29.9909780Z * [new branch] pianpwk/pad_nd_oblivious -> origin/pianpwk/pad_nd_oblivious 2025-07-24T05:34:29.9910307Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-07-24T05:34:29.9910873Z * [new branch] pianpwk/remove_guard_fail_break -> origin/pianpwk/remove_guard_fail_break 2025-07-24T05:34:29.9911436Z * [new branch] pianpwk/single_slice -> origin/pianpwk/single_slice 2025-07-24T05:34:29.9911969Z * [new branch] pianpwk/slice_fresh_symbols -> origin/pianpwk/slice_fresh_symbols 2025-07-24T05:34:29.9912646Z * [new branch] pianpwk/test_slice_fake_impl -> origin/pianpwk/test_slice_fake_impl 2025-07-24T05:34:29.9913253Z * [new branch] pianpwk/unbacked_channels_last -> origin/pianpwk/unbacked_channels_last 2025-07-24T05:34:29.9913841Z * [new branch] pianpwk/unbacked_safe_conv1d -> origin/pianpwk/unbacked_safe_conv1d 2025-07-24T05:34:30.0318864Z * [new branch] pianpwk/unbacked_sdpa_flash -> origin/pianpwk/unbacked_sdpa_flash 2025-07-24T05:34:30.0319596Z * [new branch] pianpwk/unbacked_should_swap -> origin/pianpwk/unbacked_should_swap 2025-07-24T05:34:30.0320204Z * [new branch] pianpwk/unbacked_slice_binding -> origin/pianpwk/unbacked_slice_binding 2025-07-24T05:34:30.0320830Z * [new branch] pianpwk/unbacked_slice_forward -> origin/pianpwk/unbacked_slice_forward 2025-07-24T05:34:30.0321648Z * [new branch] pianpwk/verbose_tensor_guards -> origin/pianpwk/verbose_tensor_guards 2025-07-24T05:34:30.0322225Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-07-24T05:34:30.0322788Z * [new branch] pianpwk/whitelist_optimizer -> origin/pianpwk/whitelist_optimizer 2025-07-24T05:34:30.0323533Z * [new branch] pick-torch-standalone-rename-to-release-2.8 -> origin/pick-torch-standalone-rename-to-release-2.8 2025-07-24T05:34:30.0324243Z * [new branch] pin-theme-version -> origin/pin-theme-version 2025-07-24T05:34:30.0324709Z * [new branch] pin-torchao -> origin/pin-torchao 2025-07-24T05:34:30.0325244Z * [new branch] piz/clean_strategy_0627 -> origin/piz/clean_strategy_0627 2025-07-24T05:34:30.0325818Z * [new branch] piz/dtensor_op_coverage -> origin/piz/dtensor_op_coverage 2025-07-24T05:34:30.0326342Z * [new branch] piz/fall_back_missing_0705 -> origin/piz/fall_back_missing_0705 2025-07-24T05:34:30.0326885Z * [new branch] piz/fall_back_missing_0716 -> origin/piz/fall_back_missing_0716 2025-07-24T05:34:30.0327388Z * [new branch] piz/fill_dist_cost_0702 -> origin/piz/fill_dist_cost_0702 2025-07-24T05:34:30.0327903Z * [new branch] piz/fill_dist_cost_0702-2 -> origin/piz/fill_dist_cost_0702-2 2025-07-24T05:34:30.0328409Z * [new branch] piz/fill_dist_cost_0702-3 -> origin/piz/fill_dist_cost_0702-3 2025-07-24T05:34:30.0328895Z * [new branch] piz/fix_einsum -> origin/piz/fix_einsum 2025-07-24T05:34:30.0329374Z * [new branch] piz/fix_index_put_0706 -> origin/piz/fix_index_put_0706 2025-07-24T05:34:30.0329833Z * [new branch] piz/fix_slice -> origin/piz/fix_slice 2025-07-24T05:34:30.0330317Z * [new branch] piz/remove_assert_0709 -> origin/piz/remove_assert_0709 2025-07-24T05:34:30.0330837Z * [new branch] pool-separate -> origin/pool-separate 2025-07-24T05:34:30.0331336Z * [new branch] pr-156087 -> origin/pr-156087 2025-07-24T05:34:30.0331814Z * [new branch] pr/131860 -> origin/pr/131860 2025-07-24T05:34:30.0332231Z * [new branch] pr150241 -> origin/pr150241 2025-07-24T05:34:30.0332659Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-07-24T05:34:30.0333115Z * [new branch] pull-latest-theme -> origin/pull-latest-theme 2025-07-24T05:34:30.0333632Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-07-24T05:34:30.0334162Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-07-24T05:34:30.0334632Z * [new branch] randdcefix -> origin/randdcefix 2025-07-24T05:34:30.0335076Z * [new branch] release/1.10 -> origin/release/1.10 2025-07-24T05:34:30.0335647Z * [new branch] release/1.11 -> origin/release/1.11 2025-07-24T05:34:30.0336077Z * [new branch] release/1.12 -> origin/release/1.12 2025-07-24T05:34:30.0336552Z * [new branch] release/1.13 -> origin/release/1.13 2025-07-24T05:34:30.0337019Z * [new branch] release/1.4 -> origin/release/1.4 2025-07-24T05:34:30.0337450Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-07-24T05:34:30.0337865Z * [new branch] release/1.5 -> origin/release/1.5 2025-07-24T05:34:30.0338283Z * [new branch] release/1.6 -> origin/release/1.6 2025-07-24T05:34:30.0338701Z * [new branch] release/1.7 -> origin/release/1.7 2025-07-24T05:34:30.0339220Z * [new branch] release/1.8 -> origin/release/1.8 2025-07-24T05:34:30.0339650Z * [new branch] release/1.9 -> origin/release/1.9 2025-07-24T05:34:30.0340074Z * [new branch] release/2.0 -> origin/release/2.0 2025-07-24T05:34:30.0340505Z * [new branch] release/2.1 -> origin/release/2.1 2025-07-24T05:34:30.0340920Z * [new branch] release/2.2 -> origin/release/2.2 2025-07-24T05:34:30.0341342Z * [new branch] release/2.3 -> origin/release/2.3 2025-07-24T05:34:30.0341766Z * [new branch] release/2.4 -> origin/release/2.4 2025-07-24T05:34:30.0342229Z * [new branch] release/2.5 -> origin/release/2.5 2025-07-24T05:34:30.0771378Z * [new branch] release/2.6 -> origin/release/2.6 2025-07-24T05:34:30.0771945Z * [new branch] release/2.7 -> origin/release/2.7 2025-07-24T05:34:30.0772383Z * [new branch] release/2.8 -> origin/release/2.8 2025-07-24T05:34:30.0772828Z * [new branch] release_notes -> origin/release_notes 2025-07-24T05:34:30.0773324Z * [new branch] remove-actionable-label -> origin/remove-actionable-label 2025-07-24T05:34:30.0773836Z * [new branch] remove_ts_docs -> origin/remove_ts_docs 2025-07-24T05:34:30.0774430Z * [new branch] rephrase-export-remove-torchscript -> origin/rephrase-export-remove-torchscript 2025-07-24T05:34:30.0775208Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-07-24T05:34:30.0775979Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-07-24T05:34:30.0776691Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-07-24T05:34:30.0777328Z * [new branch] revert-156890-triton_34_update -> origin/revert-156890-triton_34_update 2025-07-24T05:34:30.0778125Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-07-24T05:34:30.0778858Z * [new branch] rithesh/fsdp_cpu -> origin/rithesh/fsdp_cpu 2025-07-24T05:34:30.0779343Z * [new branch] rocm-monitoring -> origin/rocm-monitoring 2025-07-24T05:34:30.0780009Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-07-24T05:34:30.0780720Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-07-24T05:34:30.0781255Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-07-24T05:34:30.0781755Z * [new branch] rzou/njt -> origin/rzou/njt 2025-07-24T05:34:30.0782244Z * [new branch] rzou/operator -> origin/rzou/operator 2025-07-24T05:34:30.0782840Z * [new branch] rzou/pca -> origin/rzou/pca 2025-07-24T05:34:30.0783283Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-07-24T05:34:30.0783728Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-07-24T05:34:30.0784195Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-07-24T05:34:30.0784822Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-07-24T05:34:30.0785682Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-07-24T05:34:30.0786467Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-07-24T05:34:30.0787064Z * [new branch] save -> origin/save 2025-07-24T05:34:30.0787517Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-07-24T05:34:30.0788031Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-07-24T05:34:30.0788528Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-07-24T05:34:30.0789024Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-07-24T05:34:30.0789532Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-07-24T05:34:30.0790049Z * [new branch] shoumikhin-patch-12 -> origin/shoumikhin-patch-12 2025-07-24T05:34:30.0790575Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-07-24T05:34:30.0820012Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-07-24T05:34:30.0820551Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-07-24T05:34:30.0821041Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-07-24T05:34:30.0821565Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-07-24T05:34:30.0822113Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-07-24T05:34:30.0822676Z * [new branch] stablize-compilation-time -> origin/stablize-compilation-time 2025-07-24T05:34:30.0823244Z * [new branch] standalone_package_weights -> origin/standalone_package_weights 2025-07-24T05:34:30.0823756Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-07-24T05:34:30.0824232Z * [new branch] step2vllmsetup -> origin/step2vllmsetup 2025-07-24T05:34:30.0824682Z * [new branch] subgraph_fuse -> origin/subgraph_fuse 2025-07-24T05:34:30.0825157Z * [new branch] support-b200-runners -> origin/support-b200-runners 2025-07-24T05:34:30.1145815Z * [new branch] support-uv-in-collect_env -> origin/support-uv-in-collect_env 2025-07-24T05:34:30.1146400Z * [new branch] support_gqa_cpu -> origin/support_gqa_cpu 2025-07-24T05:34:30.1146920Z * [new branch] suryasub/fix-nccl-hang -> origin/suryasub/fix-nccl-hang 2025-07-24T05:34:30.1147432Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-07-24T05:34:30.1147932Z * [new branch] svekars-patch-2 -> origin/svekars-patch-2 2025-07-24T05:34:30.1148390Z * [new branch] switch-bn -> origin/switch-bn 2025-07-24T05:34:30.1148849Z * [new branch] syed-ahmed-patch-1 -> origin/syed-ahmed-patch-1 2025-07-24T05:34:30.1149405Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-07-24T05:34:30.1149898Z * [new branch] teja/add_logs -> origin/teja/add_logs 2025-07-24T05:34:30.1150586Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-07-24T05:34:30.1151103Z * [new branch] test-internal-et -> origin/test-internal-et 2025-07-24T05:34:30.1151607Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-07-24T05:34:30.1152212Z * [new branch] test-myst-markdown-docstring -> origin/test-myst-markdown-docstring 2025-07-24T05:34:30.1152752Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-07-24T05:34:30.1153195Z * [new branch] test/inductor -> origin/test/inductor 2025-07-24T05:34:30.1153682Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-07-24T05:34:30.1154281Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-07-24T05:34:30.1154735Z * [new branch] tp_changes -> origin/tp_changes 2025-07-24T05:34:30.1155209Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-07-24T05:34:30.1155762Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-07-24T05:34:30.1156245Z * [new branch] trackMonitor -> origin/trackMonitor 2025-07-24T05:34:30.1156709Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-07-24T05:34:30.1157167Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-07-24T05:34:30.1157609Z * [new branch] triton-update -> origin/triton-update 2025-07-24T05:34:30.1158048Z * [new branch] triton_kernel -> origin/triton_kernel 2025-07-24T05:34:30.1158503Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-07-24T05:34:30.1158965Z * [new branch] try-runllm -> origin/try-runllm 2025-07-24T05:34:30.1159389Z * [new branch] type_dec -> origin/type_dec 2025-07-24T05:34:30.1159885Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-07-24T05:34:30.1160585Z * [new branch] update-audio-commit-hash/15890021967-1637-1 -> origin/update-audio-commit-hash/15890021967-1637-1 2025-07-24T05:34:30.1161388Z * [new branch] update-audio-commit-hash/16157311175-1652-1 -> origin/update-audio-commit-hash/16157311175-1652-1 2025-07-24T05:34:30.1162184Z * [new branch] update-audio-commit-hash/16307312222-1661-1 -> origin/update-audio-commit-hash/16307312222-1661-1 2025-07-24T05:34:30.1162981Z * [new branch] update-audio-commit-hash/16431348808-1673-1 -> origin/update-audio-commit-hash/16431348808-1673-1 2025-07-24T05:34:30.1163828Z * [new branch] update-executorch-commit-hash/15694981040-1626-1 -> origin/update-executorch-commit-hash/15694981040-1626-1 2025-07-24T05:34:30.1164706Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-07-24T05:34:30.1165513Z * [new branch] update-vision-commit-hash/15336342773-1607-1 -> origin/update-vision-commit-hash/15336342773-1607-1 2025-07-24T05:34:30.1166304Z * [new branch] update-vllm-commit-hash/16431348808-1673-1 -> origin/update-vllm-commit-hash/16431348808-1673-1 2025-07-24T05:34:30.1167078Z * [new branch] update-vllm-commit-hash/16484773233-1682-1 -> origin/update-vllm-commit-hash/16484773233-1682-1 2025-07-24T05:34:30.1167834Z * [new branch] update-xla-commit-hash/15818245712-191-1 -> origin/update-xla-commit-hash/15818245712-191-1 2025-07-24T05:34:30.1168586Z * [new branch] update-xla-commit-hash/16260974441-194-1 -> origin/update-xla-commit-hash/16260974441-194-1 2025-07-24T05:34:30.1169439Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-07-24T05:34:30.1170086Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-07-24T05:34:30.1630748Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-07-24T05:34:30.1631344Z * [new branch] update_slow_tests_1749454889 -> origin/update_slow_tests_1749454889 2025-07-24T05:34:30.1631909Z * [new branch] update_slow_tests_1751874113 -> origin/update_slow_tests_1751874113 2025-07-24T05:34:30.1632469Z * [new branch] update_slow_tests_1752478971 -> origin/update_slow_tests_1752478971 2025-07-24T05:34:30.1633032Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-07-24T05:34:30.1633777Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-07-24T05:34:30.1634274Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-07-24T05:34:30.1634695Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-07-24T05:34:30.1635103Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-07-24T05:34:30.1635500Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-07-24T05:34:30.1635904Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-07-24T05:34:30.1636295Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-07-24T05:34:30.1636695Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-07-24T05:34:30.1637102Z * [new branch] validate_fn -> origin/validate_fn 2025-07-24T05:34:30.1637562Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-07-24T05:34:30.1638046Z * [new branch] viable/strict -> origin/viable/strict 2025-07-24T05:34:30.1638505Z * [new branch] vkuzo-patch-1 -> origin/vkuzo-patch-1 2025-07-24T05:34:30.1638951Z * [new branch] vllmpin -> origin/vllmpin 2025-07-24T05:34:30.1639379Z * [new branch] vllmpintest -> origin/vllmpintest 2025-07-24T05:34:30.1639808Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-07-24T05:34:30.1640256Z * [new branch] wdvr-patch-2 -> origin/wdvr-patch-2 2025-07-24T05:34:30.1640739Z * [new branch] wdvr/conda_devcontainer -> origin/wdvr/conda_devcontainer 2025-07-24T05:34:30.1641250Z * [new branch] wdvr/fix_logging_test -> origin/wdvr/fix_logging_test 2025-07-24T05:34:30.1641732Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-07-24T05:34:30.1642197Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-07-24T05:34:30.1642675Z * [new branch] weight_sharing_cpp -> origin/weight_sharing_cpp 2025-07-24T05:34:30.1643122Z * [new branch] whc/flight -> origin/whc/flight 2025-07-24T05:34:30.1643549Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-07-24T05:34:30.1643969Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-07-24T05:34:30.1644409Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-07-24T05:34:30.1644855Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-07-24T05:34:30.1645295Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-07-24T05:34:30.1645718Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-07-24T05:34:30.1646134Z * [new branch] whc/uneven -> origin/whc/uneven 2025-07-24T05:34:30.1647326Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-07-24T05:34:30.1647784Z * [new branch] win_warnings -> origin/win_warnings 2025-07-24T05:34:30.1648225Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-07-24T05:34:30.1648683Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-07-24T05:34:30.1649356Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-07-24T05:34:30.1650045Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-07-24T05:34:30.1650516Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-07-24T05:34:30.1651092Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-07-24T05:34:30.1651545Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-07-24T05:34:30.1652066Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-07-24T05:34:30.1652535Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-07-24T05:34:30.1653007Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-07-24T05:34:30.1653463Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-07-24T05:34:30.1653940Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-07-24T05:34:30.1654431Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-07-24T05:34:30.2080563Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-07-24T05:34:30.2081039Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-07-24T05:34:30.2081511Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-07-24T05:34:30.2081989Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-07-24T05:34:30.2082445Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-07-24T05:34:30.2082919Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-07-24T05:34:30.2083427Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-07-24T05:34:30.2083993Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-07-24T05:34:30.2084520Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-07-24T05:34:30.2084986Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-07-24T05:34:30.2085456Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-07-24T05:34:30.2085976Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-07-24T05:34:30.2086492Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-07-24T05:34:30.2086988Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-07-24T05:34:30.2087478Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-07-24T05:34:30.2087966Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-07-24T05:34:30.2088438Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-07-24T05:34:30.2088906Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-07-24T05:34:30.2089370Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-07-24T05:34:30.2089819Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-07-24T05:34:30.2090479Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-07-24T05:34:30.2091028Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-07-24T05:34:30.2091683Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-07-24T05:34:30.2092493Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-07-24T05:34:30.2093228Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-07-24T05:34:30.2093861Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-07-24T05:34:30.2094432Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-07-24T05:34:30.2095163Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-07-24T05:34:30.2095840Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-07-24T05:34:30.2096446Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-07-24T05:34:30.2097154Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-07-24T05:34:30.2098031Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-07-24T05:34:30.2098728Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-07-24T05:34:30.2099223Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-07-24T05:34:30.2099683Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-07-24T05:34:30.2100121Z * [new branch] xmfan/test -> origin/xmfan/test 2025-07-24T05:34:30.2100637Z * [new branch] y-do-we-have-7-build-systems -> origin/y-do-we-have-7-build-systems 2025-07-24T05:34:30.2101214Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-07-24T05:34:30.2101749Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-07-24T05:34:30.2102291Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-07-24T05:34:30.2102828Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-07-24T05:34:30.2103306Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-07-24T05:34:30.2103778Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-07-24T05:34:30.2104312Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-07-24T05:34:30.2501825Z * [new branch] zainr/docs-claude -> origin/zainr/docs-claude 2025-07-24T05:34:30.2502332Z * [new branch] zainr/fixlint -> origin/zainr/fixlint 2025-07-24T05:34:30.2502804Z * [new branch] zainr/lint-py3.9 -> origin/zainr/lint-py3.9 2025-07-24T05:34:30.2503305Z * [new branch] zainr/mypy15-claude -> origin/zainr/mypy15-claude 2025-07-24T05:34:30.2503830Z * [new branch] zainr/pre-push-hooks -> origin/zainr/pre-push-hooks 2025-07-24T05:34:30.2504350Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-07-24T05:34:30.2504870Z * [new branch] zainr/test-workflow -> origin/zainr/test-workflow 2025-07-24T05:34:30.2505338Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-07-24T05:34:30.2505808Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-07-24T05:34:30.2506464Z * [new branch] zainr/uv-pip-fix -> origin/zainr/uv-pip-fix 2025-07-24T05:34:30.2506951Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-07-24T05:34:30.2507459Z * [new branch] zb2p -> origin/zb2p 2025-07-24T05:34:30.2507925Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-07-24T05:34:30.2508480Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-07-24T05:34:30.2509028Z * [new branch] zhxchen17/nativert/0 -> origin/zhxchen17/nativert/0 2025-07-24T05:34:30.2509522Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-07-24T05:34:30.2510656Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-07-24T05:34:30.2511136Z * [new branch] zxiiro/bazel -> origin/zxiiro/bazel 2025-07-24T05:34:30.2511585Z * [new branch] zxiiro/docs -> origin/zxiiro/docs 2025-07-24T05:34:30.2512062Z * [new branch] zxiiro/get-hardware -> origin/zxiiro/get-hardware 2025-07-24T05:34:30.2512571Z * [new branch] zxiiro/linux-build -> origin/zxiiro/linux-build 2025-07-24T05:34:30.2513063Z * [new branch] zxiiro/linux-test -> origin/zxiiro/linux-test 2025-07-24T05:34:30.2513511Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-07-24T05:34:30.2513944Z * [new branch] zxiiro/test -> origin/zxiiro/test 2025-07-24T05:34:30.2514434Z * [new branch] zxiiro/windows -> origin/zxiiro/windows 2025-07-24T05:34:30.2515164Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-07-24T05:34:30.2515881Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-07-24T05:34:30.2516300Z * [new tag] ciflow/android/149601 -> ciflow/android/149601 2025-07-24T05:34:30.2516740Z * [new tag] ciflow/binaries/143959 -> ciflow/binaries/143959 2025-07-24T05:34:30.2517181Z * [new tag] ciflow/binaries/156049 -> ciflow/binaries/156049 2025-07-24T05:34:30.2517635Z * [new tag] ciflow/binaries/157432 -> ciflow/binaries/157432 2025-07-24T05:34:30.2518056Z * [new tag] ciflow/binaries/157685 -> ciflow/binaries/157685 2025-07-24T05:34:30.2518484Z * [new tag] ciflow/binaries/157689 -> ciflow/binaries/157689 2025-07-24T05:34:30.2518903Z * [new tag] ciflow/binaries/158104 -> ciflow/binaries/158104 2025-07-24T05:34:30.2519340Z * [new tag] ciflow/binaries/158623 -> ciflow/binaries/158623 2025-07-24T05:34:30.2519771Z * [new tag] ciflow/binaries/158928 -> ciflow/binaries/158928 2025-07-24T05:34:30.2520247Z * [new tag] ciflow/binaries_libtorch/143959 -> ciflow/binaries_libtorch/143959 2025-07-24T05:34:30.2520790Z * [new tag] ciflow/binaries_libtorch/156049 -> ciflow/binaries_libtorch/156049 2025-07-24T05:34:30.2521320Z * [new tag] ciflow/binaries_libtorch/157432 -> ciflow/binaries_libtorch/157432 2025-07-24T05:34:30.2521829Z * [new tag] ciflow/binaries_wheel/143959 -> ciflow/binaries_wheel/143959 2025-07-24T05:34:30.2522312Z * [new tag] ciflow/binaries_wheel/155731 -> ciflow/binaries_wheel/155731 2025-07-24T05:34:30.2522783Z * [new tag] ciflow/binaries_wheel/156049 -> ciflow/binaries_wheel/156049 2025-07-24T05:34:30.2523261Z * [new tag] ciflow/binaries_wheel/157432 -> ciflow/binaries_wheel/157432 2025-07-24T05:34:30.2523785Z * [new tag] ciflow/binaries_wheel/158733 -> ciflow/binaries_wheel/158733 2025-07-24T05:34:30.2524469Z * [new tag] ciflow/h100-distributed/144552 -> ciflow/h100-distributed/144552 2025-07-24T05:34:30.2524991Z * [new tag] ciflow/h100-distributed/150312 -> ciflow/h100-distributed/150312 2025-07-24T05:34:30.2525513Z * [new tag] ciflow/h100-distributed/156703 -> ciflow/h100-distributed/156703 2025-07-24T05:34:30.3016197Z * [new tag] ciflow/h100-distributed/156881 -> ciflow/h100-distributed/156881 2025-07-24T05:34:30.3016758Z * [new tag] ciflow/h100-symm-mem/151845 -> ciflow/h100-symm-mem/151845 2025-07-24T05:34:30.3017238Z * [new tag] ciflow/h100-symm-mem/156881 -> ciflow/h100-symm-mem/156881 2025-07-24T05:34:30.3017706Z * [new tag] ciflow/h100-symm-mem/157026 -> ciflow/h100-symm-mem/157026 2025-07-24T05:34:30.3018371Z * [new tag] ciflow/h100-symm-mem/157029 -> ciflow/h100-symm-mem/157029 2025-07-24T05:34:30.3018861Z * [new tag] ciflow/h100-symm-mem/158515 -> ciflow/h100-symm-mem/158515 2025-07-24T05:34:30.3019315Z * [new tag] ciflow/h100-symm-mem/158676 -> ciflow/h100-symm-mem/158676 2025-07-24T05:34:30.3019774Z * [new tag] ciflow/h100-symm-mem/158718 -> ciflow/h100-symm-mem/158718 2025-07-24T05:34:30.3020424Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/151845 -> ciflow/inductor-perf-test-nightly-rocm/151845 2025-07-24T05:34:30.3021238Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/156592 -> ciflow/inductor-perf-test-nightly-rocm/156592 2025-07-24T05:34:30.3022049Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/158887 -> ciflow/inductor-perf-test-nightly-rocm/158887 2025-07-24T05:34:30.3022841Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/159001 -> ciflow/inductor-perf-test-nightly-rocm/159001 2025-07-24T05:34:30.3023609Z * [new tag] ciflow/inductor-perf-test-nightly/156592 -> ciflow/inductor-perf-test-nightly/156592 2025-07-24T05:34:30.3024253Z * [new tag] ciflow/inductor-periodic/158887 -> ciflow/inductor-periodic/158887 2025-07-24T05:34:30.3024803Z * [new tag] ciflow/inductor-periodic/159001 -> ciflow/inductor-periodic/159001 2025-07-24T05:34:30.3025322Z * [new tag] ciflow/inductor-rocm/151845 -> ciflow/inductor-rocm/151845 2025-07-24T05:34:30.3025794Z * [new tag] ciflow/inductor-rocm/158074 -> ciflow/inductor-rocm/158074 2025-07-24T05:34:30.3026277Z * [new tag] ciflow/inductor-rocm/158747 -> ciflow/inductor-rocm/158747 2025-07-24T05:34:30.3026758Z * [new tag] ciflow/inductor-rocm/158887 -> ciflow/inductor-rocm/158887 2025-07-24T05:34:30.3027229Z * [new tag] ciflow/inductor-rocm/159001 -> ciflow/inductor-rocm/159001 2025-07-24T05:34:30.3027699Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-07-24T05:34:30.3028141Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-07-24T05:34:30.3028582Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-07-24T05:34:30.3029015Z * [new tag] ciflow/inductor/148180 -> ciflow/inductor/148180 2025-07-24T05:34:30.3029434Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-07-24T05:34:30.3029864Z * [new tag] ciflow/inductor/148408 -> ciflow/inductor/148408 2025-07-24T05:34:30.3030285Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-07-24T05:34:30.3030718Z * [new tag] ciflow/inductor/149961 -> ciflow/inductor/149961 2025-07-24T05:34:30.3031153Z * [new tag] ciflow/inductor/150569 -> ciflow/inductor/150569 2025-07-24T05:34:30.3031584Z * [new tag] ciflow/inductor/151845 -> ciflow/inductor/151845 2025-07-24T05:34:30.3032146Z * [new tag] ciflow/inductor/152361 -> ciflow/inductor/152361 2025-07-24T05:34:30.3032577Z * [new tag] ciflow/inductor/152622 -> ciflow/inductor/152622 2025-07-24T05:34:30.3033022Z * [new tag] ciflow/inductor/152624 -> ciflow/inductor/152624 2025-07-24T05:34:30.3033448Z * [new tag] ciflow/inductor/154193 -> ciflow/inductor/154193 2025-07-24T05:34:30.3033890Z * [new tag] ciflow/inductor/154650 -> ciflow/inductor/154650 2025-07-24T05:34:30.3034326Z * [new tag] ciflow/inductor/154667 -> ciflow/inductor/154667 2025-07-24T05:34:30.3034754Z * [new tag] ciflow/inductor/154694 -> ciflow/inductor/154694 2025-07-24T05:34:30.3035253Z * [new tag] ciflow/inductor/155452 -> ciflow/inductor/155452 2025-07-24T05:34:30.3035826Z * [new tag] ciflow/inductor/155877 -> ciflow/inductor/155877 2025-07-24T05:34:30.3036264Z * [new tag] ciflow/inductor/155958 -> ciflow/inductor/155958 2025-07-24T05:34:30.3036699Z * [new tag] ciflow/inductor/155962 -> ciflow/inductor/155962 2025-07-24T05:34:30.3037125Z * [new tag] ciflow/inductor/155970 -> ciflow/inductor/155970 2025-07-24T05:34:30.3037562Z * [new tag] ciflow/inductor/156049 -> ciflow/inductor/156049 2025-07-24T05:34:30.3037995Z * [new tag] ciflow/inductor/156141 -> ciflow/inductor/156141 2025-07-24T05:34:30.3038430Z * [new tag] ciflow/inductor/156175 -> ciflow/inductor/156175 2025-07-24T05:34:30.3038851Z * [new tag] ciflow/inductor/156371 -> ciflow/inductor/156371 2025-07-24T05:34:30.3335366Z * [new tag] ciflow/inductor/156416 -> ciflow/inductor/156416 2025-07-24T05:34:30.3335901Z * [new tag] ciflow/inductor/156460 -> ciflow/inductor/156460 2025-07-24T05:34:30.3336349Z * [new tag] ciflow/inductor/156592 -> ciflow/inductor/156592 2025-07-24T05:34:30.3336847Z * [new tag] ciflow/inductor/156599 -> ciflow/inductor/156599 2025-07-24T05:34:30.3337326Z * [new tag] ciflow/inductor/156652 -> ciflow/inductor/156652 2025-07-24T05:34:30.3337751Z * [new tag] ciflow/inductor/156851 -> ciflow/inductor/156851 2025-07-24T05:34:30.3338194Z * [new tag] ciflow/inductor/157572 -> ciflow/inductor/157572 2025-07-24T05:34:30.3338617Z * [new tag] ciflow/inductor/157635 -> ciflow/inductor/157635 2025-07-24T05:34:30.3339056Z * [new tag] ciflow/inductor/157685 -> ciflow/inductor/157685 2025-07-24T05:34:30.3339489Z * [new tag] ciflow/inductor/157686 -> ciflow/inductor/157686 2025-07-24T05:34:30.3339914Z * [new tag] ciflow/inductor/157689 -> ciflow/inductor/157689 2025-07-24T05:34:30.3340354Z * [new tag] ciflow/inductor/157699 -> ciflow/inductor/157699 2025-07-24T05:34:30.3340780Z * [new tag] ciflow/inductor/157743 -> ciflow/inductor/157743 2025-07-24T05:34:30.3341217Z * [new tag] ciflow/inductor/157748 -> ciflow/inductor/157748 2025-07-24T05:34:30.3341652Z * [new tag] ciflow/inductor/157944 -> ciflow/inductor/157944 2025-07-24T05:34:30.3342076Z * [new tag] ciflow/inductor/157979 -> ciflow/inductor/157979 2025-07-24T05:34:30.3342591Z * [new tag] ciflow/inductor/157994 -> ciflow/inductor/157994 2025-07-24T05:34:30.3343052Z * [new tag] ciflow/inductor/158015 -> ciflow/inductor/158015 2025-07-24T05:34:30.3343486Z * [new tag] ciflow/inductor/158049 -> ciflow/inductor/158049 2025-07-24T05:34:30.3343916Z * [new tag] ciflow/inductor/158072 -> ciflow/inductor/158072 2025-07-24T05:34:30.3344552Z * [new tag] ciflow/inductor/158074 -> ciflow/inductor/158074 2025-07-24T05:34:30.3344999Z * [new tag] ciflow/inductor/158084 -> ciflow/inductor/158084 2025-07-24T05:34:30.3345426Z * [new tag] ciflow/inductor/158091 -> ciflow/inductor/158091 2025-07-24T05:34:30.3345875Z * [new tag] ciflow/inductor/158097 -> ciflow/inductor/158097 2025-07-24T05:34:30.3346307Z * [new tag] ciflow/inductor/158098 -> ciflow/inductor/158098 2025-07-24T05:34:30.3346738Z * [new tag] ciflow/inductor/158104 -> ciflow/inductor/158104 2025-07-24T05:34:30.3347167Z * [new tag] ciflow/inductor/158174 -> ciflow/inductor/158174 2025-07-24T05:34:30.3347586Z * [new tag] ciflow/inductor/158193 -> ciflow/inductor/158193 2025-07-24T05:34:30.3348134Z * [new tag] ciflow/inductor/158211 -> ciflow/inductor/158211 2025-07-24T05:34:30.3348599Z * [new tag] ciflow/inductor/158223 -> ciflow/inductor/158223 2025-07-24T05:34:30.3349087Z * [new tag] ciflow/inductor/158289 -> ciflow/inductor/158289 2025-07-24T05:34:30.3349524Z * [new tag] ciflow/inductor/158321 -> ciflow/inductor/158321 2025-07-24T05:34:30.3349966Z * [new tag] ciflow/inductor/158397 -> ciflow/inductor/158397 2025-07-24T05:34:30.3350402Z * [new tag] ciflow/inductor/158410 -> ciflow/inductor/158410 2025-07-24T05:34:30.3350836Z * [new tag] ciflow/inductor/158427 -> ciflow/inductor/158427 2025-07-24T05:34:30.3351268Z * [new tag] ciflow/inductor/158462 -> ciflow/inductor/158462 2025-07-24T05:34:30.3351694Z * [new tag] ciflow/inductor/158501 -> ciflow/inductor/158501 2025-07-24T05:34:30.3352137Z * [new tag] ciflow/inductor/158525 -> ciflow/inductor/158525 2025-07-24T05:34:30.3352674Z * [new tag] ciflow/inductor/158526 -> ciflow/inductor/158526 2025-07-24T05:34:30.3353102Z * [new tag] ciflow/inductor/158527 -> ciflow/inductor/158527 2025-07-24T05:34:30.3353532Z * [new tag] ciflow/inductor/158559 -> ciflow/inductor/158559 2025-07-24T05:34:30.3353957Z * [new tag] ciflow/inductor/158560 -> ciflow/inductor/158560 2025-07-24T05:34:30.3354427Z * [new tag] ciflow/inductor/158567 -> ciflow/inductor/158567 2025-07-24T05:34:30.3354897Z * [new tag] ciflow/inductor/158575 -> ciflow/inductor/158575 2025-07-24T05:34:30.3355317Z * [new tag] ciflow/inductor/158579 -> ciflow/inductor/158579 2025-07-24T05:34:30.3355742Z * [new tag] ciflow/inductor/158586 -> ciflow/inductor/158586 2025-07-24T05:34:30.3356165Z * [new tag] ciflow/inductor/158604 -> ciflow/inductor/158604 2025-07-24T05:34:30.3356592Z * [new tag] ciflow/inductor/158609 -> ciflow/inductor/158609 2025-07-24T05:34:30.3357019Z * [new tag] ciflow/inductor/158613 -> ciflow/inductor/158613 2025-07-24T05:34:30.3664331Z * [new tag] ciflow/inductor/158615 -> ciflow/inductor/158615 2025-07-24T05:34:30.3664832Z * [new tag] ciflow/inductor/158617 -> ciflow/inductor/158617 2025-07-24T05:34:30.3665263Z * [new tag] ciflow/inductor/158624 -> ciflow/inductor/158624 2025-07-24T05:34:30.3665703Z * [new tag] ciflow/inductor/158628 -> ciflow/inductor/158628 2025-07-24T05:34:30.3666127Z * [new tag] ciflow/inductor/158647 -> ciflow/inductor/158647 2025-07-24T05:34:30.3666573Z * [new tag] ciflow/inductor/158656 -> ciflow/inductor/158656 2025-07-24T05:34:30.3667006Z * [new tag] ciflow/inductor/158662 -> ciflow/inductor/158662 2025-07-24T05:34:30.3667468Z * [new tag] ciflow/inductor/158663 -> ciflow/inductor/158663 2025-07-24T05:34:30.3668118Z * [new tag] ciflow/inductor/158692 -> ciflow/inductor/158692 2025-07-24T05:34:30.3668549Z * [new tag] ciflow/inductor/158708 -> ciflow/inductor/158708 2025-07-24T05:34:30.3668983Z * [new tag] ciflow/inductor/158715 -> ciflow/inductor/158715 2025-07-24T05:34:30.3669425Z * [new tag] ciflow/inductor/158734 -> ciflow/inductor/158734 2025-07-24T05:34:30.3669852Z * [new tag] ciflow/inductor/158747 -> ciflow/inductor/158747 2025-07-24T05:34:30.3670278Z * [new tag] ciflow/inductor/158750 -> ciflow/inductor/158750 2025-07-24T05:34:30.3670700Z * [new tag] ciflow/inductor/158758 -> ciflow/inductor/158758 2025-07-24T05:34:30.3671129Z * [new tag] ciflow/inductor/158769 -> ciflow/inductor/158769 2025-07-24T05:34:30.3671672Z * [new tag] ciflow/inductor/158774 -> ciflow/inductor/158774 2025-07-24T05:34:30.3672206Z * [new tag] ciflow/inductor/158776 -> ciflow/inductor/158776 2025-07-24T05:34:30.3672644Z * [new tag] ciflow/inductor/158777 -> ciflow/inductor/158777 2025-07-24T05:34:30.3673073Z * [new tag] ciflow/inductor/158789 -> ciflow/inductor/158789 2025-07-24T05:34:30.3673509Z * [new tag] ciflow/inductor/158797 -> ciflow/inductor/158797 2025-07-24T05:34:30.3673942Z * [new tag] ciflow/inductor/158799 -> ciflow/inductor/158799 2025-07-24T05:34:30.3674372Z * [new tag] ciflow/inductor/158800 -> ciflow/inductor/158800 2025-07-24T05:34:30.3674810Z * [new tag] ciflow/inductor/158803 -> ciflow/inductor/158803 2025-07-24T05:34:30.3675232Z * [new tag] ciflow/inductor/158805 -> ciflow/inductor/158805 2025-07-24T05:34:30.3675666Z * [new tag] ciflow/inductor/158810 -> ciflow/inductor/158810 2025-07-24T05:34:30.3676103Z * [new tag] ciflow/inductor/158811 -> ciflow/inductor/158811 2025-07-24T05:34:30.3676525Z * [new tag] ciflow/inductor/158812 -> ciflow/inductor/158812 2025-07-24T05:34:30.3676958Z * [new tag] ciflow/inductor/158814 -> ciflow/inductor/158814 2025-07-24T05:34:30.3677376Z * [new tag] ciflow/inductor/158815 -> ciflow/inductor/158815 2025-07-24T05:34:30.3677804Z * [new tag] ciflow/inductor/158821 -> ciflow/inductor/158821 2025-07-24T05:34:30.3678228Z * [new tag] ciflow/inductor/158839 -> ciflow/inductor/158839 2025-07-24T05:34:30.3678660Z * [new tag] ciflow/inductor/158847 -> ciflow/inductor/158847 2025-07-24T05:34:30.3679090Z * [new tag] ciflow/inductor/158869 -> ciflow/inductor/158869 2025-07-24T05:34:30.3679515Z * [new tag] ciflow/inductor/158872 -> ciflow/inductor/158872 2025-07-24T05:34:30.3679949Z * [new tag] ciflow/inductor/158877 -> ciflow/inductor/158877 2025-07-24T05:34:30.3680373Z * [new tag] ciflow/inductor/158887 -> ciflow/inductor/158887 2025-07-24T05:34:30.3680796Z * [new tag] ciflow/inductor/158894 -> ciflow/inductor/158894 2025-07-24T05:34:30.3681224Z * [new tag] ciflow/inductor/158897 -> ciflow/inductor/158897 2025-07-24T05:34:30.3681644Z * [new tag] ciflow/inductor/158898 -> ciflow/inductor/158898 2025-07-24T05:34:30.3682079Z * [new tag] ciflow/inductor/158914 -> ciflow/inductor/158914 2025-07-24T05:34:30.3682503Z * [new tag] ciflow/inductor/158924 -> ciflow/inductor/158924 2025-07-24T05:34:30.3682936Z * [new tag] ciflow/inductor/158926 -> ciflow/inductor/158926 2025-07-24T05:34:30.3683367Z * [new tag] ciflow/inductor/158929 -> ciflow/inductor/158929 2025-07-24T05:34:30.3683910Z * [new tag] ciflow/inductor/158931 -> ciflow/inductor/158931 2025-07-24T05:34:30.3684344Z * [new tag] ciflow/inductor/158932 -> ciflow/inductor/158932 2025-07-24T05:34:30.3684773Z * [new tag] ciflow/inductor/158933 -> ciflow/inductor/158933 2025-07-24T05:34:30.3685206Z * [new tag] ciflow/inductor/158947 -> ciflow/inductor/158947 2025-07-24T05:34:30.3685631Z * [new tag] ciflow/inductor/158950 -> ciflow/inductor/158950 2025-07-24T05:34:30.3992620Z * [new tag] ciflow/inductor/158954 -> ciflow/inductor/158954 2025-07-24T05:34:30.3993172Z * [new tag] ciflow/inductor/158960 -> ciflow/inductor/158960 2025-07-24T05:34:30.3993664Z * [new tag] ciflow/inductor/158974 -> ciflow/inductor/158974 2025-07-24T05:34:30.3994259Z * [new tag] ciflow/inductor/158976 -> ciflow/inductor/158976 2025-07-24T05:34:30.3994705Z * [new tag] ciflow/inductor/158979 -> ciflow/inductor/158979 2025-07-24T05:34:30.3995131Z * [new tag] ciflow/inductor/158983 -> ciflow/inductor/158983 2025-07-24T05:34:30.3995565Z * [new tag] ciflow/inductor/158987 -> ciflow/inductor/158987 2025-07-24T05:34:30.3995993Z * [new tag] ciflow/inductor/158991 -> ciflow/inductor/158991 2025-07-24T05:34:30.3996431Z * [new tag] ciflow/inductor/158995 -> ciflow/inductor/158995 2025-07-24T05:34:30.3996868Z * [new tag] ciflow/inductor/158998 -> ciflow/inductor/158998 2025-07-24T05:34:30.3997299Z * [new tag] ciflow/inductor/159001 -> ciflow/inductor/159001 2025-07-24T05:34:30.3997736Z * [new tag] ciflow/inductor/159002 -> ciflow/inductor/159002 2025-07-24T05:34:30.3998164Z * [new tag] ciflow/inductor/159003 -> ciflow/inductor/159003 2025-07-24T05:34:30.3998595Z * [new tag] ciflow/inductor/159005 -> ciflow/inductor/159005 2025-07-24T05:34:30.3999065Z * [new tag] ciflow/inductor/159009 -> ciflow/inductor/159009 2025-07-24T05:34:30.3999545Z * [new tag] ciflow/inductor/159010 -> ciflow/inductor/159010 2025-07-24T05:34:30.4000020Z * [new tag] ciflow/inductor/159011 -> ciflow/inductor/159011 2025-07-24T05:34:30.4000448Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-07-24T05:34:30.4000893Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-07-24T05:34:30.4001329Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-07-24T05:34:30.4001793Z * [new tag] ciflow/linux-aarch64/145260 -> ciflow/linux-aarch64/145260 2025-07-24T05:34:30.4002278Z * [new tag] ciflow/linux-aarch64/152361 -> ciflow/linux-aarch64/152361 2025-07-24T05:34:30.4002792Z * [new tag] ciflow/linux-aarch64/157994 -> ciflow/linux-aarch64/157994 2025-07-24T05:34:30.4003231Z * [new tag] ciflow/mps/148408 -> ciflow/mps/148408 2025-07-24T05:34:30.4003622Z * [new tag] ciflow/mps/150569 -> ciflow/mps/150569 2025-07-24T05:34:30.4004014Z * [new tag] ciflow/mps/150721 -> ciflow/mps/150721 2025-07-24T05:34:30.4004402Z * [new tag] ciflow/mps/152932 -> ciflow/mps/152932 2025-07-24T05:34:30.4004792Z * [new tag] ciflow/mps/155200 -> ciflow/mps/155200 2025-07-24T05:34:30.4005231Z * [new tag] ciflow/mps/157553 -> ciflow/mps/157553 2025-07-24T05:34:30.4005694Z * [new tag] ciflow/mps/157876 -> ciflow/mps/157876 2025-07-24T05:34:30.4006089Z * [new tag] ciflow/mps/158877 -> ciflow/mps/158877 2025-07-24T05:34:30.4006593Z * [new tag] ciflow/mps/158990 -> ciflow/mps/158990 2025-07-24T05:34:30.4007016Z * [new tag] ciflow/nightly/156049 -> ciflow/nightly/156049 2025-07-24T05:34:30.4007467Z * [new tag] ciflow/nightly/158104 -> ciflow/nightly/158104 2025-07-24T05:34:30.4007976Z * [new tag] ciflow/periodic-rocm-mi300/158887 -> ciflow/periodic-rocm-mi300/158887 2025-07-24T05:34:30.4008575Z * [new tag] ciflow/periodic-rocm-mi300/159001 -> ciflow/periodic-rocm-mi300/159001 2025-07-24T05:34:30.4009098Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-07-24T05:34:30.4009547Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-07-24T05:34:30.4009981Z * [new tag] ciflow/periodic/156900 -> ciflow/periodic/156900 2025-07-24T05:34:30.4010505Z * [new tag] ciflow/periodic/157748 -> ciflow/periodic/157748 2025-07-24T05:34:30.4010949Z * [new tag] ciflow/periodic/158674 -> ciflow/periodic/158674 2025-07-24T05:34:30.4011375Z * [new tag] ciflow/periodic/158887 -> ciflow/periodic/158887 2025-07-24T05:34:30.4011877Z * [new tag] ciflow/periodic/158928 -> ciflow/periodic/158928 2025-07-24T05:34:30.4012306Z * [new tag] ciflow/periodic/159001 -> ciflow/periodic/159001 2025-07-24T05:34:30.4012750Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-07-24T05:34:30.4013203Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-07-24T05:34:30.4013638Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-07-24T05:34:30.4014079Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-07-24T05:34:30.4014543Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-07-24T05:34:30.4317776Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-07-24T05:34:30.4318430Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-07-24T05:34:30.4318938Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-07-24T05:34:30.4319445Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-07-24T05:34:30.4319958Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-07-24T05:34:30.4320485Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-07-24T05:34:30.4320931Z * [new tag] ciflow/pull/158948 -> ciflow/pull/158948 2025-07-24T05:34:30.4321329Z * [new tag] ciflow/pull/158977 -> ciflow/pull/158977 2025-07-24T05:34:30.4321813Z * [new tag] ciflow/rocm-mi300/158747 -> ciflow/rocm-mi300/158747 2025-07-24T05:34:30.4322305Z * [new tag] ciflow/rocm-mi300/158847 -> ciflow/rocm-mi300/158847 2025-07-24T05:34:30.4322734Z * [new tag] ciflow/rocm-mi300/158887 -> ciflow/rocm-mi300/158887 2025-07-24T05:34:30.4323165Z * [new tag] ciflow/rocm-mi300/159001 -> ciflow/rocm-mi300/159001 2025-07-24T05:34:30.4323575Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-07-24T05:34:30.4323996Z * [new tag] ciflow/rocm/149601 -> ciflow/rocm/149601 2025-07-24T05:34:30.4324389Z * [new tag] ciflow/rocm/150312 -> ciflow/rocm/150312 2025-07-24T05:34:30.4324779Z * [new tag] ciflow/rocm/151360 -> ciflow/rocm/151360 2025-07-24T05:34:30.4325182Z * [new tag] ciflow/rocm/151845 -> ciflow/rocm/151845 2025-07-24T05:34:30.4325572Z * [new tag] ciflow/rocm/152932 -> ciflow/rocm/152932 2025-07-24T05:34:30.4326104Z * [new tag] ciflow/rocm/155200 -> ciflow/rocm/155200 2025-07-24T05:34:30.4326488Z * [new tag] ciflow/rocm/155877 -> ciflow/rocm/155877 2025-07-24T05:34:30.4326889Z * [new tag] ciflow/rocm/156165 -> ciflow/rocm/156165 2025-07-24T05:34:30.4327290Z * [new tag] ciflow/rocm/156592 -> ciflow/rocm/156592 2025-07-24T05:34:30.4327719Z * [new tag] ciflow/rocm/158037 -> ciflow/rocm/158037 2025-07-24T05:34:30.4328153Z * [new tag] ciflow/rocm/158074 -> ciflow/rocm/158074 2025-07-24T05:34:30.4328535Z * [new tag] ciflow/rocm/158219 -> ciflow/rocm/158219 2025-07-24T05:34:30.4328930Z * [new tag] ciflow/rocm/158220 -> ciflow/rocm/158220 2025-07-24T05:34:30.4329432Z * [new tag] ciflow/rocm/158224 -> ciflow/rocm/158224 2025-07-24T05:34:30.4329821Z * [new tag] ciflow/rocm/158560 -> ciflow/rocm/158560 2025-07-24T05:34:30.4330220Z * [new tag] ciflow/rocm/158747 -> ciflow/rocm/158747 2025-07-24T05:34:30.4330604Z * [new tag] ciflow/rocm/158868 -> ciflow/rocm/158868 2025-07-24T05:34:30.4330991Z * [new tag] ciflow/rocm/158886 -> ciflow/rocm/158886 2025-07-24T05:34:30.4331377Z * [new tag] ciflow/rocm/158887 -> ciflow/rocm/158887 2025-07-24T05:34:30.4331819Z * [new tag] ciflow/rocm/158951 -> ciflow/rocm/158951 2025-07-24T05:34:30.4332226Z * [new tag] ciflow/rocm/159001 -> ciflow/rocm/159001 2025-07-24T05:34:30.4332610Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-07-24T05:34:30.4333001Z * [new tag] ciflow/s390/158634 -> ciflow/s390/158634 2025-07-24T05:34:30.4333431Z * [new tag] ciflow/s390/158636 -> ciflow/s390/158636 2025-07-24T05:34:30.4333875Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-07-24T05:34:30.4334278Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-07-24T05:34:30.4335001Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-07-24T05:34:30.4335734Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-07-24T05:34:30.4336127Z * [new tag] ciflow/slow/157748 -> ciflow/slow/157748 2025-07-24T05:34:30.4336528Z * [new tag] ciflow/slow/158222 -> ciflow/slow/158222 2025-07-24T05:34:30.4336921Z * [new tag] ciflow/slow/158805 -> ciflow/slow/158805 2025-07-24T05:34:30.4337317Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-07-24T05:34:30.4337727Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-07-24T05:34:30.4338125Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-07-24T05:34:30.4338533Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-07-24T05:34:30.4338939Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-07-24T05:34:30.4339392Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-07-24T05:34:30.4645288Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-07-24T05:34:30.4645722Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-07-24T05:34:30.4646434Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-07-24T05:34:30.4647153Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-07-24T05:34:30.4647730Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-07-24T05:34:30.4648142Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-07-24T05:34:30.4648540Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-07-24T05:34:30.4648953Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-07-24T05:34:30.4649670Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-07-24T05:34:30.4650390Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-07-24T05:34:30.4650800Z * [new tag] ciflow/trunk/138222 -> ciflow/trunk/138222 2025-07-24T05:34:30.4651196Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-07-24T05:34:30.4651712Z * [new tag] ciflow/trunk/145260 -> ciflow/trunk/145260 2025-07-24T05:34:30.4652159Z * [new tag] ciflow/trunk/147470 -> ciflow/trunk/147470 2025-07-24T05:34:30.4652565Z * [new tag] ciflow/trunk/147501 -> ciflow/trunk/147501 2025-07-24T05:34:30.4652982Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-07-24T05:34:30.4653377Z * [new tag] ciflow/trunk/148328 -> ciflow/trunk/148328 2025-07-24T05:34:30.4653791Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-07-24T05:34:30.4654192Z * [new tag] ciflow/trunk/149334 -> ciflow/trunk/149334 2025-07-24T05:34:30.4654599Z * [new tag] ciflow/trunk/149601 -> ciflow/trunk/149601 2025-07-24T05:34:30.4655019Z * [new tag] ciflow/trunk/149961 -> ciflow/trunk/149961 2025-07-24T05:34:30.4655417Z * [new tag] ciflow/trunk/150312 -> ciflow/trunk/150312 2025-07-24T05:34:30.4655822Z * [new tag] ciflow/trunk/151845 -> ciflow/trunk/151845 2025-07-24T05:34:30.4656213Z * [new tag] ciflow/trunk/152624 -> ciflow/trunk/152624 2025-07-24T05:34:30.4656610Z * [new tag] ciflow/trunk/152932 -> ciflow/trunk/152932 2025-07-24T05:34:30.4657016Z * [new tag] ciflow/trunk/153097 -> ciflow/trunk/153097 2025-07-24T05:34:30.4657407Z * [new tag] ciflow/trunk/153835 -> ciflow/trunk/153835 2025-07-24T05:34:30.4657804Z * [new tag] ciflow/trunk/154193 -> ciflow/trunk/154193 2025-07-24T05:34:30.4658197Z * [new tag] ciflow/trunk/154667 -> ciflow/trunk/154667 2025-07-24T05:34:30.4658596Z * [new tag] ciflow/trunk/154694 -> ciflow/trunk/154694 2025-07-24T05:34:30.4659000Z * [new tag] ciflow/trunk/155731 -> ciflow/trunk/155731 2025-07-24T05:34:30.4659405Z * [new tag] ciflow/trunk/155958 -> ciflow/trunk/155958 2025-07-24T05:34:30.4659811Z * [new tag] ciflow/trunk/156049 -> ciflow/trunk/156049 2025-07-24T05:34:30.4660202Z * [new tag] ciflow/trunk/156141 -> ciflow/trunk/156141 2025-07-24T05:34:30.4660605Z * [new tag] ciflow/trunk/156165 -> ciflow/trunk/156165 2025-07-24T05:34:30.4661005Z * [new tag] ciflow/trunk/156175 -> ciflow/trunk/156175 2025-07-24T05:34:30.4661405Z * [new tag] ciflow/trunk/156652 -> ciflow/trunk/156652 2025-07-24T05:34:30.4661815Z * [new tag] ciflow/trunk/156795 -> ciflow/trunk/156795 2025-07-24T05:34:30.4662210Z * [new tag] ciflow/trunk/156881 -> ciflow/trunk/156881 2025-07-24T05:34:30.4662607Z * [new tag] ciflow/trunk/157026 -> ciflow/trunk/157026 2025-07-24T05:34:30.4663118Z * [new tag] ciflow/trunk/157029 -> ciflow/trunk/157029 2025-07-24T05:34:30.4663656Z * [new tag] ciflow/trunk/157050 -> ciflow/trunk/157050 2025-07-24T05:34:30.4664052Z * [new tag] ciflow/trunk/157432 -> ciflow/trunk/157432 2025-07-24T05:34:30.4664452Z * [new tag] ciflow/trunk/157685 -> ciflow/trunk/157685 2025-07-24T05:34:30.4664863Z * [new tag] ciflow/trunk/157689 -> ciflow/trunk/157689 2025-07-24T05:34:30.4665259Z * [new tag] ciflow/trunk/157699 -> ciflow/trunk/157699 2025-07-24T05:34:30.4665662Z * [new tag] ciflow/trunk/157748 -> ciflow/trunk/157748 2025-07-24T05:34:30.4666052Z * [new tag] ciflow/trunk/157892 -> ciflow/trunk/157892 2025-07-24T05:34:30.4666452Z * [new tag] ciflow/trunk/157908 -> ciflow/trunk/157908 2025-07-24T05:34:30.4666960Z * [new tag] ciflow/trunk/157994 -> ciflow/trunk/157994 2025-07-24T05:34:30.4985313Z * [new tag] ciflow/trunk/158015 -> ciflow/trunk/158015 2025-07-24T05:34:30.4985776Z * [new tag] ciflow/trunk/158037 -> ciflow/trunk/158037 2025-07-24T05:34:30.4986186Z * [new tag] ciflow/trunk/158072 -> ciflow/trunk/158072 2025-07-24T05:34:30.4986592Z * [new tag] ciflow/trunk/158091 -> ciflow/trunk/158091 2025-07-24T05:34:30.4987018Z * [new tag] ciflow/trunk/158104 -> ciflow/trunk/158104 2025-07-24T05:34:30.4987420Z * [new tag] ciflow/trunk/158174 -> ciflow/trunk/158174 2025-07-24T05:34:30.4987820Z * [new tag] ciflow/trunk/158219 -> ciflow/trunk/158219 2025-07-24T05:34:30.4988218Z * [new tag] ciflow/trunk/158220 -> ciflow/trunk/158220 2025-07-24T05:34:30.4988643Z * [new tag] ciflow/trunk/158222 -> ciflow/trunk/158222 2025-07-24T05:34:30.4989046Z * [new tag] ciflow/trunk/158223 -> ciflow/trunk/158223 2025-07-24T05:34:30.4989454Z * [new tag] ciflow/trunk/158224 -> ciflow/trunk/158224 2025-07-24T05:34:30.4989859Z * [new tag] ciflow/trunk/158289 -> ciflow/trunk/158289 2025-07-24T05:34:30.4990299Z * [new tag] ciflow/trunk/158309 -> ciflow/trunk/158309 2025-07-24T05:34:30.4990737Z * [new tag] ciflow/trunk/158323 -> ciflow/trunk/158323 2025-07-24T05:34:30.4991178Z * [new tag] ciflow/trunk/158397 -> ciflow/trunk/158397 2025-07-24T05:34:30.4991575Z * [new tag] ciflow/trunk/158427 -> ciflow/trunk/158427 2025-07-24T05:34:30.4991975Z * [new tag] ciflow/trunk/158441 -> ciflow/trunk/158441 2025-07-24T05:34:30.4992374Z * [new tag] ciflow/trunk/158488 -> ciflow/trunk/158488 2025-07-24T05:34:30.4992778Z * [new tag] ciflow/trunk/158508 -> ciflow/trunk/158508 2025-07-24T05:34:30.4993170Z * [new tag] ciflow/trunk/158527 -> ciflow/trunk/158527 2025-07-24T05:34:30.4993580Z * [new tag] ciflow/trunk/158529 -> ciflow/trunk/158529 2025-07-24T05:34:30.4993982Z * [new tag] ciflow/trunk/158532 -> ciflow/trunk/158532 2025-07-24T05:34:30.4994380Z * [new tag] ciflow/trunk/158541 -> ciflow/trunk/158541 2025-07-24T05:34:30.4994784Z * [new tag] ciflow/trunk/158560 -> ciflow/trunk/158560 2025-07-24T05:34:30.4995181Z * [new tag] ciflow/trunk/158580 -> ciflow/trunk/158580 2025-07-24T05:34:30.4995582Z * [new tag] ciflow/trunk/158586 -> ciflow/trunk/158586 2025-07-24T05:34:30.4995985Z * [new tag] ciflow/trunk/158603 -> ciflow/trunk/158603 2025-07-24T05:34:30.4996390Z * [new tag] ciflow/trunk/158604 -> ciflow/trunk/158604 2025-07-24T05:34:30.4996968Z * [new tag] ciflow/trunk/158613 -> ciflow/trunk/158613 2025-07-24T05:34:30.4997367Z * [new tag] ciflow/trunk/158624 -> ciflow/trunk/158624 2025-07-24T05:34:30.4997779Z * [new tag] ciflow/trunk/158628 -> ciflow/trunk/158628 2025-07-24T05:34:30.4998174Z * [new tag] ciflow/trunk/158647 -> ciflow/trunk/158647 2025-07-24T05:34:30.4998581Z * [new tag] ciflow/trunk/158670 -> ciflow/trunk/158670 2025-07-24T05:34:30.4998983Z * [new tag] ciflow/trunk/158674 -> ciflow/trunk/158674 2025-07-24T05:34:30.4999376Z * [new tag] ciflow/trunk/158682 -> ciflow/trunk/158682 2025-07-24T05:34:30.4999782Z * [new tag] ciflow/trunk/158708 -> ciflow/trunk/158708 2025-07-24T05:34:30.5000290Z * [new tag] ciflow/trunk/158717 -> ciflow/trunk/158717 2025-07-24T05:34:30.5000699Z * [new tag] ciflow/trunk/158720 -> ciflow/trunk/158720 2025-07-24T05:34:30.5001105Z * [new tag] ciflow/trunk/158747 -> ciflow/trunk/158747 2025-07-24T05:34:30.5001549Z * [new tag] ciflow/trunk/158750 -> ciflow/trunk/158750 2025-07-24T05:34:30.5001993Z * [new tag] ciflow/trunk/158789 -> ciflow/trunk/158789 2025-07-24T05:34:30.5002424Z * [new tag] ciflow/trunk/158803 -> ciflow/trunk/158803 2025-07-24T05:34:30.5002829Z * [new tag] ciflow/trunk/158805 -> ciflow/trunk/158805 2025-07-24T05:34:30.5003219Z * [new tag] ciflow/trunk/158815 -> ciflow/trunk/158815 2025-07-24T05:34:30.5003615Z * [new tag] ciflow/trunk/158818 -> ciflow/trunk/158818 2025-07-24T05:34:30.5004017Z * [new tag] ciflow/trunk/158847 -> ciflow/trunk/158847 2025-07-24T05:34:30.5004421Z * [new tag] ciflow/trunk/158896 -> ciflow/trunk/158896 2025-07-24T05:34:30.5004826Z * [new tag] ciflow/trunk/158898 -> ciflow/trunk/158898 2025-07-24T05:34:30.5005219Z * [new tag] ciflow/trunk/158924 -> ciflow/trunk/158924 2025-07-24T05:34:30.5005620Z * [new tag] ciflow/trunk/158926 -> ciflow/trunk/158926 2025-07-24T05:34:30.5006022Z * [new tag] ciflow/trunk/158929 -> ciflow/trunk/158929 2025-07-24T05:34:30.5343649Z * [new tag] ciflow/trunk/158938 -> ciflow/trunk/158938 2025-07-24T05:34:30.5344130Z * [new tag] ciflow/trunk/158940 -> ciflow/trunk/158940 2025-07-24T05:34:30.5344535Z * [new tag] ciflow/trunk/158942 -> ciflow/trunk/158942 2025-07-24T05:34:30.5344946Z * [new tag] ciflow/trunk/158944 -> ciflow/trunk/158944 2025-07-24T05:34:30.5345391Z * [new tag] ciflow/trunk/158947 -> ciflow/trunk/158947 2025-07-24T05:34:30.5345792Z * [new tag] ciflow/trunk/158960 -> ciflow/trunk/158960 2025-07-24T05:34:30.5346193Z * [new tag] ciflow/trunk/158980 -> ciflow/trunk/158980 2025-07-24T05:34:30.5346582Z * [new tag] ciflow/trunk/158987 -> ciflow/trunk/158987 2025-07-24T05:34:30.5346987Z * [new tag] ciflow/trunk/158991 -> ciflow/trunk/158991 2025-07-24T05:34:30.5347388Z * [new tag] ciflow/trunk/158995 -> ciflow/trunk/158995 2025-07-24T05:34:30.5347780Z * [new tag] ciflow/trunk/158999 -> ciflow/trunk/158999 2025-07-24T05:34:30.5348176Z * [new tag] ciflow/trunk/159002 -> ciflow/trunk/159002 2025-07-24T05:34:30.5348576Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-07-24T05:34:30.5348985Z * [new tag] ciflow/xpu/138222 -> ciflow/xpu/138222 2025-07-24T05:34:30.5349555Z * [new tag] ciflow/xpu/152932 -> ciflow/xpu/152932 2025-07-24T05:34:30.5349945Z * [new tag] ciflow/xpu/155200 -> ciflow/xpu/155200 2025-07-24T05:34:30.5350337Z * [new tag] ciflow/xpu/156812 -> ciflow/xpu/156812 2025-07-24T05:34:30.5350720Z * [new tag] ciflow/xpu/157699 -> ciflow/xpu/157699 2025-07-24T05:34:30.5351122Z * [new tag] ciflow/xpu/157769 -> ciflow/xpu/157769 2025-07-24T05:34:30.5351504Z * [new tag] ciflow/xpu/157994 -> ciflow/xpu/157994 2025-07-24T05:34:30.5351904Z * [new tag] ciflow/xpu/158015 -> ciflow/xpu/158015 2025-07-24T05:34:30.5352294Z * [new tag] ciflow/xpu/158336 -> ciflow/xpu/158336 2025-07-24T05:34:30.5352675Z * [new tag] ciflow/xpu/158337 -> ciflow/xpu/158337 2025-07-24T05:34:30.5353174Z * [new tag] ciflow/xpu/158533 -> ciflow/xpu/158533 2025-07-24T05:34:30.5353567Z * [new tag] ciflow/xpu/158733 -> ciflow/xpu/158733 2025-07-24T05:34:30.5353953Z * [new tag] cslpull75 -> cslpull75 2025-07-24T05:34:30.5354324Z * [new tag] cslpull76 -> cslpull76 2025-07-24T05:34:30.5354703Z * [new tag] cslpull77 -> cslpull77 2025-07-24T05:34:30.5355058Z * [new tag] cslpull78 -> cslpull78 2025-07-24T05:34:30.5355480Z * [new tag] cslpull79 -> cslpull79 2025-07-24T05:34:30.5355882Z * [new tag] cslpull80 -> cslpull80 2025-07-24T05:34:30.5356283Z * [new tag] cslpull81 -> cslpull81 2025-07-24T05:34:30.5356679Z * [new tag] cslpull82 -> cslpull82 2025-07-24T05:34:30.5357075Z * [new tag] cslpull83 -> cslpull83 2025-07-24T05:34:30.5357422Z * [new tag] cslpull84 -> cslpull84 2025-07-24T05:34:30.5357778Z * [new tag] cslpull85 -> cslpull85 2025-07-24T05:34:30.5358129Z * [new tag] cslpull86 -> cslpull86 2025-07-24T05:34:30.5358488Z * [new tag] cslpull87 -> cslpull87 2025-07-24T05:34:30.5358830Z * [new tag] cslpull88 -> cslpull88 2025-07-24T05:34:30.5359189Z * [new tag] cslpull89 -> cslpull89 2025-07-24T05:34:30.5359541Z * [new tag] cslpull90 -> cslpull90 2025-07-24T05:34:30.5359884Z * [new tag] cslpull91 -> cslpull91 2025-07-24T05:34:30.5360232Z * [new tag] cslpull92 -> cslpull92 2025-07-24T05:34:30.5360581Z * [new tag] flight_5 -> flight_5 2025-07-24T05:34:30.5360939Z * [new tag] flight_5.1 -> flight_5.1 2025-07-24T05:34:30.5361291Z * [new tag] flight_5.2 -> flight_5.2 2025-07-24T05:34:30.5361636Z * [new tag] flight_5.3 -> flight_5.3 2025-07-24T05:34:30.5361986Z * [new tag] forpull1 -> forpull1 2025-07-24T05:34:30.5362403Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-07-24T05:34:30.5362857Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-07-24T05:34:30.5363256Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-07-24T05:34:30.5363656Z * [new tag] nightly-binary -> nightly-binary 2025-07-24T05:34:30.5364061Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-07-24T05:34:30.5364465Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-07-24T05:34:30.5586866Z * [new tag] trunk/00da8e63ebb3bea5cf4382ea37ad1ae5598ac90d -> trunk/00da8e63ebb3bea5cf4382ea37ad1ae5598ac90d 2025-07-24T05:34:30.5587720Z * [new tag] trunk/0118931e273594996e3bbca10507f8240518041f -> trunk/0118931e273594996e3bbca10507f8240518041f 2025-07-24T05:34:30.5588495Z * [new tag] trunk/0142d5f4e26b1644de58bb8741e4baa04803d67e -> trunk/0142d5f4e26b1644de58bb8741e4baa04803d67e 2025-07-24T05:34:30.5589282Z * [new tag] trunk/0204099762f9f6118b1c95939a9319fda5201393 -> trunk/0204099762f9f6118b1c95939a9319fda5201393 2025-07-24T05:34:30.5590060Z * [new tag] trunk/036eb1f65dc6ed5e1e4b88a94e20afe6e3f356fe -> trunk/036eb1f65dc6ed5e1e4b88a94e20afe6e3f356fe 2025-07-24T05:34:30.5590870Z * [new tag] trunk/04349f9ee541c7d07cc057bbe739f46bd4c30dcc -> trunk/04349f9ee541c7d07cc057bbe739f46bd4c30dcc 2025-07-24T05:34:30.5591860Z * [new tag] trunk/04a393507b7e3fea0ef98024ebc14061173369f0 -> trunk/04a393507b7e3fea0ef98024ebc14061173369f0 2025-07-24T05:34:30.5592665Z * [new tag] trunk/04ac258cf6a60423a01d30cbe0886e741f5ea97d -> trunk/04ac258cf6a60423a01d30cbe0886e741f5ea97d 2025-07-24T05:34:30.5593460Z * [new tag] trunk/07c4c2a792dc4503b32fa2679d436e4aa77352de -> trunk/07c4c2a792dc4503b32fa2679d436e4aa77352de 2025-07-24T05:34:30.5594252Z * [new tag] trunk/07df6ba7f5597488a93b3855d52d2ead55675125 -> trunk/07df6ba7f5597488a93b3855d52d2ead55675125 2025-07-24T05:34:30.5595049Z * [new tag] trunk/08540b13c6a97908b7f4d77e504cc572db9e78f3 -> trunk/08540b13c6a97908b7f4d77e504cc572db9e78f3 2025-07-24T05:34:30.5595832Z * [new tag] trunk/0971637c115d2a41aff08d75deca02751a24f709 -> trunk/0971637c115d2a41aff08d75deca02751a24f709 2025-07-24T05:34:30.5596606Z * [new tag] trunk/09db3a22e8783c4841697317688ba9467c7cc457 -> trunk/09db3a22e8783c4841697317688ba9467c7cc457 2025-07-24T05:34:30.5597503Z * [new tag] trunk/0c0fcb53ff5ee1eb5f0d1f535ed3726d01f8abb5 -> trunk/0c0fcb53ff5ee1eb5f0d1f535ed3726d01f8abb5 2025-07-24T05:34:30.5598347Z * [new tag] trunk/0e46f542861832153ae37d04da23e9fe8593a312 -> trunk/0e46f542861832153ae37d04da23e9fe8593a312 2025-07-24T05:34:30.5599150Z * [new tag] trunk/0eae6b68f424c0fade1e3db0ba179ae8c9f5ad25 -> trunk/0eae6b68f424c0fade1e3db0ba179ae8c9f5ad25 2025-07-24T05:34:30.5599981Z * [new tag] trunk/0ecfb93a0bfad553b98047ed79fb2b9a54052bb8 -> trunk/0ecfb93a0bfad553b98047ed79fb2b9a54052bb8 2025-07-24T05:34:30.5600773Z * [new tag] trunk/1227ed6674100f6efb3f7b0e359c51383397c354 -> trunk/1227ed6674100f6efb3f7b0e359c51383397c354 2025-07-24T05:34:30.5601557Z * [new tag] trunk/15a50dcf1c9492354819179da4bc994014537ab9 -> trunk/15a50dcf1c9492354819179da4bc994014537ab9 2025-07-24T05:34:30.5602364Z * [new tag] trunk/15ef4f28df0a14e9f0d55a57a4e2db415a303be7 -> trunk/15ef4f28df0a14e9f0d55a57a4e2db415a303be7 2025-07-24T05:34:30.5603197Z * [new tag] trunk/16b21fa8b288140e5067d63e46f670aca495b4cd -> trunk/16b21fa8b288140e5067d63e46f670aca495b4cd 2025-07-24T05:34:30.5604036Z * [new tag] trunk/1839e8d04b81ee6eda0cff6fbfc218a7a600f6f7 -> trunk/1839e8d04b81ee6eda0cff6fbfc218a7a600f6f7 2025-07-24T05:34:30.5604849Z * [new tag] trunk/187c2deb408275f980a8a5a73a522767ddb9bd30 -> trunk/187c2deb408275f980a8a5a73a522767ddb9bd30 2025-07-24T05:34:30.5605636Z * [new tag] trunk/193b29ee0c9db3573775ccfd226a4ac55d3ad80e -> trunk/193b29ee0c9db3573775ccfd226a4ac55d3ad80e 2025-07-24T05:34:30.5606442Z * [new tag] trunk/1a6b21c59f08e3c7ae2e22a866828e2fff21db68 -> trunk/1a6b21c59f08e3c7ae2e22a866828e2fff21db68 2025-07-24T05:34:30.5607239Z * [new tag] trunk/1ab1ab38a04e8ee852ff27eb8ae4989662511965 -> trunk/1ab1ab38a04e8ee852ff27eb8ae4989662511965 2025-07-24T05:34:30.5608176Z * [new tag] trunk/1b456c580d8d2b85e5eeb3e8ca92d5284e0e9156 -> trunk/1b456c580d8d2b85e5eeb3e8ca92d5284e0e9156 2025-07-24T05:34:30.5608967Z * [new tag] trunk/1b5fdb23b95f48526212da66b85572450a97355f -> trunk/1b5fdb23b95f48526212da66b85572450a97355f 2025-07-24T05:34:30.5609758Z * [new tag] trunk/1b772de3974ee24f7d3ebcb2b35278d6e3356096 -> trunk/1b772de3974ee24f7d3ebcb2b35278d6e3356096 2025-07-24T05:34:30.5610578Z * [new tag] trunk/1b88da1cac30dec473cbdca4d9efb9b117cb8cdb -> trunk/1b88da1cac30dec473cbdca4d9efb9b117cb8cdb 2025-07-24T05:34:30.5611384Z * [new tag] trunk/1b91954b9ffc2416532fe4d41ed8a97fd974a253 -> trunk/1b91954b9ffc2416532fe4d41ed8a97fd974a253 2025-07-24T05:34:30.5612262Z * [new tag] trunk/1c6328a588d53fe7f779942e3d8c03ee45a79e80 -> trunk/1c6328a588d53fe7f779942e3d8c03ee45a79e80 2025-07-24T05:34:30.5613166Z * [new tag] trunk/1d302eaee80e15d6d011749f70b3f18c2218ae84 -> trunk/1d302eaee80e15d6d011749f70b3f18c2218ae84 2025-07-24T05:34:30.5833679Z * [new tag] trunk/1e86fa2e5bed964fcbc1d9d7c43279ce29eb4def -> trunk/1e86fa2e5bed964fcbc1d9d7c43279ce29eb4def 2025-07-24T05:34:30.5834524Z * [new tag] trunk/1eb6b2089fbc1a01e38448222ef0e6daa7504924 -> trunk/1eb6b2089fbc1a01e38448222ef0e6daa7504924 2025-07-24T05:34:30.5835334Z * [new tag] trunk/216ba6e5f235bbfa0b025303ad4aa5ee473c5a8b -> trunk/216ba6e5f235bbfa0b025303ad4aa5ee473c5a8b 2025-07-24T05:34:30.5836165Z * [new tag] trunk/21c97bd565be29ebdea6c690caf2be22f458698f -> trunk/21c97bd565be29ebdea6c690caf2be22f458698f 2025-07-24T05:34:30.5836965Z * [new tag] trunk/22920c9138fb7a09db325038b70c8cf636b50653 -> trunk/22920c9138fb7a09db325038b70c8cf636b50653 2025-07-24T05:34:30.5837784Z * [new tag] trunk/22d82222c6e2a2ef4badc6b816d233a4cec924c3 -> trunk/22d82222c6e2a2ef4badc6b816d233a4cec924c3 2025-07-24T05:34:30.5838588Z * [new tag] trunk/23550ab735eee1b9cc90609788dc64ccfb242af2 -> trunk/23550ab735eee1b9cc90609788dc64ccfb242af2 2025-07-24T05:34:30.5839392Z * [new tag] trunk/24b49b98810bb77f3cfa4c15baa9a15c9be3db61 -> trunk/24b49b98810bb77f3cfa4c15baa9a15c9be3db61 2025-07-24T05:34:30.5840186Z * [new tag] trunk/255a04baf11f2a999386632271f13ae4e7d3836d -> trunk/255a04baf11f2a999386632271f13ae4e7d3836d 2025-07-24T05:34:30.5840967Z * [new tag] trunk/255c0545e7eac2ec6d00a41a3fc9d6d8201f8f39 -> trunk/255c0545e7eac2ec6d00a41a3fc9d6d8201f8f39 2025-07-24T05:34:30.5841775Z * [new tag] trunk/25f4d7e48271eb4d2f1dbdb4a6380b2c00339b5e -> trunk/25f4d7e48271eb4d2f1dbdb4a6380b2c00339b5e 2025-07-24T05:34:30.5842584Z * [new tag] trunk/25fbf09d5fc14b49a37eba9452db76985c8b4e38 -> trunk/25fbf09d5fc14b49a37eba9452db76985c8b4e38 2025-07-24T05:34:30.5843376Z * [new tag] trunk/27af877f8459988496d47b6e22d80d98c1e80581 -> trunk/27af877f8459988496d47b6e22d80d98c1e80581 2025-07-24T05:34:30.5844164Z * [new tag] trunk/288bf54a23a49dd3b765b4e1c7313c706b46a08a -> trunk/288bf54a23a49dd3b765b4e1c7313c706b46a08a 2025-07-24T05:34:30.5844968Z * [new tag] trunk/2955acaed6a0f93f1f0913df3f840912392bc2ff -> trunk/2955acaed6a0f93f1f0913df3f840912392bc2ff 2025-07-24T05:34:30.5845760Z * [new tag] trunk/2a249f1967d29626fe6ac6a07f28440348d1cc93 -> trunk/2a249f1967d29626fe6ac6a07f28440348d1cc93 2025-07-24T05:34:30.5846559Z * [new tag] trunk/2a60b8fc97cf4fbb408221b5e8cb0ad683f78b04 -> trunk/2a60b8fc97cf4fbb408221b5e8cb0ad683f78b04 2025-07-24T05:34:30.5847357Z * [new tag] trunk/2bb684304d26804ab87103ada05b6ba63e309b59 -> trunk/2bb684304d26804ab87103ada05b6ba63e309b59 2025-07-24T05:34:30.5848159Z * [new tag] trunk/2c16eb9f3db0ba68520e5832d8bb6d3d875bdaeb -> trunk/2c16eb9f3db0ba68520e5832d8bb6d3d875bdaeb 2025-07-24T05:34:30.5848972Z * [new tag] trunk/2c37acfd891298bd3e1f60fe5c50d3ef8146292d -> trunk/2c37acfd891298bd3e1f60fe5c50d3ef8146292d 2025-07-24T05:34:30.5850484Z * [new tag] trunk/2cdafab0bd1510e4bd286f33fd94807c59c7e691 -> trunk/2cdafab0bd1510e4bd286f33fd94807c59c7e691 2025-07-24T05:34:30.5851346Z * [new tag] trunk/2dccff7dcf56b0d168ebfd7ca08bdeca37273c56 -> trunk/2dccff7dcf56b0d168ebfd7ca08bdeca37273c56 2025-07-24T05:34:30.5852245Z * [new tag] trunk/2df2e3bb511eb3d72742334b116e97656539570d -> trunk/2df2e3bb511eb3d72742334b116e97656539570d 2025-07-24T05:34:30.5853042Z * [new tag] trunk/2e038793ef90567cc46e10ff2ca25c4a379428ab -> trunk/2e038793ef90567cc46e10ff2ca25c4a379428ab 2025-07-24T05:34:30.5853844Z * [new tag] trunk/2ecf083b7247f265a03ec296ba9d7b795f035118 -> trunk/2ecf083b7247f265a03ec296ba9d7b795f035118 2025-07-24T05:34:30.5854767Z * [new tag] trunk/30b0ad5c683ec0a391ae8b6e12de9fdfced67ddb -> trunk/30b0ad5c683ec0a391ae8b6e12de9fdfced67ddb 2025-07-24T05:34:30.5855597Z * [new tag] trunk/32aade9d8d39d58c33215f50afe5382458d70821 -> trunk/32aade9d8d39d58c33215f50afe5382458d70821 2025-07-24T05:34:30.5856396Z * [new tag] trunk/33c9b414aaa59ab03b7969599afc0de915353519 -> trunk/33c9b414aaa59ab03b7969599afc0de915353519 2025-07-24T05:34:30.5857186Z * [new tag] trunk/350d6af52c76481d0f386208b6b86be93b7ff22d -> trunk/350d6af52c76481d0f386208b6b86be93b7ff22d 2025-07-24T05:34:30.5857992Z * [new tag] trunk/35df895d0564cc53dfcad829732fc6b3a9b7eb86 -> trunk/35df895d0564cc53dfcad829732fc6b3a9b7eb86 2025-07-24T05:34:30.5858800Z * [new tag] trunk/35f1b4ad9ef022ce59a1084fe237ceb35c7aab99 -> trunk/35f1b4ad9ef022ce59a1084fe237ceb35c7aab99 2025-07-24T05:34:30.5859600Z * [new tag] trunk/3639d29ea178c7c0e8be7ac55d4753772f428bc3 -> trunk/3639d29ea178c7c0e8be7ac55d4753772f428bc3 2025-07-24T05:34:30.6067270Z * [new tag] trunk/3703dabe42493af642104945d27a1ef6c3a6cea6 -> trunk/3703dabe42493af642104945d27a1ef6c3a6cea6 2025-07-24T05:34:30.6068118Z * [new tag] trunk/371ffaf415baf6251b9d98466c8ee970b3556282 -> trunk/371ffaf415baf6251b9d98466c8ee970b3556282 2025-07-24T05:34:30.6068937Z * [new tag] trunk/37ded2ac906c2a15f5613e134d7eeb8a8f953bb7 -> trunk/37ded2ac906c2a15f5613e134d7eeb8a8f953bb7 2025-07-24T05:34:30.6069807Z * [new tag] trunk/38c04415a9440d9e5348be34f7bd71a12ed58af8 -> trunk/38c04415a9440d9e5348be34f7bd71a12ed58af8 2025-07-24T05:34:30.6070680Z * [new tag] trunk/392fa75411a1f293e891395f005615b257c03eda -> trunk/392fa75411a1f293e891395f005615b257c03eda 2025-07-24T05:34:30.6071553Z * [new tag] trunk/393377d2156cf4dfb0a7d53c79a85a8b24055ae0 -> trunk/393377d2156cf4dfb0a7d53c79a85a8b24055ae0 2025-07-24T05:34:30.6072498Z * [new tag] trunk/393fecb2cc43c03b54ade0c11078dd4e353d8b2f -> trunk/393fecb2cc43c03b54ade0c11078dd4e353d8b2f 2025-07-24T05:34:30.6073409Z * [new tag] trunk/39ac189808c61588f3594dbc2fc1d69bb6194c47 -> trunk/39ac189808c61588f3594dbc2fc1d69bb6194c47 2025-07-24T05:34:30.6074243Z * [new tag] trunk/39b54b78d73884c0f2daa2826f3d63c352cb5e39 -> trunk/39b54b78d73884c0f2daa2826f3d63c352cb5e39 2025-07-24T05:34:30.6075033Z * [new tag] trunk/3a67bf9c620e8958a1677e68779be08eb34dafa3 -> trunk/3a67bf9c620e8958a1677e68779be08eb34dafa3 2025-07-24T05:34:30.6075838Z * [new tag] trunk/3bb729df97ed632e4629b706eb18a30dffebc310 -> trunk/3bb729df97ed632e4629b706eb18a30dffebc310 2025-07-24T05:34:30.6076632Z * [new tag] trunk/4060f3004264dc4414239cdc3145b7e46fa3729f -> trunk/4060f3004264dc4414239cdc3145b7e46fa3729f 2025-07-24T05:34:30.6077411Z * [new tag] trunk/415dfabe9b569b71098a2f874f3fc67ad2a4fc2e -> trunk/415dfabe9b569b71098a2f874f3fc67ad2a4fc2e 2025-07-24T05:34:30.6078211Z * [new tag] trunk/41b2c4d1196311ac619d6a025f0181e3977bbe8c -> trunk/41b2c4d1196311ac619d6a025f0181e3977bbe8c 2025-07-24T05:34:30.6079210Z * [new tag] trunk/41b6cdaf76180a3d1308c898c094736305c7ceec -> trunk/41b6cdaf76180a3d1308c898c094736305c7ceec 2025-07-24T05:34:30.6080096Z * [new tag] trunk/42a69f7c2b11cc4c6a28424c6e0ea3ca8e9a0b5f -> trunk/42a69f7c2b11cc4c6a28424c6e0ea3ca8e9a0b5f 2025-07-24T05:34:30.6081027Z * [new tag] trunk/4366610f5a18ffe72e947fab9adb5ee072d74b91 -> trunk/4366610f5a18ffe72e947fab9adb5ee072d74b91 2025-07-24T05:34:30.6081909Z * [new tag] trunk/4869f7117009fb99a57482fce56b00c6163fbce6 -> trunk/4869f7117009fb99a57482fce56b00c6163fbce6 2025-07-24T05:34:30.6082894Z * [new tag] trunk/4b02bd76d3e9a74609d6fcf7a749801ad253916d -> trunk/4b02bd76d3e9a74609d6fcf7a749801ad253916d 2025-07-24T05:34:30.6083938Z * [new tag] trunk/4d055982e38f59fdb2a4c9d8855e58548bc42c12 -> trunk/4d055982e38f59fdb2a4c9d8855e58548bc42c12 2025-07-24T05:34:30.6084867Z * [new tag] trunk/4d3ecefda5a41df678fd68b020c521db95e9fbde -> trunk/4d3ecefda5a41df678fd68b020c521db95e9fbde 2025-07-24T05:34:30.6085800Z * [new tag] trunk/4d5d56a30edf3b524f907ae07b7985d6698a2c4b -> trunk/4d5d56a30edf3b524f907ae07b7985d6698a2c4b 2025-07-24T05:34:30.6086677Z * [new tag] trunk/4d5d627e5ff3310318f9df80348ee419324228df -> trunk/4d5d627e5ff3310318f9df80348ee419324228df 2025-07-24T05:34:30.6087610Z * [new tag] trunk/4d9d884c3f5adc89b59d25d5a080498b76f9bb39 -> trunk/4d9d884c3f5adc89b59d25d5a080498b76f9bb39 2025-07-24T05:34:30.6088507Z * [new tag] trunk/4da98351b9e231bbbe83b5c590cf7d2ea382333a -> trunk/4da98351b9e231bbbe83b5c590cf7d2ea382333a 2025-07-24T05:34:30.6089402Z * [new tag] trunk/4dce5b71a0751aa4287c3a80adf07afc773ec4db -> trunk/4dce5b71a0751aa4287c3a80adf07afc773ec4db 2025-07-24T05:34:30.6090338Z * [new tag] trunk/4e13eca713c60ca63c1116823b99d2461a7422ef -> trunk/4e13eca713c60ca63c1116823b99d2461a7422ef 2025-07-24T05:34:30.6091212Z * [new tag] trunk/4e19477196547eb2e8157d6d132689373ffcf0fa -> trunk/4e19477196547eb2e8157d6d132689373ffcf0fa 2025-07-24T05:34:30.6092160Z * [new tag] trunk/4e8dd11be17a974e0ee5503b3061d4d47467844f -> trunk/4e8dd11be17a974e0ee5503b3061d4d47467844f 2025-07-24T05:34:30.6093082Z * [new tag] trunk/4ebd2690654ffe487c43941ebaea41b99914d8b7 -> trunk/4ebd2690654ffe487c43941ebaea41b99914d8b7 2025-07-24T05:34:30.6093875Z * [new tag] trunk/4ed1b03f7275075b1783d1deab946ced4ceba4d6 -> trunk/4ed1b03f7275075b1783d1deab946ced4ceba4d6 2025-07-24T05:34:30.6094677Z * [new tag] trunk/4ee4863232b9e07728d85254768bcba3aadc9b9a -> trunk/4ee4863232b9e07728d85254768bcba3aadc9b9a 2025-07-24T05:34:30.6095480Z * [new tag] trunk/4f36743f5eef2d9c40357eb5d8d8b1aeeacfbb2a -> trunk/4f36743f5eef2d9c40357eb5d8d8b1aeeacfbb2a 2025-07-24T05:34:30.6295294Z * [new tag] trunk/4f5b34427b57e8b876d12e6ce551f04a7c31cacf -> trunk/4f5b34427b57e8b876d12e6ce551f04a7c31cacf 2025-07-24T05:34:30.6296135Z * [new tag] trunk/4f5be5661240427fbbfbe1d137dce53ca32846b5 -> trunk/4f5be5661240427fbbfbe1d137dce53ca32846b5 2025-07-24T05:34:30.6296950Z * [new tag] trunk/4f70fbbd16d1f0d62af082246a95e56cffccc860 -> trunk/4f70fbbd16d1f0d62af082246a95e56cffccc860 2025-07-24T05:34:30.6297746Z * [new tag] trunk/4ff0e033c16aae064f05ee9300053cd304891673 -> trunk/4ff0e033c16aae064f05ee9300053cd304891673 2025-07-24T05:34:30.6298541Z * [new tag] trunk/4ff9b7fa3116b1c429e577830ac6e816734ad029 -> trunk/4ff9b7fa3116b1c429e577830ac6e816734ad029 2025-07-24T05:34:30.6299419Z * [new tag] trunk/502486d9466e81cda76c91d33eb869235480bee9 -> trunk/502486d9466e81cda76c91d33eb869235480bee9 2025-07-24T05:34:30.6300188Z * [new tag] trunk/503362d019b3782581492af7767945dbd75ca1c9 -> trunk/503362d019b3782581492af7767945dbd75ca1c9 2025-07-24T05:34:30.6301145Z * [new tag] trunk/508cdc4fc9f7a91b5fd3f20de38d673daebf1af3 -> trunk/508cdc4fc9f7a91b5fd3f20de38d673daebf1af3 2025-07-24T05:34:30.6301942Z * [new tag] trunk/50940270ae179134cd4f9072f04ffdd55daf808e -> trunk/50940270ae179134cd4f9072f04ffdd55daf808e 2025-07-24T05:34:30.6302732Z * [new tag] trunk/50b2069b61942e923528c94ccbbc8ab5e92c381e -> trunk/50b2069b61942e923528c94ccbbc8ab5e92c381e 2025-07-24T05:34:30.6303529Z * [new tag] trunk/50d8168c8b62990fda86398c9dee1dc8cbd6908d -> trunk/50d8168c8b62990fda86398c9dee1dc8cbd6908d 2025-07-24T05:34:30.6304307Z * [new tag] trunk/510c398a4f1dff9217938159d605290149358332 -> trunk/510c398a4f1dff9217938159d605290149358332 2025-07-24T05:34:30.6305099Z * [new tag] trunk/5116293f7eb587ada6076f3c3ea1711a0ec7ab4a -> trunk/5116293f7eb587ada6076f3c3ea1711a0ec7ab4a 2025-07-24T05:34:30.6306657Z * [new tag] trunk/5118a8f8a5a7906e26bcbd35370de3416b5cdab0 -> trunk/5118a8f8a5a7906e26bcbd35370de3416b5cdab0 2025-07-24T05:34:30.6307496Z * [new tag] trunk/51560797ce70aea353585d8381ee88c2e6c81075 -> trunk/51560797ce70aea353585d8381ee88c2e6c81075 2025-07-24T05:34:30.6308276Z * [new tag] trunk/517d2995e09603017f07f065c1ae5b8d25962cd2 -> trunk/517d2995e09603017f07f065c1ae5b8d25962cd2 2025-07-24T05:34:30.6309056Z * [new tag] trunk/51853b358e698f6a42c1eef045ab8fa766129ee1 -> trunk/51853b358e698f6a42c1eef045ab8fa766129ee1 2025-07-24T05:34:30.6309953Z * [new tag] trunk/51a708ffc679b13f99e4c7cf19bc00082a3266a6 -> trunk/51a708ffc679b13f99e4c7cf19bc00082a3266a6 2025-07-24T05:34:30.6310766Z * [new tag] trunk/51eb8e8f84bb9aa901cff17dd649e18b17a8908c -> trunk/51eb8e8f84bb9aa901cff17dd649e18b17a8908c 2025-07-24T05:34:30.6311570Z * [new tag] trunk/52214485747ceb0ea47ce5a09babb0b82b3282b8 -> trunk/52214485747ceb0ea47ce5a09babb0b82b3282b8 2025-07-24T05:34:30.6312369Z * [new tag] trunk/522a18bd6c094c766c0de9ef539682d1a3f04a15 -> trunk/522a18bd6c094c766c0de9ef539682d1a3f04a15 2025-07-24T05:34:30.6313152Z * [new tag] trunk/523b637cbeb69665072a2cf489ec1c5313b57670 -> trunk/523b637cbeb69665072a2cf489ec1c5313b57670 2025-07-24T05:34:30.6313929Z * [new tag] trunk/524e8270955788c53473497fd2cc16c5aa0e4c67 -> trunk/524e8270955788c53473497fd2cc16c5aa0e4c67 2025-07-24T05:34:30.6314704Z * [new tag] trunk/5264f8cd8d08272003298cdefe6bd60b1b8c80b4 -> trunk/5264f8cd8d08272003298cdefe6bd60b1b8c80b4 2025-07-24T05:34:30.6315476Z * [new tag] trunk/52772765e034622d1a86476e4bb19c28e3945f74 -> trunk/52772765e034622d1a86476e4bb19c28e3945f74 2025-07-24T05:34:30.6316253Z * [new tag] trunk/5285d1024376396a00fe750fe3d628c65dc26254 -> trunk/5285d1024376396a00fe750fe3d628c65dc26254 2025-07-24T05:34:30.6317031Z * [new tag] trunk/529e0357c6c4e74f8cd32c29198c5f1c9f6e329d -> trunk/529e0357c6c4e74f8cd32c29198c5f1c9f6e329d 2025-07-24T05:34:30.6317817Z * [new tag] trunk/52c294008ee764d1931d4f0c1aece984431e4596 -> trunk/52c294008ee764d1931d4f0c1aece984431e4596 2025-07-24T05:34:30.6318603Z * [new tag] trunk/52e4e41cbc36a5cf44395ff84ca2d069263560de -> trunk/52e4e41cbc36a5cf44395ff84ca2d069263560de 2025-07-24T05:34:30.6319418Z * [new tag] trunk/52edfb2cbcdded865645cc82bb1bb501fdcbdb52 -> trunk/52edfb2cbcdded865645cc82bb1bb501fdcbdb52 2025-07-24T05:34:30.6320231Z * [new tag] trunk/52f873adc23e7069ce95933d97ee514022cfbf7d -> trunk/52f873adc23e7069ce95933d97ee514022cfbf7d 2025-07-24T05:34:30.6321023Z * [new tag] trunk/53057fc16af2d381a61fe891b52ac8731ee9dfae -> trunk/53057fc16af2d381a61fe891b52ac8731ee9dfae 2025-07-24T05:34:30.6524229Z * [new tag] trunk/534c454e77ac0eefd52d63c60d42911e7f9617ea -> trunk/534c454e77ac0eefd52d63c60d42911e7f9617ea 2025-07-24T05:34:30.6525287Z * [new tag] trunk/53ab73090eb66d96e45ec134e41cf67266208954 -> trunk/53ab73090eb66d96e45ec134e41cf67266208954 2025-07-24T05:34:30.6526105Z * [new tag] trunk/53cd18f6b31bc2ea62985fda87e96aa17cd11bc1 -> trunk/53cd18f6b31bc2ea62985fda87e96aa17cd11bc1 2025-07-24T05:34:30.6526932Z * [new tag] trunk/53d06e18d9b165cb8aa0a5a3cbb6837ac3000c59 -> trunk/53d06e18d9b165cb8aa0a5a3cbb6837ac3000c59 2025-07-24T05:34:30.6527734Z * [new tag] trunk/53e0b9c3936176521ed8d71c00abd5b7499057c2 -> trunk/53e0b9c3936176521ed8d71c00abd5b7499057c2 2025-07-24T05:34:30.6528528Z * [new tag] trunk/541297daae63f74a90bac52c5db3540bf84bc971 -> trunk/541297daae63f74a90bac52c5db3540bf84bc971 2025-07-24T05:34:30.6529338Z * [new tag] trunk/5430990bd7d050f249b1cdf1f7d1016c4b17488d -> trunk/5430990bd7d050f249b1cdf1f7d1016c4b17488d 2025-07-24T05:34:30.6530238Z * [new tag] trunk/5435e7539930be7bd038683ce096038b30c5bb5f -> trunk/5435e7539930be7bd038683ce096038b30c5bb5f 2025-07-24T05:34:30.6531040Z * [new tag] trunk/545fbd58dc8b4f688f6b259cb671b3ec16a46810 -> trunk/545fbd58dc8b4f688f6b259cb671b3ec16a46810 2025-07-24T05:34:30.6531920Z * [new tag] trunk/54701a0c943245402fceeab0e55d7aa394303c20 -> trunk/54701a0c943245402fceeab0e55d7aa394303c20 2025-07-24T05:34:30.6532709Z * [new tag] trunk/5484890539823d9867c74209588abe095c9232a1 -> trunk/5484890539823d9867c74209588abe095c9232a1 2025-07-24T05:34:30.6533483Z * [new tag] trunk/548c9d8281d9b3d6d12e90c40b3387faf0e24c61 -> trunk/548c9d8281d9b3d6d12e90c40b3387faf0e24c61 2025-07-24T05:34:30.6534294Z * [new tag] trunk/54976bca103fcf2b5037cc0cd1b37c4639fcf779 -> trunk/54976bca103fcf2b5037cc0cd1b37c4639fcf779 2025-07-24T05:34:30.6535102Z * [new tag] trunk/54998c2daaf5b8919cf82367492dd3c5177ab935 -> trunk/54998c2daaf5b8919cf82367492dd3c5177ab935 2025-07-24T05:34:30.6535905Z * [new tag] trunk/54a4d34d100f4ebe45f486451967daba896e839c -> trunk/54a4d34d100f4ebe45f486451967daba896e839c 2025-07-24T05:34:30.6536702Z * [new tag] trunk/54a7e5b5983d237b324b50703bcb0919a6c4c296 -> trunk/54a7e5b5983d237b324b50703bcb0919a6c4c296 2025-07-24T05:34:30.6537482Z * [new tag] trunk/54b8087f638de57c1c93c4624d03f2f2c512b90e -> trunk/54b8087f638de57c1c93c4624d03f2f2c512b90e 2025-07-24T05:34:30.6538268Z * [new tag] trunk/55108074c0795be3b617d3b13b06794f63e1f8ca -> trunk/55108074c0795be3b617d3b13b06794f63e1f8ca 2025-07-24T05:34:30.6539036Z * [new tag] trunk/554b5680405e6197a985040ffe88157beb637450 -> trunk/554b5680405e6197a985040ffe88157beb637450 2025-07-24T05:34:30.6539813Z * [new tag] trunk/555f3562541992b66a550eca8e8740884b1247f8 -> trunk/555f3562541992b66a550eca8e8740884b1247f8 2025-07-24T05:34:30.6540600Z * [new tag] trunk/5596cefba623fcc0739f1e9568131a85973cf1f9 -> trunk/5596cefba623fcc0739f1e9568131a85973cf1f9 2025-07-24T05:34:30.6541389Z * [new tag] trunk/55d888a616be3c94d8e4073b4d1580541692997d -> trunk/55d888a616be3c94d8e4073b4d1580541692997d 2025-07-24T05:34:30.6542191Z * [new tag] trunk/55dae0bf7a4b501be91d0e022e675337dfe288ff -> trunk/55dae0bf7a4b501be91d0e022e675337dfe288ff 2025-07-24T05:34:30.6543020Z * [new tag] trunk/55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4 -> trunk/55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4 2025-07-24T05:34:30.6543833Z * [new tag] trunk/55ff4f85e9f31a3fced069ad526ced16e543cef3 -> trunk/55ff4f85e9f31a3fced069ad526ced16e543cef3 2025-07-24T05:34:30.6544651Z * [new tag] trunk/5606c516fd87e5c3594177e4ca64c3cac7fdafd5 -> trunk/5606c516fd87e5c3594177e4ca64c3cac7fdafd5 2025-07-24T05:34:30.6545437Z * [new tag] trunk/5619bf997112447a66cf6c1e4f4c4186813afad5 -> trunk/5619bf997112447a66cf6c1e4f4c4186813afad5 2025-07-24T05:34:30.6546227Z * [new tag] trunk/5633283574c458bd6a3cbb6a0a890f0cb9c8b2b5 -> trunk/5633283574c458bd6a3cbb6a0a890f0cb9c8b2b5 2025-07-24T05:34:30.6547134Z * [new tag] trunk/563fd95563c5edd732ae260b3bd3d0c38822ab57 -> trunk/563fd95563c5edd732ae260b3bd3d0c38822ab57 2025-07-24T05:34:30.6547919Z * [new tag] trunk/565fd079099d33a81c11d7b36581f09441ba6efa -> trunk/565fd079099d33a81c11d7b36581f09441ba6efa 2025-07-24T05:34:30.6548726Z * [new tag] trunk/568ca89bac9a80a66d664593a26ae69ac604796e -> trunk/568ca89bac9a80a66d664593a26ae69ac604796e 2025-07-24T05:34:30.6549537Z * [new tag] trunk/5692cbb818f1af9fcce9234e202d232afa5f3fa3 -> trunk/5692cbb818f1af9fcce9234e202d232afa5f3fa3 2025-07-24T05:34:30.6550340Z * [new tag] trunk/56b03df6ac5b4185a2b7b92f253565500a5b51ca -> trunk/56b03df6ac5b4185a2b7b92f253565500a5b51ca 2025-07-24T05:34:30.6748978Z * [new tag] trunk/56b3bf0c74f5837fd4fa6293bc515d353cb10295 -> trunk/56b3bf0c74f5837fd4fa6293bc515d353cb10295 2025-07-24T05:34:30.6749847Z * [new tag] trunk/56c69bedcc7e2211e5a3d6249e51b1674be5d10e -> trunk/56c69bedcc7e2211e5a3d6249e51b1674be5d10e 2025-07-24T05:34:30.6750682Z * [new tag] trunk/56d07d0bde5507cbd0b1298a372ba2e0d7b969d2 -> trunk/56d07d0bde5507cbd0b1298a372ba2e0d7b969d2 2025-07-24T05:34:30.6751483Z * [new tag] trunk/56df025d5156a84c846a4e469c922c0f08fb3265 -> trunk/56df025d5156a84c846a4e469c922c0f08fb3265 2025-07-24T05:34:30.6752261Z * [new tag] trunk/57024913c409764f129d6a7792625f5b05462e31 -> trunk/57024913c409764f129d6a7792625f5b05462e31 2025-07-24T05:34:30.6753028Z * [new tag] trunk/576253c47603baff6709353631e92e8da7d8d7dd -> trunk/576253c47603baff6709353631e92e8da7d8d7dd 2025-07-24T05:34:30.6753824Z * [new tag] trunk/5763ec5f8d11df5eea962bedc74563394c0e273f -> trunk/5763ec5f8d11df5eea962bedc74563394c0e273f 2025-07-24T05:34:30.6754621Z * [new tag] trunk/577baa411675ed241c7d5cf79f25c13e29dac583 -> trunk/577baa411675ed241c7d5cf79f25c13e29dac583 2025-07-24T05:34:30.6755432Z * [new tag] trunk/57e4d7b5ccb8e35b434b62cc1f9aafb7d4d82b55 -> trunk/57e4d7b5ccb8e35b434b62cc1f9aafb7d4d82b55 2025-07-24T05:34:30.6756229Z * [new tag] trunk/583138d170ff8b60a321211cce8d2e5be6c9ae0b -> trunk/583138d170ff8b60a321211cce8d2e5be6c9ae0b 2025-07-24T05:34:30.6757017Z * [new tag] trunk/584a0510b30b2472e54197d6b67b6f5f5e8ac807 -> trunk/584a0510b30b2472e54197d6b67b6f5f5e8ac807 2025-07-24T05:34:30.6757823Z * [new tag] trunk/588b5fb94bc6d2195ba5a4287b7feebe736da7db -> trunk/588b5fb94bc6d2195ba5a4287b7feebe736da7db 2025-07-24T05:34:30.6758627Z * [new tag] trunk/58c7cf9ede6311da5533dbcaf238a912176a6a85 -> trunk/58c7cf9ede6311da5533dbcaf238a912176a6a85 2025-07-24T05:34:30.6759458Z * [new tag] trunk/58e5d20c57e6baafd82b3b49c0e52931f5ae5d51 -> trunk/58e5d20c57e6baafd82b3b49c0e52931f5ae5d51 2025-07-24T05:34:30.6761678Z * [new tag] trunk/590607c5992d200b86361c5b68d53c93d8099193 -> trunk/590607c5992d200b86361c5b68d53c93d8099193 2025-07-24T05:34:30.6762488Z * [new tag] trunk/590fe4d2d7565f2045ef1ad4f4aad1f3b3de7aa3 -> trunk/590fe4d2d7565f2045ef1ad4f4aad1f3b3de7aa3 2025-07-24T05:34:30.6763296Z * [new tag] trunk/5951fcd50acc51bb91beae8488758f35219da849 -> trunk/5951fcd50acc51bb91beae8488758f35219da849 2025-07-24T05:34:30.6764079Z * [new tag] trunk/596b418391aa5d520e69310250c1f86c6c0a1107 -> trunk/596b418391aa5d520e69310250c1f86c6c0a1107 2025-07-24T05:34:30.6764881Z * [new tag] trunk/5998cd4eaaf50d5a427f0b0ec14f2135e4a46723 -> trunk/5998cd4eaaf50d5a427f0b0ec14f2135e4a46723 2025-07-24T05:34:30.6765686Z * [new tag] trunk/599f94e7b9ffd7481cc51a37093a2d17a5116889 -> trunk/599f94e7b9ffd7481cc51a37093a2d17a5116889 2025-07-24T05:34:30.6767490Z * [new tag] trunk/59c3cac4547aafd2f718b7c64053098cc5886878 -> trunk/59c3cac4547aafd2f718b7c64053098cc5886878 2025-07-24T05:34:30.6768484Z * [new tag] trunk/59eb61b2d1e4b64debbefa036acd0d8c7d55f0a3 -> trunk/59eb61b2d1e4b64debbefa036acd0d8c7d55f0a3 2025-07-24T05:34:30.6769306Z * [new tag] trunk/59f9b25f3cfc635053843372ea29ff4bf754da3f -> trunk/59f9b25f3cfc635053843372ea29ff4bf754da3f 2025-07-24T05:34:30.6770101Z * [new tag] trunk/5a2db5152d23f76dbb45d20008d9af68e761e8d1 -> trunk/5a2db5152d23f76dbb45d20008d9af68e761e8d1 2025-07-24T05:34:30.6770905Z * [new tag] trunk/5a533f74a160f6a570c2b9770ffdd89874ba59e2 -> trunk/5a533f74a160f6a570c2b9770ffdd89874ba59e2 2025-07-24T05:34:30.6771707Z * [new tag] trunk/5a54db14e3843cfa87fd8d27487dbf2f2dfb6c47 -> trunk/5a54db14e3843cfa87fd8d27487dbf2f2dfb6c47 2025-07-24T05:34:30.6772701Z * [new tag] trunk/5a56e6a72b8d805a665e67a23b0ca2decf4d8cc2 -> trunk/5a56e6a72b8d805a665e67a23b0ca2decf4d8cc2 2025-07-24T05:34:30.6773504Z * [new tag] trunk/5a5a05a6a3be376130848e235df73b752eef0230 -> trunk/5a5a05a6a3be376130848e235df73b752eef0230 2025-07-24T05:34:30.6774299Z * [new tag] trunk/5ab257c74c8e3ffe99380790de2134ba8013555e -> trunk/5ab257c74c8e3ffe99380790de2134ba8013555e 2025-07-24T05:34:30.6775105Z * [new tag] trunk/5ab6a3fb6fd37c542060c606edd4b95c7e3cae82 -> trunk/5ab6a3fb6fd37c542060c606edd4b95c7e3cae82 2025-07-24T05:34:30.6775926Z * [new tag] trunk/5ad2bee2c8a7defd2580bb138145a49c37146fcc -> trunk/5ad2bee2c8a7defd2580bb138145a49c37146fcc 2025-07-24T05:34:30.6776749Z * [new tag] trunk/5aee022d8b2bc9d31ddaf877315ffb8ad9d62985 -> trunk/5aee022d8b2bc9d31ddaf877315ffb8ad9d62985 2025-07-24T05:34:30.6976035Z * [new tag] trunk/5b10b0a96f9abf8c2751db324f0773aa433ec783 -> trunk/5b10b0a96f9abf8c2751db324f0773aa433ec783 2025-07-24T05:34:30.6977035Z * [new tag] trunk/5b40f6581eac8a2e92af8dd986df7c22ad4584ce -> trunk/5b40f6581eac8a2e92af8dd986df7c22ad4584ce 2025-07-24T05:34:30.6977963Z * [new tag] trunk/5b4e0255d7ed756c312fb74ffcf17fe62c903bd7 -> trunk/5b4e0255d7ed756c312fb74ffcf17fe62c903bd7 2025-07-24T05:34:30.6978884Z * [new tag] trunk/5b656289064311e8bb08e1148db7d9b41f9d7ac8 -> trunk/5b656289064311e8bb08e1148db7d9b41f9d7ac8 2025-07-24T05:34:30.6979767Z * [new tag] trunk/5b9db4335e61c1c903cb0769282cbea588e49036 -> trunk/5b9db4335e61c1c903cb0769282cbea588e49036 2025-07-24T05:34:30.6980662Z * [new tag] trunk/5bd7804be2186f1756fba75ecc900d3b19016ad5 -> trunk/5bd7804be2186f1756fba75ecc900d3b19016ad5 2025-07-24T05:34:30.6981585Z * [new tag] trunk/5c79a55e7e58c6382c7ce02da1cd07d358239d94 -> trunk/5c79a55e7e58c6382c7ce02da1cd07d358239d94 2025-07-24T05:34:30.6982482Z * [new tag] trunk/5c7e1d39ab81647300d60e7cc22b24acf2641457 -> trunk/5c7e1d39ab81647300d60e7cc22b24acf2641457 2025-07-24T05:34:30.6983296Z * [new tag] trunk/5cc4e856fda4accb2e9291527693a91dc2a18d89 -> trunk/5cc4e856fda4accb2e9291527693a91dc2a18d89 2025-07-24T05:34:30.6984101Z * [new tag] trunk/5cdb3d896e153265da9ac7e320a19c4a9205b425 -> trunk/5cdb3d896e153265da9ac7e320a19c4a9205b425 2025-07-24T05:34:30.6984897Z * [new tag] trunk/5cde34473c33ed7f8df07489783a2b86058ebb3f -> trunk/5cde34473c33ed7f8df07489783a2b86058ebb3f 2025-07-24T05:34:30.6985700Z * [new tag] trunk/5cfe4377d6f3b5845ba1f67122e5fbda8d642ecd -> trunk/5cfe4377d6f3b5845ba1f67122e5fbda8d642ecd 2025-07-24T05:34:30.6986496Z * [new tag] trunk/5d5a5b3501dfb0759ed36d0a88b65cdcd87c1e27 -> trunk/5d5a5b3501dfb0759ed36d0a88b65cdcd87c1e27 2025-07-24T05:34:30.6987300Z * [new tag] trunk/5d8d126249f83a9581f6b086f0891753bbb7175e -> trunk/5d8d126249f83a9581f6b086f0891753bbb7175e 2025-07-24T05:34:30.6988170Z * [new tag] trunk/5db9a2b54ae69917753be5b2eef0e15ad3cfd19b -> trunk/5db9a2b54ae69917753be5b2eef0e15ad3cfd19b 2025-07-24T05:34:30.6989198Z * [new tag] trunk/5dc75f72d4ede12067ddca459e02c8ee8a95e02c -> trunk/5dc75f72d4ede12067ddca459e02c8ee8a95e02c 2025-07-24T05:34:30.6990009Z * [new tag] trunk/5dd07c70e53a86b73f49711b8186d86dc4f1b32a -> trunk/5dd07c70e53a86b73f49711b8186d86dc4f1b32a 2025-07-24T05:34:30.6990788Z * [new tag] trunk/5dd9652389ed7959a842323e4ce063f553710e47 -> trunk/5dd9652389ed7959a842323e4ce063f553710e47 2025-07-24T05:34:30.6991596Z * [new tag] trunk/5df3bf13ec4e436abefe9d3822230727c04c2ab7 -> trunk/5df3bf13ec4e436abefe9d3822230727c04c2ab7 2025-07-24T05:34:30.6992426Z * [new tag] trunk/5dfd8a9c7a464bb42e81b8594eefd2fa865e5423 -> trunk/5dfd8a9c7a464bb42e81b8594eefd2fa865e5423 2025-07-24T05:34:30.6993238Z * [new tag] trunk/5dfe1787b5ed372fe1e9f0d73fab4e53a61bd17a -> trunk/5dfe1787b5ed372fe1e9f0d73fab4e53a61bd17a 2025-07-24T05:34:30.6994198Z * [new tag] trunk/5e1232871b641762aa1fdd84ba441a8fc9e34043 -> trunk/5e1232871b641762aa1fdd84ba441a8fc9e34043 2025-07-24T05:34:30.6995078Z * [new tag] trunk/5e149a64822fb3fdb2f1e28b947a056a64d306c5 -> trunk/5e149a64822fb3fdb2f1e28b947a056a64d306c5 2025-07-24T05:34:30.6995885Z * [new tag] trunk/5e17932c226b79d8510fb8c76babbf898a68ae33 -> trunk/5e17932c226b79d8510fb8c76babbf898a68ae33 2025-07-24T05:34:30.6996695Z * [new tag] trunk/5e18bc333144473f1f10bc8a5ba05dba7950fb8a -> trunk/5e18bc333144473f1f10bc8a5ba05dba7950fb8a 2025-07-24T05:34:30.6997479Z * [new tag] trunk/5e386eec9426f174eea130c0c012d9f65ebe65fb -> trunk/5e386eec9426f174eea130c0c012d9f65ebe65fb 2025-07-24T05:34:30.6998295Z * [new tag] trunk/5e636d664ae0ccfdc1f0c5b060eb50fabf56e91b -> trunk/5e636d664ae0ccfdc1f0c5b060eb50fabf56e91b 2025-07-24T05:34:30.6999115Z * [new tag] trunk/5e93abe3c0106cf6fc694a38433909f20ee6a92c -> trunk/5e93abe3c0106cf6fc694a38433909f20ee6a92c 2025-07-24T05:34:30.6999906Z * [new tag] trunk/5eb5c3700bf51015e6a46f9f20c0e0e20cf55ab6 -> trunk/5eb5c3700bf51015e6a46f9f20c0e0e20cf55ab6 2025-07-24T05:34:30.7000785Z * [new tag] trunk/5f1225ef487a4c3954499a8ae5b5a55751e3ef2b -> trunk/5f1225ef487a4c3954499a8ae5b5a55751e3ef2b 2025-07-24T05:34:30.7001619Z * [new tag] trunk/5fb07acbc32874a932cd26087cf752b2f4cc72df -> trunk/5fb07acbc32874a932cd26087cf752b2f4cc72df 2025-07-24T05:34:30.7002430Z * [new tag] trunk/5fbaa041e75af11c7ff892e544707820232bd750 -> trunk/5fbaa041e75af11c7ff892e544707820232bd750 2025-07-24T05:34:30.7003211Z * [new tag] trunk/602044068359a3be08b2030a1bb1efb4dc107767 -> trunk/602044068359a3be08b2030a1bb1efb4dc107767 2025-07-24T05:34:30.7199619Z * [new tag] trunk/603a54a9b33e1aabe1407721d7935b881a160968 -> trunk/603a54a9b33e1aabe1407721d7935b881a160968 2025-07-24T05:34:30.7200480Z * [new tag] trunk/606d73bde495b055984206986fb7dd8918570e89 -> trunk/606d73bde495b055984206986fb7dd8918570e89 2025-07-24T05:34:30.7201307Z * [new tag] trunk/6098209bfffa453ec2cea08b0c9991b3b7e2bfeb -> trunk/6098209bfffa453ec2cea08b0c9991b3b7e2bfeb 2025-07-24T05:34:30.7202104Z * [new tag] trunk/60abb0d3273749cb2a7d583c7c2863bd2819e87e -> trunk/60abb0d3273749cb2a7d583c7c2863bd2819e87e 2025-07-24T05:34:30.7202905Z * [new tag] trunk/60ac3414ebefc9281538abff87622059125dcfad -> trunk/60ac3414ebefc9281538abff87622059125dcfad 2025-07-24T05:34:30.7203706Z * [new tag] trunk/60b41de0ca0e5240eccf15c26a2b55b4a34d6f47 -> trunk/60b41de0ca0e5240eccf15c26a2b55b4a34d6f47 2025-07-24T05:34:30.7204519Z * [new tag] trunk/60b9b06a53e13100709d66df8a7555ed167d5a1e -> trunk/60b9b06a53e13100709d66df8a7555ed167d5a1e 2025-07-24T05:34:30.7205321Z * [new tag] trunk/60e66d11ab3d62273cafa7f6b104db7e20f75dfd -> trunk/60e66d11ab3d62273cafa7f6b104db7e20f75dfd 2025-07-24T05:34:30.7206125Z * [new tag] trunk/6100ed457c9bf19dd80e0d53301c7bae691da8d3 -> trunk/6100ed457c9bf19dd80e0d53301c7bae691da8d3 2025-07-24T05:34:30.7207098Z * [new tag] trunk/61712e6f2ba58cce354a742d918934ec7293ee43 -> trunk/61712e6f2ba58cce354a742d918934ec7293ee43 2025-07-24T05:34:30.7207895Z * [new tag] trunk/617e3f69f8479197be57a28cc31e001c3feec407 -> trunk/617e3f69f8479197be57a28cc31e001c3feec407 2025-07-24T05:34:30.7208676Z * [new tag] trunk/61a7b09ef39907b6c4b47445f965c4c77cc6c2ed -> trunk/61a7b09ef39907b6c4b47445f965c4c77cc6c2ed 2025-07-24T05:34:30.7209480Z * [new tag] trunk/61b271e0f3f93209325dea9dccb1e97e7bc16b41 -> trunk/61b271e0f3f93209325dea9dccb1e97e7bc16b41 2025-07-24T05:34:30.7210274Z * [new tag] trunk/61e13782ddddf9e957c984ef11d7bb7643b871e7 -> trunk/61e13782ddddf9e957c984ef11d7bb7643b871e7 2025-07-24T05:34:30.7211200Z * [new tag] trunk/61eaaa21a42398941ea3fb01585a0926e9544831 -> trunk/61eaaa21a42398941ea3fb01585a0926e9544831 2025-07-24T05:34:30.7212067Z * [new tag] trunk/61f6aa36b9f9a168bd3c710c449f0a78c0301972 -> trunk/61f6aa36b9f9a168bd3c710c449f0a78c0301972 2025-07-24T05:34:30.7212845Z * [new tag] trunk/6200584193b770411b7f91880bbff6f746acfcb0 -> trunk/6200584193b770411b7f91880bbff6f746acfcb0 2025-07-24T05:34:30.7213627Z * [new tag] trunk/620415e018cd67e45d5c0a87964aff8751c9bf71 -> trunk/620415e018cd67e45d5c0a87964aff8751c9bf71 2025-07-24T05:34:30.7214427Z * [new tag] trunk/6215e90b7b9af8275c5dbfaa5fd58d7ec08b6764 -> trunk/6215e90b7b9af8275c5dbfaa5fd58d7ec08b6764 2025-07-24T05:34:30.7215225Z * [new tag] trunk/62272d5b24e7f505a02175de3c56ecc287557d2a -> trunk/62272d5b24e7f505a02175de3c56ecc287557d2a 2025-07-24T05:34:30.7216012Z * [new tag] trunk/627ba411366bcc15019c49756d3f22fd3914bd50 -> trunk/627ba411366bcc15019c49756d3f22fd3914bd50 2025-07-24T05:34:30.7216813Z * [new tag] trunk/62fa3f5aebfe763f5de27e687e4c81df7c7080e3 -> trunk/62fa3f5aebfe763f5de27e687e4c81df7c7080e3 2025-07-24T05:34:30.7217632Z * [new tag] trunk/6303cc41b71c02af9c855f3cc85b1146a97fc7a8 -> trunk/6303cc41b71c02af9c855f3cc85b1146a97fc7a8 2025-07-24T05:34:30.7218429Z * [new tag] trunk/63360e64da814de8ce271f1e4b6e2380a03b585e -> trunk/63360e64da814de8ce271f1e4b6e2380a03b585e 2025-07-24T05:34:30.7219219Z * [new tag] trunk/633d5faf3f0b764cb19d74943d6d78d1917c8d8c -> trunk/633d5faf3f0b764cb19d74943d6d78d1917c8d8c 2025-07-24T05:34:30.7220019Z * [new tag] trunk/637e75433cb4ffc61a057fbdd5597db501cb05a7 -> trunk/637e75433cb4ffc61a057fbdd5597db501cb05a7 2025-07-24T05:34:30.7220811Z * [new tag] trunk/63a96eaeb84f5af6e83c7360c09f5540a44d19ca -> trunk/63a96eaeb84f5af6e83c7360c09f5540a44d19ca 2025-07-24T05:34:30.7233938Z * [new tag] trunk/63e87d6d05dc05ed7cc642c0cf8fd1cd2e3b93a1 -> trunk/63e87d6d05dc05ed7cc642c0cf8fd1cd2e3b93a1 2025-07-24T05:34:30.7234920Z * [new tag] trunk/6401d1d53d13cb2d564d48a30a8cf4f952ff773d -> trunk/6401d1d53d13cb2d564d48a30a8cf4f952ff773d 2025-07-24T05:34:30.7235712Z * [new tag] trunk/640703d95f210876f20f8f16c868442dad17b477 -> trunk/640703d95f210876f20f8f16c868442dad17b477 2025-07-24T05:34:30.7236501Z * [new tag] trunk/640f5a70905b01405f1ce397d25308d3e6a1d421 -> trunk/640f5a70905b01405f1ce397d25308d3e6a1d421 2025-07-24T05:34:30.7237285Z * [new tag] trunk/6442ae9256a6936bc8efe31fc5326d5c1c1f660b -> trunk/6442ae9256a6936bc8efe31fc5326d5c1c1f660b 2025-07-24T05:34:30.7431857Z * [new tag] trunk/64436c38c956b252d8c9f6f68e94fb46c34efdac -> trunk/64436c38c956b252d8c9f6f68e94fb46c34efdac 2025-07-24T05:34:30.7432696Z * [new tag] trunk/644cc58dfffe1b5bd15688495551b49462c163f6 -> trunk/644cc58dfffe1b5bd15688495551b49462c163f6 2025-07-24T05:34:30.7433553Z * [new tag] trunk/6499420e45298bad5ef0241d0f04f029825abc60 -> trunk/6499420e45298bad5ef0241d0f04f029825abc60 2025-07-24T05:34:30.7434569Z * [new tag] trunk/64bb6317a57d14c37339d86cded7c6b860c7d638 -> trunk/64bb6317a57d14c37339d86cded7c6b860c7d638 2025-07-24T05:34:30.7435390Z * [new tag] trunk/64dabb2cf5c4112c7c169fb76dabe9ab905c8e7c -> trunk/64dabb2cf5c4112c7c169fb76dabe9ab905c8e7c 2025-07-24T05:34:30.7436212Z * [new tag] trunk/64e8d7d66bd786a12a62db795da52400ac63e039 -> trunk/64e8d7d66bd786a12a62db795da52400ac63e039 2025-07-24T05:34:30.7437033Z * [new tag] trunk/64f2ec77f869a7d495694519fb482e9ecaaa6da1 -> trunk/64f2ec77f869a7d495694519fb482e9ecaaa6da1 2025-07-24T05:34:30.7437819Z * [new tag] trunk/651b4a68f2a60d55d266e40776709247ef347d68 -> trunk/651b4a68f2a60d55d266e40776709247ef347d68 2025-07-24T05:34:30.7438707Z * [new tag] trunk/653c52fe52254e6783d75a73c3a8abbfd9cd2b3c -> trunk/653c52fe52254e6783d75a73c3a8abbfd9cd2b3c 2025-07-24T05:34:30.7439563Z * [new tag] trunk/655b3b14ffba4ae73e26a63b4289329e8d160a6f -> trunk/655b3b14ffba4ae73e26a63b4289329e8d160a6f 2025-07-24T05:34:30.7440395Z * [new tag] trunk/656885b6147e7e77db38de2898ef27f389e06461 -> trunk/656885b6147e7e77db38de2898ef27f389e06461 2025-07-24T05:34:30.7441192Z * [new tag] trunk/659bfbf44329c44b9451e197e2b5eb83d48311d2 -> trunk/659bfbf44329c44b9451e197e2b5eb83d48311d2 2025-07-24T05:34:30.7441995Z * [new tag] trunk/65b9c13cce43a7a8666ca1ef12b554a5dcfd2492 -> trunk/65b9c13cce43a7a8666ca1ef12b554a5dcfd2492 2025-07-24T05:34:30.7442801Z * [new tag] trunk/65fcca4f8c97de82d35d51ad9b790d10433e9b91 -> trunk/65fcca4f8c97de82d35d51ad9b790d10433e9b91 2025-07-24T05:34:30.7443607Z * [new tag] trunk/660695f11dd73efbe2694be0ed5826e4624f22e4 -> trunk/660695f11dd73efbe2694be0ed5826e4624f22e4 2025-07-24T05:34:30.7444419Z * [new tag] trunk/660dbea909b98f19dc0239a7ae565f8a52cfe846 -> trunk/660dbea909b98f19dc0239a7ae565f8a52cfe846 2025-07-24T05:34:30.7445266Z * [new tag] trunk/6629eaf0c658b523eed47a98c0a3e6b44fd89c6b -> trunk/6629eaf0c658b523eed47a98c0a3e6b44fd89c6b 2025-07-24T05:34:30.7446112Z * [new tag] trunk/662c1cfed2bf3262709f1150fcb11e96bc29e142 -> trunk/662c1cfed2bf3262709f1150fcb11e96bc29e142 2025-07-24T05:34:30.7446912Z * [new tag] trunk/662dd7db5b60dde71ef249041b9970ca36ef79e7 -> trunk/662dd7db5b60dde71ef249041b9970ca36ef79e7 2025-07-24T05:34:30.7447719Z * [new tag] trunk/6673ac746c5fade3eaf0aa37547a2e0e76d81860 -> trunk/6673ac746c5fade3eaf0aa37547a2e0e76d81860 2025-07-24T05:34:30.7448518Z * [new tag] trunk/66c9bc5062503da58991a1fb0a9eab5d501b2891 -> trunk/66c9bc5062503da58991a1fb0a9eab5d501b2891 2025-07-24T05:34:30.7449302Z * [new tag] trunk/670dab6c630552b32189911f22896ec453e55ab7 -> trunk/670dab6c630552b32189911f22896ec453e55ab7 2025-07-24T05:34:30.7450090Z * [new tag] trunk/671a9d175b7e15b4947c97f50b931dba1cc35a63 -> trunk/671a9d175b7e15b4947c97f50b931dba1cc35a63 2025-07-24T05:34:30.7450911Z * [new tag] trunk/672ac2ec86d8ffe080399363df96597437e51115 -> trunk/672ac2ec86d8ffe080399363df96597437e51115 2025-07-24T05:34:30.7451857Z * [new tag] trunk/67be2f27e17db0214d52d636945399a0c6257d65 -> trunk/67be2f27e17db0214d52d636945399a0c6257d65 2025-07-24T05:34:30.7452650Z * [new tag] trunk/67ee0c6725e8dd2d0372ff902775b7040631aaf7 -> trunk/67ee0c6725e8dd2d0372ff902775b7040631aaf7 2025-07-24T05:34:30.7453428Z * [new tag] trunk/67f8270516ef877aec85801e4a8d0b533687e938 -> trunk/67f8270516ef877aec85801e4a8d0b533687e938 2025-07-24T05:34:30.7454205Z * [new tag] trunk/68349118b519268650ef63cfc0dd9ae202da0f49 -> trunk/68349118b519268650ef63cfc0dd9ae202da0f49 2025-07-24T05:34:30.7454993Z * [new tag] trunk/6835ba1b3409d9764c6e704cdc0311d53ea0841a -> trunk/6835ba1b3409d9764c6e704cdc0311d53ea0841a 2025-07-24T05:34:30.7455864Z * [new tag] trunk/68996dc18306ac0320ac5e6979f1a7a7a226b3cc -> trunk/68996dc18306ac0320ac5e6979f1a7a7a226b3cc 2025-07-24T05:34:30.7456723Z * [new tag] trunk/68f36683f0c0dfe7befeba2b65dee30faf88f7cc -> trunk/68f36683f0c0dfe7befeba2b65dee30faf88f7cc 2025-07-24T05:34:30.7457642Z * [new tag] trunk/691736ae07af36787ab7c77ffe5ce55bbba72b2e -> trunk/691736ae07af36787ab7c77ffe5ce55bbba72b2e 2025-07-24T05:34:30.7458525Z * [new tag] trunk/6918758f554790e1155fe9f3ee4120692347680a -> trunk/6918758f554790e1155fe9f3ee4120692347680a 2025-07-24T05:34:30.7653155Z * [new tag] trunk/693116f765ede6632d3dd8ef3ffe01cc40b960b9 -> trunk/693116f765ede6632d3dd8ef3ffe01cc40b960b9 2025-07-24T05:34:30.7654171Z * [new tag] trunk/694028f50269c9f34721db813e9ee1a8221c99b2 -> trunk/694028f50269c9f34721db813e9ee1a8221c99b2 2025-07-24T05:34:30.7654971Z * [new tag] trunk/6959b5febe090375e261e678902681533d2e2528 -> trunk/6959b5febe090375e261e678902681533d2e2528 2025-07-24T05:34:30.7655761Z * [new tag] trunk/69f2e09cc241176d6128a8f92f9490422c5b81b3 -> trunk/69f2e09cc241176d6128a8f92f9490422c5b81b3 2025-07-24T05:34:30.7656565Z * [new tag] trunk/6a3d00aa3b1e54feeb040891bfe2c59c36b9443c -> trunk/6a3d00aa3b1e54feeb040891bfe2c59c36b9443c 2025-07-24T05:34:30.7657380Z * [new tag] trunk/6abe450a6fda580714a276ed2dd695ab99074b93 -> trunk/6abe450a6fda580714a276ed2dd695ab99074b93 2025-07-24T05:34:30.7658184Z * [new tag] trunk/6b0526a2c47f517a28619a9aa0e8e0260e91ff46 -> trunk/6b0526a2c47f517a28619a9aa0e8e0260e91ff46 2025-07-24T05:34:30.7658982Z * [new tag] trunk/6b05842e4785f52ab89a8fa2a88f9e6f2316cbbd -> trunk/6b05842e4785f52ab89a8fa2a88f9e6f2316cbbd 2025-07-24T05:34:30.7659784Z * [new tag] trunk/6b1211df294e57d59c1e1717b1fedc671ec5bd5a -> trunk/6b1211df294e57d59c1e1717b1fedc671ec5bd5a 2025-07-24T05:34:30.7660602Z * [new tag] trunk/6b2bef10afae4acb18f230a496392b673c954ce7 -> trunk/6b2bef10afae4acb18f230a496392b673c954ce7 2025-07-24T05:34:30.7661438Z * [new tag] trunk/6b3eef6d316ce33ef0f0416c2f3f6a827ac4fe30 -> trunk/6b3eef6d316ce33ef0f0416c2f3f6a827ac4fe30 2025-07-24T05:34:30.7662230Z * [new tag] trunk/6b45af38a5991134f45d9750b79c767688ba3761 -> trunk/6b45af38a5991134f45d9750b79c767688ba3761 2025-07-24T05:34:30.7663025Z * [new tag] trunk/6b7767fc8d759017b5fc2a7002051cf5c05615a9 -> trunk/6b7767fc8d759017b5fc2a7002051cf5c05615a9 2025-07-24T05:34:30.7663826Z * [new tag] trunk/6b84cb29f97957032c5aa91b4e2a6bfa166db04d -> trunk/6b84cb29f97957032c5aa91b4e2a6bfa166db04d 2025-07-24T05:34:30.7664660Z * [new tag] trunk/6bc263809de610e2fcdf594c122a0f99c6c7d96f -> trunk/6bc263809de610e2fcdf594c122a0f99c6c7d96f 2025-07-24T05:34:30.7665468Z * [new tag] trunk/6c008e2fb5a94342c5c4047d034c61bb067fa2b7 -> trunk/6c008e2fb5a94342c5c4047d034c61bb067fa2b7 2025-07-24T05:34:30.7666270Z * [new tag] trunk/6c05f2fca049344fbbb55eed7a6c866f34c8a477 -> trunk/6c05f2fca049344fbbb55eed7a6c866f34c8a477 2025-07-24T05:34:30.7667087Z * [new tag] trunk/6c0b42fd2f2c070f4c7ef9a3914698726f61ef3a -> trunk/6c0b42fd2f2c070f4c7ef9a3914698726f61ef3a 2025-07-24T05:34:30.7667876Z * [new tag] trunk/6c24c6633a00608d8c20805a77fae55f6b8fe9a6 -> trunk/6c24c6633a00608d8c20805a77fae55f6b8fe9a6 2025-07-24T05:34:30.7668665Z * [new tag] trunk/6c42afe1964496e1b02be1442470f254e35eb199 -> trunk/6c42afe1964496e1b02be1442470f254e35eb199 2025-07-24T05:34:30.7669445Z * [new tag] trunk/6c5227ba00a2904365af566c24b4681cd01a041c -> trunk/6c5227ba00a2904365af566c24b4681cd01a041c 2025-07-24T05:34:30.7670216Z * [new tag] trunk/6c795306378c47341d58109da03371bba2bec46e -> trunk/6c795306378c47341d58109da03371bba2bec46e 2025-07-24T05:34:30.7671117Z * [new tag] trunk/6cc490d40b16b3be7ecc8943fe1bc594246caab3 -> trunk/6cc490d40b16b3be7ecc8943fe1bc594246caab3 2025-07-24T05:34:30.7671913Z * [new tag] trunk/6d02321472ee0761092166dd273eb3ec386cf0c0 -> trunk/6d02321472ee0761092166dd273eb3ec386cf0c0 2025-07-24T05:34:30.7672675Z * [new tag] trunk/6d2155db498375317e2101068a220439dba80939 -> trunk/6d2155db498375317e2101068a220439dba80939 2025-07-24T05:34:30.7673466Z * [new tag] trunk/6d31d38965ef0bc81f3a5a49882d200c69218ccf -> trunk/6d31d38965ef0bc81f3a5a49882d200c69218ccf 2025-07-24T05:34:30.7674262Z * [new tag] trunk/6d3a4356f61b28a14abd95f641e2615deb186365 -> trunk/6d3a4356f61b28a14abd95f641e2615deb186365 2025-07-24T05:34:30.7675057Z * [new tag] trunk/6d5c789ad5f5d162426a5a10c84813ec923dd8ee -> trunk/6d5c789ad5f5d162426a5a10c84813ec923dd8ee 2025-07-24T05:34:30.7675934Z * [new tag] trunk/6dc2b22269f82a1feec06b5e3e79b184704cc0ba -> trunk/6dc2b22269f82a1feec06b5e3e79b184704cc0ba 2025-07-24T05:34:30.7676735Z * [new tag] trunk/6de41ce0f899604c3f8b33e1f8d37eb89b3a963e -> trunk/6de41ce0f899604c3f8b33e1f8d37eb89b3a963e 2025-07-24T05:34:30.7677542Z * [new tag] trunk/6defd5084e3fd330561095252c30ea50efa8e0ca -> trunk/6defd5084e3fd330561095252c30ea50efa8e0ca 2025-07-24T05:34:30.7678363Z * [new tag] trunk/6dfada220e4f46c28df3a6bdf57260ca0717c4bd -> trunk/6dfada220e4f46c28df3a6bdf57260ca0717c4bd 2025-07-24T05:34:30.7894102Z * [new tag] trunk/6e07d6a0ff386d99d8c2f1d25978b0683988a4cb -> trunk/6e07d6a0ff386d99d8c2f1d25978b0683988a4cb 2025-07-24T05:34:30.7894980Z * [new tag] trunk/6e17315cd33892919dc6deb6a9ecb568dda6195e -> trunk/6e17315cd33892919dc6deb6a9ecb568dda6195e 2025-07-24T05:34:30.7895810Z * [new tag] trunk/6e185c53124e1b5a0fe391959060c1249178bcb6 -> trunk/6e185c53124e1b5a0fe391959060c1249178bcb6 2025-07-24T05:34:30.7896614Z * [new tag] trunk/6e2992a9984f2c3f6469564008c7e45869b84678 -> trunk/6e2992a9984f2c3f6469564008c7e45869b84678 2025-07-24T05:34:30.7897408Z * [new tag] trunk/6ea91f067256447cda6fae533f806c1f8baafbe2 -> trunk/6ea91f067256447cda6fae533f806c1f8baafbe2 2025-07-24T05:34:30.7898216Z * [new tag] trunk/6eb6f198e1a28e904ce00a132c43aa2536419664 -> trunk/6eb6f198e1a28e904ce00a132c43aa2536419664 2025-07-24T05:34:30.7900050Z * [new tag] trunk/6ebe9a4f47e9cd1c9ccd467bcdfdea9445fd98d6 -> trunk/6ebe9a4f47e9cd1c9ccd467bcdfdea9445fd98d6 2025-07-24T05:34:30.7900874Z * [new tag] trunk/6ed85bfe6a1704a87a492a3381414186eb439f5e -> trunk/6ed85bfe6a1704a87a492a3381414186eb439f5e 2025-07-24T05:34:30.7901679Z * [new tag] trunk/6ef70edd9a9acee76a607bdd22bac400c8e29434 -> trunk/6ef70edd9a9acee76a607bdd22bac400c8e29434 2025-07-24T05:34:30.7902517Z * [new tag] trunk/6f05d58f2b0bc4779fbed9db5b0f80af1c686dcd -> trunk/6f05d58f2b0bc4779fbed9db5b0f80af1c686dcd 2025-07-24T05:34:30.7903323Z * [new tag] trunk/6f23f53599629a47d6e097b2a027048658a142d4 -> trunk/6f23f53599629a47d6e097b2a027048658a142d4 2025-07-24T05:34:30.7904094Z * [new tag] trunk/6f60cfe9b1445271f8b83f58b4c4f12578d837d3 -> trunk/6f60cfe9b1445271f8b83f58b4c4f12578d837d3 2025-07-24T05:34:30.7905860Z * [new tag] trunk/6f73e067963e31d16840fbc34993a64cee698746 -> trunk/6f73e067963e31d16840fbc34993a64cee698746 2025-07-24T05:34:30.7906641Z * [new tag] trunk/6fb62931593fc10252e4994cd1a0595ebf8e990f -> trunk/6fb62931593fc10252e4994cd1a0595ebf8e990f 2025-07-24T05:34:30.7907447Z * [new tag] trunk/6fd6fc418d9846e5e7e73513b9bcea7bf7feb4b4 -> trunk/6fd6fc418d9846e5e7e73513b9bcea7bf7feb4b4 2025-07-24T05:34:30.7908269Z * [new tag] trunk/6fe7456aa1a2d025d1d06e15ba3896e6adba94b8 -> trunk/6fe7456aa1a2d025d1d06e15ba3896e6adba94b8 2025-07-24T05:34:30.7909073Z * [new tag] trunk/6ffa03ef9e18299f41da076f421abbd32e51e175 -> trunk/6ffa03ef9e18299f41da076f421abbd32e51e175 2025-07-24T05:34:30.7910692Z * [new tag] trunk/7001d6fbc9fde3086159ec26d80a927e894b25a0 -> trunk/7001d6fbc9fde3086159ec26d80a927e894b25a0 2025-07-24T05:34:30.7911916Z * [new tag] trunk/702a304b0785d2dfe3d9bd4eed535c38e969818d -> trunk/702a304b0785d2dfe3d9bd4eed535c38e969818d 2025-07-24T05:34:30.7912717Z * [new tag] trunk/706bc41c4c3caa2654a926382c2ef0ef4d0bc55e -> trunk/706bc41c4c3caa2654a926382c2ef0ef4d0bc55e 2025-07-24T05:34:30.7913529Z * [new tag] trunk/706e236b080cadd5b8a016e4bf972cdb0886d57b -> trunk/706e236b080cadd5b8a016e4bf972cdb0886d57b 2025-07-24T05:34:30.7914321Z * [new tag] trunk/7070ab318061d44f195a83b6dc11ef9299603dfe -> trunk/7070ab318061d44f195a83b6dc11ef9299603dfe 2025-07-24T05:34:30.7915225Z * [new tag] trunk/7081b8233a64c350c64e9f00c9b9d00e52020241 -> trunk/7081b8233a64c350c64e9f00c9b9d00e52020241 2025-07-24T05:34:30.7917034Z * [new tag] trunk/70b4a8880b1c3fb5e92c5fcd75bda6b6f299abac -> trunk/70b4a8880b1c3fb5e92c5fcd75bda6b6f299abac 2025-07-24T05:34:30.7917851Z * [new tag] trunk/70b68caf58815419924ddeda231cbf6535181c53 -> trunk/70b68caf58815419924ddeda231cbf6535181c53 2025-07-24T05:34:30.7918673Z * [new tag] trunk/70bb34929aabc9c11d9ec9bbb53a4f9fc32e5e19 -> trunk/70bb34929aabc9c11d9ec9bbb53a4f9fc32e5e19 2025-07-24T05:34:30.7919477Z * [new tag] trunk/710b92cf3b577036d551708b351b4043817233f5 -> trunk/710b92cf3b577036d551708b351b4043817233f5 2025-07-24T05:34:30.7920261Z * [new tag] trunk/717a099d427d97a62c26fee58f9da9a0893d4233 -> trunk/717a099d427d97a62c26fee58f9da9a0893d4233 2025-07-24T05:34:30.7921065Z * [new tag] trunk/71a650ad565fe75ca752acbc8b40fb9ce677f40f -> trunk/71a650ad565fe75ca752acbc8b40fb9ce677f40f 2025-07-24T05:34:30.7922843Z * [new tag] trunk/7205458b85aca1377f73bdbacd8a9cd83b2eebbc -> trunk/7205458b85aca1377f73bdbacd8a9cd83b2eebbc 2025-07-24T05:34:30.7923667Z * [new tag] trunk/720c2c46b181ad446bf970d70a27fd0ce149114d -> trunk/720c2c46b181ad446bf970d70a27fd0ce149114d 2025-07-24T05:34:30.7924475Z * [new tag] trunk/721d2580dbf9a4922adc1c7d1cc8237126d3cdd6 -> trunk/721d2580dbf9a4922adc1c7d1cc8237126d3cdd6 2025-07-24T05:34:30.7925271Z * [new tag] trunk/72453a66769294e93a183dfb5bdefa23de873d89 -> trunk/72453a66769294e93a183dfb5bdefa23de873d89 2025-07-24T05:34:30.8112593Z * [new tag] trunk/725c3272848c408d0fa2cba4de76affe90f793b5 -> trunk/725c3272848c408d0fa2cba4de76affe90f793b5 2025-07-24T05:34:30.8113465Z * [new tag] trunk/725cdb218ec7b117b88baf5c6f4ac39c863a4b17 -> trunk/725cdb218ec7b117b88baf5c6f4ac39c863a4b17 2025-07-24T05:34:30.8114297Z * [new tag] trunk/7275f280454f790414b24147a2ba7f94d0eabcf6 -> trunk/7275f280454f790414b24147a2ba7f94d0eabcf6 2025-07-24T05:34:30.8115099Z * [new tag] trunk/728cf6721e2996490922d0eacb23081953e45fc7 -> trunk/728cf6721e2996490922d0eacb23081953e45fc7 2025-07-24T05:34:30.8115870Z * [new tag] trunk/72c8751b61e0b2c7b88003a41ed737a65768063c -> trunk/72c8751b61e0b2c7b88003a41ed737a65768063c 2025-07-24T05:34:30.8116658Z * [new tag] trunk/72db0a98a34a9f8982f7cf83145bf57b85e36817 -> trunk/72db0a98a34a9f8982f7cf83145bf57b85e36817 2025-07-24T05:34:30.8117504Z * [new tag] trunk/731351bb4ac572fb47d46c70b7425c209c81570a -> trunk/731351bb4ac572fb47d46c70b7425c209c81570a 2025-07-24T05:34:30.8118343Z * [new tag] trunk/73220d52fd67b5f4f5b15e0e0433e09733c93f31 -> trunk/73220d52fd67b5f4f5b15e0e0433e09733c93f31 2025-07-24T05:34:30.8119134Z * [new tag] trunk/734826d88e54642f574ea6c0f5e66cf6da6a8157 -> trunk/734826d88e54642f574ea6c0f5e66cf6da6a8157 2025-07-24T05:34:30.8119936Z * [new tag] trunk/73772919d2db560c9cc8ed617c94c77450542a94 -> trunk/73772919d2db560c9cc8ed617c94c77450542a94 2025-07-24T05:34:30.8120892Z * [new tag] trunk/7381c777245a836f88e9622005c6ea16009a3a0d -> trunk/7381c777245a836f88e9622005c6ea16009a3a0d 2025-07-24T05:34:30.8121672Z * [new tag] trunk/7392470da4386e654f303eb526dfba7e7777b06b -> trunk/7392470da4386e654f303eb526dfba7e7777b06b 2025-07-24T05:34:30.8122482Z * [new tag] trunk/7444debaca7de16b2cf71d0cd82dc8998c3a73c4 -> trunk/7444debaca7de16b2cf71d0cd82dc8998c3a73c4 2025-07-24T05:34:30.8123340Z * [new tag] trunk/7485ef078f182af981b5f17d06602de68816492c -> trunk/7485ef078f182af981b5f17d06602de68816492c 2025-07-24T05:34:30.8124170Z * [new tag] trunk/749757ac1b66485459e751b0e58b5a7c64d5f561 -> trunk/749757ac1b66485459e751b0e58b5a7c64d5f561 2025-07-24T05:34:30.8125073Z * [new tag] trunk/74ebd8d14e0d612ed35557ab254a90facf73b029 -> trunk/74ebd8d14e0d612ed35557ab254a90facf73b029 2025-07-24T05:34:30.8125905Z * [new tag] trunk/74f4cf4bd5aaa0123e7b3d91cc0cbcbd69030015 -> trunk/74f4cf4bd5aaa0123e7b3d91cc0cbcbd69030015 2025-07-24T05:34:30.8126721Z * [new tag] trunk/7521cd91118c1c1a55b8f7146d7e22bf60fe06bf -> trunk/7521cd91118c1c1a55b8f7146d7e22bf60fe06bf 2025-07-24T05:34:30.8127519Z * [new tag] trunk/752f202ef3445d2e28e2abeb6feed56eee9da5a9 -> trunk/752f202ef3445d2e28e2abeb6feed56eee9da5a9 2025-07-24T05:34:30.8128314Z * [new tag] trunk/7531bd64911774fc2656f290601834d5d02d3925 -> trunk/7531bd64911774fc2656f290601834d5d02d3925 2025-07-24T05:34:30.8129134Z * [new tag] trunk/754699610b0abec2fe3f5a73269b1dd09a330445 -> trunk/754699610b0abec2fe3f5a73269b1dd09a330445 2025-07-24T05:34:30.8129992Z * [new tag] trunk/754c04aa062d8f3c0449aec4bbcaab00bfca4bf2 -> trunk/754c04aa062d8f3c0449aec4bbcaab00bfca4bf2 2025-07-24T05:34:30.8130791Z * [new tag] trunk/75824035d392595de3bd0b8588e63c2fc6d09139 -> trunk/75824035d392595de3bd0b8588e63c2fc6d09139 2025-07-24T05:34:30.8131571Z * [new tag] trunk/7597988f1b5a41c0b91d379e0ce51111fd7cc95a -> trunk/7597988f1b5a41c0b91d379e0ce51111fd7cc95a 2025-07-24T05:34:30.8132459Z * [new tag] trunk/7599bebead35dd21bad3d3e85f62f400ad2c3139 -> trunk/7599bebead35dd21bad3d3e85f62f400ad2c3139 2025-07-24T05:34:30.8133261Z * [new tag] trunk/75a7d9e86842b57f9001a0fa6fd716927614dbf9 -> trunk/75a7d9e86842b57f9001a0fa6fd716927614dbf9 2025-07-24T05:34:30.8134053Z * [new tag] trunk/75e2628782c1ccb626603a0ae852478dbf11b1d0 -> trunk/75e2628782c1ccb626603a0ae852478dbf11b1d0 2025-07-24T05:34:30.8134848Z * [new tag] trunk/75f258dd1feeb90b8084849155e049fb57ba3521 -> trunk/75f258dd1feeb90b8084849155e049fb57ba3521 2025-07-24T05:34:30.8135754Z * [new tag] trunk/75f3e5a88df60caef27fd9c9df3fd51161378fcc -> trunk/75f3e5a88df60caef27fd9c9df3fd51161378fcc 2025-07-24T05:34:30.8136563Z * [new tag] trunk/75f489d37f048ec8a9106163ca16201156f05499 -> trunk/75f489d37f048ec8a9106163ca16201156f05499 2025-07-24T05:34:30.8137339Z * [new tag] trunk/764c02b78b935ba61c46277cb7409e6419460058 -> trunk/764c02b78b935ba61c46277cb7409e6419460058 2025-07-24T05:34:30.8138117Z * [new tag] trunk/76644c9ff58285c95764ffd27d629df219aab140 -> trunk/76644c9ff58285c95764ffd27d629df219aab140 2025-07-24T05:34:30.8341517Z * [new tag] trunk/767791943d5dd325bf3572c45886f7156e69dd5b -> trunk/767791943d5dd325bf3572c45886f7156e69dd5b 2025-07-24T05:34:30.8342317Z * [new tag] trunk/769d754ab2469813a3b790ec58c25c466099dd3d -> trunk/769d754ab2469813a3b790ec58c25c466099dd3d 2025-07-24T05:34:30.8343133Z * [new tag] trunk/76be282e3a4893e4c4d2761e862428c615f9e260 -> trunk/76be282e3a4893e4c4d2761e862428c615f9e260 2025-07-24T05:34:30.8344019Z * [new tag] trunk/76ca23c41c7edcf7b4c60ff6162eedcdf06ef359 -> trunk/76ca23c41c7edcf7b4c60ff6162eedcdf06ef359 2025-07-24T05:34:30.8345045Z * [new tag] trunk/76d07e919f66c24a55746bbc060c14b3df02ffa8 -> trunk/76d07e919f66c24a55746bbc060c14b3df02ffa8 2025-07-24T05:34:30.8345851Z * [new tag] trunk/76fe88fa56c8aac7377127fb5553de94e16e9070 -> trunk/76fe88fa56c8aac7377127fb5553de94e16e9070 2025-07-24T05:34:30.8346644Z * [new tag] trunk/770285522805745959221b902f23776a13d56df8 -> trunk/770285522805745959221b902f23776a13d56df8 2025-07-24T05:34:30.8347426Z * [new tag] trunk/7709ff55123dbdcaaa44004738fb767324f05dbd -> trunk/7709ff55123dbdcaaa44004738fb767324f05dbd 2025-07-24T05:34:30.8348231Z * [new tag] trunk/771be857043bf794cd219a9b925e308e31f12314 -> trunk/771be857043bf794cd219a9b925e308e31f12314 2025-07-24T05:34:30.8349119Z * [new tag] trunk/772d5904152abc9702bf49037e46ab6203b83f55 -> trunk/772d5904152abc9702bf49037e46ab6203b83f55 2025-07-24T05:34:30.8349951Z * [new tag] trunk/77518d1a13cc105637814bc157387478384dc897 -> trunk/77518d1a13cc105637814bc157387478384dc897 2025-07-24T05:34:30.8350802Z * [new tag] trunk/77676753ecabf6a6645bdd3abfe01939e5751e76 -> trunk/77676753ecabf6a6645bdd3abfe01939e5751e76 2025-07-24T05:34:30.8351624Z * [new tag] trunk/777eca9f16aeecd7c362a235cf25e6b8e6eda57f -> trunk/777eca9f16aeecd7c362a235cf25e6b8e6eda57f 2025-07-24T05:34:30.8352440Z * [new tag] trunk/77ac3a096532ee08211dae38c2a9336c970d1785 -> trunk/77ac3a096532ee08211dae38c2a9336c970d1785 2025-07-24T05:34:30.8353244Z * [new tag] trunk/77f884c2ec62df9df930ae86e9b8437364900346 -> trunk/77f884c2ec62df9df930ae86e9b8437364900346 2025-07-24T05:34:30.8354030Z * [new tag] trunk/783a4c1f5002bf1749833821c450360a417d40c7 -> trunk/783a4c1f5002bf1749833821c450360a417d40c7 2025-07-24T05:34:30.8354829Z * [new tag] trunk/78684e27ace1ebd51ccc93d4b6b8a6a3ec3b4c14 -> trunk/78684e27ace1ebd51ccc93d4b6b8a6a3ec3b4c14 2025-07-24T05:34:30.8355691Z * [new tag] trunk/7892f5a007859ae02b9cac5441cd51f37147ef04 -> trunk/7892f5a007859ae02b9cac5441cd51f37147ef04 2025-07-24T05:34:30.8356551Z * [new tag] trunk/78ee2ee90eed957aec3dc80423b108b16938a8ae -> trunk/78ee2ee90eed957aec3dc80423b108b16938a8ae 2025-07-24T05:34:30.8357337Z * [new tag] trunk/7918978653ff4f21c284b34809acf88784deb0de -> trunk/7918978653ff4f21c284b34809acf88784deb0de 2025-07-24T05:34:30.8358137Z * [new tag] trunk/794b95d54bb2c49d704169ddb777acfd8da8cfad -> trunk/794b95d54bb2c49d704169ddb777acfd8da8cfad 2025-07-24T05:34:30.8358943Z * [new tag] trunk/794ef6c9b8f173a0cbab5288efb2d68aef9c90b9 -> trunk/794ef6c9b8f173a0cbab5288efb2d68aef9c90b9 2025-07-24T05:34:30.8359758Z * [new tag] trunk/795a6a0affd349adfb4e3df298b604b74f27b44e -> trunk/795a6a0affd349adfb4e3df298b604b74f27b44e 2025-07-24T05:34:30.8360569Z * [new tag] trunk/7982b8c703e24a36c0e0a01b8cf22cd272369b28 -> trunk/7982b8c703e24a36c0e0a01b8cf22cd272369b28 2025-07-24T05:34:30.8361414Z * [new tag] trunk/7986c0dba6e1044d90b7f607f9cca15922339bb4 -> trunk/7986c0dba6e1044d90b7f607f9cca15922339bb4 2025-07-24T05:34:30.8362267Z * [new tag] trunk/799443605bffbd0d80fb3f2edbfe5517e0e2b4a3 -> trunk/799443605bffbd0d80fb3f2edbfe5517e0e2b4a3 2025-07-24T05:34:30.8363062Z * [new tag] trunk/7999735d23aeca844d4a7b23de6ac2370767099a -> trunk/7999735d23aeca844d4a7b23de6ac2370767099a 2025-07-24T05:34:30.8363865Z * [new tag] trunk/79ab84e9b8fe561a55931b2108af45993a670276 -> trunk/79ab84e9b8fe561a55931b2108af45993a670276 2025-07-24T05:34:30.8364667Z * [new tag] trunk/79aef141695f2daea4a9aeb0f385726c5794a242 -> trunk/79aef141695f2daea4a9aeb0f385726c5794a242 2025-07-24T05:34:30.8365479Z * [new tag] trunk/79bdafe5b61f6f073dcd276e135076ff3277a951 -> trunk/79bdafe5b61f6f073dcd276e135076ff3277a951 2025-07-24T05:34:30.8366388Z * [new tag] trunk/79d7c754ab8ae0e5c3a614521632d2cfbfa0fdba -> trunk/79d7c754ab8ae0e5c3a614521632d2cfbfa0fdba 2025-07-24T05:34:30.8367257Z * [new tag] trunk/79e49efaddf3a049adbe2de839cc65d73a1edd42 -> trunk/79e49efaddf3a049adbe2de839cc65d73a1edd42 2025-07-24T05:34:30.8368126Z * [new tag] trunk/7a03b0d2ca3946b770bc817571fc36bd5c608b38 -> trunk/7a03b0d2ca3946b770bc817571fc36bd5c608b38 2025-07-24T05:34:30.8565397Z * [new tag] trunk/7a08755c5f3630150c50d09e16c0abf9501dea1e -> trunk/7a08755c5f3630150c50d09e16c0abf9501dea1e 2025-07-24T05:34:30.8566240Z * [new tag] trunk/7a41f207943cc6c88160d7a531fc57bdbe149253 -> trunk/7a41f207943cc6c88160d7a531fc57bdbe149253 2025-07-24T05:34:30.8567073Z * [new tag] trunk/7a48cc699006879a6ec185ac5bd4eaad0c0b7e36 -> trunk/7a48cc699006879a6ec185ac5bd4eaad0c0b7e36 2025-07-24T05:34:30.8568044Z * [new tag] trunk/7a92b5119654c07d15f5c0818e6ae804b01e836c -> trunk/7a92b5119654c07d15f5c0818e6ae804b01e836c 2025-07-24T05:34:30.8568848Z * [new tag] trunk/7ae7c1414354ad225c4a36b3228e30a2baf94923 -> trunk/7ae7c1414354ad225c4a36b3228e30a2baf94923 2025-07-24T05:34:30.8569677Z * [new tag] trunk/7afb834f939eccbb3262e646f0922eed070074a7 -> trunk/7afb834f939eccbb3262e646f0922eed070074a7 2025-07-24T05:34:30.8570477Z * [new tag] trunk/7b0118884e0855e4918af53d44c3fbfc185a1ee9 -> trunk/7b0118884e0855e4918af53d44c3fbfc185a1ee9 2025-07-24T05:34:30.8571272Z * [new tag] trunk/7b05bdd925f0f4b49e68662f9761fabaa27f2faf -> trunk/7b05bdd925f0f4b49e68662f9761fabaa27f2faf 2025-07-24T05:34:30.8572156Z * [new tag] trunk/7b392bac13a8007d1e0c6c789aa9bc515119faba -> trunk/7b392bac13a8007d1e0c6c789aa9bc515119faba 2025-07-24T05:34:30.8572969Z * [new tag] trunk/7b72e5b3ad989d02802909b64f322b2b7b69913b -> trunk/7b72e5b3ad989d02802909b64f322b2b7b69913b 2025-07-24T05:34:30.8573773Z * [new tag] trunk/7b7cd56f5e2a965ae8a48c69441dd4f58bf68ceb -> trunk/7b7cd56f5e2a965ae8a48c69441dd4f58bf68ceb 2025-07-24T05:34:30.8574570Z * [new tag] trunk/7be862ab8f2b9040b34c58e1b77ce74c2512f062 -> trunk/7be862ab8f2b9040b34c58e1b77ce74c2512f062 2025-07-24T05:34:30.8575387Z * [new tag] trunk/7c1f62782875a4ac70b96aed0e6c9525b6e4eaf3 -> trunk/7c1f62782875a4ac70b96aed0e6c9525b6e4eaf3 2025-07-24T05:34:30.8576173Z * [new tag] trunk/7c51619e7fbd346e2299255c468cc43bd69425d7 -> trunk/7c51619e7fbd346e2299255c468cc43bd69425d7 2025-07-24T05:34:30.8576967Z * [new tag] trunk/7caf6c801ddfaf556a3ca191173b50002c4261f4 -> trunk/7caf6c801ddfaf556a3ca191173b50002c4261f4 2025-07-24T05:34:30.8577770Z * [new tag] trunk/7cc1a9546c135f8e7635e0d38aa2bba797f8907d -> trunk/7cc1a9546c135f8e7635e0d38aa2bba797f8907d 2025-07-24T05:34:30.8578571Z * [new tag] trunk/7cc5d03dfc0077bc670c39abd101c72a04b2737f -> trunk/7cc5d03dfc0077bc670c39abd101c72a04b2737f 2025-07-24T05:34:30.8579442Z * [new tag] trunk/7cda4017ddda554752e89069ae205be5e8388f59 -> trunk/7cda4017ddda554752e89069ae205be5e8388f59 2025-07-24T05:34:30.8580301Z * [new tag] trunk/7cf31b4a426f3791af30159cea420687f347cd7a -> trunk/7cf31b4a426f3791af30159cea420687f347cd7a 2025-07-24T05:34:30.8581099Z * [new tag] trunk/7cf38d2a0521c5ca292a720bce00617be749a0e7 -> trunk/7cf38d2a0521c5ca292a720bce00617be749a0e7 2025-07-24T05:34:30.8581896Z * [new tag] trunk/7cfd054075b0713642fab8dc4313fc1e5d992599 -> trunk/7cfd054075b0713642fab8dc4313fc1e5d992599 2025-07-24T05:34:30.8582682Z * [new tag] trunk/7d1b3f599d6968a3efe70b7401310e3127949f13 -> trunk/7d1b3f599d6968a3efe70b7401310e3127949f13 2025-07-24T05:34:30.8583490Z * [new tag] trunk/7d296d5c19750cecd82e2b95f6fb0f8dd918282e -> trunk/7d296d5c19750cecd82e2b95f6fb0f8dd918282e 2025-07-24T05:34:30.8584299Z * [new tag] trunk/7d2ceaff21a6faf430470fc88642dad0e80386b4 -> trunk/7d2ceaff21a6faf430470fc88642dad0e80386b4 2025-07-24T05:34:30.8585229Z * [new tag] trunk/7d4228dbfd13d1ac8fac2c78c042dbb8314f042d -> trunk/7d4228dbfd13d1ac8fac2c78c042dbb8314f042d 2025-07-24T05:34:30.8586037Z * [new tag] trunk/7d6f3402380de06cee9d10f708e373e36aa9bd9c -> trunk/7d6f3402380de06cee9d10f708e373e36aa9bd9c 2025-07-24T05:34:30.8586847Z * [new tag] trunk/7dcc77e422dcf97ce35991a138ab635a5cb88731 -> trunk/7dcc77e422dcf97ce35991a138ab635a5cb88731 2025-07-24T05:34:30.8587643Z * [new tag] trunk/7e34f9c292940e16e06f0b85fce99c14af708569 -> trunk/7e34f9c292940e16e06f0b85fce99c14af708569 2025-07-24T05:34:30.8588426Z * [new tag] trunk/7e433d5f423248914c5e9838d3ea145db7964923 -> trunk/7e433d5f423248914c5e9838d3ea145db7964923 2025-07-24T05:34:30.8589294Z * [new tag] trunk/7e4c097b0752ae79a8b5dd1de21a51aaafba2ef9 -> trunk/7e4c097b0752ae79a8b5dd1de21a51aaafba2ef9 2025-07-24T05:34:30.8590106Z * [new tag] trunk/7e54c02a35b905e758497b856a1953eb009ba836 -> trunk/7e54c02a35b905e758497b856a1953eb009ba836 2025-07-24T05:34:30.8590896Z * [new tag] trunk/7e83d5084588bdb51151f869b53c92c07bc9f544 -> trunk/7e83d5084588bdb51151f869b53c92c07bc9f544 2025-07-24T05:34:30.8806829Z * [new tag] trunk/7ebbf2cae7e55d5f64a15a1e8912e55ff0a6c9a4 -> trunk/7ebbf2cae7e55d5f64a15a1e8912e55ff0a6c9a4 2025-07-24T05:34:30.8807713Z * [new tag] trunk/7f0cddfb55d426b414cf7b4482c6a371618b349c -> trunk/7f0cddfb55d426b414cf7b4482c6a371618b349c 2025-07-24T05:34:30.8808534Z * [new tag] trunk/7f14b42adf70196d82340c59a9981ffcadf0c53c -> trunk/7f14b42adf70196d82340c59a9981ffcadf0c53c 2025-07-24T05:34:30.8809330Z * [new tag] trunk/7f649ed4f83ed4c5c11a85042d3ca15d273bf57d -> trunk/7f649ed4f83ed4c5c11a85042d3ca15d273bf57d 2025-07-24T05:34:30.8810153Z * [new tag] trunk/7f6e7103a3aefd2d96b3cc6702be931a66b44977 -> trunk/7f6e7103a3aefd2d96b3cc6702be931a66b44977 2025-07-24T05:34:30.8810966Z * [new tag] trunk/7f9fc7e67ce9853a1bb4b16c901c708f78c1c5cd -> trunk/7f9fc7e67ce9853a1bb4b16c901c708f78c1c5cd 2025-07-24T05:34:30.8811833Z * [new tag] trunk/7fcad0231cb0ae9ba6a0004098b5ffd82c62858f -> trunk/7fcad0231cb0ae9ba6a0004098b5ffd82c62858f 2025-07-24T05:34:30.8812635Z * [new tag] trunk/805297981ae4e2aa08d133161477a477f5da274f -> trunk/805297981ae4e2aa08d133161477a477f5da274f 2025-07-24T05:34:30.8813400Z * [new tag] trunk/8088958793841191eba1faf98849904ee769bbfd -> trunk/8088958793841191eba1faf98849904ee769bbfd 2025-07-24T05:34:30.8814181Z * [new tag] trunk/80ac73c0575d860993beab58bb718e727c82bc22 -> trunk/80ac73c0575d860993beab58bb718e727c82bc22 2025-07-24T05:34:30.8814991Z * [new tag] trunk/80bcaa4195944d0f00f16abcbb702bde4d582d14 -> trunk/80bcaa4195944d0f00f16abcbb702bde4d582d14 2025-07-24T05:34:30.8815800Z * [new tag] trunk/80d89974c173c9d7a2c59fe9dfce2fe1301e2833 -> trunk/80d89974c173c9d7a2c59fe9dfce2fe1301e2833 2025-07-24T05:34:30.8816588Z * [new tag] trunk/8134684d44f3f9d09e775f3adc513bdef72245c9 -> trunk/8134684d44f3f9d09e775f3adc513bdef72245c9 2025-07-24T05:34:30.8817378Z * [new tag] trunk/813c76b98d5bffbffb087502c4f02a043b924d59 -> trunk/813c76b98d5bffbffb087502c4f02a043b924d59 2025-07-24T05:34:30.8818168Z * [new tag] trunk/8142a0286016e63a0e91b5667e1fb1a5e868ffd7 -> trunk/8142a0286016e63a0e91b5667e1fb1a5e868ffd7 2025-07-24T05:34:30.8818967Z * [new tag] trunk/8147c4a9044913e62ba3aab7f1eaaafead4f5930 -> trunk/8147c4a9044913e62ba3aab7f1eaaafead4f5930 2025-07-24T05:34:30.8819747Z * [new tag] trunk/8153340d1073c190ecf221e51abbd983286782a8 -> trunk/8153340d1073c190ecf221e51abbd983286782a8 2025-07-24T05:34:30.8820539Z * [new tag] trunk/815545f2dd6ade563cb1263f8bb7813f355edb2e -> trunk/815545f2dd6ade563cb1263f8bb7813f355edb2e 2025-07-24T05:34:30.8822185Z * [new tag] trunk/81759afed4fa4fa3a03f9ff671abe270679cc006 -> trunk/81759afed4fa4fa3a03f9ff671abe270679cc006 2025-07-24T05:34:30.8822989Z * [new tag] trunk/8186af5a26bc6a628f283c4791c8d68ef6fa1336 -> trunk/8186af5a26bc6a628f283c4791c8d68ef6fa1336 2025-07-24T05:34:30.8823802Z * [new tag] trunk/81b0b308cafae44339b8a123e8b1bec3bf9eb8ad -> trunk/81b0b308cafae44339b8a123e8b1bec3bf9eb8ad 2025-07-24T05:34:30.8824586Z * [new tag] trunk/81bf278537c081279a574157e1359ec7f0b65daf -> trunk/81bf278537c081279a574157e1359ec7f0b65daf 2025-07-24T05:34:30.8825372Z * [new tag] trunk/81c7445eb97f910ed89da9b11140d914651a1675 -> trunk/81c7445eb97f910ed89da9b11140d914651a1675 2025-07-24T05:34:30.8826261Z * [new tag] trunk/823e2238934fe65133741ad0ab9debaacfd4abe8 -> trunk/823e2238934fe65133741ad0ab9debaacfd4abe8 2025-07-24T05:34:30.8827041Z * [new tag] trunk/82672206b724a767dcb8c2541074449100de701b -> trunk/82672206b724a767dcb8c2541074449100de701b 2025-07-24T05:34:30.8827818Z * [new tag] trunk/826f12b829070e3d5bfd050f001b61aaf78e5447 -> trunk/826f12b829070e3d5bfd050f001b61aaf78e5447 2025-07-24T05:34:30.8828616Z * [new tag] trunk/82765dad16d7cda1ea382497dbf8c1ab2d07bfdd -> trunk/82765dad16d7cda1ea382497dbf8c1ab2d07bfdd 2025-07-24T05:34:30.8829418Z * [new tag] trunk/82a1ee1135b054d371d10081883b848ac7b7419f -> trunk/82a1ee1135b054d371d10081883b848ac7b7419f 2025-07-24T05:34:30.8830207Z * [new tag] trunk/82e6475d920991ef3be5d5637a72bf49313cc604 -> trunk/82e6475d920991ef3be5d5637a72bf49313cc604 2025-07-24T05:34:30.8831002Z * [new tag] trunk/82eefaedd98b63de8a87e34275af781f8eb177e1 -> trunk/82eefaedd98b63de8a87e34275af781f8eb177e1 2025-07-24T05:34:30.8831829Z * [new tag] trunk/82f8e04f27adeda0bb848aea7ddc61859ea899c7 -> trunk/82f8e04f27adeda0bb848aea7ddc61859ea899c7 2025-07-24T05:34:30.8832627Z * [new tag] trunk/82fb904140d258604a185154287b9c6fde047fc5 -> trunk/82fb904140d258604a185154287b9c6fde047fc5 2025-07-24T05:34:30.8833406Z * [new tag] trunk/830a335a7da5fec00395d440ba568749cb4e2e9e -> trunk/830a335a7da5fec00395d440ba568749cb4e2e9e 2025-07-24T05:34:30.9030127Z * [new tag] trunk/831c9010c7d7460fd78bc59b3fa28a65a0339e5d -> trunk/831c9010c7d7460fd78bc59b3fa28a65a0339e5d 2025-07-24T05:34:30.9030946Z * [new tag] trunk/832ab990c99545ab5c80eefbc30ab2e14c617a4b -> trunk/832ab990c99545ab5c80eefbc30ab2e14c617a4b 2025-07-24T05:34:30.9031764Z * [new tag] trunk/8347268edcf3cc4f638474d860450bb0cd7a9908 -> trunk/8347268edcf3cc4f638474d860450bb0cd7a9908 2025-07-24T05:34:30.9032566Z * [new tag] trunk/836bb1941b593063f002394c1de3ec382c2ce50e -> trunk/836bb1941b593063f002394c1de3ec382c2ce50e 2025-07-24T05:34:30.9033337Z * [new tag] trunk/83700b448874cac8e89356ab06292e4289577269 -> trunk/83700b448874cac8e89356ab06292e4289577269 2025-07-24T05:34:30.9034178Z * [new tag] trunk/8372d0986a495d41f41c5d7684f1428ff847c699 -> trunk/8372d0986a495d41f41c5d7684f1428ff847c699 2025-07-24T05:34:30.9035047Z * [new tag] trunk/838798425731e6c90df4a885e90ec03f18eea10b -> trunk/838798425731e6c90df4a885e90ec03f18eea10b 2025-07-24T05:34:30.9035896Z * [new tag] trunk/83d22256f84232c5440b25a08459c649a32b9a4f -> trunk/83d22256f84232c5440b25a08459c649a32b9a4f 2025-07-24T05:34:30.9036692Z * [new tag] trunk/84085229765698166f07c9220d5544023ab80d47 -> trunk/84085229765698166f07c9220d5544023ab80d47 2025-07-24T05:34:30.9037455Z * [new tag] trunk/8485f1950710d383fd8d0d772fc978933c6fc175 -> trunk/8485f1950710d383fd8d0d772fc978933c6fc175 2025-07-24T05:34:30.9038243Z * [new tag] trunk/84b77ec1280a56bece8408a2e0e179b9eb95e1e2 -> trunk/84b77ec1280a56bece8408a2e0e179b9eb95e1e2 2025-07-24T05:34:30.9039177Z * [new tag] trunk/84c14361c28e1b553ea405ef5020cf0a90468850 -> trunk/84c14361c28e1b553ea405ef5020cf0a90468850 2025-07-24T05:34:30.9039967Z * [new tag] trunk/84c588e5eada9e7921608065edc444a15c22cb1c -> trunk/84c588e5eada9e7921608065edc444a15c22cb1c 2025-07-24T05:34:30.9040776Z * [new tag] trunk/84dec060b79078e68dcb6be1e7f308dad05d00e2 -> trunk/84dec060b79078e68dcb6be1e7f308dad05d00e2 2025-07-24T05:34:30.9041676Z * [new tag] trunk/85111cd165f108ffabb4a90083d59d7a867ebd9f -> trunk/85111cd165f108ffabb4a90083d59d7a867ebd9f 2025-07-24T05:34:30.9042560Z * [new tag] trunk/851a6fa82df251fbc368f0284d941ce78f68e7b1 -> trunk/851a6fa82df251fbc368f0284d941ce78f68e7b1 2025-07-24T05:34:30.9043594Z * [new tag] trunk/851e953f68a614921c4315467209b741206774af -> trunk/851e953f68a614921c4315467209b741206774af 2025-07-24T05:34:30.9044391Z * [new tag] trunk/85320336799e38411d15c0e159b41248cda01218 -> trunk/85320336799e38411d15c0e159b41248cda01218 2025-07-24T05:34:30.9045182Z * [new tag] trunk/8554c8007ddaa8029e7e01bb1af12f358bf597c2 -> trunk/8554c8007ddaa8029e7e01bb1af12f358bf597c2 2025-07-24T05:34:30.9045984Z * [new tag] trunk/85857181ebca86e9c709e9922a9d9ef41a9c4ef9 -> trunk/85857181ebca86e9c709e9922a9d9ef41a9c4ef9 2025-07-24T05:34:30.9046777Z * [new tag] trunk/85df746892d9b0e87e7a5dfa78ef81a84aec6de0 -> trunk/85df746892d9b0e87e7a5dfa78ef81a84aec6de0 2025-07-24T05:34:30.9047588Z * [new tag] trunk/85ee2fb8c5c57b513526b0cc968ba13012167572 -> trunk/85ee2fb8c5c57b513526b0cc968ba13012167572 2025-07-24T05:34:30.9048388Z * [new tag] trunk/86251eff4069c468efebdb481dd18fe8d42856f0 -> trunk/86251eff4069c468efebdb481dd18fe8d42856f0 2025-07-24T05:34:30.9049177Z * [new tag] trunk/863327ae496471654344e1e04ccaa713a44a135d -> trunk/863327ae496471654344e1e04ccaa713a44a135d 2025-07-24T05:34:30.9050086Z * [new tag] trunk/86670b39fa3df63a652a9a06b59b73f92d70c392 -> trunk/86670b39fa3df63a652a9a06b59b73f92d70c392 2025-07-24T05:34:30.9050922Z * [new tag] trunk/86675af3f02e54fed4bbae68d6316274b93b373f -> trunk/86675af3f02e54fed4bbae68d6316274b93b373f 2025-07-24T05:34:30.9051718Z * [new tag] trunk/86996c15dc4294c400c3a552d1a9e8e90aa6c7f6 -> trunk/86996c15dc4294c400c3a552d1a9e8e90aa6c7f6 2025-07-24T05:34:30.9052571Z * [new tag] trunk/86ced144534c2c78460a2d0f1d9ed2ba048f2514 -> trunk/86ced144534c2c78460a2d0f1d9ed2ba048f2514 2025-07-24T05:34:30.9053366Z * [new tag] trunk/86d8af6a6cc648134289de89d393d0dce5b3a5f4 -> trunk/86d8af6a6cc648134289de89d393d0dce5b3a5f4 2025-07-24T05:34:30.9054180Z * [new tag] trunk/86dbc0ef677ba9f9a4ca41fe168775e49cb0f1ba -> trunk/86dbc0ef677ba9f9a4ca41fe168775e49cb0f1ba 2025-07-24T05:34:30.9055006Z * [new tag] trunk/86df3ff1f18da58e0ffc21eebfb8b498f60d6683 -> trunk/86df3ff1f18da58e0ffc21eebfb8b498f60d6683 2025-07-24T05:34:30.9055871Z * [new tag] trunk/86eaf452c330bd871262b7590ff8bd1bf432e2d7 -> trunk/86eaf452c330bd871262b7590ff8bd1bf432e2d7 2025-07-24T05:34:30.9262415Z * [new tag] trunk/87d615efab194482a00d241e4d9aebc513635cf5 -> trunk/87d615efab194482a00d241e4d9aebc513635cf5 2025-07-24T05:34:30.9263271Z * [new tag] trunk/8823138e47a3200c313f6bf2d21eb689d8150f39 -> trunk/8823138e47a3200c313f6bf2d21eb689d8150f39 2025-07-24T05:34:30.9264060Z * [new tag] trunk/8892b782a85b9de9f51334e65e009b3d59899b02 -> trunk/8892b782a85b9de9f51334e65e009b3d59899b02 2025-07-24T05:34:30.9264860Z * [new tag] trunk/88b9c285e0eb68134c5f834ceccdb99bc1d255d0 -> trunk/88b9c285e0eb68134c5f834ceccdb99bc1d255d0 2025-07-24T05:34:30.9265677Z * [new tag] trunk/88c6199db09372b6e2d55a5349ab545527842727 -> trunk/88c6199db09372b6e2d55a5349ab545527842727 2025-07-24T05:34:30.9266633Z * [new tag] trunk/88cd9f34b00c22e4edefa223490fcdd6c4ff272a -> trunk/88cd9f34b00c22e4edefa223490fcdd6c4ff272a 2025-07-24T05:34:30.9267440Z * [new tag] trunk/898179331e82e5ee1ff64737f508fd6a6da711f9 -> trunk/898179331e82e5ee1ff64737f508fd6a6da711f9 2025-07-24T05:34:30.9268225Z * [new tag] trunk/89850bbc073c4e27ca51b0b205742e1d316e7097 -> trunk/89850bbc073c4e27ca51b0b205742e1d316e7097 2025-07-24T05:34:30.9269023Z * [new tag] trunk/899d3d3e9eec4756a2e759f0203334dbe08f664e -> trunk/899d3d3e9eec4756a2e759f0203334dbe08f664e 2025-07-24T05:34:30.9269811Z * [new tag] trunk/89d842fec5229fff0df5342b2db121368d51e717 -> trunk/89d842fec5229fff0df5342b2db121368d51e717 2025-07-24T05:34:30.9270609Z * [new tag] trunk/8a2255130025abc80e03adaeb0b90d6463f2f916 -> trunk/8a2255130025abc80e03adaeb0b90d6463f2f916 2025-07-24T05:34:30.9272052Z * [new tag] trunk/8a396c56350ade97c18a6e13b3d97939f1eea075 -> trunk/8a396c56350ade97c18a6e13b3d97939f1eea075 2025-07-24T05:34:30.9272860Z * [new tag] trunk/8a47f9d03be0e0118a43443ff5f60db7be85102b -> trunk/8a47f9d03be0e0118a43443ff5f60db7be85102b 2025-07-24T05:34:30.9273667Z * [new tag] trunk/8a88c6e85abe345d95d970d424a0295cbc89b69c -> trunk/8a88c6e85abe345d95d970d424a0295cbc89b69c 2025-07-24T05:34:30.9274464Z * [new tag] trunk/8a8fac11318778aa5e4479b369b37fdb9e10ec17 -> trunk/8a8fac11318778aa5e4479b369b37fdb9e10ec17 2025-07-24T05:34:30.9275268Z * [new tag] trunk/8ad6197b466e91eb5fbbde2c76688d40fa472ac3 -> trunk/8ad6197b466e91eb5fbbde2c76688d40fa472ac3 2025-07-24T05:34:30.9276086Z * [new tag] trunk/8b0e0e4f2301f4aeb9fccf52cd2c6d8ac13da131 -> trunk/8b0e0e4f2301f4aeb9fccf52cd2c6d8ac13da131 2025-07-24T05:34:30.9276882Z * [new tag] trunk/8b2a6505728b5a12d170175d65f17a00aec50632 -> trunk/8b2a6505728b5a12d170175d65f17a00aec50632 2025-07-24T05:34:30.9277676Z * [new tag] trunk/8b68e5b1bb4a0014a64eab25c54b716968e109a9 -> trunk/8b68e5b1bb4a0014a64eab25c54b716968e109a9 2025-07-24T05:34:30.9278474Z * [new tag] trunk/8b8684466a11ae6ac27c85dbc6a02091dadac749 -> trunk/8b8684466a11ae6ac27c85dbc6a02091dadac749 2025-07-24T05:34:30.9279276Z * [new tag] trunk/8b97e4dd8cbe23101801043fe343d7350e527540 -> trunk/8b97e4dd8cbe23101801043fe343d7350e527540 2025-07-24T05:34:30.9280080Z * [new tag] trunk/8bda95228fbefa6ce204bf4da8b632d1516431bb -> trunk/8bda95228fbefa6ce204bf4da8b632d1516431bb 2025-07-24T05:34:30.9280887Z * [new tag] trunk/8c0df6fe1769c813f57da766528ff3cc4e56943e -> trunk/8c0df6fe1769c813f57da766528ff3cc4e56943e 2025-07-24T05:34:30.9281670Z * [new tag] trunk/8c2e45008282cf5202b72a0ecb0c2951438abeea -> trunk/8c2e45008282cf5202b72a0ecb0c2951438abeea 2025-07-24T05:34:30.9282467Z * [new tag] trunk/8c3f206457a1b9d75bc95a6c30a101135fcee329 -> trunk/8c3f206457a1b9d75bc95a6c30a101135fcee329 2025-07-24T05:34:30.9283262Z * [new tag] trunk/8c3f84908b085a26a6d8c7a90ce7c94ab2fe6f0a -> trunk/8c3f84908b085a26a6d8c7a90ce7c94ab2fe6f0a 2025-07-24T05:34:30.9284069Z * [new tag] trunk/8c5b070d1f7cf4a9b58b09a28a0aeb5fdca28679 -> trunk/8c5b070d1f7cf4a9b58b09a28a0aeb5fdca28679 2025-07-24T05:34:30.9284874Z * [new tag] trunk/8c928372b3560bb512e2cf98c94efd923caf5fa7 -> trunk/8c928372b3560bb512e2cf98c94efd923caf5fa7 2025-07-24T05:34:30.9285666Z * [new tag] trunk/8cb0c4a4da0e017834d63f3d7dc2ab29e0ad6424 -> trunk/8cb0c4a4da0e017834d63f3d7dc2ab29e0ad6424 2025-07-24T05:34:30.9286458Z * [new tag] trunk/8d070187e34d5474ae88cefe56754f729138756b -> trunk/8d070187e34d5474ae88cefe56754f729138756b 2025-07-24T05:34:30.9287263Z * [new tag] trunk/8d7ee0f4fb7e41e8a49a5a24b6686b2324c493ba -> trunk/8d7ee0f4fb7e41e8a49a5a24b6686b2324c493ba 2025-07-24T05:34:30.9288075Z * [new tag] trunk/8da774d81feace041ff39de4ba2ddd43086370d3 -> trunk/8da774d81feace041ff39de4ba2ddd43086370d3 2025-07-24T05:34:30.9288983Z * [new tag] trunk/8dcebaa7b088f9ae8c08975310e63c81a154153f -> trunk/8dcebaa7b088f9ae8c08975310e63c81a154153f 2025-07-24T05:34:30.9494754Z * [new tag] trunk/8dff457f42c9a20f9936d22773239df33cb48c9d -> trunk/8dff457f42c9a20f9936d22773239df33cb48c9d 2025-07-24T05:34:30.9495611Z * [new tag] trunk/8e02cd9c5ab151faad80e18e648c82a204fc3735 -> trunk/8e02cd9c5ab151faad80e18e648c82a204fc3735 2025-07-24T05:34:30.9496442Z * [new tag] trunk/8e57cdb746b4ab28865fdf01532f87b0d21700e9 -> trunk/8e57cdb746b4ab28865fdf01532f87b0d21700e9 2025-07-24T05:34:30.9497249Z * [new tag] trunk/8e8bbfc80340f0bf0a31a03d61b9b4dd72a40469 -> trunk/8e8bbfc80340f0bf0a31a03d61b9b4dd72a40469 2025-07-24T05:34:30.9498223Z * [new tag] trunk/8e8d4b13b0f6358e249a1e6fea9831b91b41b6d0 -> trunk/8e8d4b13b0f6358e249a1e6fea9831b91b41b6d0 2025-07-24T05:34:30.9499033Z * [new tag] trunk/8e99714204271a6c60866c10c4360166c24ae68e -> trunk/8e99714204271a6c60866c10c4360166c24ae68e 2025-07-24T05:34:30.9499820Z * [new tag] trunk/8eaa9f2701277f328d9d6aea1bfe7cba20792f7c -> trunk/8eaa9f2701277f328d9d6aea1bfe7cba20792f7c 2025-07-24T05:34:30.9500629Z * [new tag] trunk/8eb3c5b7a18205974fff0353b97e599ea3d0e2a4 -> trunk/8eb3c5b7a18205974fff0353b97e599ea3d0e2a4 2025-07-24T05:34:30.9501437Z * [new tag] trunk/8ed5e1844c77d952bcea89ca7d0225d876fec4e8 -> trunk/8ed5e1844c77d952bcea89ca7d0225d876fec4e8 2025-07-24T05:34:30.9502228Z * [new tag] trunk/8f02161d1012143263fdbca47ee62983448e2c7e -> trunk/8f02161d1012143263fdbca47ee62983448e2c7e 2025-07-24T05:34:30.9503024Z * [new tag] trunk/8f0998aafe5e9594ade50cd263d5c63a5aad9333 -> trunk/8f0998aafe5e9594ade50cd263d5c63a5aad9333 2025-07-24T05:34:30.9503825Z * [new tag] trunk/8f5f01bf19e01f4b74add7f3d558966152a398c7 -> trunk/8f5f01bf19e01f4b74add7f3d558966152a398c7 2025-07-24T05:34:30.9504645Z * [new tag] trunk/8f9a191db6efcf44510db87c8f6f6e96c67e9b11 -> trunk/8f9a191db6efcf44510db87c8f6f6e96c67e9b11 2025-07-24T05:34:30.9505459Z * [new tag] trunk/8fcda2c60d974e4970ce939bc828bece9903c304 -> trunk/8fcda2c60d974e4970ce939bc828bece9903c304 2025-07-24T05:34:30.9506257Z * [new tag] trunk/900fba4c073b121b6c9ce581ea27e25c13a354e5 -> trunk/900fba4c073b121b6c9ce581ea27e25c13a354e5 2025-07-24T05:34:30.9507038Z * [new tag] trunk/9056279f8159b052599a31b591a78da1acc4224c -> trunk/9056279f8159b052599a31b591a78da1acc4224c 2025-07-24T05:34:30.9507795Z * [new tag] trunk/905b0846903a0193ee651a44762e72c881f83950 -> trunk/905b0846903a0193ee651a44762e72c881f83950 2025-07-24T05:34:30.9508588Z * [new tag] trunk/905b194a2e3d1d1c9ec136dfc1b6be7e62ff4b2c -> trunk/905b194a2e3d1d1c9ec136dfc1b6be7e62ff4b2c 2025-07-24T05:34:30.9509375Z * [new tag] trunk/90618581e971d28ac6950305d72521af05ed3a42 -> trunk/90618581e971d28ac6950305d72521af05ed3a42 2025-07-24T05:34:30.9510147Z * [new tag] trunk/907aea032d2f709f26dec78b762481c4604cc186 -> trunk/907aea032d2f709f26dec78b762481c4604cc186 2025-07-24T05:34:30.9510929Z * [new tag] trunk/907d0931cc8868164c2890b0452eda5d4da49278 -> trunk/907d0931cc8868164c2890b0452eda5d4da49278 2025-07-24T05:34:30.9511725Z * [new tag] trunk/90b082e207bff79dd09d89cfef9be49de5c2ad83 -> trunk/90b082e207bff79dd09d89cfef9be49de5c2ad83 2025-07-24T05:34:30.9512531Z * [new tag] trunk/90b973a2e228f2a5e2c158e5f5cf8f59d9118fc8 -> trunk/90b973a2e228f2a5e2c158e5f5cf8f59d9118fc8 2025-07-24T05:34:30.9513326Z * [new tag] trunk/91602a92548d1dd351979cdc6e778c505c32c2b9 -> trunk/91602a92548d1dd351979cdc6e778c505c32c2b9 2025-07-24T05:34:30.9514119Z * [new tag] trunk/91b69deeb0f67a4b4ad7b36cdbb7d5f805b375a0 -> trunk/91b69deeb0f67a4b4ad7b36cdbb7d5f805b375a0 2025-07-24T05:34:30.9515060Z * [new tag] trunk/91ee9ee82d40bcc36afbe9fed8dfc2f8c19c7316 -> trunk/91ee9ee82d40bcc36afbe9fed8dfc2f8c19c7316 2025-07-24T05:34:30.9515867Z * [new tag] trunk/9222552572890fd7ff1d75884cc6a99a55ab90bc -> trunk/9222552572890fd7ff1d75884cc6a99a55ab90bc 2025-07-24T05:34:30.9516655Z * [new tag] trunk/92388bb2ab14dae7b63c2088de4d6add413d1c27 -> trunk/92388bb2ab14dae7b63c2088de4d6add413d1c27 2025-07-24T05:34:30.9517460Z * [new tag] trunk/92409b6c89fbfbd3caa79c81b1e3d9e7917d3bc7 -> trunk/92409b6c89fbfbd3caa79c81b1e3d9e7917d3bc7 2025-07-24T05:34:30.9518254Z * [new tag] trunk/924fc52e1842de756a7632e7b2777aeed77d60e5 -> trunk/924fc52e1842de756a7632e7b2777aeed77d60e5 2025-07-24T05:34:30.9519144Z * [new tag] trunk/925fbfca27580f2ec8d5f9bfd549b1fe2e665617 -> trunk/925fbfca27580f2ec8d5f9bfd549b1fe2e665617 2025-07-24T05:34:30.9519952Z * [new tag] trunk/9281625a9b5c8f3912626e933bcc2639e7cadd3e -> trunk/9281625a9b5c8f3912626e933bcc2639e7cadd3e 2025-07-24T05:34:30.9728315Z * [new tag] trunk/9285b8245c0ce17cd4e3b7e09e5f908693fb93ca -> trunk/9285b8245c0ce17cd4e3b7e09e5f908693fb93ca 2025-07-24T05:34:30.9729165Z * [new tag] trunk/92b7ed6d07fcd6af31cddc7b4276e626b023bd0b -> trunk/92b7ed6d07fcd6af31cddc7b4276e626b023bd0b 2025-07-24T05:34:30.9730002Z * [new tag] trunk/92c79f36dbbdb01e0aab6efb8f52df828e1046d5 -> trunk/92c79f36dbbdb01e0aab6efb8f52df828e1046d5 2025-07-24T05:34:30.9730858Z * [new tag] trunk/92ee5bd9f6bef38b3e3e81a37f4d5374395aeb40 -> trunk/92ee5bd9f6bef38b3e3e81a37f4d5374395aeb40 2025-07-24T05:34:30.9731705Z * [new tag] trunk/92f41ccc2651ab284118ec7087977ab455027eb0 -> trunk/92f41ccc2651ab284118ec7087977ab455027eb0 2025-07-24T05:34:30.9732548Z * [new tag] trunk/9308261a2afb69d807ea06508bb8582b066d9ccd -> trunk/9308261a2afb69d807ea06508bb8582b066d9ccd 2025-07-24T05:34:30.9733337Z * [new tag] trunk/930b575389f9233efddf70ea7b7804ed06af80d5 -> trunk/930b575389f9233efddf70ea7b7804ed06af80d5 2025-07-24T05:34:30.9734128Z * [new tag] trunk/9328a7fb589f6372ea478e47cdae8d124030f383 -> trunk/9328a7fb589f6372ea478e47cdae8d124030f383 2025-07-24T05:34:30.9734921Z * [new tag] trunk/9338d85d4594f981c198bcbb7edfccf6b92643be -> trunk/9338d85d4594f981c198bcbb7edfccf6b92643be 2025-07-24T05:34:30.9735728Z * [new tag] trunk/9345279c6ebdbad95b7b53bc2cb6f63a4e57b2cc -> trunk/9345279c6ebdbad95b7b53bc2cb6f63a4e57b2cc 2025-07-24T05:34:30.9736512Z * [new tag] trunk/937529f0b31788726e53890f5601886c64dc9eec -> trunk/937529f0b31788726e53890f5601886c64dc9eec 2025-07-24T05:34:30.9737387Z * [new tag] trunk/938515fa75f4e9d28c62a2aaa3e0e5428c867c36 -> trunk/938515fa75f4e9d28c62a2aaa3e0e5428c867c36 2025-07-24T05:34:30.9738190Z * [new tag] trunk/93854e83b7bfde94090662e9b372d8bf44ccf5d4 -> trunk/93854e83b7bfde94090662e9b372d8bf44ccf5d4 2025-07-24T05:34:30.9738985Z * [new tag] trunk/944a140e90389eced1ec38e14cb4345811ed0b1a -> trunk/944a140e90389eced1ec38e14cb4345811ed0b1a 2025-07-24T05:34:30.9739772Z * [new tag] trunk/9462106b7e41d9a24308255e15613b464ab086ce -> trunk/9462106b7e41d9a24308255e15613b464ab086ce 2025-07-24T05:34:30.9740554Z * [new tag] trunk/94716db22214912896cf680dc3eb88574f611a42 -> trunk/94716db22214912896cf680dc3eb88574f611a42 2025-07-24T05:34:30.9741322Z * [new tag] trunk/94763f5ca75330206777f3c1b36ff124706bd9d9 -> trunk/94763f5ca75330206777f3c1b36ff124706bd9d9 2025-07-24T05:34:30.9742108Z * [new tag] trunk/9498d95b9c07bb140b7548aae8b19cb2f6b96fce -> trunk/9498d95b9c07bb140b7548aae8b19cb2f6b96fce 2025-07-24T05:34:30.9742945Z * [new tag] trunk/94995eba07763890b86465d53c4647c089f48d0a -> trunk/94995eba07763890b86465d53c4647c089f48d0a 2025-07-24T05:34:30.9743931Z * [new tag] trunk/94ae61533719defecb08d11f63c5d9fe9a826c00 -> trunk/94ae61533719defecb08d11f63c5d9fe9a826c00 2025-07-24T05:34:30.9744741Z * [new tag] trunk/94c746bb43484787a3f5bbdc2f72bd4fb02f2964 -> trunk/94c746bb43484787a3f5bbdc2f72bd4fb02f2964 2025-07-24T05:34:30.9745555Z * [new tag] trunk/94d7f0c1ef9a4cb4db0eb5d6b1ffc55941cbeab1 -> trunk/94d7f0c1ef9a4cb4db0eb5d6b1ffc55941cbeab1 2025-07-24T05:34:30.9746386Z * [new tag] trunk/94da4523ec4362dabbf9f08f9f2efce79ab70b73 -> trunk/94da4523ec4362dabbf9f08f9f2efce79ab70b73 2025-07-24T05:34:30.9747199Z * [new tag] trunk/94f8679019ea4b1272f1ad58ad7cad87147cf5a7 -> trunk/94f8679019ea4b1272f1ad58ad7cad87147cf5a7 2025-07-24T05:34:30.9747979Z * [new tag] trunk/9508d73307b4bc1fe453677526a096e5e10a7575 -> trunk/9508d73307b4bc1fe453677526a096e5e10a7575 2025-07-24T05:34:30.9748865Z * [new tag] trunk/9513b9d03fa8950ba5d2b59cc0b1a1aab3a41c06 -> trunk/9513b9d03fa8950ba5d2b59cc0b1a1aab3a41c06 2025-07-24T05:34:30.9749687Z * [new tag] trunk/95448b2ce61c3995ecdae0bfec655a5ef81a117d -> trunk/95448b2ce61c3995ecdae0bfec655a5ef81a117d 2025-07-24T05:34:30.9750483Z * [new tag] trunk/954ce949500746763a487a8ed9800035e7cd87d4 -> trunk/954ce949500746763a487a8ed9800035e7cd87d4 2025-07-24T05:34:30.9751265Z * [new tag] trunk/95a7d1912a86d857a9f4adb55b73b57518ce1e7b -> trunk/95a7d1912a86d857a9f4adb55b73b57518ce1e7b 2025-07-24T05:34:30.9752053Z * [new tag] trunk/95b658427df55f36f638186de9ed4115d4d99941 -> trunk/95b658427df55f36f638186de9ed4115d4d99941 2025-07-24T05:34:30.9752851Z * [new tag] trunk/95bc3da9f8555897d5d2b90f75385e3b2ff7bc43 -> trunk/95bc3da9f8555897d5d2b90f75385e3b2ff7bc43 2025-07-24T05:34:30.9753677Z * [new tag] trunk/95cb42c45d17f532222611e8028c9307622cc3c9 -> trunk/95cb42c45d17f532222611e8028c9307622cc3c9 2025-07-24T05:34:30.9754500Z * [new tag] trunk/9620994067b18e846a097d1e99af85ec2426ef0a -> trunk/9620994067b18e846a097d1e99af85ec2426ef0a 2025-07-24T05:34:30.9953676Z * [new tag] trunk/9636e2cfd3e995ef977f670ad47e8e895296d992 -> trunk/9636e2cfd3e995ef977f670ad47e8e895296d992 2025-07-24T05:34:30.9955145Z * [new tag] trunk/9642c7568967ab424c5d0e04ef2cd1e82a54b5f8 -> trunk/9642c7568967ab424c5d0e04ef2cd1e82a54b5f8 2025-07-24T05:34:30.9956373Z * [new tag] trunk/9656251bb1bee12c0e2f21828dc14a4c3c06afdd -> trunk/9656251bb1bee12c0e2f21828dc14a4c3c06afdd 2025-07-24T05:34:30.9957191Z * [new tag] trunk/9665702c64af633ab23499228d552a49660a9fa2 -> trunk/9665702c64af633ab23499228d552a49660a9fa2 2025-07-24T05:34:30.9957957Z * [new tag] trunk/96897e721b76f3b72aa406696165711d74f8d260 -> trunk/96897e721b76f3b72aa406696165711d74f8d260 2025-07-24T05:34:30.9958768Z * [new tag] trunk/968f90ce7344223c788eeba59200cc22b9f94dcd -> trunk/968f90ce7344223c788eeba59200cc22b9f94dcd 2025-07-24T05:34:30.9959576Z * [new tag] trunk/96d082d06bda98addd4ad7903d315477404dc272 -> trunk/96d082d06bda98addd4ad7903d315477404dc272 2025-07-24T05:34:30.9961360Z * [new tag] trunk/96df86641048a282a4622ac93d19e4c7b6c38b8e -> trunk/96df86641048a282a4622ac93d19e4c7b6c38b8e 2025-07-24T05:34:30.9962179Z * [new tag] trunk/96e4c95cd8d03037765ffd4b8fcdaa06c4b2c51c -> trunk/96e4c95cd8d03037765ffd4b8fcdaa06c4b2c51c 2025-07-24T05:34:30.9962985Z * [new tag] trunk/9768d393fa62df8a508136f5b6634bf955d8365d -> trunk/9768d393fa62df8a508136f5b6634bf955d8365d 2025-07-24T05:34:30.9963764Z * [new tag] trunk/977abe786d907c1ff76528a550e3d53c9f3b1044 -> trunk/977abe786d907c1ff76528a550e3d53c9f3b1044 2025-07-24T05:34:30.9964583Z * [new tag] trunk/97d7dc197f9eec99a3e2a163a4fa78f97e6b75a8 -> trunk/97d7dc197f9eec99a3e2a163a4fa78f97e6b75a8 2025-07-24T05:34:30.9965708Z * [new tag] trunk/981c99fdffd9a4f510e4b89245d16aa427ee0978 -> trunk/981c99fdffd9a4f510e4b89245d16aa427ee0978 2025-07-24T05:34:30.9967512Z * [new tag] trunk/987314aa96fdf8aa051e3643b26f4209b7fe166d -> trunk/987314aa96fdf8aa051e3643b26f4209b7fe166d 2025-07-24T05:34:30.9968317Z * [new tag] trunk/9894d43b6cba4bd30271c8dc065e5f3af4b6859d -> trunk/9894d43b6cba4bd30271c8dc065e5f3af4b6859d 2025-07-24T05:34:30.9969122Z * [new tag] trunk/98a34e8d4b4d73504afbf49f70284221e6303314 -> trunk/98a34e8d4b4d73504afbf49f70284221e6303314 2025-07-24T05:34:30.9969919Z * [new tag] trunk/98bb0c0e7888a84de1d22c4952de69a5d5b1a0b3 -> trunk/98bb0c0e7888a84de1d22c4952de69a5d5b1a0b3 2025-07-24T05:34:30.9970714Z * [new tag] trunk/9905ed616a65a3195c7ebc2bd44301c2c442f050 -> trunk/9905ed616a65a3195c7ebc2bd44301c2c442f050 2025-07-24T05:34:30.9975869Z * [new tag] trunk/9944cd0949e96d656746de6df0cb3a5a954597e4 -> trunk/9944cd0949e96d656746de6df0cb3a5a954597e4 2025-07-24T05:34:30.9976707Z * [new tag] trunk/996206e66fcafff25d0af5177497e8f792000869 -> trunk/996206e66fcafff25d0af5177497e8f792000869 2025-07-24T05:34:30.9977497Z * [new tag] trunk/9963845a4e55a3e8d35ea49deb8f8c1f6c53cb74 -> trunk/9963845a4e55a3e8d35ea49deb8f8c1f6c53cb74 2025-07-24T05:34:30.9978296Z * [new tag] trunk/9968c854b6a38857d05fb1da7bea797fbf23c880 -> trunk/9968c854b6a38857d05fb1da7bea797fbf23c880 2025-07-24T05:34:30.9979089Z * [new tag] trunk/9968edd00256fdb47e2e0129df918c5b23c06419 -> trunk/9968edd00256fdb47e2e0129df918c5b23c06419 2025-07-24T05:34:30.9979889Z * [new tag] trunk/99c1a6bdd98ecb1f9b2fb8310bcd891c8c6adf57 -> trunk/99c1a6bdd98ecb1f9b2fb8310bcd891c8c6adf57 2025-07-24T05:34:30.9989603Z * [new tag] trunk/99e99d5bfe57eddfce23f7dc9ede016cb1393c52 -> trunk/99e99d5bfe57eddfce23f7dc9ede016cb1393c52 2025-07-24T05:34:30.9990420Z * [new tag] trunk/9a28e23d9792551d5a070cec8c67d0e499358825 -> trunk/9a28e23d9792551d5a070cec8c67d0e499358825 2025-07-24T05:34:30.9991217Z * [new tag] trunk/9a2c669425379eb264f896390b8fcd8d3f2ce959 -> trunk/9a2c669425379eb264f896390b8fcd8d3f2ce959 2025-07-24T05:34:30.9992019Z * [new tag] trunk/9a42f01586267b52fe303c0c1b7a71d50cc4178e -> trunk/9a42f01586267b52fe303c0c1b7a71d50cc4178e 2025-07-24T05:34:30.9992815Z * [new tag] trunk/9a4c08ddfc9b43c07cd16355277d359dfcef50d6 -> trunk/9a4c08ddfc9b43c07cd16355277d359dfcef50d6 2025-07-24T05:34:30.9993618Z * [new tag] trunk/9a5278225fc5e7b46d54a65ae1a3f049ee49824f -> trunk/9a5278225fc5e7b46d54a65ae1a3f049ee49824f 2025-07-24T05:34:30.9997341Z * [new tag] trunk/9a5c59368d46d3793e09b72a2782ef4d12e74392 -> trunk/9a5c59368d46d3793e09b72a2782ef4d12e74392 2025-07-24T05:34:30.9998159Z * [new tag] trunk/9a7c2f1f64b1dba1df9ca12249ef659394ffe13d -> trunk/9a7c2f1f64b1dba1df9ca12249ef659394ffe13d 2025-07-24T05:34:31.0208502Z * [new tag] trunk/9aaa184105b2f436b5834187c4c004c02e438491 -> trunk/9aaa184105b2f436b5834187c4c004c02e438491 2025-07-24T05:34:31.0209378Z * [new tag] trunk/9afee0fa969fd4ebab86a2cbad3217c8bade156e -> trunk/9afee0fa969fd4ebab86a2cbad3217c8bade156e 2025-07-24T05:34:31.0210222Z * [new tag] trunk/9b0013c6bb98d7161e921d03be76c81bbc0eebef -> trunk/9b0013c6bb98d7161e921d03be76c81bbc0eebef 2025-07-24T05:34:31.0211038Z * [new tag] trunk/9b122aab5dcd419b96d4a1137c45e99bde94f14e -> trunk/9b122aab5dcd419b96d4a1137c45e99bde94f14e 2025-07-24T05:34:31.0211895Z * [new tag] trunk/9b498d3bb28b8e3411ce464dd2755c5b96d92c8f -> trunk/9b498d3bb28b8e3411ce464dd2755c5b96d92c8f 2025-07-24T05:34:31.0212742Z * [new tag] trunk/9b4a748e29a720d0fade7e1298a68cc36cfd5f5e -> trunk/9b4a748e29a720d0fade7e1298a68cc36cfd5f5e 2025-07-24T05:34:31.0213564Z * [new tag] trunk/9b4d938f04c95cebe0fbd96974f64c935567e039 -> trunk/9b4d938f04c95cebe0fbd96974f64c935567e039 2025-07-24T05:34:31.0214544Z * [new tag] trunk/9b4db093cb63555654c868ba9e3ab68ef4c722e5 -> trunk/9b4db093cb63555654c868ba9e3ab68ef4c722e5 2025-07-24T05:34:31.0215351Z * [new tag] trunk/9bae2fcf990cd51891218895ac1b3cfe70ffc2c3 -> trunk/9bae2fcf990cd51891218895ac1b3cfe70ffc2c3 2025-07-24T05:34:31.0216156Z * [new tag] trunk/9bd0830ed8d3e753afc3e9fff2553f4c5871f6f9 -> trunk/9bd0830ed8d3e753afc3e9fff2553f4c5871f6f9 2025-07-24T05:34:31.0216953Z * [new tag] trunk/9bd42c15707a4b410ee005d5916e882a7db432bb -> trunk/9bd42c15707a4b410ee005d5916e882a7db432bb 2025-07-24T05:34:31.0217762Z * [new tag] trunk/9bdf87e8918b9a3f78d7bcb8a770c19f7c82ac15 -> trunk/9bdf87e8918b9a3f78d7bcb8a770c19f7c82ac15 2025-07-24T05:34:31.0218695Z * [new tag] trunk/9be5860bc34b643abd02ac5b5a89d820efcdfbc9 -> trunk/9be5860bc34b643abd02ac5b5a89d820efcdfbc9 2025-07-24T05:34:31.0219510Z * [new tag] trunk/9bf41633d76f7816fdcc0b7ae22a42dc91821004 -> trunk/9bf41633d76f7816fdcc0b7ae22a42dc91821004 2025-07-24T05:34:31.0220302Z * [new tag] trunk/9bf6593e96b711641606e6008a4936173fd3b458 -> trunk/9bf6593e96b711641606e6008a4936173fd3b458 2025-07-24T05:34:31.0221087Z * [new tag] trunk/9bfefda296d2df31ce9bb90410d91d8f18127545 -> trunk/9bfefda296d2df31ce9bb90410d91d8f18127545 2025-07-24T05:34:31.0221916Z * [new tag] trunk/9c189ed29a2cfa08ff357cb5042ff8c34f07d668 -> trunk/9c189ed29a2cfa08ff357cb5042ff8c34f07d668 2025-07-24T05:34:31.0222723Z * [new tag] trunk/9c39bc24807a5843f8affdf56bd71836760dc554 -> trunk/9c39bc24807a5843f8affdf56bd71836760dc554 2025-07-24T05:34:31.0223536Z * [new tag] trunk/9ca080db87f66becb2bb2c61598c0beabae73d5f -> trunk/9ca080db87f66becb2bb2c61598c0beabae73d5f 2025-07-24T05:34:31.0224367Z * [new tag] trunk/9cced33c7c9cdfc68e9ed85c4b45bdfd05dac92d -> trunk/9cced33c7c9cdfc68e9ed85c4b45bdfd05dac92d 2025-07-24T05:34:31.0225199Z * [new tag] trunk/9cd521de4dad5fc6bca94e253a9334b9a521acb0 -> trunk/9cd521de4dad5fc6bca94e253a9334b9a521acb0 2025-07-24T05:34:31.0226020Z * [new tag] trunk/9d175bc7e615b062d8ea57df6ca17edb8a6b951f -> trunk/9d175bc7e615b062d8ea57df6ca17edb8a6b951f 2025-07-24T05:34:31.0226829Z * [new tag] trunk/9d184bda2f190a3ba72a4a0d95e1fde26d6bfc08 -> trunk/9d184bda2f190a3ba72a4a0d95e1fde26d6bfc08 2025-07-24T05:34:31.0227626Z * [new tag] trunk/9d2d2270037c5a014767cdfa531863da8062bf9d -> trunk/9d2d2270037c5a014767cdfa531863da8062bf9d 2025-07-24T05:34:31.0228407Z * [new tag] trunk/9d59b516e9b3026948918e3ff8c2ef55a33d13ad -> trunk/9d59b516e9b3026948918e3ff8c2ef55a33d13ad 2025-07-24T05:34:31.0229185Z * [new tag] trunk/9d677389cb5eb75d423860c55519b522961a9195 -> trunk/9d677389cb5eb75d423860c55519b522961a9195 2025-07-24T05:34:31.0229994Z * [new tag] trunk/9de23d0c29dfac8dc0f6f234bdbcd85a6375fa81 -> trunk/9de23d0c29dfac8dc0f6f234bdbcd85a6375fa81 2025-07-24T05:34:31.0230788Z * [new tag] trunk/9df0176408518b30ac172837bd697c9d19b19a98 -> trunk/9df0176408518b30ac172837bd697c9d19b19a98 2025-07-24T05:34:31.0231570Z * [new tag] trunk/9df0f565972a8a034fd77d65aff2c53e6e9856d1 -> trunk/9df0f565972a8a034fd77d65aff2c53e6e9856d1 2025-07-24T05:34:31.0232377Z * [new tag] trunk/9df2e8020f190bdad02258aff2b2f88f7db3dcab -> trunk/9df2e8020f190bdad02258aff2b2f88f7db3dcab 2025-07-24T05:34:31.0233162Z * [new tag] trunk/9e0473b56621162bd85e94943a516be4727e5651 -> trunk/9e0473b56621162bd85e94943a516be4727e5651 2025-07-24T05:34:31.0233941Z * [new tag] trunk/9e132b770e06c2399f827d3d1963fe036e9744e6 -> trunk/9e132b770e06c2399f827d3d1963fe036e9744e6 2025-07-24T05:34:31.0234729Z * [new tag] trunk/9e5f4a844c0aebf964a435094005c92713fbe99a -> trunk/9e5f4a844c0aebf964a435094005c92713fbe99a 2025-07-24T05:34:31.0435537Z * [new tag] trunk/9e88d6c857fd2b276427f4527130e2ecb7ed731e -> trunk/9e88d6c857fd2b276427f4527130e2ecb7ed731e 2025-07-24T05:34:31.0436364Z * [new tag] trunk/9e9484d022f8d65e2066b5683b75c84ba0f36332 -> trunk/9e9484d022f8d65e2066b5683b75c84ba0f36332 2025-07-24T05:34:31.0437258Z * [new tag] trunk/9ed0060225a7b78c60c42f29be94444b537edd4a -> trunk/9ed0060225a7b78c60c42f29be94444b537edd4a 2025-07-24T05:34:31.0438051Z * [new tag] trunk/9f18482d41227df3cf2248dfa54bd6601e61e1ca -> trunk/9f18482d41227df3cf2248dfa54bd6601e61e1ca 2025-07-24T05:34:31.0438852Z * [new tag] trunk/9f37cce69334bccebf4b21503f0047d0c0bb320c -> trunk/9f37cce69334bccebf4b21503f0047d0c0bb320c 2025-07-24T05:34:31.0439815Z * [new tag] trunk/9f5153b1a495b3b2b7ad9f22a064fe4074d742aa -> trunk/9f5153b1a495b3b2b7ad9f22a064fe4074d742aa 2025-07-24T05:34:31.0440610Z * [new tag] trunk/9f5276dc07c788533af8945b1605df47a33313e7 -> trunk/9f5276dc07c788533af8945b1605df47a33313e7 2025-07-24T05:34:31.0441420Z * [new tag] trunk/9fe2d156a9f81d67e248c0edaf7feee1a8d6c4d5 -> trunk/9fe2d156a9f81d67e248c0edaf7feee1a8d6c4d5 2025-07-24T05:34:31.0442246Z * [new tag] trunk/9fed2addedb42da86b657165fe14eadc911232cf -> trunk/9fed2addedb42da86b657165fe14eadc911232cf 2025-07-24T05:34:31.0443140Z * [new tag] trunk/a00442421a14448f95fc28790325f941662d97f2 -> trunk/a00442421a14448f95fc28790325f941662d97f2 2025-07-24T05:34:31.0443911Z * [new tag] trunk/a00a697c1748937b0c6d13508ff76b8af4957d8a -> trunk/a00a697c1748937b0c6d13508ff76b8af4957d8a 2025-07-24T05:34:31.0444702Z * [new tag] trunk/a00cd8cf252a0b061f2eef6b5b42ae967acf5f64 -> trunk/a00cd8cf252a0b061f2eef6b5b42ae967acf5f64 2025-07-24T05:34:31.0445513Z * [new tag] trunk/a0308edb6cdfd8983e80a499890d9f320556e844 -> trunk/a0308edb6cdfd8983e80a499890d9f320556e844 2025-07-24T05:34:31.0446315Z * [new tag] trunk/a04a13c44908fe0ace4f76a228d045dbf5c015bc -> trunk/a04a13c44908fe0ace4f76a228d045dbf5c015bc 2025-07-24T05:34:31.0447110Z * [new tag] trunk/a04bd11895f7523f8b210dc42bbc064cb2ca06e8 -> trunk/a04bd11895f7523f8b210dc42bbc064cb2ca06e8 2025-07-24T05:34:31.0447915Z * [new tag] trunk/a0e0abd0379ed403adc926d3cc5459fa35aff0a0 -> trunk/a0e0abd0379ed403adc926d3cc5459fa35aff0a0 2025-07-24T05:34:31.0448797Z * [new tag] trunk/a10024d7dea47c52469059a47efe376eb20adca0 -> trunk/a10024d7dea47c52469059a47efe376eb20adca0 2025-07-24T05:34:31.0449608Z * [new tag] trunk/a1057cda31fe890d237fe9a2e6b3314cd4be3439 -> trunk/a1057cda31fe890d237fe9a2e6b3314cd4be3439 2025-07-24T05:34:31.0450422Z * [new tag] trunk/a1257446f8eaf81eb758e89b4e784bed47b9c733 -> trunk/a1257446f8eaf81eb758e89b4e784bed47b9c733 2025-07-24T05:34:31.0451201Z * [new tag] trunk/a1282b18239204b0344884ebd232b33b2d8b748f -> trunk/a1282b18239204b0344884ebd232b33b2d8b748f 2025-07-24T05:34:31.0452062Z * [new tag] trunk/a14f427db68e54500ef4cd9ed34cb9537263bb74 -> trunk/a14f427db68e54500ef4cd9ed34cb9537263bb74 2025-07-24T05:34:31.0452870Z * [new tag] trunk/a155f742adc5f5bf169ff9ac8bf2e98a22ddcacb -> trunk/a155f742adc5f5bf169ff9ac8bf2e98a22ddcacb 2025-07-24T05:34:31.0453714Z * [new tag] trunk/a1cfe7f1df3ddf72f1cf361cef96c69fc4a91a2b -> trunk/a1cfe7f1df3ddf72f1cf361cef96c69fc4a91a2b 2025-07-24T05:34:31.0454587Z * [new tag] trunk/a1dad2f2d2c082e2a3784c3d585ef0204b7ccf75 -> trunk/a1dad2f2d2c082e2a3784c3d585ef0204b7ccf75 2025-07-24T05:34:31.0455436Z * [new tag] trunk/a1e4f1f98a0b9596fe52aaf2f85b0778498d5f49 -> trunk/a1e4f1f98a0b9596fe52aaf2f85b0778498d5f49 2025-07-24T05:34:31.0456256Z * [new tag] trunk/a205e8fd7357cf5c2b95eb4bec7c8ff7b5c41651 -> trunk/a205e8fd7357cf5c2b95eb4bec7c8ff7b5c41651 2025-07-24T05:34:31.0457167Z * [new tag] trunk/a21806f0386c2671fc11ae37fe2fe96c4aeb37d9 -> trunk/a21806f0386c2671fc11ae37fe2fe96c4aeb37d9 2025-07-24T05:34:31.0457952Z * [new tag] trunk/a23f4471b952d8cd630b860639e0aaa9be957d60 -> trunk/a23f4471b952d8cd630b860639e0aaa9be957d60 2025-07-24T05:34:31.0458766Z * [new tag] trunk/a24afbff3f44399ac9513addce6bd50cacab22d2 -> trunk/a24afbff3f44399ac9513addce6bd50cacab22d2 2025-07-24T05:34:31.0459586Z * [new tag] trunk/a24ce67deedab025531660ddb44c148bb066edf8 -> trunk/a24ce67deedab025531660ddb44c148bb066edf8 2025-07-24T05:34:31.0460451Z * [new tag] trunk/a25d1443fae79a9984eaa44e973b2f5645c85da8 -> trunk/a25d1443fae79a9984eaa44e973b2f5645c85da8 2025-07-24T05:34:31.0461290Z * [new tag] trunk/a26bf3892778ca7cc457c772a1f5194c11b6f33c -> trunk/a26bf3892778ca7cc457c772a1f5194c11b6f33c 2025-07-24T05:34:31.0670578Z * [new tag] trunk/a28e6ae38f1e1de33ecf48b679ff1eda71fc2efc -> trunk/a28e6ae38f1e1de33ecf48b679ff1eda71fc2efc 2025-07-24T05:34:31.0671459Z * [new tag] trunk/a2a75be0f8d680cf1dc36c50f34f225b0c7c4d6a -> trunk/a2a75be0f8d680cf1dc36c50f34f225b0c7c4d6a 2025-07-24T05:34:31.0672285Z * [new tag] trunk/a2ad16be72bf989c01b96c4c56b1c108a71c087f -> trunk/a2ad16be72bf989c01b96c4c56b1c108a71c087f 2025-07-24T05:34:31.0673087Z * [new tag] trunk/a2b0b2698d5b953861b2e4f3cdee11136f07bd3b -> trunk/a2b0b2698d5b953861b2e4f3cdee11136f07bd3b 2025-07-24T05:34:31.0673876Z * [new tag] trunk/a3098a74d494020dbb906c05ef047013e1921662 -> trunk/a3098a74d494020dbb906c05ef047013e1921662 2025-07-24T05:34:31.0674659Z * [new tag] trunk/a317c63d1b70a7989a4cab09394691fb7a3d8323 -> trunk/a317c63d1b70a7989a4cab09394691fb7a3d8323 2025-07-24T05:34:31.0675462Z * [new tag] trunk/a3396a9b855cc759d6669729dff3e0dc379bc79f -> trunk/a3396a9b855cc759d6669729dff3e0dc379bc79f 2025-07-24T05:34:31.0676276Z * [new tag] trunk/a355158fcba807fda1e47e5ee42babdbcf447947 -> trunk/a355158fcba807fda1e47e5ee42babdbcf447947 2025-07-24T05:34:31.0677078Z * [new tag] trunk/a35b3a9b95bbe0703de33802162a83cb7970ddc0 -> trunk/a35b3a9b95bbe0703de33802162a83cb7970ddc0 2025-07-24T05:34:31.0677857Z * [new tag] trunk/a369350065493109d1abfbb994695777ab11bcf4 -> trunk/a369350065493109d1abfbb994695777ab11bcf4 2025-07-24T05:34:31.0678635Z * [new tag] trunk/a38f433be2e94a64b095a44ba39879d02d0c2316 -> trunk/a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-24T05:34:31.0679440Z * [new tag] trunk/a3aacd6cb2ee581b7bdb45cdbe6f70695c04f4ab -> trunk/a3aacd6cb2ee581b7bdb45cdbe6f70695c04f4ab 2025-07-24T05:34:31.0680260Z * [new tag] trunk/a3ec6d64b24fdbd61164240f3bcd8530434812b5 -> trunk/a3ec6d64b24fdbd61164240f3bcd8530434812b5 2025-07-24T05:34:31.0681053Z * [new tag] trunk/a46ea8a364e528828c4369d58d53802291f0b49b -> trunk/a46ea8a364e528828c4369d58d53802291f0b49b 2025-07-24T05:34:31.0681846Z * [new tag] trunk/a47ca4fc746a663c0e97d55a87815d0965d0a7e9 -> trunk/a47ca4fc746a663c0e97d55a87815d0965d0a7e9 2025-07-24T05:34:31.0682643Z * [new tag] trunk/a4b59498c5222a02a706fa1e1308a6035d65feab -> trunk/a4b59498c5222a02a706fa1e1308a6035d65feab 2025-07-24T05:34:31.0683419Z * [new tag] trunk/a4c7e7f98373ad8f309e419c6f98b0134933dcda -> trunk/a4c7e7f98373ad8f309e419c6f98b0134933dcda 2025-07-24T05:34:31.0684211Z * [new tag] trunk/a4d753295ee5662056bdfd1b00fa242071ac7125 -> trunk/a4d753295ee5662056bdfd1b00fa242071ac7125 2025-07-24T05:34:31.0685004Z * [new tag] trunk/a4ea242edc8626250e54a62aa073cba0e5322af2 -> trunk/a4ea242edc8626250e54a62aa073cba0e5322af2 2025-07-24T05:34:31.0685796Z * [new tag] trunk/a4ec381302f8acd279033707b182bed30ffd2091 -> trunk/a4ec381302f8acd279033707b182bed30ffd2091 2025-07-24T05:34:31.0686678Z * [new tag] trunk/a527e816935957a164d74dd7c5069310b2857695 -> trunk/a527e816935957a164d74dd7c5069310b2857695 2025-07-24T05:34:31.0687463Z * [new tag] trunk/a529a5daf5d348f4f8dac4fcd85521153b6a3d4d -> trunk/a529a5daf5d348f4f8dac4fcd85521153b6a3d4d 2025-07-24T05:34:31.0688270Z * [new tag] trunk/a5938ff431202864c92fec7d9042574348b1c15b -> trunk/a5938ff431202864c92fec7d9042574348b1c15b 2025-07-24T05:34:31.0689051Z * [new tag] trunk/a5b4463d60e5beaec546843b24876ce573890784 -> trunk/a5b4463d60e5beaec546843b24876ce573890784 2025-07-24T05:34:31.0689852Z * [new tag] trunk/a5c61eb78dda6b7b4c4beb8bc616f9545ea4807b -> trunk/a5c61eb78dda6b7b4c4beb8bc616f9545ea4807b 2025-07-24T05:34:31.0690661Z * [new tag] trunk/a5cbb2bcb3c005909a3c10042605e861e6390927 -> trunk/a5cbb2bcb3c005909a3c10042605e861e6390927 2025-07-24T05:34:31.0691558Z * [new tag] trunk/a5df6ffbc2cf8d61fc98bca1c10f22ff64b2318e -> trunk/a5df6ffbc2cf8d61fc98bca1c10f22ff64b2318e 2025-07-24T05:34:31.0692442Z * [new tag] trunk/a5e68814d556cf67c6511876410970dd08c3dd6d -> trunk/a5e68814d556cf67c6511876410970dd08c3dd6d 2025-07-24T05:34:31.0693246Z * [new tag] trunk/a5f59cc2eab3a5201712c52fe48c268357ba4f3c -> trunk/a5f59cc2eab3a5201712c52fe48c268357ba4f3c 2025-07-24T05:34:31.0694039Z * [new tag] trunk/a6084b71edb8d2856356724b5e71c4e2a861867f -> trunk/a6084b71edb8d2856356724b5e71c4e2a861867f 2025-07-24T05:34:31.0694832Z * [new tag] trunk/a6210fd07b8fe1924f24229bb30562608af4f41a -> trunk/a6210fd07b8fe1924f24229bb30562608af4f41a 2025-07-24T05:34:31.0695639Z * [new tag] trunk/a626dc8f1604ce24dadbcdf257f92d0b15bf9367 -> trunk/a626dc8f1604ce24dadbcdf257f92d0b15bf9367 2025-07-24T05:34:31.0696445Z * [new tag] trunk/a666cf3b38f5e7739f94b175f152b127a6d51344 -> trunk/a666cf3b38f5e7739f94b175f152b127a6d51344 2025-07-24T05:34:31.0896236Z * [new tag] trunk/a67eb1a0d627d59d95a99722d37cab3bf054261f -> trunk/a67eb1a0d627d59d95a99722d37cab3bf054261f 2025-07-24T05:34:31.0897135Z * [new tag] trunk/a69e27ca5ad4287add73972ef1b34b469e3c7d23 -> trunk/a69e27ca5ad4287add73972ef1b34b469e3c7d23 2025-07-24T05:34:31.0897931Z * [new tag] trunk/a6a3a441442a96f38d0771c985f753223cea2ba0 -> trunk/a6a3a441442a96f38d0771c985f753223cea2ba0 2025-07-24T05:34:31.0899756Z * [new tag] trunk/a6a8641c8aee5797324c3d41749bcae62b4e5de8 -> trunk/a6a8641c8aee5797324c3d41749bcae62b4e5de8 2025-07-24T05:34:31.0900562Z * [new tag] trunk/a6b7bea2448e03bd5c6e876f92de752c3a616646 -> trunk/a6b7bea2448e03bd5c6e876f92de752c3a616646 2025-07-24T05:34:31.0901380Z * [new tag] trunk/a6fab82b16011213cb010c8c50461b9a680748a2 -> trunk/a6fab82b16011213cb010c8c50461b9a680748a2 2025-07-24T05:34:31.0902202Z * [new tag] trunk/a73d9e0aec9319e56ba0c9b0ccc25db69c739faf -> trunk/a73d9e0aec9319e56ba0c9b0ccc25db69c739faf 2025-07-24T05:34:31.0902998Z * [new tag] trunk/a74109415943d56a0b681cbd4cf772ca07208818 -> trunk/a74109415943d56a0b681cbd4cf772ca07208818 2025-07-24T05:34:31.0903790Z * [new tag] trunk/a767e50adca9e08dd638be60c9e5604de15b9f15 -> trunk/a767e50adca9e08dd638be60c9e5604de15b9f15 2025-07-24T05:34:31.0905580Z * [new tag] trunk/a78fb63dbdf98a1db219095293de1a11005e0390 -> trunk/a78fb63dbdf98a1db219095293de1a11005e0390 2025-07-24T05:34:31.0906390Z * [new tag] trunk/a7b29c88b1f55bac02f38bf1faba68b6c4be4c9c -> trunk/a7b29c88b1f55bac02f38bf1faba68b6c4be4c9c 2025-07-24T05:34:31.0907229Z * [new tag] trunk/a7eb153bba0534daaa1b652d44bb9fb5bd1ac7c7 -> trunk/a7eb153bba0534daaa1b652d44bb9fb5bd1ac7c7 2025-07-24T05:34:31.0908043Z * [new tag] trunk/a82c171bb26949dda5f5932051a905a9bab38761 -> trunk/a82c171bb26949dda5f5932051a905a9bab38761 2025-07-24T05:34:31.0908843Z * [new tag] trunk/a835dbc096dd5206b91449b3ccc60c069d288506 -> trunk/a835dbc096dd5206b91449b3ccc60c069d288506 2025-07-24T05:34:31.0910407Z * [new tag] trunk/a85ad5552532926b78d489d1b60671f74bf6dc8e -> trunk/a85ad5552532926b78d489d1b60671f74bf6dc8e 2025-07-24T05:34:31.0911614Z * [new tag] trunk/a87dfc7480bc98d33dab274d7e95723aa9cf7840 -> trunk/a87dfc7480bc98d33dab274d7e95723aa9cf7840 2025-07-24T05:34:31.0912423Z * [new tag] trunk/a8b973673798ca79dfe616c9080415d09f9e990d -> trunk/a8b973673798ca79dfe616c9080415d09f9e990d 2025-07-24T05:34:31.0913219Z * [new tag] trunk/a8ec7babcf27584cf068c3a5a04bb3ea0102ab99 -> trunk/a8ec7babcf27584cf068c3a5a04bb3ea0102ab99 2025-07-24T05:34:31.0914031Z * [new tag] trunk/a8fe982993221048ee1665ce28add1b02888784d -> trunk/a8fe982993221048ee1665ce28add1b02888784d 2025-07-24T05:34:31.0914948Z * [new tag] trunk/a92b24cd839aa6807f3c9ea8b8787da99c4490c0 -> trunk/a92b24cd839aa6807f3c9ea8b8787da99c4490c0 2025-07-24T05:34:31.0916740Z * [new tag] trunk/a9352bd25e9f070e8f846b8fdbcd7c90ad5c66b3 -> trunk/a9352bd25e9f070e8f846b8fdbcd7c90ad5c66b3 2025-07-24T05:34:31.0917550Z * [new tag] trunk/a952956d05dd617355007ae31d8e936474a35f14 -> trunk/a952956d05dd617355007ae31d8e936474a35f14 2025-07-24T05:34:31.0918342Z * [new tag] trunk/a9537b626c91ce617139ade60b9107a2805a4248 -> trunk/a9537b626c91ce617139ade60b9107a2805a4248 2025-07-24T05:34:31.0919117Z * [new tag] trunk/a95504b10fff38b5308660e0b535961beed6c9f1 -> trunk/a95504b10fff38b5308660e0b535961beed6c9f1 2025-07-24T05:34:31.0919905Z * [new tag] trunk/a991e285ae35159680b0ad4be24669906a6fa256 -> trunk/a991e285ae35159680b0ad4be24669906a6fa256 2025-07-24T05:34:31.0920698Z * [new tag] trunk/a9a0501ec40d8fab07b0f8d2fcbf8eb7147c1ae8 -> trunk/a9a0501ec40d8fab07b0f8d2fcbf8eb7147c1ae8 2025-07-24T05:34:31.0922487Z * [new tag] trunk/a9ac9f2635a9be28eaf267ed41070081a4ce05d8 -> trunk/a9ac9f2635a9be28eaf267ed41070081a4ce05d8 2025-07-24T05:34:31.0923304Z * [new tag] trunk/a9d5157e2596e1d830158e83fab618aab1d4ee39 -> trunk/a9d5157e2596e1d830158e83fab618aab1d4ee39 2025-07-24T05:34:31.0924101Z * [new tag] trunk/a9ee4250d55c6342b80e2d57a8ad9a1992ddcdce -> trunk/a9ee4250d55c6342b80e2d57a8ad9a1992ddcdce 2025-07-24T05:34:31.0924903Z * [new tag] trunk/a9ef7c4d044d386993a6e82b5ad37b7db759b502 -> trunk/a9ef7c4d044d386993a6e82b5ad37b7db759b502 2025-07-24T05:34:31.0925710Z * [new tag] trunk/a9f84021fb5963019f3df895d7d3eeae4606cf79 -> trunk/a9f84021fb5963019f3df895d7d3eeae4606cf79 2025-07-24T05:34:31.0926502Z * [new tag] trunk/a9f902add02383ca1b0386eb865767641975fede -> trunk/a9f902add02383ca1b0386eb865767641975fede 2025-07-24T05:34:31.1131113Z * [new tag] trunk/aa116285768ba6a8cd34bf8d245e38d04c88810a -> trunk/aa116285768ba6a8cd34bf8d245e38d04c88810a 2025-07-24T05:34:31.1132020Z * [new tag] trunk/aa280ea19fb20923d048909fa98af092e18ca2fb -> trunk/aa280ea19fb20923d048909fa98af092e18ca2fb 2025-07-24T05:34:31.1132822Z * [new tag] trunk/aa2d54148d476383986855af3fe53862da861dda -> trunk/aa2d54148d476383986855af3fe53862da861dda 2025-07-24T05:34:31.1133641Z * [new tag] trunk/aab949aa96a6b197b75ffa25608fa84049ff68ad -> trunk/aab949aa96a6b197b75ffa25608fa84049ff68ad 2025-07-24T05:34:31.1134441Z * [new tag] trunk/aac0e8f0e998a9381f0eb5dd303a853515109eb0 -> trunk/aac0e8f0e998a9381f0eb5dd303a853515109eb0 2025-07-24T05:34:31.1135244Z * [new tag] trunk/aacb9440791f4e9567e2123f19bb062e75c2d242 -> trunk/aacb9440791f4e9567e2123f19bb062e75c2d242 2025-07-24T05:34:31.1136052Z * [new tag] trunk/ab2294d8289a7757a2fc321cdefac88e2b378edf -> trunk/ab2294d8289a7757a2fc321cdefac88e2b378edf 2025-07-24T05:34:31.1136861Z * [new tag] trunk/ab3393e923514438c9bdfc1afcd0b2aac8be8de9 -> trunk/ab3393e923514438c9bdfc1afcd0b2aac8be8de9 2025-07-24T05:34:31.1137839Z * [new tag] trunk/ab51a937371e61f91cacae7d9fb4b1fe61f24f03 -> trunk/ab51a937371e61f91cacae7d9fb4b1fe61f24f03 2025-07-24T05:34:31.1138634Z * [new tag] trunk/ab557421a473993b6c7c841cc0d2ff490c718ea4 -> trunk/ab557421a473993b6c7c841cc0d2ff490c718ea4 2025-07-24T05:34:31.1139443Z * [new tag] trunk/ab56e5add9c36f611a4d9af2f43213926b65d7b4 -> trunk/ab56e5add9c36f611a4d9af2f43213926b65d7b4 2025-07-24T05:34:31.1140252Z * [new tag] trunk/ab655816b8f76f511fb2262d45276d8d1b13d59c -> trunk/ab655816b8f76f511fb2262d45276d8d1b13d59c 2025-07-24T05:34:31.1141049Z * [new tag] trunk/ab6cb34480a14f3cf2446519189ee5f0c5e7278d -> trunk/ab6cb34480a14f3cf2446519189ee5f0c5e7278d 2025-07-24T05:34:31.1141973Z * [new tag] trunk/ab81fb846cd0e52bbc6a2eb366706350639e209f -> trunk/ab81fb846cd0e52bbc6a2eb366706350639e209f 2025-07-24T05:34:31.1142788Z * [new tag] trunk/ab8874bd26894a8ab956408ceee2e89c9ad7f450 -> trunk/ab8874bd26894a8ab956408ceee2e89c9ad7f450 2025-07-24T05:34:31.1143590Z * [new tag] trunk/abbdf9f3632af505b3265b4258a6c185b257edde -> trunk/abbdf9f3632af505b3265b4258a6c185b257edde 2025-07-24T05:34:31.1144425Z * [new tag] trunk/abe0c9538a1abcb0528ac2107bd3ac5de628be89 -> trunk/abe0c9538a1abcb0528ac2107bd3ac5de628be89 2025-07-24T05:34:31.1145244Z * [new tag] trunk/abeae997a35b1920a45be9c26eff7474f2c6c5dd -> trunk/abeae997a35b1920a45be9c26eff7474f2c6c5dd 2025-07-24T05:34:31.1146078Z * [new tag] trunk/abf4da0d242274ba7ab4c0859d105cae74a2dbc5 -> trunk/abf4da0d242274ba7ab4c0859d105cae74a2dbc5 2025-07-24T05:34:31.1146890Z * [new tag] trunk/ac706bfc7f942b8a97401486a840dd8f6452f5cb -> trunk/ac706bfc7f942b8a97401486a840dd8f6452f5cb 2025-07-24T05:34:31.1147698Z * [new tag] trunk/ac86ec0e60370c037e018137f2048cafd47c5c28 -> trunk/ac86ec0e60370c037e018137f2048cafd47c5c28 2025-07-24T05:34:31.1148520Z * [new tag] trunk/acaf6ba3c6d0bdec88ab3f6c2ef82650050558d2 -> trunk/acaf6ba3c6d0bdec88ab3f6c2ef82650050558d2 2025-07-24T05:34:31.1149347Z * [new tag] trunk/ad223a6c5fec7e143f3c0fd56a492f0a79f61711 -> trunk/ad223a6c5fec7e143f3c0fd56a492f0a79f61711 2025-07-24T05:34:31.1150154Z * [new tag] trunk/ad2dec1997077e3dc3e0ed8a26abce2261c04f86 -> trunk/ad2dec1997077e3dc3e0ed8a26abce2261c04f86 2025-07-24T05:34:31.1150970Z * [new tag] trunk/ad86c05b78d343f3346d07a07e17639e421d2cf4 -> trunk/ad86c05b78d343f3346d07a07e17639e421d2cf4 2025-07-24T05:34:31.1151759Z * [new tag] trunk/ada44e5ba78be9377814678d1986556af2d6e570 -> trunk/ada44e5ba78be9377814678d1986556af2d6e570 2025-07-24T05:34:31.1152576Z * [new tag] trunk/add0b450bd9907ba9d089c79ca4af96c0590d8ff -> trunk/add0b450bd9907ba9d089c79ca4af96c0590d8ff 2025-07-24T05:34:31.1153394Z * [new tag] trunk/adf6dd1e44c1b006ea6078576b64d5616cecfa5a -> trunk/adf6dd1e44c1b006ea6078576b64d5616cecfa5a 2025-07-24T05:34:31.1154200Z * [new tag] trunk/adf9644440e0d007853e7fdfd67b6a59248f4fbb -> trunk/adf9644440e0d007853e7fdfd67b6a59248f4fbb 2025-07-24T05:34:31.1154994Z * [new tag] trunk/ae0f1f89847564b04bdc43395e664e48f08aaca2 -> trunk/ae0f1f89847564b04bdc43395e664e48f08aaca2 2025-07-24T05:34:31.1155793Z * [new tag] trunk/ae1094b72b7db368f292ed6033de5b495dcdc878 -> trunk/ae1094b72b7db368f292ed6033de5b495dcdc878 2025-07-24T05:34:31.1156611Z * [new tag] trunk/ae86e8f6c829a3cfa9204949156fce2d048c919b -> trunk/ae86e8f6c829a3cfa9204949156fce2d048c919b 2025-07-24T05:34:31.1157420Z * [new tag] trunk/aec569da2325c09487ab659a0f28c3b51e60d779 -> trunk/aec569da2325c09487ab659a0f28c3b51e60d779 2025-07-24T05:34:31.1357033Z * [new tag] trunk/aee2bfc5bae2974f5a3023d51dfa8e3e641144cc -> trunk/aee2bfc5bae2974f5a3023d51dfa8e3e641144cc 2025-07-24T05:34:31.1359050Z * [new tag] trunk/aee8a2e98589886ee80767bcbd10c03d13fb19ec -> trunk/aee8a2e98589886ee80767bcbd10c03d13fb19ec 2025-07-24T05:34:31.1359953Z * [new tag] trunk/aeffb68d3466635e4e95c50bffd7dfebaba94da2 -> trunk/aeffb68d3466635e4e95c50bffd7dfebaba94da2 2025-07-24T05:34:31.1360766Z * [new tag] trunk/af284b45d5cbfd19d168bf1d118b3a40cd8b3a92 -> trunk/af284b45d5cbfd19d168bf1d118b3a40cd8b3a92 2025-07-24T05:34:31.1361576Z * [new tag] trunk/af3d06909400413801b726a96f3ff52b5ee9ebb5 -> trunk/af3d06909400413801b726a96f3ff52b5ee9ebb5 2025-07-24T05:34:31.1362364Z * [new tag] trunk/af6624023e4a9347d68db8517fad684a68b391a2 -> trunk/af6624023e4a9347d68db8517fad684a68b391a2 2025-07-24T05:34:31.1363174Z * [new tag] trunk/af9c92b4cb9f406129dfd8c64c082c0aaf7c723f -> trunk/af9c92b4cb9f406129dfd8c64c082c0aaf7c723f 2025-07-24T05:34:31.1365095Z * [new tag] trunk/aff9c1eec599b8fa97240d192534b0f650c16b1b -> trunk/aff9c1eec599b8fa97240d192534b0f650c16b1b 2025-07-24T05:34:31.1365922Z * [new tag] trunk/b00b641ff1fbfa8f4f6152ffc631e0d24145a7a8 -> trunk/b00b641ff1fbfa8f4f6152ffc631e0d24145a7a8 2025-07-24T05:34:31.1366728Z * [new tag] trunk/b020971e7806bba39aecf636e59e743911831ad8 -> trunk/b020971e7806bba39aecf636e59e743911831ad8 2025-07-24T05:34:31.1367517Z * [new tag] trunk/b0556110e58e3bcf2c872b933e4fd4a0d34398ad -> trunk/b0556110e58e3bcf2c872b933e4fd4a0d34398ad 2025-07-24T05:34:31.1368291Z * [new tag] trunk/b07725a9516028a485153c4b5356b3e33b990f81 -> trunk/b07725a9516028a485153c4b5356b3e33b990f81 2025-07-24T05:34:31.1369078Z * [new tag] trunk/b096341963c4af3b2b0d7f598eba1cdc1c74fb6e -> trunk/b096341963c4af3b2b0d7f598eba1cdc1c74fb6e 2025-07-24T05:34:31.1370875Z * [new tag] trunk/b09bd414a6ccba158c09f586a278051588d90936 -> trunk/b09bd414a6ccba158c09f586a278051588d90936 2025-07-24T05:34:31.1371681Z * [new tag] trunk/b0e325c2c85c5d056a394aa9201f246ee25f8d26 -> trunk/b0e325c2c85c5d056a394aa9201f246ee25f8d26 2025-07-24T05:34:31.1372574Z * [new tag] trunk/b0fbbef1361ccaab8a5aec8e7cd62150e7b361de -> trunk/b0fbbef1361ccaab8a5aec8e7cd62150e7b361de 2025-07-24T05:34:31.1373392Z * [new tag] trunk/b146ca74f01df3cf711fd0f855e05805e490156c -> trunk/b146ca74f01df3cf711fd0f855e05805e490156c 2025-07-24T05:34:31.1374191Z * [new tag] trunk/b146e1a264960e5fb79cf4621ebe4b1345db3e64 -> trunk/b146e1a264960e5fb79cf4621ebe4b1345db3e64 2025-07-24T05:34:31.1374988Z * [new tag] trunk/b147b6c0e31d43a405416743fde1b0b606aa3839 -> trunk/b147b6c0e31d43a405416743fde1b0b606aa3839 2025-07-24T05:34:31.1376756Z * [new tag] trunk/b1713c665516d8355f5491d10b31f98c74ce27f1 -> trunk/b1713c665516d8355f5491d10b31f98c74ce27f1 2025-07-24T05:34:31.1377561Z * [new tag] trunk/b1a0c34dd3b581f645842f06f9d0187e7a6562c8 -> trunk/b1a0c34dd3b581f645842f06f9d0187e7a6562c8 2025-07-24T05:34:31.1378356Z * [new tag] trunk/b1a54fab9bcb0cc167773f9a885d4170447e1c68 -> trunk/b1a54fab9bcb0cc167773f9a885d4170447e1c68 2025-07-24T05:34:31.1379164Z * [new tag] trunk/b1b8e57cda03bd016594a4fc4944fa5e7f9dd961 -> trunk/b1b8e57cda03bd016594a4fc4944fa5e7f9dd961 2025-07-24T05:34:31.1379975Z * [new tag] trunk/b1d62febd03ac421197d5516596f98d3c46e9b44 -> trunk/b1d62febd03ac421197d5516596f98d3c46e9b44 2025-07-24T05:34:31.1380769Z * [new tag] trunk/b221be9140689d180ec339db05c5e235a95949d3 -> trunk/b221be9140689d180ec339db05c5e235a95949d3 2025-07-24T05:34:31.1382543Z * [new tag] trunk/b22b93a6babf86e823e979528bc0aab88fb7a012 -> trunk/b22b93a6babf86e823e979528bc0aab88fb7a012 2025-07-24T05:34:31.1383378Z * [new tag] trunk/b26da7741be37693ab1cd21115f3fca15b1cdb6b -> trunk/b26da7741be37693ab1cd21115f3fca15b1cdb6b 2025-07-24T05:34:31.1384294Z * [new tag] trunk/b2d473c8f8a6d0677940c174b38511f5ab3c3b65 -> trunk/b2d473c8f8a6d0677940c174b38511f5ab3c3b65 2025-07-24T05:34:31.1385104Z * [new tag] trunk/b2fc9cfea16c8eb52c1ce79b2032793dd1a545fb -> trunk/b2fc9cfea16c8eb52c1ce79b2032793dd1a545fb 2025-07-24T05:34:31.1385916Z * [new tag] trunk/b30e04b3c8a83e19dc9123f2f0229d80e208fb50 -> trunk/b30e04b3c8a83e19dc9123f2f0229d80e208fb50 2025-07-24T05:34:31.1387729Z * [new tag] trunk/b354328ecd6a313eab905ab6f74aed5ea2d3a2ce -> trunk/b354328ecd6a313eab905ab6f74aed5ea2d3a2ce 2025-07-24T05:34:31.1388768Z * [new tag] trunk/b359571c6043b40c4ae4fbb07135fd0f04902e21 -> trunk/b359571c6043b40c4ae4fbb07135fd0f04902e21 2025-07-24T05:34:31.1596139Z * [new tag] trunk/b3b4d28f4cf149cb7448c556d359ca852d815ab1 -> trunk/b3b4d28f4cf149cb7448c556d359ca852d815ab1 2025-07-24T05:34:31.1597314Z * [new tag] trunk/b3c868d603e8f7b6661c93cd3d50c9a7b213ad6c -> trunk/b3c868d603e8f7b6661c93cd3d50c9a7b213ad6c 2025-07-24T05:34:31.1598294Z * [new tag] trunk/b40981c63078d99bb07afbdcfec1ce8f7519f26b -> trunk/b40981c63078d99bb07afbdcfec1ce8f7519f26b 2025-07-24T05:34:31.1599191Z * [new tag] trunk/b40c0b61eb5f5b6104cb732e709819e84518faa7 -> trunk/b40c0b61eb5f5b6104cb732e709819e84518faa7 2025-07-24T05:34:31.1600078Z * [new tag] trunk/b4228a94d11b1ba6599f443267824d2d918644f2 -> trunk/b4228a94d11b1ba6599f443267824d2d918644f2 2025-07-24T05:34:31.1600994Z * [new tag] trunk/b4358c5e8731c1035af8bd0d6260de9d239a3e5d -> trunk/b4358c5e8731c1035af8bd0d6260de9d239a3e5d 2025-07-24T05:34:31.1601904Z * [new tag] trunk/b44306d3681d5b248e6b439d293ea0d5a8903a61 -> trunk/b44306d3681d5b248e6b439d293ea0d5a8903a61 2025-07-24T05:34:31.1602790Z * [new tag] trunk/b4442f42a93390760bb923cbe13b80993f5e8e78 -> trunk/b4442f42a93390760bb923cbe13b80993f5e8e78 2025-07-24T05:34:31.1603726Z * [new tag] trunk/b4476ca378be50034bd5cdc1eaa95104337c998a -> trunk/b4476ca378be50034bd5cdc1eaa95104337c998a 2025-07-24T05:34:31.1604627Z * [new tag] trunk/b487003182b7f2d6697064f184515369bf6c8cce -> trunk/b487003182b7f2d6697064f184515369bf6c8cce 2025-07-24T05:34:31.1605510Z * [new tag] trunk/b49edc0d6c72f744d744a026b0ce0d689e34b83b -> trunk/b49edc0d6c72f744d744a026b0ce0d689e34b83b 2025-07-24T05:34:31.1606456Z * [new tag] trunk/b4abf414254ed4d8779bad291dd0141097f019e7 -> trunk/b4abf414254ed4d8779bad291dd0141097f019e7 2025-07-24T05:34:31.1607350Z * [new tag] trunk/b4e3c9ea34cb607324639cd0bb0129740c300721 -> trunk/b4e3c9ea34cb607324639cd0bb0129740c300721 2025-07-24T05:34:31.1608264Z * [new tag] trunk/b4fc42ca807efc1a1b78f52d5481711a4e8bbea3 -> trunk/b4fc42ca807efc1a1b78f52d5481711a4e8bbea3 2025-07-24T05:34:31.1609187Z * [new tag] trunk/b50075343aeb519d135e00c44ff3577eaa25c61b -> trunk/b50075343aeb519d135e00c44ff3577eaa25c61b 2025-07-24T05:34:31.1610085Z * [new tag] trunk/b54eac2a5ed31106393bbc338de8637817809a1f -> trunk/b54eac2a5ed31106393bbc338de8637817809a1f 2025-07-24T05:34:31.1611017Z * [new tag] trunk/b5bfbba1841da810305262c7f47ee2dae54f335e -> trunk/b5bfbba1841da810305262c7f47ee2dae54f335e 2025-07-24T05:34:31.1611991Z * [new tag] trunk/b5c8b8d09f006b1b2911858882a56dfe6e325f36 -> trunk/b5c8b8d09f006b1b2911858882a56dfe6e325f36 2025-07-24T05:34:31.1612884Z * [new tag] trunk/b5ce77c1f5964293299eb1366f341872a4e47fa6 -> trunk/b5ce77c1f5964293299eb1366f341872a4e47fa6 2025-07-24T05:34:31.1613776Z * [new tag] trunk/b60569ed946ddcc267150a675916d68d7cac9085 -> trunk/b60569ed946ddcc267150a675916d68d7cac9085 2025-07-24T05:34:31.1614699Z * [new tag] trunk/b6188174795956f959feae0cbc33cbdb7901c4b6 -> trunk/b6188174795956f959feae0cbc33cbdb7901c4b6 2025-07-24T05:34:31.1615606Z * [new tag] trunk/b642a5c118baf4cd47dd7fe0190b83e04cee960f -> trunk/b642a5c118baf4cd47dd7fe0190b83e04cee960f 2025-07-24T05:34:31.1616676Z * [new tag] trunk/b6454a9058f2e50be9a3c26c128fec843b09c154 -> trunk/b6454a9058f2e50be9a3c26c128fec843b09c154 2025-07-24T05:34:31.1617568Z * [new tag] trunk/b66f4298278c269bdca9a71883cacfa6e975a393 -> trunk/b66f4298278c269bdca9a71883cacfa6e975a393 2025-07-24T05:34:31.1618460Z * [new tag] trunk/b6add8c8ba927a9f1687134ec2734b02a6ccb3c0 -> trunk/b6add8c8ba927a9f1687134ec2734b02a6ccb3c0 2025-07-24T05:34:31.1619422Z * [new tag] trunk/b6c00dfe249a7bfc1d61a322d5bc30f164353abf -> trunk/b6c00dfe249a7bfc1d61a322d5bc30f164353abf 2025-07-24T05:34:31.1620332Z * [new tag] trunk/b6e625e34f358c71b62409f96dc1e22e4791beef -> trunk/b6e625e34f358c71b62409f96dc1e22e4791beef 2025-07-24T05:34:31.1621335Z * [new tag] trunk/b6f84b3b0fef781653911420253dcff6767197dc -> trunk/b6f84b3b0fef781653911420253dcff6767197dc 2025-07-24T05:34:31.1622196Z * [new tag] trunk/b754b1fa43d20f5b31e17c396487ab56991912da -> trunk/b754b1fa43d20f5b31e17c396487ab56991912da 2025-07-24T05:34:31.1622994Z * [new tag] trunk/b7860c7863df9139bceabf5b0c186e6e4287aa4c -> trunk/b7860c7863df9139bceabf5b0c186e6e4287aa4c 2025-07-24T05:34:31.1623824Z * [new tag] trunk/b7a73a2cdbbe46e04aa145fb8c1615e608dcbde9 -> trunk/b7a73a2cdbbe46e04aa145fb8c1615e608dcbde9 2025-07-24T05:34:31.1624646Z * [new tag] trunk/b7b1109f49f5d0bd6145ae47c5c7d7d18c5659b0 -> trunk/b7b1109f49f5d0bd6145ae47c5c7d7d18c5659b0 2025-07-24T05:34:31.1625649Z * [new tag] trunk/b7def5ff1ca72fbb06350ffc75117efc68e149fb -> trunk/b7def5ff1ca72fbb06350ffc75117efc68e149fb 2025-07-24T05:34:31.2329746Z * [new tag] trunk/b83d8827bcd63501d7298267d94d103bf591c6c2 -> trunk/b83d8827bcd63501d7298267d94d103bf591c6c2 2025-07-24T05:34:31.2330665Z * [new tag] trunk/b85f10ea5006e8ae8fc769f48659ab7ad5eafb69 -> trunk/b85f10ea5006e8ae8fc769f48659ab7ad5eafb69 2025-07-24T05:34:31.2331491Z * [new tag] trunk/b86d5cef68d56f3924dc199424e65904a32d0743 -> trunk/b86d5cef68d56f3924dc199424e65904a32d0743 2025-07-24T05:34:31.2332368Z * [new tag] trunk/b87471e66fb989385483b074b5e5942e8fbbbd8d -> trunk/b87471e66fb989385483b074b5e5942e8fbbbd8d 2025-07-24T05:34:31.2333172Z * [new tag] trunk/b878ca0c91bdccbdd907c15a01e5dcf249f0783c -> trunk/b878ca0c91bdccbdd907c15a01e5dcf249f0783c 2025-07-24T05:34:31.2335030Z * [new tag] trunk/b87e50db5e2712608e0b912a8063f0336554bfc3 -> trunk/b87e50db5e2712608e0b912a8063f0336554bfc3 2025-07-24T05:34:31.2335835Z * [new tag] trunk/b8ace6f95105751d0535cb0ce0d2c8f656c8b96c -> trunk/b8ace6f95105751d0535cb0ce0d2c8f656c8b96c 2025-07-24T05:34:31.2336659Z * [new tag] trunk/b8aee84fb9692f1a46c8c2a0ae6685df440f6e8f -> trunk/b8aee84fb9692f1a46c8c2a0ae6685df440f6e8f 2025-07-24T05:34:31.2337473Z * [new tag] trunk/b8bc2c2660e84034ff15232e2161e3ef9a6656d0 -> trunk/b8bc2c2660e84034ff15232e2161e3ef9a6656d0 2025-07-24T05:34:31.2338276Z * [new tag] trunk/b8c2d4c259b16f3dc044d049d964c44907ccecb6 -> trunk/b8c2d4c259b16f3dc044d049d964c44907ccecb6 2025-07-24T05:34:31.2339062Z * [new tag] trunk/b8d96c3f78a27e193f4fa9580f8d28298c8180e3 -> trunk/b8d96c3f78a27e193f4fa9580f8d28298c8180e3 2025-07-24T05:34:31.2340863Z * [new tag] trunk/b8fc5e0c0dda5da8315f9bc108a83a0f92252513 -> trunk/b8fc5e0c0dda5da8315f9bc108a83a0f92252513 2025-07-24T05:34:31.2341684Z * [new tag] trunk/b916d8a583cf4fb018c44eaf5efefa9ca76da366 -> trunk/b916d8a583cf4fb018c44eaf5efefa9ca76da366 2025-07-24T05:34:31.2342506Z * [new tag] trunk/b95dadd7170626273bb03b1264f04f3f051908da -> trunk/b95dadd7170626273bb03b1264f04f3f051908da 2025-07-24T05:34:31.2343326Z * [new tag] trunk/b981fb6744d034a0b2a0baf7e138cfb8dc83ca96 -> trunk/b981fb6744d034a0b2a0baf7e138cfb8dc83ca96 2025-07-24T05:34:31.2345690Z * [new tag] trunk/b9afdd9bcc738697c6eefc90899508ab783bf6ab -> trunk/b9afdd9bcc738697c6eefc90899508ab783bf6ab 2025-07-24T05:34:31.2346926Z * [new tag] trunk/b9b84d8011b08ac62cabf9100043c65863372fea -> trunk/b9b84d8011b08ac62cabf9100043c65863372fea 2025-07-24T05:34:31.2347740Z * [new tag] trunk/b9dc2fa4f7aa237a19248705abf82f5eae662182 -> trunk/b9dc2fa4f7aa237a19248705abf82f5eae662182 2025-07-24T05:34:31.2348553Z * [new tag] trunk/ba0d0de5e652650f8a59c85fc25a90f4ed9e2dc1 -> trunk/ba0d0de5e652650f8a59c85fc25a90f4ed9e2dc1 2025-07-24T05:34:31.2349369Z * [new tag] trunk/badf0020144a6c00ebe7a1cdbeb74f716d48968a -> trunk/badf0020144a6c00ebe7a1cdbeb74f716d48968a 2025-07-24T05:34:31.2350337Z * [new tag] trunk/badfebf29e46c3e41d7cf54a7a807865a90277b0 -> trunk/badfebf29e46c3e41d7cf54a7a807865a90277b0 2025-07-24T05:34:31.2352178Z * [new tag] trunk/bb1f3d1a55e3f8eafb279995824c1ef87f24b341 -> trunk/bb1f3d1a55e3f8eafb279995824c1ef87f24b341 2025-07-24T05:34:31.2353007Z * [new tag] trunk/bb3c911c2d64ccad03349e50a0a220a2889ae85c -> trunk/bb3c911c2d64ccad03349e50a0a220a2889ae85c 2025-07-24T05:34:31.2353804Z * [new tag] trunk/bb462a6237c163774c99e01462703ebce55f4589 -> trunk/bb462a6237c163774c99e01462703ebce55f4589 2025-07-24T05:34:31.2354603Z * [new tag] trunk/bb476310a456b1fd418c79573ed34ad68b4871d4 -> trunk/bb476310a456b1fd418c79573ed34ad68b4871d4 2025-07-24T05:34:31.2355397Z * [new tag] trunk/bbb930aba2e769e3ed981f2a035133891de36dae -> trunk/bbb930aba2e769e3ed981f2a035133891de36dae 2025-07-24T05:34:31.2356221Z * [new tag] trunk/bbbced94a43cf764ddfe719e7d4c161a3992830c -> trunk/bbbced94a43cf764ddfe719e7d4c161a3992830c 2025-07-24T05:34:31.2358043Z * [new tag] trunk/bbc32d680fdd6c23ee0e57d18f5643edd0750a3f -> trunk/bbc32d680fdd6c23ee0e57d18f5643edd0750a3f 2025-07-24T05:34:31.2358868Z * [new tag] trunk/bbe681ed510227ce05f99db2a36c1af5c2cc302b -> trunk/bbe681ed510227ce05f99db2a36c1af5c2cc302b 2025-07-24T05:34:31.2359695Z * [new tag] trunk/bbf1a6feac0e88772be103a1b159b871b5c00b4a -> trunk/bbf1a6feac0e88772be103a1b159b871b5c00b4a 2025-07-24T05:34:31.2360519Z * [new tag] trunk/bc379aebe2e69d306d1b05938a9e86c80f6b98cb -> trunk/bc379aebe2e69d306d1b05938a9e86c80f6b98cb 2025-07-24T05:34:31.2361324Z * [new tag] trunk/bc3972b80a7abe85036f48b610532fce39ea5097 -> trunk/bc3972b80a7abe85036f48b610532fce39ea5097 2025-07-24T05:34:31.2569308Z * [new tag] trunk/bc5a11b58180d40157175f45c69d60a9b9961315 -> trunk/bc5a11b58180d40157175f45c69d60a9b9961315 2025-07-24T05:34:31.2570201Z * [new tag] trunk/bc65253369933160a2da3fc786d027a572faf6b7 -> trunk/bc65253369933160a2da3fc786d027a572faf6b7 2025-07-24T05:34:31.2571002Z * [new tag] trunk/bc6e0661a6ec7e536bee60b9c929f71643bb6c89 -> trunk/bc6e0661a6ec7e536bee60b9c929f71643bb6c89 2025-07-24T05:34:31.2571916Z * [new tag] trunk/bc7b1f5252a667e72ce3c6c13e18af46dd0a7d99 -> trunk/bc7b1f5252a667e72ce3c6c13e18af46dd0a7d99 2025-07-24T05:34:31.2572735Z * [new tag] trunk/bc9091a524a1ebe4de16af4dd8f442db7d1cb138 -> trunk/bc9091a524a1ebe4de16af4dd8f442db7d1cb138 2025-07-24T05:34:31.2573568Z * [new tag] trunk/bc9bd2a766ae8cf2aba8f3d0153cd8ecd05b4465 -> trunk/bc9bd2a766ae8cf2aba8f3d0153cd8ecd05b4465 2025-07-24T05:34:31.2574387Z * [new tag] trunk/bcad962550f2bfd850684250a3c881c9f38ad601 -> trunk/bcad962550f2bfd850684250a3c881c9f38ad601 2025-07-24T05:34:31.2575186Z * [new tag] trunk/bcc98bb2a4dd11ac696082731f8980b72deb6750 -> trunk/bcc98bb2a4dd11ac696082731f8980b72deb6750 2025-07-24T05:34:31.2576011Z * [new tag] trunk/bccb8473fed94dbc6f1392d0c5b4a51150ee4a9a -> trunk/bccb8473fed94dbc6f1392d0c5b4a51150ee4a9a 2025-07-24T05:34:31.2576997Z * [new tag] trunk/bcf50636ba1b93a833267c645d887888df06e9ea -> trunk/bcf50636ba1b93a833267c645d887888df06e9ea 2025-07-24T05:34:31.2577789Z * [new tag] trunk/bd364c901d5b20500ec5cbe275e93c955809d900 -> trunk/bd364c901d5b20500ec5cbe275e93c955809d900 2025-07-24T05:34:31.2578595Z * [new tag] trunk/bd3c32916cf5f85ddb9dd3c36e7311adfa8808af -> trunk/bd3c32916cf5f85ddb9dd3c36e7311adfa8808af 2025-07-24T05:34:31.2579418Z * [new tag] trunk/bd6b5fddbf5fb0b603ab8a7428079d9a86cf532a -> trunk/bd6b5fddbf5fb0b603ab8a7428079d9a86cf532a 2025-07-24T05:34:31.2580251Z * [new tag] trunk/bdacf08b8682b9fbe3a8656a53b1f8b1cb007fd8 -> trunk/bdacf08b8682b9fbe3a8656a53b1f8b1cb007fd8 2025-07-24T05:34:31.2581058Z * [new tag] trunk/bdb1553b77bb28df580ea41d726417ac91028ec6 -> trunk/bdb1553b77bb28df580ea41d726417ac91028ec6 2025-07-24T05:34:31.2581958Z * [new tag] trunk/bdb78191662c01ab1263108febac29a8560337d0 -> trunk/bdb78191662c01ab1263108febac29a8560337d0 2025-07-24T05:34:31.2582776Z * [new tag] trunk/bdbf2792a8f15907f6bbf231f73dab0e8efe1c50 -> trunk/bdbf2792a8f15907f6bbf231f73dab0e8efe1c50 2025-07-24T05:34:31.2583567Z * [new tag] trunk/be124a61a4933603795644d068d2c0e5f444e766 -> trunk/be124a61a4933603795644d068d2c0e5f444e766 2025-07-24T05:34:31.2584357Z * [new tag] trunk/be2ab96347a1e7206a57f69b58263c4455ff8f76 -> trunk/be2ab96347a1e7206a57f69b58263c4455ff8f76 2025-07-24T05:34:31.2585168Z * [new tag] trunk/be2ad70cfa1360da5c23a04ff6ca3480fa02f278 -> trunk/be2ad70cfa1360da5c23a04ff6ca3480fa02f278 2025-07-24T05:34:31.2585988Z * [new tag] trunk/be2e43264d0bce254efabcc60c368d1418bde57f -> trunk/be2e43264d0bce254efabcc60c368d1418bde57f 2025-07-24T05:34:31.2586814Z * [new tag] trunk/be483a54817fbfbf184af363bf9469d01bfa15ef -> trunk/be483a54817fbfbf184af363bf9469d01bfa15ef 2025-07-24T05:34:31.2587634Z * [new tag] trunk/be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35 -> trunk/be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35 2025-07-24T05:34:31.2588433Z * [new tag] trunk/be72bcf828b536e0d81359a37c0f150b69fce5d4 -> trunk/be72bcf828b536e0d81359a37c0f150b69fce5d4 2025-07-24T05:34:31.2589232Z * [new tag] trunk/be896d6b41f560e59c87f9d28df109b1553139a4 -> trunk/be896d6b41f560e59c87f9d28df109b1553139a4 2025-07-24T05:34:31.2590037Z * [new tag] trunk/beb52f5c0ac8efddeafa862f274bc247db989695 -> trunk/beb52f5c0ac8efddeafa862f274bc247db989695 2025-07-24T05:34:31.2590867Z * [new tag] trunk/bee93f9f0d16f4f563812bb5c16e862de15724c1 -> trunk/bee93f9f0d16f4f563812bb5c16e862de15724c1 2025-07-24T05:34:31.2591683Z * [new tag] trunk/beed033b6e6ac57c0b4a1f47eb436e115a52e41b -> trunk/beed033b6e6ac57c0b4a1f47eb436e115a52e41b 2025-07-24T05:34:31.2592485Z * [new tag] trunk/bf06190e21fdf539c13e1ec01271653d0729733a -> trunk/bf06190e21fdf539c13e1ec01271653d0729733a 2025-07-24T05:34:31.2593298Z * [new tag] trunk/bf1ebe0531e1b0390ea09d66ac78500d3c6d3a15 -> trunk/bf1ebe0531e1b0390ea09d66ac78500d3c6d3a15 2025-07-24T05:34:31.2594102Z * [new tag] trunk/bf4aa7827905a2fca96bf266b242a7a16e489af4 -> trunk/bf4aa7827905a2fca96bf266b242a7a16e489af4 2025-07-24T05:34:31.2594914Z * [new tag] trunk/bf50d715539acedcb31a6d8f787149eff6213fdb -> trunk/bf50d715539acedcb31a6d8f787149eff6213fdb 2025-07-24T05:34:31.2595713Z * [new tag] trunk/bf798a2f016ca0001750436150e7a2bdb2676d1a -> trunk/bf798a2f016ca0001750436150e7a2bdb2676d1a 2025-07-24T05:34:31.2794171Z * [new tag] trunk/bf7e290854b7f0ab3fb89251d0100821f1b3a70e -> trunk/bf7e290854b7f0ab3fb89251d0100821f1b3a70e 2025-07-24T05:34:31.2795068Z * [new tag] trunk/bf897b4cea2b7481499a81afa30bfc69a8e685c4 -> trunk/bf897b4cea2b7481499a81afa30bfc69a8e685c4 2025-07-24T05:34:31.2796952Z * [new tag] trunk/bfcababbcb95ec42046737dbcf61f8e258075ace -> trunk/bfcababbcb95ec42046737dbcf61f8e258075ace 2025-07-24T05:34:31.2798221Z * [new tag] trunk/bfccfa0b31221d5df0b263de5a41fb9f7c84b97d -> trunk/bfccfa0b31221d5df0b263de5a41fb9f7c84b97d 2025-07-24T05:34:31.2799064Z * [new tag] trunk/bfe5674e2294a6c73ff671116a91f6ae7220b3f8 -> trunk/bfe5674e2294a6c73ff671116a91f6ae7220b3f8 2025-07-24T05:34:31.2799884Z * [new tag] trunk/bff69f25c2e98adc2e4a765d9fa47f230e2fef45 -> trunk/bff69f25c2e98adc2e4a765d9fa47f230e2fef45 2025-07-24T05:34:31.2800689Z * [new tag] trunk/c038719731abdcd415a5e82c5f3826f2358229fc -> trunk/c038719731abdcd415a5e82c5f3826f2358229fc 2025-07-24T05:34:31.2801485Z * [new tag] trunk/c04a4e709410936c12cdc9db5aaf47164f74a367 -> trunk/c04a4e709410936c12cdc9db5aaf47164f74a367 2025-07-24T05:34:31.2804115Z * [new tag] trunk/c062550a3598d27c2d6572db7c0f4ff90a84cc84 -> trunk/c062550a3598d27c2d6572db7c0f4ff90a84cc84 2025-07-24T05:34:31.2804989Z * [new tag] trunk/c06c2569ee53c169c96f42b45bdb64f390d2f23b -> trunk/c06c2569ee53c169c96f42b45bdb64f390d2f23b 2025-07-24T05:34:31.2805785Z * [new tag] trunk/c09b05487877a3f8b239523b3806f5dd9fc82051 -> trunk/c09b05487877a3f8b239523b3806f5dd9fc82051 2025-07-24T05:34:31.2806608Z * [new tag] trunk/c09cf29d7d010c0547f2f6771921a0ee2ec4904b -> trunk/c09cf29d7d010c0547f2f6771921a0ee2ec4904b 2025-07-24T05:34:31.2807427Z * [new tag] trunk/c09eba877f9c16908b3a925ef694604c1c761b85 -> trunk/c09eba877f9c16908b3a925ef694604c1c761b85 2025-07-24T05:34:31.2809332Z * [new tag] trunk/c0e155a8d230b04f186d1b7540b01213be2b9fc6 -> trunk/c0e155a8d230b04f186d1b7540b01213be2b9fc6 2025-07-24T05:34:31.2810138Z * [new tag] trunk/c0ee01c2fb54e2ae924270f7fd53069915a61a50 -> trunk/c0ee01c2fb54e2ae924270f7fd53069915a61a50 2025-07-24T05:34:31.2810939Z * [new tag] trunk/c10339559de1464c2c5aeb16649c382eefcfb572 -> trunk/c10339559de1464c2c5aeb16649c382eefcfb572 2025-07-24T05:34:31.2811729Z * [new tag] trunk/c11888e7a6557ff64e24ca06e22946c116a7c1e4 -> trunk/c11888e7a6557ff64e24ca06e22946c116a7c1e4 2025-07-24T05:34:31.2812586Z * [new tag] trunk/c13e725edd8dd21406c629bf625f2d6c59ceedd1 -> trunk/c13e725edd8dd21406c629bf625f2d6c59ceedd1 2025-07-24T05:34:31.2813391Z * [new tag] trunk/c14110056f1b6e989850f20ae56d47fbc775e890 -> trunk/c14110056f1b6e989850f20ae56d47fbc775e890 2025-07-24T05:34:31.2815201Z * [new tag] trunk/c1446e1e9d2f5a1bae5fb3d58e58f16c15bb15c3 -> trunk/c1446e1e9d2f5a1bae5fb3d58e58f16c15bb15c3 2025-07-24T05:34:31.2816013Z * [new tag] trunk/c165b36a31585d4e061a84e1977428afd931b82d -> trunk/c165b36a31585d4e061a84e1977428afd931b82d 2025-07-24T05:34:31.2816823Z * [new tag] trunk/c174f3a6a55864cedb8f6d9014e9b8cadf91186b -> trunk/c174f3a6a55864cedb8f6d9014e9b8cadf91186b 2025-07-24T05:34:31.2817640Z * [new tag] trunk/c177abd217ecef5cc096d50adbf5990525714dd3 -> trunk/c177abd217ecef5cc096d50adbf5990525714dd3 2025-07-24T05:34:31.2818465Z * [new tag] trunk/c199a4d0fd03ab3f7e36c6133839cfaf34ba59da -> trunk/c199a4d0fd03ab3f7e36c6133839cfaf34ba59da 2025-07-24T05:34:31.2819282Z * [new tag] trunk/c1a629f76d0afc2ddb4a5c7c1925caa1d12b5a5e -> trunk/c1a629f76d0afc2ddb4a5c7c1925caa1d12b5a5e 2025-07-24T05:34:31.2821082Z * [new tag] trunk/c1ad4b8e7a16f54c35a3908b56ed7d9f95eef586 -> trunk/c1ad4b8e7a16f54c35a3908b56ed7d9f95eef586 2025-07-24T05:34:31.2821908Z * [new tag] trunk/c1ae768baa9598ea97f301999a227b34a2efdecf -> trunk/c1ae768baa9598ea97f301999a227b34a2efdecf 2025-07-24T05:34:31.2822721Z * [new tag] trunk/c1cbaca7fd9937c0a089d98aa69066daf35c898f -> trunk/c1cbaca7fd9937c0a089d98aa69066daf35c898f 2025-07-24T05:34:31.2823559Z * [new tag] trunk/c1f531f0b0e6faf443d90f8de2936e866c8c27c2 -> trunk/c1f531f0b0e6faf443d90f8de2936e866c8c27c2 2025-07-24T05:34:31.2824523Z * [new tag] trunk/c202a7329ad798da676762a8af2aa588f882d288 -> trunk/c202a7329ad798da676762a8af2aa588f882d288 2025-07-24T05:34:31.2826316Z * [new tag] trunk/c2185dc4a5626848df37cad214b73d5ae7dd4f17 -> trunk/c2185dc4a5626848df37cad214b73d5ae7dd4f17 2025-07-24T05:34:31.2827134Z * [new tag] trunk/c219dbd2fc70227ba543c98e9740a84723ba36da -> trunk/c219dbd2fc70227ba543c98e9740a84723ba36da 2025-07-24T05:34:31.3031666Z * [new tag] trunk/c2510fcd86152028c3e6cf483740b177a10ac9b9 -> trunk/c2510fcd86152028c3e6cf483740b177a10ac9b9 2025-07-24T05:34:31.3032518Z * [new tag] trunk/c26ce593d8737cab4b55483b62956a6fea9e4375 -> trunk/c26ce593d8737cab4b55483b62956a6fea9e4375 2025-07-24T05:34:31.3033532Z * [new tag] trunk/c27f83dd91ff3599b5157866e6be014c20b967a0 -> trunk/c27f83dd91ff3599b5157866e6be014c20b967a0 2025-07-24T05:34:31.3034354Z * [new tag] trunk/c28e74e45743feac10559c30dbf71cc35bc12ccb -> trunk/c28e74e45743feac10559c30dbf71cc35bc12ccb 2025-07-24T05:34:31.3035176Z * [new tag] trunk/c2beeadeb40e927c51bc5bcd409b3f28374a5190 -> trunk/c2beeadeb40e927c51bc5bcd409b3f28374a5190 2025-07-24T05:34:31.3036019Z * [new tag] trunk/c2c88846a9c75185660f3b2a8b72c3aa2f8ae3dc -> trunk/c2c88846a9c75185660f3b2a8b72c3aa2f8ae3dc 2025-07-24T05:34:31.3036925Z * [new tag] trunk/c2d1b225e62bdf3adbba91891f53bc60315adaac -> trunk/c2d1b225e62bdf3adbba91891f53bc60315adaac 2025-07-24T05:34:31.3037808Z * [new tag] trunk/c2f4cc59a70bfd7d7e46e9b5596bae8e4ae2cf9c -> trunk/c2f4cc59a70bfd7d7e46e9b5596bae8e4ae2cf9c 2025-07-24T05:34:31.3038626Z * [new tag] trunk/c329a8f19cc94cb7f9d3fc814484cded138ee3ca -> trunk/c329a8f19cc94cb7f9d3fc814484cded138ee3ca 2025-07-24T05:34:31.3039461Z * [new tag] trunk/c37ddcaefbe9b877e1816ce97dedb8ad26d09450 -> trunk/c37ddcaefbe9b877e1816ce97dedb8ad26d09450 2025-07-24T05:34:31.3040282Z * [new tag] trunk/c3ecabf0593066750156989fc75acbeeaddf0791 -> trunk/c3ecabf0593066750156989fc75acbeeaddf0791 2025-07-24T05:34:31.3041091Z * [new tag] trunk/c48d0f4643b7a69ebe24069e932ce1465a31cdbe -> trunk/c48d0f4643b7a69ebe24069e932ce1465a31cdbe 2025-07-24T05:34:31.3041874Z * [new tag] trunk/c4b93e6579c8e2f1252067c4923cbb859c476fb4 -> trunk/c4b93e6579c8e2f1252067c4923cbb859c476fb4 2025-07-24T05:34:31.3042672Z * [new tag] trunk/c4cdcda754e2b73b030902dd06fb651c7a026510 -> trunk/c4cdcda754e2b73b030902dd06fb651c7a026510 2025-07-24T05:34:31.3043481Z * [new tag] trunk/c515385b0ac4a94deef652159e71fe0912615d14 -> trunk/c515385b0ac4a94deef652159e71fe0912615d14 2025-07-24T05:34:31.3044271Z * [new tag] trunk/c54778625ec45b94eb97f52da3ad6c2eb3d3c3c9 -> trunk/c54778625ec45b94eb97f52da3ad6c2eb3d3c3c9 2025-07-24T05:34:31.3045089Z * [new tag] trunk/c553c55be76daaf70d977a4ac7664b46cbcfa7c4 -> trunk/c553c55be76daaf70d977a4ac7664b46cbcfa7c4 2025-07-24T05:34:31.3045888Z * [new tag] trunk/c5589074e64b28afd737174ae1e9c2ba0b925e56 -> trunk/c5589074e64b28afd737174ae1e9c2ba0b925e56 2025-07-24T05:34:31.3046677Z * [new tag] trunk/c55eef79f8880e4b610a0ca6f6131e690dc948dd -> trunk/c55eef79f8880e4b610a0ca6f6131e690dc948dd 2025-07-24T05:34:31.3047489Z * [new tag] trunk/c5a4fe9c17bc20eb46b15fda554d17030bb6a5b9 -> trunk/c5a4fe9c17bc20eb46b15fda554d17030bb6a5b9 2025-07-24T05:34:31.3048373Z * [new tag] trunk/c5b46b5408e136a5a3060b11a96afa51bd009fd5 -> trunk/c5b46b5408e136a5a3060b11a96afa51bd009fd5 2025-07-24T05:34:31.3049216Z * [new tag] trunk/c5d00e150ad503510bf28adf09f69201aeb94f5c -> trunk/c5d00e150ad503510bf28adf09f69201aeb94f5c 2025-07-24T05:34:31.3050028Z * [new tag] trunk/c5d3e7a4ff460eed70b8443485a7e3568e87aee9 -> trunk/c5d3e7a4ff460eed70b8443485a7e3568e87aee9 2025-07-24T05:34:31.3050942Z * [new tag] trunk/c60327ba74f4db232a2832f2c7ca4b2db43a3132 -> trunk/c60327ba74f4db232a2832f2c7ca4b2db43a3132 2025-07-24T05:34:31.3051732Z * [new tag] trunk/c60d8188d23801d44343c96746ec2e7d2971c5d7 -> trunk/c60d8188d23801d44343c96746ec2e7d2971c5d7 2025-07-24T05:34:31.3052592Z * [new tag] trunk/c620d0b5c7e8679413d620624725471223ce8359 -> trunk/c620d0b5c7e8679413d620624725471223ce8359 2025-07-24T05:34:31.3053379Z * [new tag] trunk/c665594c1edca9a507b0ec8b18ab74a0ecb65bc3 -> trunk/c665594c1edca9a507b0ec8b18ab74a0ecb65bc3 2025-07-24T05:34:31.3054202Z * [new tag] trunk/c68af9af1b3652a8e25bd6d0ff8dae89f206a81a -> trunk/c68af9af1b3652a8e25bd6d0ff8dae89f206a81a 2025-07-24T05:34:31.3055110Z * [new tag] trunk/c6a27bae3656021720074520ac6dad9cebe83ff5 -> trunk/c6a27bae3656021720074520ac6dad9cebe83ff5 2025-07-24T05:34:31.3055912Z * [new tag] trunk/c6b4f98625bb6b22bb9a60112a6d58e684a97e1b -> trunk/c6b4f98625bb6b22bb9a60112a6d58e684a97e1b 2025-07-24T05:34:31.3056717Z * [new tag] trunk/c74fd35050a7241f0c439501ef735aa6cdde751f -> trunk/c74fd35050a7241f0c439501ef735aa6cdde751f 2025-07-24T05:34:31.3057497Z * [new tag] trunk/c75c732481915c25295a0ae6321d39aa314eaa93 -> trunk/c75c732481915c25295a0ae6321d39aa314eaa93 2025-07-24T05:34:31.3058272Z * [new tag] trunk/c774180e59409996fb123d6ff9261c2fc356c2f7 -> trunk/c774180e59409996fb123d6ff9261c2fc356c2f7 2025-07-24T05:34:31.3249423Z * [new tag] trunk/c78bbdf4102d2c13bf6aa1abe4352aa7bca401ca -> trunk/c78bbdf4102d2c13bf6aa1abe4352aa7bca401ca 2025-07-24T05:34:31.3250295Z * [new tag] trunk/c78fce9e79b79686b87f4007cbaec819bdd0223f -> trunk/c78fce9e79b79686b87f4007cbaec819bdd0223f 2025-07-24T05:34:31.3251155Z * [new tag] trunk/c79c7bbe615265b6b3d7df39d6d5a68afd7d6b2a -> trunk/c79c7bbe615265b6b3d7df39d6d5a68afd7d6b2a 2025-07-24T05:34:31.3252047Z * [new tag] trunk/c7b6c98d1097bec9dc92bde2fe324aa126a5daa2 -> trunk/c7b6c98d1097bec9dc92bde2fe324aa126a5daa2 2025-07-24T05:34:31.3252876Z * [new tag] trunk/c808af514d59e25ea4a880c1e1e07d3232984e5d -> trunk/c808af514d59e25ea4a880c1e1e07d3232984e5d 2025-07-24T05:34:31.3253689Z * [new tag] trunk/c811f41cf58238b49e9c2f0a9fa00dcc471b2e10 -> trunk/c811f41cf58238b49e9c2f0a9fa00dcc471b2e10 2025-07-24T05:34:31.3254491Z * [new tag] trunk/c82a174ceab79f77ba18405dd263eb03692608fd -> trunk/c82a174ceab79f77ba18405dd263eb03692608fd 2025-07-24T05:34:31.3255302Z * [new tag] trunk/c83041cac2e9ca537b210b74876dbcee5e08ae9a -> trunk/c83041cac2e9ca537b210b74876dbcee5e08ae9a 2025-07-24T05:34:31.3256111Z * [new tag] trunk/c843909d9e32f92b2e31cf9b8f066daf311a6f18 -> trunk/c843909d9e32f92b2e31cf9b8f066daf311a6f18 2025-07-24T05:34:31.3256918Z * [new tag] trunk/c88e87f3553b7ef0b743fb030317fabb6fe2dc29 -> trunk/c88e87f3553b7ef0b743fb030317fabb6fe2dc29 2025-07-24T05:34:31.3257726Z * [new tag] trunk/c8c221c0b3abbb8b5e20138080644dd5f5cd0aa1 -> trunk/c8c221c0b3abbb8b5e20138080644dd5f5cd0aa1 2025-07-24T05:34:31.3258536Z * [new tag] trunk/c8c892b4a50fdad624753db5b8d2bbb0fc5bb110 -> trunk/c8c892b4a50fdad624753db5b8d2bbb0fc5bb110 2025-07-24T05:34:31.3259351Z * [new tag] trunk/c8d39a10457ea5d65184c6e8f037f46c5525d869 -> trunk/c8d39a10457ea5d65184c6e8f037f46c5525d869 2025-07-24T05:34:31.3260143Z * [new tag] trunk/c9174a20f75ba007b0f520326ced5c65d8a2b269 -> trunk/c9174a20f75ba007b0f520326ced5c65d8a2b269 2025-07-24T05:34:31.3261233Z * [new tag] trunk/c917c63282c467ef942c99da3ce4fa57bceba603 -> trunk/c917c63282c467ef942c99da3ce4fa57bceba603 2025-07-24T05:34:31.3262054Z * [new tag] trunk/c92f1075aaf3649f6368af2a3df9b5167f941b3f -> trunk/c92f1075aaf3649f6368af2a3df9b5167f941b3f 2025-07-24T05:34:31.3263053Z * [new tag] trunk/c9404faacb7c18af17086be26587b46e141afbcc -> trunk/c9404faacb7c18af17086be26587b46e141afbcc 2025-07-24T05:34:31.3263847Z * [new tag] trunk/c95705dac2da8134c946cdd573944632ef22f230 -> trunk/c95705dac2da8134c946cdd573944632ef22f230 2025-07-24T05:34:31.3264642Z * [new tag] trunk/c95f7fa874a3116f1067f9092456ee7281003614 -> trunk/c95f7fa874a3116f1067f9092456ee7281003614 2025-07-24T05:34:31.3265425Z * [new tag] trunk/c996aff6ed353050f14fb3d5b98731926be90db8 -> trunk/c996aff6ed353050f14fb3d5b98731926be90db8 2025-07-24T05:34:31.3266238Z * [new tag] trunk/c9a5bf09baa1a6776555e901331b1baefe6691bc -> trunk/c9a5bf09baa1a6776555e901331b1baefe6691bc 2025-07-24T05:34:31.3267056Z * [new tag] trunk/c9afcffed0870c211d2e8be422812d6a70aef3e2 -> trunk/c9afcffed0870c211d2e8be422812d6a70aef3e2 2025-07-24T05:34:31.3267969Z * [new tag] trunk/c9e9a0c82316ed59f6ef989a6000f0d5231b9b16 -> trunk/c9e9a0c82316ed59f6ef989a6000f0d5231b9b16 2025-07-24T05:34:31.3268797Z * [new tag] trunk/ca3cabd24ace1899ca4669431f5b0556c5ab9ebf -> trunk/ca3cabd24ace1899ca4669431f5b0556c5ab9ebf 2025-07-24T05:34:31.3269610Z * [new tag] trunk/ca5a40395d8b212dce0a57df01ca056eae55446f -> trunk/ca5a40395d8b212dce0a57df01ca056eae55446f 2025-07-24T05:34:31.3270431Z * [new tag] trunk/cab28330f8c49cdb66d6a299755dc09c87c14a9d -> trunk/cab28330f8c49cdb66d6a299755dc09c87c14a9d 2025-07-24T05:34:31.3271242Z * [new tag] trunk/cab96b587944d324dde2528d4b1ec5819bc52ce9 -> trunk/cab96b587944d324dde2528d4b1ec5819bc52ce9 2025-07-24T05:34:31.3272049Z * [new tag] trunk/cadcb5d36802579441da3dbe3c2eecc74a0eae78 -> trunk/cadcb5d36802579441da3dbe3c2eecc74a0eae78 2025-07-24T05:34:31.3272855Z * [new tag] trunk/cb711c8fa04673d3490306e2b14539ab7dca3c23 -> trunk/cb711c8fa04673d3490306e2b14539ab7dca3c23 2025-07-24T05:34:31.3273661Z * [new tag] trunk/cb853945a77af54d9989ae7ac36d0007c0215b10 -> trunk/cb853945a77af54d9989ae7ac36d0007c0215b10 2025-07-24T05:34:31.3274459Z * [new tag] trunk/cb9b479f4f799eea058de9be3a0e09f977fc82da -> trunk/cb9b479f4f799eea058de9be3a0e09f977fc82da 2025-07-24T05:34:31.3275272Z * [new tag] trunk/cbafba57941c1d5f78640845320ac89157570b44 -> trunk/cbafba57941c1d5f78640845320ac89157570b44 2025-07-24T05:34:31.3500482Z * [new tag] trunk/cbcffce48a3422a5e9a2103888248c82d52d199c -> trunk/cbcffce48a3422a5e9a2103888248c82d52d199c 2025-07-24T05:34:31.3501471Z * [new tag] trunk/cbe1cb70183dd0d08dd555353eeca72399401ae8 -> trunk/cbe1cb70183dd0d08dd555353eeca72399401ae8 2025-07-24T05:34:31.3502381Z * [new tag] trunk/cc09d3a5ba2a5ae032078570e6123d523952ed22 -> trunk/cc09d3a5ba2a5ae032078570e6123d523952ed22 2025-07-24T05:34:31.3503334Z * [new tag] trunk/cc0faeb80fff17b3d170aa70041865aafb1790a9 -> trunk/cc0faeb80fff17b3d170aa70041865aafb1790a9 2025-07-24T05:34:31.3504261Z * [new tag] trunk/cc372ad557446863f8422f1ca5f415bc78531fa6 -> trunk/cc372ad557446863f8422f1ca5f415bc78531fa6 2025-07-24T05:34:31.3505148Z * [new tag] trunk/cc3ea2d84004b6348c77a285ba2639932b87c101 -> trunk/cc3ea2d84004b6348c77a285ba2639932b87c101 2025-07-24T05:34:31.3506057Z * [new tag] trunk/cc410d3761001499611bca6cf835239b86093791 -> trunk/cc410d3761001499611bca6cf835239b86093791 2025-07-24T05:34:31.3506957Z * [new tag] trunk/ccb1f687d63f0215ebcf3c1340c6682edeaccd28 -> trunk/ccb1f687d63f0215ebcf3c1340c6682edeaccd28 2025-07-24T05:34:31.3507855Z * [new tag] trunk/ccb67f39b4d75943cdc531d9032b3ba9235cfd56 -> trunk/ccb67f39b4d75943cdc531d9032b3ba9235cfd56 2025-07-24T05:34:31.3508799Z * [new tag] trunk/ccc6279b4086d55cd1f7e2d699473478610d8a7b -> trunk/ccc6279b4086d55cd1f7e2d699473478610d8a7b 2025-07-24T05:34:31.3509928Z * [new tag] trunk/cce4d213a67b7536dce431fd29c92f9791c9f81d -> trunk/cce4d213a67b7536dce431fd29c92f9791c9f81d 2025-07-24T05:34:31.3510835Z * [new tag] trunk/cd1a924dba145334aacb7c1b7276d6cef7ca41cc -> trunk/cd1a924dba145334aacb7c1b7276d6cef7ca41cc 2025-07-24T05:34:31.3511716Z * [new tag] trunk/cd361fc247a9abdbe9851867e31ac3cefcff299e -> trunk/cd361fc247a9abdbe9851867e31ac3cefcff299e 2025-07-24T05:34:31.3512522Z * [new tag] trunk/cd66ff80307862ef8e75520054ecd19a5eff9f7e -> trunk/cd66ff80307862ef8e75520054ecd19a5eff9f7e 2025-07-24T05:34:31.3513337Z * [new tag] trunk/cd75cf3cabedeac2ae4bbb266c05ca9b64181abe -> trunk/cd75cf3cabedeac2ae4bbb266c05ca9b64181abe 2025-07-24T05:34:31.3514172Z * [new tag] trunk/cd80f9a4c35a63ef415dbf6a361e4520a9cabf7b -> trunk/cd80f9a4c35a63ef415dbf6a361e4520a9cabf7b 2025-07-24T05:34:31.3515087Z * [new tag] trunk/cd82096973985042ed2eaa84e69fbf0f067f9301 -> trunk/cd82096973985042ed2eaa84e69fbf0f067f9301 2025-07-24T05:34:31.3515890Z * [new tag] trunk/cd995bfb2aac8891465809be3ce29543bd524287 -> trunk/cd995bfb2aac8891465809be3ce29543bd524287 2025-07-24T05:34:31.3516797Z * [new tag] trunk/cdb144fcf0aa4300c6de7158cb18ff7503d48492 -> trunk/cdb144fcf0aa4300c6de7158cb18ff7503d48492 2025-07-24T05:34:31.3517714Z * [new tag] trunk/cdfa33a328f2d3fdaeb645fde186194ddc2e66c0 -> trunk/cdfa33a328f2d3fdaeb645fde186194ddc2e66c0 2025-07-24T05:34:31.3518648Z * [new tag] trunk/ce1a07570d95cdd1543b9b2d45b3899c59e6802f -> trunk/ce1a07570d95cdd1543b9b2d45b3899c59e6802f 2025-07-24T05:34:31.3519568Z * [new tag] trunk/ce3406817d50b3357fa644784cc84ff167ce40ce -> trunk/ce3406817d50b3357fa644784cc84ff167ce40ce 2025-07-24T05:34:31.3520452Z * [new tag] trunk/ce44877961af7c8ec618f525853ce7edf3efa4eb -> trunk/ce44877961af7c8ec618f525853ce7edf3efa4eb 2025-07-24T05:34:31.3521346Z * [new tag] trunk/ce6e0523f9911c605860c4f5f278c2dad893dde9 -> trunk/ce6e0523f9911c605860c4f5f278c2dad893dde9 2025-07-24T05:34:31.3522306Z * [new tag] trunk/ce73b0c53f1f215345dcfe3953871a4aaf170a0c -> trunk/ce73b0c53f1f215345dcfe3953871a4aaf170a0c 2025-07-24T05:34:31.3523212Z * [new tag] trunk/ce79056471737557dcc64378985cd2b036e7322c -> trunk/ce79056471737557dcc64378985cd2b036e7322c 2025-07-24T05:34:31.3524136Z * [new tag] trunk/ce8180a61de405c519e00ac48eab8ff765ea71e6 -> trunk/ce8180a61de405c519e00ac48eab8ff765ea71e6 2025-07-24T05:34:31.3524956Z * [new tag] trunk/ce97a5dcfa3cb10c7805ff5cb44abd6a16b4ae8b -> trunk/ce97a5dcfa3cb10c7805ff5cb44abd6a16b4ae8b 2025-07-24T05:34:31.3525769Z * [new tag] trunk/ce9ba071fd29013e72100dd97728d01c860720d9 -> trunk/ce9ba071fd29013e72100dd97728d01c860720d9 2025-07-24T05:34:31.3526571Z * [new tag] trunk/cec264c8c6d74d4fbf5ee31983737b8b5e316dd0 -> trunk/cec264c8c6d74d4fbf5ee31983737b8b5e316dd0 2025-07-24T05:34:31.3527387Z * [new tag] trunk/cec59b76ca606c3e5d34ac0d0f9e0e22b8cfe5bb -> trunk/cec59b76ca606c3e5d34ac0d0f9e0e22b8cfe5bb 2025-07-24T05:34:31.3539728Z * [new tag] trunk/ced5cf042de1d4b573f258c9f770581d9574b990 -> trunk/ced5cf042de1d4b573f258c9f770581d9574b990 2025-07-24T05:34:31.3540579Z * [new tag] trunk/cf0749c92fdfcb8a583ea15f351add88c4d33618 -> trunk/cf0749c92fdfcb8a583ea15f351add88c4d33618 2025-07-24T05:34:31.3709884Z * [new tag] trunk/cf3247b74aaeb956b3c2b31d05e965a0aca5a8b4 -> trunk/cf3247b74aaeb956b3c2b31d05e965a0aca5a8b4 2025-07-24T05:34:31.3710784Z * [new tag] trunk/cf90c9f8d1632777ec5f4b6ccaa14bc5bf259e9c -> trunk/cf90c9f8d1632777ec5f4b6ccaa14bc5bf259e9c 2025-07-24T05:34:31.3711598Z * [new tag] trunk/cf9878d7a20b11d761934ae7732b01644ae137d6 -> trunk/cf9878d7a20b11d761934ae7732b01644ae137d6 2025-07-24T05:34:31.3712414Z * [new tag] trunk/d061a02e6ecf3b62f409578c7d05a564264d1288 -> trunk/d061a02e6ecf3b62f409578c7d05a564264d1288 2025-07-24T05:34:31.3713414Z * [new tag] trunk/d06a406656bf0b4bc9af2d056558dc1630a6e5b9 -> trunk/d06a406656bf0b4bc9af2d056558dc1630a6e5b9 2025-07-24T05:34:31.3714224Z * [new tag] trunk/d083841c0e0d879e460aebb45daac086a240a7dd -> trunk/d083841c0e0d879e460aebb45daac086a240a7dd 2025-07-24T05:34:31.3715040Z * [new tag] trunk/d0a9629435aaceb5acbf31aad70f2109cb8a3ea2 -> trunk/d0a9629435aaceb5acbf31aad70f2109cb8a3ea2 2025-07-24T05:34:31.3715856Z * [new tag] trunk/d0c00d9a69df296cdcc659e6e25b1bdc0ac5317c -> trunk/d0c00d9a69df296cdcc659e6e25b1bdc0ac5317c 2025-07-24T05:34:31.3716677Z * [new tag] trunk/d0cfa3e5bf662b72068e26e06a1a5c2e640ce8d9 -> trunk/d0cfa3e5bf662b72068e26e06a1a5c2e640ce8d9 2025-07-24T05:34:31.3717616Z * [new tag] trunk/d158e9ea82ce3440e2e9a1bbbecae53a79869404 -> trunk/d158e9ea82ce3440e2e9a1bbbecae53a79869404 2025-07-24T05:34:31.3718411Z * [new tag] trunk/d1947a87074c5db2568038878b1948ea3a33cc23 -> trunk/d1947a87074c5db2568038878b1948ea3a33cc23 2025-07-24T05:34:31.3719226Z * [new tag] trunk/d1b4e0fa9a5feb22fc6de1d36dc4c9dac685caed -> trunk/d1b4e0fa9a5feb22fc6de1d36dc4c9dac685caed 2025-07-24T05:34:31.3720042Z * [new tag] trunk/d1c924c68aaf650439c2193f74cfefc9f16076f1 -> trunk/d1c924c68aaf650439c2193f74cfefc9f16076f1 2025-07-24T05:34:31.3720868Z * [new tag] trunk/d26ca5de058dbcf56ac52bb43e84dd98df2ace97 -> trunk/d26ca5de058dbcf56ac52bb43e84dd98df2ace97 2025-07-24T05:34:31.3721695Z * [new tag] trunk/d27d36136ce35d5d6dc3faa818ba840ba61d4357 -> trunk/d27d36136ce35d5d6dc3faa818ba840ba61d4357 2025-07-24T05:34:31.3722502Z * [new tag] trunk/d283fc79b15844ac470b3429b4dac5661621ae5c -> trunk/d283fc79b15844ac470b3429b4dac5661621ae5c 2025-07-24T05:34:31.3723298Z * [new tag] trunk/d293022c477ea3b94a215315793408bcc61440cf -> trunk/d293022c477ea3b94a215315793408bcc61440cf 2025-07-24T05:34:31.3724111Z * [new tag] trunk/d2a2bfcb5867d4920e0a45113861cde6f74857b9 -> trunk/d2a2bfcb5867d4920e0a45113861cde6f74857b9 2025-07-24T05:34:31.3724901Z * [new tag] trunk/d2f06d2b062c9d868a898044bc324547f34c4760 -> trunk/d2f06d2b062c9d868a898044bc324547f34c4760 2025-07-24T05:34:31.3725705Z * [new tag] trunk/d309cd1d502eab8e9cb536876bf5eed88634eb41 -> trunk/d309cd1d502eab8e9cb536876bf5eed88634eb41 2025-07-24T05:34:31.3726516Z * [new tag] trunk/d32deb664a1dfc0e36f0a8d670695046632ebf2a -> trunk/d32deb664a1dfc0e36f0a8d670695046632ebf2a 2025-07-24T05:34:31.3727337Z * [new tag] trunk/d34cee4cf3bdf67621a05315f11014c6e05f1c05 -> trunk/d34cee4cf3bdf67621a05315f11014c6e05f1c05 2025-07-24T05:34:31.3728135Z * [new tag] trunk/d352c28dd176572120dc99f556b29c77b98e7a2b -> trunk/d352c28dd176572120dc99f556b29c77b98e7a2b 2025-07-24T05:34:31.3728938Z * [new tag] trunk/d36afac83b01c3de214db91f3d4b3f447f9a77b7 -> trunk/d36afac83b01c3de214db91f3d4b3f447f9a77b7 2025-07-24T05:34:31.3729766Z * [new tag] trunk/d3d64c6db090ee9be051202e6ac6fd4acd5d3e97 -> trunk/d3d64c6db090ee9be051202e6ac6fd4acd5d3e97 2025-07-24T05:34:31.3730580Z * [new tag] trunk/d3d655ad14ee4cd1c135ac57bbf75d5623fc9fa6 -> trunk/d3d655ad14ee4cd1c135ac57bbf75d5623fc9fa6 2025-07-24T05:34:31.3731399Z * [new tag] trunk/d3d9bc1c312cb8415d504a7af5682e75a97d3541 -> trunk/d3d9bc1c312cb8415d504a7af5682e75a97d3541 2025-07-24T05:34:31.3732301Z * [new tag] trunk/d3da03d6fa02aecd01ff41246def793b8fc630bf -> trunk/d3da03d6fa02aecd01ff41246def793b8fc630bf 2025-07-24T05:34:31.3733113Z * [new tag] trunk/d3efd732348f8a455ca23e7fcae043651e41f65e -> trunk/d3efd732348f8a455ca23e7fcae043651e41f65e 2025-07-24T05:34:31.3733930Z * [new tag] trunk/d3f9107d682d2fb554d09f1f14e81850de793e7a -> trunk/d3f9107d682d2fb554d09f1f14e81850de793e7a 2025-07-24T05:34:31.3734840Z * [new tag] trunk/d40aaa42ee8d7283d8de02c68c5625d67acf668a -> trunk/d40aaa42ee8d7283d8de02c68c5625d67acf668a 2025-07-24T05:34:31.3735644Z * [new tag] trunk/d41f62b7a06c51e4a57df4d58e7a2d86d2faa875 -> trunk/d41f62b7a06c51e4a57df4d58e7a2d86d2faa875 2025-07-24T05:34:31.3948333Z * [new tag] trunk/d42c11819f003a848c782d6090f44bbca11c7d60 -> trunk/d42c11819f003a848c782d6090f44bbca11c7d60 2025-07-24T05:34:31.3949190Z * [new tag] trunk/d42c40976727fed4c9908d4194f26917d0a3da66 -> trunk/d42c40976727fed4c9908d4194f26917d0a3da66 2025-07-24T05:34:31.3950024Z * [new tag] trunk/d43c0bdf46d82806cff195a6d2bfa103ab46dc14 -> trunk/d43c0bdf46d82806cff195a6d2bfa103ab46dc14 2025-07-24T05:34:31.3951138Z * [new tag] trunk/d4ad28042993dd09c80775d7fc5756fb4d13fdd4 -> trunk/d4ad28042993dd09c80775d7fc5756fb4d13fdd4 2025-07-24T05:34:31.3951972Z * [new tag] trunk/d4d0ede6bacb4b3b33c0e4aa4cb0e79d34e697ec -> trunk/d4d0ede6bacb4b3b33c0e4aa4cb0e79d34e697ec 2025-07-24T05:34:31.3952794Z * [new tag] trunk/d512584718838876ae14b32bb53cd836a1ceccae -> trunk/d512584718838876ae14b32bb53cd836a1ceccae 2025-07-24T05:34:31.3953588Z * [new tag] trunk/d55dc00f8479699f454e91c779b53e2a16cffc21 -> trunk/d55dc00f8479699f454e91c779b53e2a16cffc21 2025-07-24T05:34:31.3954369Z * [new tag] trunk/d56f11a1f275f2dc037cd5099b70240745990693 -> trunk/d56f11a1f275f2dc037cd5099b70240745990693 2025-07-24T05:34:31.3955165Z * [new tag] trunk/d5781c8d21b3dca35715a093ba52c5698551ad9b -> trunk/d5781c8d21b3dca35715a093ba52c5698551ad9b 2025-07-24T05:34:31.3955968Z * [new tag] trunk/d58ed04d89c34c6930d0f28be351c53db407078f -> trunk/d58ed04d89c34c6930d0f28be351c53db407078f 2025-07-24T05:34:31.3956829Z * [new tag] trunk/d59ed21d0fdcbb34b5c4b121a3b49ae64d8da367 -> trunk/d59ed21d0fdcbb34b5c4b121a3b49ae64d8da367 2025-07-24T05:34:31.3957681Z * [new tag] trunk/d5a29fc58a0f974871841075072164f852c61b65 -> trunk/d5a29fc58a0f974871841075072164f852c61b65 2025-07-24T05:34:31.3958459Z * [new tag] trunk/d5a89178b05db3124f16c733e9b00f8c5c4ab038 -> trunk/d5a89178b05db3124f16c733e9b00f8c5c4ab038 2025-07-24T05:34:31.3959276Z * [new tag] trunk/d5af0eca8def9a4ae1af69638de3983f3bec778c -> trunk/d5af0eca8def9a4ae1af69638de3983f3bec778c 2025-07-24T05:34:31.3960080Z * [new tag] trunk/d5b4a329607514b30944c7682efcf79cf8950ed3 -> trunk/d5b4a329607514b30944c7682efcf79cf8950ed3 2025-07-24T05:34:31.3960850Z * [new tag] trunk/d5d14ee823e70224a154884a5c2912643d648094 -> trunk/d5d14ee823e70224a154884a5c2912643d648094 2025-07-24T05:34:31.3961641Z * [new tag] trunk/d5e6f4209424b96237ea5468dd47899e1124dfcb -> trunk/d5e6f4209424b96237ea5468dd47899e1124dfcb 2025-07-24T05:34:31.3962464Z * [new tag] trunk/d6237721c074484ea5e72fc05614587886e57fd6 -> trunk/d6237721c074484ea5e72fc05614587886e57fd6 2025-07-24T05:34:31.3963317Z * [new tag] trunk/d632cf2cc9aac8ab0e03d1537982265e42be95e5 -> trunk/d632cf2cc9aac8ab0e03d1537982265e42be95e5 2025-07-24T05:34:31.3964141Z * [new tag] trunk/d66b4bcc3f89ac6b9d2ccfd4cb01b0aa85d4e3fd -> trunk/d66b4bcc3f89ac6b9d2ccfd4cb01b0aa85d4e3fd 2025-07-24T05:34:31.3964951Z * [new tag] trunk/d6ee5144cab20141c8e0cf48856a90a6517753f1 -> trunk/d6ee5144cab20141c8e0cf48856a90a6517753f1 2025-07-24T05:34:31.3965759Z * [new tag] trunk/d75d30eeb610b164e69d0678a2e2b2dea81eec0f -> trunk/d75d30eeb610b164e69d0678a2e2b2dea81eec0f 2025-07-24T05:34:31.3966558Z * [new tag] trunk/d76323d41742cbc05ec6857319b267d2c7ea8fd9 -> trunk/d76323d41742cbc05ec6857319b267d2c7ea8fd9 2025-07-24T05:34:31.3967330Z * [new tag] trunk/d79651571fb082a7a20631059563ecdf9d11b7e6 -> trunk/d79651571fb082a7a20631059563ecdf9d11b7e6 2025-07-24T05:34:31.3968277Z * [new tag] trunk/d797038ea9f3951c7602e8710f4866f73d7e7acd -> trunk/d797038ea9f3951c7602e8710f4866f73d7e7acd 2025-07-24T05:34:31.3969112Z * [new tag] trunk/d7e1b8b11d7430c7633dcad6f6596b5df8fa02f7 -> trunk/d7e1b8b11d7430c7633dcad6f6596b5df8fa02f7 2025-07-24T05:34:31.3969929Z * [new tag] trunk/d7e3c9ce8289f26704b140e68dac2849df750040 -> trunk/d7e3c9ce8289f26704b140e68dac2849df750040 2025-07-24T05:34:31.3970723Z * [new tag] trunk/d7e657da358d6d393e2105f94f1312fb969654a2 -> trunk/d7e657da358d6d393e2105f94f1312fb969654a2 2025-07-24T05:34:31.3971516Z * [new tag] trunk/d83ff89d3bf54ecc95d441411ecbf07831cc0e5a -> trunk/d83ff89d3bf54ecc95d441411ecbf07831cc0e5a 2025-07-24T05:34:31.3972437Z * [new tag] trunk/d8425e9c7504dc932c82bed165160a7a055c70f0 -> trunk/d8425e9c7504dc932c82bed165160a7a055c70f0 2025-07-24T05:34:31.3973333Z * [new tag] trunk/d846e213553621cb4581f1f36ac0023e528ddb65 -> trunk/d846e213553621cb4581f1f36ac0023e528ddb65 2025-07-24T05:34:31.3974238Z * [new tag] trunk/d84efde3f02bdc4780e5c9ec43f9c515c744e9be -> trunk/d84efde3f02bdc4780e5c9ec43f9c515c744e9be 2025-07-24T05:34:31.3975067Z * [new tag] trunk/d859e65826d511f8379db4a8c4109417e26e0772 -> trunk/d859e65826d511f8379db4a8c4109417e26e0772 2025-07-24T05:34:31.4161930Z * [new tag] trunk/d898d0d437bfdc0719e6c69d5005606c5e64fca8 -> trunk/d898d0d437bfdc0719e6c69d5005606c5e64fca8 2025-07-24T05:34:31.4162828Z * [new tag] trunk/d89f30ad45b9d4bfe5cf5ab441b53e849e55df7b -> trunk/d89f30ad45b9d4bfe5cf5ab441b53e849e55df7b 2025-07-24T05:34:31.4163668Z * [new tag] trunk/d8b084312b54e97bdbaf6a178fe2fc628a23243b -> trunk/d8b084312b54e97bdbaf6a178fe2fc628a23243b 2025-07-24T05:34:31.4164520Z * [new tag] trunk/d8bb5ac260dd81f75c8add6eadd8ce11e62be1a3 -> trunk/d8bb5ac260dd81f75c8add6eadd8ce11e62be1a3 2025-07-24T05:34:31.4165363Z * [new tag] trunk/d9426a81d2ab54f809a3b32a6ab2e606073fe66f -> trunk/d9426a81d2ab54f809a3b32a6ab2e606073fe66f 2025-07-24T05:34:31.4166179Z * [new tag] trunk/d9577df312d477e8fa5b9d7bc61fb1f2c07b8e48 -> trunk/d9577df312d477e8fa5b9d7bc61fb1f2c07b8e48 2025-07-24T05:34:31.4166999Z * [new tag] trunk/d96dec84151dfdea1aa2bf568deebdc182214f45 -> trunk/d96dec84151dfdea1aa2bf568deebdc182214f45 2025-07-24T05:34:31.4167984Z * [new tag] trunk/d9799a2ee7adb9d15f7a2d47ee17fc39c588af60 -> trunk/d9799a2ee7adb9d15f7a2d47ee17fc39c588af60 2025-07-24T05:34:31.4168790Z * [new tag] trunk/d984143a74e5e726e2be35f6531582aab45bcf4c -> trunk/d984143a74e5e726e2be35f6531582aab45bcf4c 2025-07-24T05:34:31.4169605Z * [new tag] trunk/d98fa4a1033079ae19591aff5c3c354617bff482 -> trunk/d98fa4a1033079ae19591aff5c3c354617bff482 2025-07-24T05:34:31.4170418Z * [new tag] trunk/d99cac28160428a8b006890abffaaa0754bd28e1 -> trunk/d99cac28160428a8b006890abffaaa0754bd28e1 2025-07-24T05:34:31.4171223Z * [new tag] trunk/d9b8369f3976e89eef96c903dfede746fb438f63 -> trunk/d9b8369f3976e89eef96c903dfede746fb438f63 2025-07-24T05:34:31.4172103Z * [new tag] trunk/da05b7fb94fa6382c43e165a525a76d8ae62cadd -> trunk/da05b7fb94fa6382c43e165a525a76d8ae62cadd 2025-07-24T05:34:31.4172929Z * [new tag] trunk/da1f337bc43ce2d720aca1349f9c09712e037382 -> trunk/da1f337bc43ce2d720aca1349f9c09712e037382 2025-07-24T05:34:31.4173749Z * [new tag] trunk/da1f8980dfd646f14dc33bf0bc70fcb4d09096b3 -> trunk/da1f8980dfd646f14dc33bf0bc70fcb4d09096b3 2025-07-24T05:34:31.4174573Z * [new tag] trunk/da4c7b4cedbaaf10754cca34cf5b052d9e880e6a -> trunk/da4c7b4cedbaaf10754cca34cf5b052d9e880e6a 2025-07-24T05:34:31.4175389Z * [new tag] trunk/da4e7c77a12746b0806a63af58d7c913ed241f55 -> trunk/da4e7c77a12746b0806a63af58d7c913ed241f55 2025-07-24T05:34:31.4176366Z * [new tag] trunk/da50835bdebd43275e0be4b1362e1bb92b568e72 -> trunk/da50835bdebd43275e0be4b1362e1bb92b568e72 2025-07-24T05:34:31.4177173Z * [new tag] trunk/da910e603a764c1f935dd0409b4c18bd84b1f045 -> trunk/da910e603a764c1f935dd0409b4c18bd84b1f045 2025-07-24T05:34:31.4177972Z * [new tag] trunk/da94023b0205bf98c3da366f2f86e0a443f4db17 -> trunk/da94023b0205bf98c3da366f2f86e0a443f4db17 2025-07-24T05:34:31.4178901Z * [new tag] trunk/dabb55baff2292ddd7728882b4e2113b8cb9e23b -> trunk/dabb55baff2292ddd7728882b4e2113b8cb9e23b 2025-07-24T05:34:31.4179710Z * [new tag] trunk/db01f1032ff133dc7cc3097b76bfb1b73ff533ce -> trunk/db01f1032ff133dc7cc3097b76bfb1b73ff533ce 2025-07-24T05:34:31.4180512Z * [new tag] trunk/db188503cb705230664c94d8b3a85165a00d632d -> trunk/db188503cb705230664c94d8b3a85165a00d632d 2025-07-24T05:34:31.4181435Z * [new tag] trunk/db491825e05e8bed9c7ed5d9fdd6ce206ab3167c -> trunk/db491825e05e8bed9c7ed5d9fdd6ce206ab3167c 2025-07-24T05:34:31.4182241Z * [new tag] trunk/db5970c1a67968f3b76d204d75789021d4304337 -> trunk/db5970c1a67968f3b76d204d75789021d4304337 2025-07-24T05:34:31.4183045Z * [new tag] trunk/dbec08bc1cc9113c13652128a4ddcfcf2426a8c0 -> trunk/dbec08bc1cc9113c13652128a4ddcfcf2426a8c0 2025-07-24T05:34:31.4183867Z * [new tag] trunk/dbf7d421dabced2335d17c7d7e57c1770f2f12c0 -> trunk/dbf7d421dabced2335d17c7d7e57c1770f2f12c0 2025-07-24T05:34:31.4184686Z * [new tag] trunk/dc5e8f7999cccb51efcf0f5fe197a740a918c73d -> trunk/dc5e8f7999cccb51efcf0f5fe197a740a918c73d 2025-07-24T05:34:31.4185609Z * [new tag] trunk/dcb97cd519e4e4974bc3bd4960512b557216f3e6 -> trunk/dcb97cd519e4e4974bc3bd4960512b557216f3e6 2025-07-24T05:34:31.4186422Z * [new tag] trunk/dd0adc9386226fdbfb1ddaf0c1e74de54dfbc83e -> trunk/dd0adc9386226fdbfb1ddaf0c1e74de54dfbc83e 2025-07-24T05:34:31.4187253Z * [new tag] trunk/dd1b6621bc04a37b60ac304d913a3c838b0b1e4d -> trunk/dd1b6621bc04a37b60ac304d913a3c838b0b1e4d 2025-07-24T05:34:31.4188072Z * [new tag] trunk/dd3e7170c20cade9a308900aa4df46ab7656d253 -> trunk/dd3e7170c20cade9a308900aa4df46ab7656d253 2025-07-24T05:34:31.4463037Z * [new tag] trunk/dd41a3907cde3ce19fb69bd79c4055233a1e28d3 -> trunk/dd41a3907cde3ce19fb69bd79c4055233a1e28d3 2025-07-24T05:34:31.4463921Z * [new tag] trunk/dd78d6e7eaecf0aa5317076a721bc719c96b41f8 -> trunk/dd78d6e7eaecf0aa5317076a721bc719c96b41f8 2025-07-24T05:34:31.4464743Z * [new tag] trunk/dd93883231226576220a8ec0fa266c9e22eae82c -> trunk/dd93883231226576220a8ec0fa266c9e22eae82c 2025-07-24T05:34:31.4465534Z * [new tag] trunk/ddbecdfb663172512875db4a873d8a4913a9ac83 -> trunk/ddbecdfb663172512875db4a873d8a4913a9ac83 2025-07-24T05:34:31.4466400Z * [new tag] trunk/ddd74d10fcc3e51b9df438faec95f8f207cb1c37 -> trunk/ddd74d10fcc3e51b9df438faec95f8f207cb1c37 2025-07-24T05:34:31.4468274Z * [new tag] trunk/ddf502c988133835a89959bef945bf9c5f06b428 -> trunk/ddf502c988133835a89959bef945bf9c5f06b428 2025-07-24T05:34:31.4469073Z * [new tag] trunk/de1930a4290a27f3f03dd1d3454fb6ef9d12f3ea -> trunk/de1930a4290a27f3f03dd1d3454fb6ef9d12f3ea 2025-07-24T05:34:31.4469892Z * [new tag] trunk/de45c5f673ce261e9a82c54280beeda36cff640e -> trunk/de45c5f673ce261e9a82c54280beeda36cff640e 2025-07-24T05:34:31.4470691Z * [new tag] trunk/dea4864ce08115a0cdc871b84dd3080567d8b5e4 -> trunk/dea4864ce08115a0cdc871b84dd3080567d8b5e4 2025-07-24T05:34:31.4471518Z * [new tag] trunk/dec0d3101c4cb4165bcecd6971fc4ba8ce6dc6ab -> trunk/dec0d3101c4cb4165bcecd6971fc4ba8ce6dc6ab 2025-07-24T05:34:31.4473406Z * [new tag] trunk/df72078fe1339751e702c7511c23b4597d022dcc -> trunk/df72078fe1339751e702c7511c23b4597d022dcc 2025-07-24T05:34:31.4474206Z * [new tag] trunk/dfa2649434f539d7580d38f08890176e73d45158 -> trunk/dfa2649434f539d7580d38f08890176e73d45158 2025-07-24T05:34:31.4475218Z * [new tag] trunk/dfc31b3345d78b0a49d446dcc1957404606a3aa2 -> trunk/dfc31b3345d78b0a49d446dcc1957404606a3aa2 2025-07-24T05:34:31.4476019Z * [new tag] trunk/dfcda613b65499e4b593b5bbb64812d57194858e -> trunk/dfcda613b65499e4b593b5bbb64812d57194858e 2025-07-24T05:34:31.4476848Z * [new tag] trunk/dfdd636cfa06ac70c4aa7ad5ee5e854c46b25a8e -> trunk/dfdd636cfa06ac70c4aa7ad5ee5e854c46b25a8e 2025-07-24T05:34:31.4477683Z * [new tag] trunk/dfef1e44085bb156abc4aff0f34a0b82a4a337b8 -> trunk/dfef1e44085bb156abc4aff0f34a0b82a4a337b8 2025-07-24T05:34:31.4479505Z * [new tag] trunk/e01fde82131c7f0b4c122222694911ee6fab36ca -> trunk/e01fde82131c7f0b4c122222694911ee6fab36ca 2025-07-24T05:34:31.4480464Z * [new tag] trunk/e0447bb5f84dca38e7515d1b1fdea42c647e5acd -> trunk/e0447bb5f84dca38e7515d1b1fdea42c647e5acd 2025-07-24T05:34:31.4481302Z * [new tag] trunk/e071837594f26a3bbaeee11eaa74f3bfd9c998ce -> trunk/e071837594f26a3bbaeee11eaa74f3bfd9c998ce 2025-07-24T05:34:31.4482191Z * [new tag] trunk/e0850123355a919427be3cb02f40c9a9e144fc3c -> trunk/e0850123355a919427be3cb02f40c9a9e144fc3c 2025-07-24T05:34:31.4482998Z * [new tag] trunk/e09d80c545d9f006f9fa28de6144531bb2af33ff -> trunk/e09d80c545d9f006f9fa28de6144531bb2af33ff 2025-07-24T05:34:31.4483855Z * [new tag] trunk/e0ab1b538a646bff0739830d74a8e6ea6bf1eddd -> trunk/e0ab1b538a646bff0739830d74a8e6ea6bf1eddd 2025-07-24T05:34:31.4485685Z * [new tag] trunk/e0ae4ecca87928a96c97fb60cbb36aca0fc182f2 -> trunk/e0ae4ecca87928a96c97fb60cbb36aca0fc182f2 2025-07-24T05:34:31.4486522Z * [new tag] trunk/e0fd48be7d526625cacfd093f3db13506ca9cc17 -> trunk/e0fd48be7d526625cacfd093f3db13506ca9cc17 2025-07-24T05:34:31.4487339Z * [new tag] trunk/e1180c7228ba8c8b16cabf78706d4a67ca189a6b -> trunk/e1180c7228ba8c8b16cabf78706d4a67ca189a6b 2025-07-24T05:34:31.4488173Z * [new tag] trunk/e124a0d88ca2aa04bfaca2dcabf5de6244048e45 -> trunk/e124a0d88ca2aa04bfaca2dcabf5de6244048e45 2025-07-24T05:34:31.4488994Z * [new tag] trunk/e12597090c482ebf1eff7739794667a92cbff657 -> trunk/e12597090c482ebf1eff7739794667a92cbff657 2025-07-24T05:34:31.4490747Z * [new tag] trunk/e15848669f84d3767bfca724a29a6a6dde3308b9 -> trunk/e15848669f84d3767bfca724a29a6a6dde3308b9 2025-07-24T05:34:31.4491555Z * [new tag] trunk/e15ea965a1e84029eb900b93f5776767a39fd91e -> trunk/e15ea965a1e84029eb900b93f5776767a39fd91e 2025-07-24T05:34:31.4492523Z * [new tag] trunk/e15f4248ad2797539f1bf965bd0a3500b8ed15ed -> trunk/e15f4248ad2797539f1bf965bd0a3500b8ed15ed 2025-07-24T05:34:31.4493339Z * [new tag] trunk/e1723098805fcbf3ab7f3d20750fb0665bf65004 -> trunk/e1723098805fcbf3ab7f3d20750fb0665bf65004 2025-07-24T05:34:31.4494149Z * [new tag] trunk/e17538022a81c453276cb27468223ddbe4e3e883 -> trunk/e17538022a81c453276cb27468223ddbe4e3e883 2025-07-24T05:34:31.4494916Z * [new tag] trunk/e1a20988f3724317a7ee79c1777d574a8282a122 -> trunk/e1a20988f3724317a7ee79c1777d574a8282a122 2025-07-24T05:34:31.4759365Z * [new tag] trunk/e1aee86646aa6d1b9cb9d34351e43936401c5efc -> trunk/e1aee86646aa6d1b9cb9d34351e43936401c5efc 2025-07-24T05:34:31.4760229Z * [new tag] trunk/e1db10e05aa720aef1989773adcf48f311bcf920 -> trunk/e1db10e05aa720aef1989773adcf48f311bcf920 2025-07-24T05:34:31.4761074Z * [new tag] trunk/e1f28fe17bc55389fc5a31bad588d22e5ecca722 -> trunk/e1f28fe17bc55389fc5a31bad588d22e5ecca722 2025-07-24T05:34:31.4761943Z * [new tag] trunk/e20784f228abca24ab263cf0f69534667365ecba -> trunk/e20784f228abca24ab263cf0f69534667365ecba 2025-07-24T05:34:31.4762832Z * [new tag] trunk/e2351f2dcf7d300460edb9d0c2eb0ea11cc547c5 -> trunk/e2351f2dcf7d300460edb9d0c2eb0ea11cc547c5 2025-07-24T05:34:31.4763858Z * [new tag] trunk/e25ce0f928bfdd545323fcc2f88209233309bbbc -> trunk/e25ce0f928bfdd545323fcc2f88209233309bbbc 2025-07-24T05:34:31.4764675Z * [new tag] trunk/e265b719bd67f7c0a2b9001daef442a70232dcc8 -> trunk/e265b719bd67f7c0a2b9001daef442a70232dcc8 2025-07-24T05:34:31.4765478Z * [new tag] trunk/e28925aa7566da3ffe4f13dd8d59a6767bf97b2e -> trunk/e28925aa7566da3ffe4f13dd8d59a6767bf97b2e 2025-07-24T05:34:31.4766287Z * [new tag] trunk/e290a4c645e00926f0bfa44488f9f7dbd7cb2d0b -> trunk/e290a4c645e00926f0bfa44488f9f7dbd7cb2d0b 2025-07-24T05:34:31.4767092Z * [new tag] trunk/e2c9d8d6414927ce754bbc40b767edf103cf16da -> trunk/e2c9d8d6414927ce754bbc40b767edf103cf16da 2025-07-24T05:34:31.4768143Z * [new tag] trunk/e2f64eedafc6f0dcad9256ac1f38c0359477679a -> trunk/e2f64eedafc6f0dcad9256ac1f38c0359477679a 2025-07-24T05:34:31.4768957Z * [new tag] trunk/e311886e3d57c83a88b97a084dd0b95d6d1537a8 -> trunk/e311886e3d57c83a88b97a084dd0b95d6d1537a8 2025-07-24T05:34:31.4769737Z * [new tag] trunk/e31f20529276356092b5c63c2920d5b17ca9f4ba -> trunk/e31f20529276356092b5c63c2920d5b17ca9f4ba 2025-07-24T05:34:31.4770530Z * [new tag] trunk/e323d46b617c1552cc0f017ad8ec80189eacf187 -> trunk/e323d46b617c1552cc0f017ad8ec80189eacf187 2025-07-24T05:34:31.4771316Z * [new tag] trunk/e3320965b48d87b7257997c35db722302d923ead -> trunk/e3320965b48d87b7257997c35db722302d923ead 2025-07-24T05:34:31.4772153Z * [new tag] trunk/e3351b3ddff06c90b2786b23312f80fda2ddb4a6 -> trunk/e3351b3ddff06c90b2786b23312f80fda2ddb4a6 2025-07-24T05:34:31.4772974Z * [new tag] trunk/e375d21bb9b0ef6fefe7a8af5a054a17de8c63c9 -> trunk/e375d21bb9b0ef6fefe7a8af5a054a17de8c63c9 2025-07-24T05:34:31.4773894Z * [new tag] trunk/e3977e843de6c9c43be00ee8c67c533debfc0dc9 -> trunk/e3977e843de6c9c43be00ee8c67c533debfc0dc9 2025-07-24T05:34:31.4774723Z * [new tag] trunk/e3afbb03623559fa3fa7ba607c07c86ebed889f0 -> trunk/e3afbb03623559fa3fa7ba607c07c86ebed889f0 2025-07-24T05:34:31.4775531Z * [new tag] trunk/e3b44edfd837199880aed3ec802383617da731f3 -> trunk/e3b44edfd837199880aed3ec802383617da731f3 2025-07-24T05:34:31.4776337Z * [new tag] trunk/e3f2597b4529927b812b443cf8da19b44ed8dea4 -> trunk/e3f2597b4529927b812b443cf8da19b44ed8dea4 2025-07-24T05:34:31.4777119Z * [new tag] trunk/e3f8141c25b7213885f0b7b64f2b0ccc7858be95 -> trunk/e3f8141c25b7213885f0b7b64f2b0ccc7858be95 2025-07-24T05:34:31.4777912Z * [new tag] trunk/e3fe001d9e38153a7797ad25377fdfa34e461113 -> trunk/e3fe001d9e38153a7797ad25377fdfa34e461113 2025-07-24T05:34:31.4778693Z * [new tag] trunk/e40ade5182233f548b25f2732effe3719d16e9ad -> trunk/e40ade5182233f548b25f2732effe3719d16e9ad 2025-07-24T05:34:31.4779600Z * [new tag] trunk/e44e05f7ae3ac81675d4636475f562ee1fee9a9c -> trunk/e44e05f7ae3ac81675d4636475f562ee1fee9a9c 2025-07-24T05:34:31.4780413Z * [new tag] trunk/e466dab164d9236bfe5817ec8e4d24c7b9d3e392 -> trunk/e466dab164d9236bfe5817ec8e4d24c7b9d3e392 2025-07-24T05:34:31.4781204Z * [new tag] trunk/e472daa80963aae389089f9dc324b04261e2a5ef -> trunk/e472daa80963aae389089f9dc324b04261e2a5ef 2025-07-24T05:34:31.4782002Z * [new tag] trunk/e4ae60a413b99688d308794baaa1c685b5c19025 -> trunk/e4ae60a413b99688d308794baaa1c685b5c19025 2025-07-24T05:34:31.4782814Z * [new tag] trunk/e4c17d5e1ccd0e730caef484af291243bc1d9cde -> trunk/e4c17d5e1ccd0e730caef484af291243bc1d9cde 2025-07-24T05:34:31.4783617Z * [new tag] trunk/e4c9f6d9a286bd367ce3a157428f588e267d2630 -> trunk/e4c9f6d9a286bd367ce3a157428f588e267d2630 2025-07-24T05:34:31.4784417Z * [new tag] trunk/e517066f41342f0f01043121dcb8ac6b235ee40c -> trunk/e517066f41342f0f01043121dcb8ac6b235ee40c 2025-07-24T05:34:31.4785423Z * [new tag] trunk/e53ddaf1f6ef3f1d22075ad33a5922fb8b277fe0 -> trunk/e53ddaf1f6ef3f1d22075ad33a5922fb8b277fe0 2025-07-24T05:34:31.4987023Z * [new tag] trunk/e581f015eebf483eb6f19447caf2d2452a602c2f -> trunk/e581f015eebf483eb6f19447caf2d2452a602c2f 2025-07-24T05:34:31.4987898Z * [new tag] trunk/e583b888194c8c74ebbd332c09c394acebbbbcff -> trunk/e583b888194c8c74ebbd332c09c394acebbbbcff 2025-07-24T05:34:31.4988704Z * [new tag] trunk/e5a0b73ce9e7bc489150932b60f673155d6ddc30 -> trunk/e5a0b73ce9e7bc489150932b60f673155d6ddc30 2025-07-24T05:34:31.4989522Z * [new tag] trunk/e5a11971919009b5e5bd050b3ed52e324f1ce894 -> trunk/e5a11971919009b5e5bd050b3ed52e324f1ce894 2025-07-24T05:34:31.4990335Z * [new tag] trunk/e5ea24fb27e0ef5dbb0c4039d88c0f4faa221fef -> trunk/e5ea24fb27e0ef5dbb0c4039d88c0f4faa221fef 2025-07-24T05:34:31.4991345Z * [new tag] trunk/e5ed267f830ce9fc6579f928082e563fbed37e3f -> trunk/e5ed267f830ce9fc6579f928082e563fbed37e3f 2025-07-24T05:34:31.4992185Z * [new tag] trunk/e5edd013ab418b8b3609cb3cb1df3804b69d8eef -> trunk/e5edd013ab418b8b3609cb3cb1df3804b69d8eef 2025-07-24T05:34:31.4992998Z * [new tag] trunk/e5f6ffd8109bee99416d9b127f961ab0e253a1c2 -> trunk/e5f6ffd8109bee99416d9b127f961ab0e253a1c2 2025-07-24T05:34:31.4993811Z * [new tag] trunk/e600e044a770d29d1fe5d9638b274a7d4f22f969 -> trunk/e600e044a770d29d1fe5d9638b274a7d4f22f969 2025-07-24T05:34:31.4994615Z * [new tag] trunk/e6252f62efa5e6e4ab0d56967d7461f1e8a7eb7c -> trunk/e6252f62efa5e6e4ab0d56967d7461f1e8a7eb7c 2025-07-24T05:34:31.4995511Z * [new tag] trunk/e694280d1215caf70f41575f2611bfa26c69ebdb -> trunk/e694280d1215caf70f41575f2611bfa26c69ebdb 2025-07-24T05:34:31.4996377Z * [new tag] trunk/e6d71f37896e99ced7daf9ee43a30c0ec03d60f2 -> trunk/e6d71f37896e99ced7daf9ee43a30c0ec03d60f2 2025-07-24T05:34:31.4997198Z * [new tag] trunk/e6d8ed02cbeabe961d1a5303973a6d89ee851736 -> trunk/e6d8ed02cbeabe961d1a5303973a6d89ee851736 2025-07-24T05:34:31.4998019Z * [new tag] trunk/e6ed4074e8411000eea2f0de0c0829d909e4701f -> trunk/e6ed4074e8411000eea2f0de0c0829d909e4701f 2025-07-24T05:34:31.4998812Z * [new tag] trunk/e71bb021b9553ddc2db6cb8ea7bf8643552f09fc -> trunk/e71bb021b9553ddc2db6cb8ea7bf8643552f09fc 2025-07-24T05:34:31.4999682Z * [new tag] trunk/e7698ff5cf40729d11df6c32c6df0a163e5d0ce0 -> trunk/e7698ff5cf40729d11df6c32c6df0a163e5d0ce0 2025-07-24T05:34:31.5000488Z * [new tag] trunk/e78f2ac92b709a060aa323d6e527ec2ecc36fb93 -> trunk/e78f2ac92b709a060aa323d6e527ec2ecc36fb93 2025-07-24T05:34:31.5001278Z * [new tag] trunk/e7a66166ce5294a52bf3966aef49562f94343475 -> trunk/e7a66166ce5294a52bf3966aef49562f94343475 2025-07-24T05:34:31.5002084Z * [new tag] trunk/e7da21806fbc96d47ac03ea8f6507deb0ab48481 -> trunk/e7da21806fbc96d47ac03ea8f6507deb0ab48481 2025-07-24T05:34:31.5002892Z * [new tag] trunk/e8217ad8becd2b297682c685a9179997cb0a98cc -> trunk/e8217ad8becd2b297682c685a9179997cb0a98cc 2025-07-24T05:34:31.5003688Z * [new tag] trunk/e882c761dd2bd2f32d1ac5b6f846c9951564e9e7 -> trunk/e882c761dd2bd2f32d1ac5b6f846c9951564e9e7 2025-07-24T05:34:31.5004491Z * [new tag] trunk/e895e9689c625cbcd8f46880115e0d093713fa37 -> trunk/e895e9689c625cbcd8f46880115e0d093713fa37 2025-07-24T05:34:31.5005277Z * [new tag] trunk/e8af168ee09243dd2179ae1cc5c9e8330e2f5614 -> trunk/e8af168ee09243dd2179ae1cc5c9e8330e2f5614 2025-07-24T05:34:31.5006097Z * [new tag] trunk/e8b3dfa7c0b6d74fc84714dbb79cb6a8bad43ae7 -> trunk/e8b3dfa7c0b6d74fc84714dbb79cb6a8bad43ae7 2025-07-24T05:34:31.5006917Z * [new tag] trunk/e8bfce9a43960f417a36636a0e7f6a58b7dc56d2 -> trunk/e8bfce9a43960f417a36636a0e7f6a58b7dc56d2 2025-07-24T05:34:31.5007718Z * [new tag] trunk/e8cf5ff5641c1ce4c3046a85df55b15eaaea38b2 -> trunk/e8cf5ff5641c1ce4c3046a85df55b15eaaea38b2 2025-07-24T05:34:31.5008668Z * [new tag] trunk/e8d29c45e02402bcb4ae7726abd415bebd441852 -> trunk/e8d29c45e02402bcb4ae7726abd415bebd441852 2025-07-24T05:34:31.5009453Z * [new tag] trunk/e90148c91d3b8a759db558374c8539e47338926b -> trunk/e90148c91d3b8a759db558374c8539e47338926b 2025-07-24T05:34:31.5010263Z * [new tag] trunk/e92e3eaf4eb815ea28db9a5af9d9ee48c3f7be3f -> trunk/e92e3eaf4eb815ea28db9a5af9d9ee48c3f7be3f 2025-07-24T05:34:31.5011072Z * [new tag] trunk/e9367a7a4288e626f01fada3912d68756f1ca6d3 -> trunk/e9367a7a4288e626f01fada3912d68756f1ca6d3 2025-07-24T05:34:31.5012100Z * [new tag] trunk/e959dd017d7dcd7c6351c9ef303f3667aebe11f5 -> trunk/e959dd017d7dcd7c6351c9ef303f3667aebe11f5 2025-07-24T05:34:31.5013013Z * [new tag] trunk/e95e8eed0a96f024dc84012494f465b34eae9d22 -> trunk/e95e8eed0a96f024dc84012494f465b34eae9d22 2025-07-24T05:34:31.5013828Z * [new tag] trunk/e96f530af5bf8ceaeaa87ec7f4651490a25bce07 -> trunk/e96f530af5bf8ceaeaa87ec7f4651490a25bce07 2025-07-24T05:34:31.5202041Z * [new tag] trunk/e98dd95446e009ace1722498effbf32250d623e4 -> trunk/e98dd95446e009ace1722498effbf32250d623e4 2025-07-24T05:34:31.5202884Z * [new tag] trunk/e99a2a2dba90c9b6276219104bc99aff2f67e2f7 -> trunk/e99a2a2dba90c9b6276219104bc99aff2f67e2f7 2025-07-24T05:34:31.5203694Z * [new tag] trunk/e99cc126a4f4bd5233ff363f27d14a0fff4b4392 -> trunk/e99cc126a4f4bd5233ff363f27d14a0fff4b4392 2025-07-24T05:34:31.5204504Z * [new tag] trunk/e9fdaf8701b599fd943bb899639b5e8a4966b3c3 -> trunk/e9fdaf8701b599fd943bb899639b5e8a4966b3c3 2025-07-24T05:34:31.5205337Z * [new tag] trunk/ea23eb4b98ae8af40f0c38538a9e63f1b0dc40e2 -> trunk/ea23eb4b98ae8af40f0c38538a9e63f1b0dc40e2 2025-07-24T05:34:31.5206175Z * [new tag] trunk/ea37f720995616d8570045c63486198a021f8285 -> trunk/ea37f720995616d8570045c63486198a021f8285 2025-07-24T05:34:31.5207037Z * [new tag] trunk/ea5b06ed5bc0e84f0d6a88a5b2b12ce71db78ac6 -> trunk/ea5b06ed5bc0e84f0d6a88a5b2b12ce71db78ac6 2025-07-24T05:34:31.5207847Z * [new tag] trunk/ea74fdd24aa7d98433231f4a3d75cfd241d8720e -> trunk/ea74fdd24aa7d98433231f4a3d75cfd241d8720e 2025-07-24T05:34:31.5208664Z * [new tag] trunk/eab45643f22e58ee12d95d8b0162d51ca0a50801 -> trunk/eab45643f22e58ee12d95d8b0162d51ca0a50801 2025-07-24T05:34:31.5209466Z * [new tag] trunk/eabf7cd3c552e6c17321a63d7e5a19da92909910 -> trunk/eabf7cd3c552e6c17321a63d7e5a19da92909910 2025-07-24T05:34:31.5210264Z * [new tag] trunk/eac777c4f46b381106f2f2b78fe05b506f8c558c -> trunk/eac777c4f46b381106f2f2b78fe05b506f8c558c 2025-07-24T05:34:31.5211081Z * [new tag] trunk/eaceb243df6fc17a37a2c1d9f8775d1561a0f67c -> trunk/eaceb243df6fc17a37a2c1d9f8775d1561a0f67c 2025-07-24T05:34:31.5211991Z * [new tag] trunk/ead80f3202b23ad16daa3a250754ddb91d64e9f8 -> trunk/ead80f3202b23ad16daa3a250754ddb91d64e9f8 2025-07-24T05:34:31.5212852Z * [new tag] trunk/eaf32fffb7e83b5331951b254ad213ceb2ae72f8 -> trunk/eaf32fffb7e83b5331951b254ad213ceb2ae72f8 2025-07-24T05:34:31.5213675Z * [new tag] trunk/eaf704914eb63efffafeb402633f76f2cd521ef4 -> trunk/eaf704914eb63efffafeb402633f76f2cd521ef4 2025-07-24T05:34:31.5214514Z * [new tag] trunk/eb152ab1dd9eafc777b6642bb141ab1b8376359a -> trunk/eb152ab1dd9eafc777b6642bb141ab1b8376359a 2025-07-24T05:34:31.5215323Z * [new tag] trunk/eb2af14f8e75c22c0a2fcf407005d2e8173d0df5 -> trunk/eb2af14f8e75c22c0a2fcf407005d2e8173d0df5 2025-07-24T05:34:31.5216149Z * [new tag] trunk/eb331b59fedb7f70229ca491029f2f7f27bbff54 -> trunk/eb331b59fedb7f70229ca491029f2f7f27bbff54 2025-07-24T05:34:31.5216960Z * [new tag] trunk/eb4cf59ecdf69dd53805a37525a7f750c8f1e0dd -> trunk/eb4cf59ecdf69dd53805a37525a7f750c8f1e0dd 2025-07-24T05:34:31.5217976Z * [new tag] trunk/eb7365072315be2bc4259114e25e269801441748 -> trunk/eb7365072315be2bc4259114e25e269801441748 2025-07-24T05:34:31.5218814Z * [new tag] trunk/eb9efb37c8f315f1d30e86d5797490c6a8666889 -> trunk/eb9efb37c8f315f1d30e86d5797490c6a8666889 2025-07-24T05:34:31.5219618Z * [new tag] trunk/eba5fc91ac924a7a05569c33b0f90f0faf22696d -> trunk/eba5fc91ac924a7a05569c33b0f90f0faf22696d 2025-07-24T05:34:31.5220432Z * [new tag] trunk/ebab2799423987a16975ab07ee49dd944e5315e6 -> trunk/ebab2799423987a16975ab07ee49dd944e5315e6 2025-07-24T05:34:31.5221220Z * [new tag] trunk/ebb032a2025684ebc3e1824bef635ef3548366d1 -> trunk/ebb032a2025684ebc3e1824bef635ef3548366d1 2025-07-24T05:34:31.5222130Z * [new tag] trunk/ebf83b8b7772632c0558db9a88281ee10ff2df38 -> trunk/ebf83b8b7772632c0558db9a88281ee10ff2df38 2025-07-24T05:34:31.5222928Z * [new tag] trunk/ec0276103fc023b93c6eb17639d4605656ea4f10 -> trunk/ec0276103fc023b93c6eb17639d4605656ea4f10 2025-07-24T05:34:31.5223826Z * [new tag] trunk/ec08eb8ba22e66b113e4f2aba1f6afb738f9d861 -> trunk/ec08eb8ba22e66b113e4f2aba1f6afb738f9d861 2025-07-24T05:34:31.5224647Z * [new tag] trunk/ec0b5389619eec7d62ae8321407ce436b2593673 -> trunk/ec0b5389619eec7d62ae8321407ce436b2593673 2025-07-24T05:34:31.5225442Z * [new tag] trunk/ec816d73b4c8f74a14e275891939de6cfd6891b6 -> trunk/ec816d73b4c8f74a14e275891939de6cfd6891b6 2025-07-24T05:34:31.5226238Z * [new tag] trunk/ecd73c58eeaf7e919316f9b9596f8c677af96c66 -> trunk/ecd73c58eeaf7e919316f9b9596f8c677af96c66 2025-07-24T05:34:31.5227053Z * [new tag] trunk/ed03492238c9ef76f5c1df6cfa54da83a2a384e1 -> trunk/ed03492238c9ef76f5c1df6cfa54da83a2a384e1 2025-07-24T05:34:31.5227848Z * [new tag] trunk/ed051c308464904e07d33c39524b3931dc8c947a -> trunk/ed051c308464904e07d33c39524b3931dc8c947a 2025-07-24T05:34:31.5434162Z * [new tag] trunk/ed508cc0182b923789555d4e1ec1f8b23707b7db -> trunk/ed508cc0182b923789555d4e1ec1f8b23707b7db 2025-07-24T05:34:31.5435020Z * [new tag] trunk/ed5d6d2a200a0f03b164053322341bb10acc051d -> trunk/ed5d6d2a200a0f03b164053322341bb10acc051d 2025-07-24T05:34:31.5435821Z * [new tag] trunk/ed661a5f11de116539f70882f4f59a61d5e3e209 -> trunk/ed661a5f11de116539f70882f4f59a61d5e3e209 2025-07-24T05:34:31.5437652Z * [new tag] trunk/ed6ae20cf0e31d49d54177251293267205e24021 -> trunk/ed6ae20cf0e31d49d54177251293267205e24021 2025-07-24T05:34:31.5438457Z * [new tag] trunk/ed6df0e324233fda094e3c1cb4de4009d1ba2413 -> trunk/ed6df0e324233fda094e3c1cb4de4009d1ba2413 2025-07-24T05:34:31.5439282Z * [new tag] trunk/ed911747c2a56cf84d648d677403d5bf6b2ebd0b -> trunk/ed911747c2a56cf84d648d677403d5bf6b2ebd0b 2025-07-24T05:34:31.5440095Z * [new tag] trunk/eda0a9cc90b9a63127a49d617329f98b6404e90d -> trunk/eda0a9cc90b9a63127a49d617329f98b6404e90d 2025-07-24T05:34:31.5440920Z * [new tag] trunk/edb92e16ba9ad12bd51c4f73389556e163e9cc08 -> trunk/edb92e16ba9ad12bd51c4f73389556e163e9cc08 2025-07-24T05:34:31.5441729Z * [new tag] trunk/edd45f3a020f892c17672cc2d08f64cb960006ad -> trunk/edd45f3a020f892c17672cc2d08f64cb960006ad 2025-07-24T05:34:31.5443539Z * [new tag] trunk/edd9c09e73aaa8d1a1667fa7ea5a337aa31fa6ec -> trunk/edd9c09e73aaa8d1a1667fa7ea5a337aa31fa6ec 2025-07-24T05:34:31.5444370Z * [new tag] trunk/eddddea9087a8840ce5ae1bbb3c6f59556d7c0f0 -> trunk/eddddea9087a8840ce5ae1bbb3c6f59556d7c0f0 2025-07-24T05:34:31.5445196Z * [new tag] trunk/ede6ead8cd8e925cb093f2b3016342e645bd728d -> trunk/ede6ead8cd8e925cb093f2b3016342e645bd728d 2025-07-24T05:34:31.5446024Z * [new tag] trunk/edf7bb4f514220f96ddfa646ae6e9e930a305ec1 -> trunk/edf7bb4f514220f96ddfa646ae6e9e930a305ec1 2025-07-24T05:34:31.5448857Z * [new tag] trunk/ee0992871c99fc6a1e19eb839ab65391a168d2f8 -> trunk/ee0992871c99fc6a1e19eb839ab65391a168d2f8 2025-07-24T05:34:31.5449677Z * [new tag] trunk/ee4d343499c80be16a58d5ac604da6e2130cd94d -> trunk/ee4d343499c80be16a58d5ac604da6e2130cd94d 2025-07-24T05:34:31.5450498Z * [new tag] trunk/ee56e9f8a8202bfa02c2d9ae3cfa07d4a41ab567 -> trunk/ee56e9f8a8202bfa02c2d9ae3cfa07d4a41ab567 2025-07-24T05:34:31.5451320Z * [new tag] trunk/ee5a434f8ce96a8f13b8c655356222137483c4db -> trunk/ee5a434f8ce96a8f13b8c655356222137483c4db 2025-07-24T05:34:31.5452189Z * [new tag] trunk/ee5c2908cbfcbda6e8a5737d9939d36ba417d627 -> trunk/ee5c2908cbfcbda6e8a5737d9939d36ba417d627 2025-07-24T05:34:31.5453147Z * [new tag] trunk/ee72338f0ca91df825306cb9f780b0274c07e9ae -> trunk/ee72338f0ca91df825306cb9f780b0274c07e9ae 2025-07-24T05:34:31.5454988Z * [new tag] trunk/ee9ac36c2316f430c4de2a0982bde3cb8087cbe7 -> trunk/ee9ac36c2316f430c4de2a0982bde3cb8087cbe7 2025-07-24T05:34:31.5455826Z * [new tag] trunk/eea3bcb3d146f16a8f8c91a9e2a8f1b76c5917f4 -> trunk/eea3bcb3d146f16a8f8c91a9e2a8f1b76c5917f4 2025-07-24T05:34:31.5456652Z * [new tag] trunk/eeaefa133694811aac1fd215bcae2e7f1e098d1d -> trunk/eeaefa133694811aac1fd215bcae2e7f1e098d1d 2025-07-24T05:34:31.5457483Z * [new tag] trunk/eeb0783fe6357fd59a91b65c5dba0a00b21506b7 -> trunk/eeb0783fe6357fd59a91b65c5dba0a00b21506b7 2025-07-24T05:34:31.5458416Z * [new tag] trunk/eecaa0bbc6a39c89366f9ec97797479c27f6d760 -> trunk/eecaa0bbc6a39c89366f9ec97797479c27f6d760 2025-07-24T05:34:31.5460218Z * [new tag] trunk/eeda1a75ace75ce8a6763050fb91d236a6d3287b -> trunk/eeda1a75ace75ce8a6763050fb91d236a6d3287b 2025-07-24T05:34:31.5461051Z * [new tag] trunk/eef253d9f6fc8b9774d199889a817f50e89572c2 -> trunk/eef253d9f6fc8b9774d199889a817f50e89572c2 2025-07-24T05:34:31.5461859Z * [new tag] trunk/ef256ad17b7b4fd9b79c4b580b4023f2c50eef11 -> trunk/ef256ad17b7b4fd9b79c4b580b4023f2c50eef11 2025-07-24T05:34:31.5462671Z * [new tag] trunk/ef38edb2847c87702db7c3a7c71413eb59f40b2b -> trunk/ef38edb2847c87702db7c3a7c71413eb59f40b2b 2025-07-24T05:34:31.5463483Z * [new tag] trunk/ef4cca2d79eba61441da46906b30f8f6165cc455 -> trunk/ef4cca2d79eba61441da46906b30f8f6165cc455 2025-07-24T05:34:31.5464291Z * [new tag] trunk/ef6d2cee7a93c1e8f52a7595b6f630d0fcd83692 -> trunk/ef6d2cee7a93c1e8f52a7595b6f630d0fcd83692 2025-07-24T05:34:31.5466080Z * [new tag] trunk/ef6dfa06a9ff84bf04b0d83cfab4cb396a508a0e -> trunk/ef6dfa06a9ff84bf04b0d83cfab4cb396a508a0e 2025-07-24T05:34:31.5466898Z * [new tag] trunk/ef97bd47131423e0819b293dc227b62d0c376023 -> trunk/ef97bd47131423e0819b293dc227b62d0c376023 2025-07-24T05:34:31.5467715Z * [new tag] trunk/efbf07e7ea46c33c936cac882eb1c8b782d1d070 -> trunk/efbf07e7ea46c33c936cac882eb1c8b782d1d070 2025-07-24T05:34:31.5686784Z * [new tag] trunk/effe376db07c7071fa4d704dd0787a394a5eda50 -> trunk/effe376db07c7071fa4d704dd0787a394a5eda50 2025-07-24T05:34:31.5687652Z * [new tag] trunk/f04fd4dc4eaf16557f9212240bdaa8377d51bad1 -> trunk/f04fd4dc4eaf16557f9212240bdaa8377d51bad1 2025-07-24T05:34:31.5688478Z * [new tag] trunk/f096820d0f845f36529fe774cf761d5fc4ad02a8 -> trunk/f096820d0f845f36529fe774cf761d5fc4ad02a8 2025-07-24T05:34:31.5689295Z * [new tag] trunk/f09a484b8164aaadd57a79354f0ccf47733f365e -> trunk/f09a484b8164aaadd57a79354f0ccf47733f365e 2025-07-24T05:34:31.5690112Z * [new tag] trunk/f0b388665efd20c1ec35fc48afb115a0f15116ce -> trunk/f0b388665efd20c1ec35fc48afb115a0f15116ce 2025-07-24T05:34:31.5690962Z * [new tag] trunk/f0bee87eea03f6ded538590e2a073cc62ecd2818 -> trunk/f0bee87eea03f6ded538590e2a073cc62ecd2818 2025-07-24T05:34:31.5692033Z * [new tag] trunk/f10e4430e272e40b5d7dbdc4bfa34e6d7a124aa5 -> trunk/f10e4430e272e40b5d7dbdc4bfa34e6d7a124aa5 2025-07-24T05:34:31.5692844Z * [new tag] trunk/f1331f3f1b43d1848341a0f0da66a13cb05570d0 -> trunk/f1331f3f1b43d1848341a0f0da66a13cb05570d0 2025-07-24T05:34:31.5693664Z * [new tag] trunk/f140fac8dcfa6ec20d594bc4637417a83bc90036 -> trunk/f140fac8dcfa6ec20d594bc4637417a83bc90036 2025-07-24T05:34:31.5694467Z * [new tag] trunk/f151b201236f959e3874b73dde9bfae5e10dae78 -> trunk/f151b201236f959e3874b73dde9bfae5e10dae78 2025-07-24T05:34:31.5695280Z * [new tag] trunk/f154f9b3040369a7979d5de7acb6fe21433eda83 -> trunk/f154f9b3040369a7979d5de7acb6fe21433eda83 2025-07-24T05:34:31.5696087Z * [new tag] trunk/f16053f0c9a09fa337fbf85aaf64f88712b8dcdb -> trunk/f16053f0c9a09fa337fbf85aaf64f88712b8dcdb 2025-07-24T05:34:31.5697020Z * [new tag] trunk/f168cf49a8e2e81dcd4cd3c631325221a4f3faac -> trunk/f168cf49a8e2e81dcd4cd3c631325221a4f3faac 2025-07-24T05:34:31.5697829Z * [new tag] trunk/f179b7198522e6d93bd103efba1a1ebd5a2cf891 -> trunk/f179b7198522e6d93bd103efba1a1ebd5a2cf891 2025-07-24T05:34:31.5698618Z * [new tag] trunk/f17f6581252ff07e75f33fdce0b4248acdb5da0b -> trunk/f17f6581252ff07e75f33fdce0b4248acdb5da0b 2025-07-24T05:34:31.5699438Z * [new tag] trunk/f1f49e56b079bfc73b1b2fb061d150ec787ee716 -> trunk/f1f49e56b079bfc73b1b2fb061d150ec787ee716 2025-07-24T05:34:31.5700249Z * [new tag] trunk/f2b44424a1f3481ddc066e8dd62c0cafa1298e92 -> trunk/f2b44424a1f3481ddc066e8dd62c0cafa1298e92 2025-07-24T05:34:31.5701054Z * [new tag] trunk/f2d70898c6fad6c6e867d9bf60eced6aacfa9782 -> trunk/f2d70898c6fad6c6e867d9bf60eced6aacfa9782 2025-07-24T05:34:31.5701875Z * [new tag] trunk/f2e712ca14dbbb8435427fd536b0dd63994a9265 -> trunk/f2e712ca14dbbb8435427fd536b0dd63994a9265 2025-07-24T05:34:31.5702703Z * [new tag] trunk/f2ecf6145fde55baa8a91e27b6b3489172f0e639 -> trunk/f2ecf6145fde55baa8a91e27b6b3489172f0e639 2025-07-24T05:34:31.5703504Z * [new tag] trunk/f34335bf3373301ba3af3ff8268cd0cd1715bd2e -> trunk/f34335bf3373301ba3af3ff8268cd0cd1715bd2e 2025-07-24T05:34:31.5704311Z * [new tag] trunk/f34ab1628b6798cc62f55260dfad872f5df8fd94 -> trunk/f34ab1628b6798cc62f55260dfad872f5df8fd94 2025-07-24T05:34:31.5705094Z * [new tag] trunk/f3e6c8e834a49f738e329b802b4b10912e33915f -> trunk/f3e6c8e834a49f738e329b802b4b10912e33915f 2025-07-24T05:34:31.5705902Z * [new tag] trunk/f3ec16c26a24bcbdcb96c692e321be1a4464067c -> trunk/f3ec16c26a24bcbdcb96c692e321be1a4464067c 2025-07-24T05:34:31.5706730Z * [new tag] trunk/f402eed4d9515dee5bb9b11a2b157de57a5988c1 -> trunk/f402eed4d9515dee5bb9b11a2b157de57a5988c1 2025-07-24T05:34:31.5707547Z * [new tag] trunk/f40efde2a474ffd77c021686da2f14864d6aeb6d -> trunk/f40efde2a474ffd77c021686da2f14864d6aeb6d 2025-07-24T05:34:31.5708369Z * [new tag] trunk/f41d017aa6ca1bd121cee6e428875b7fd31a7ad0 -> trunk/f41d017aa6ca1bd121cee6e428875b7fd31a7ad0 2025-07-24T05:34:31.5709169Z * [new tag] trunk/f4376cac54978b9d7c859c1e3495a57d72ab9601 -> trunk/f4376cac54978b9d7c859c1e3495a57d72ab9601 2025-07-24T05:34:31.5709960Z * [new tag] trunk/f4406689b8805ed23dfef34c6320bb99ea6d3767 -> trunk/f4406689b8805ed23dfef34c6320bb99ea6d3767 2025-07-24T05:34:31.5710768Z * [new tag] trunk/f44a9eee4778d2a2aafe3a0beeea7a37ab8d380e -> trunk/f44a9eee4778d2a2aafe3a0beeea7a37ab8d380e 2025-07-24T05:34:31.5711580Z * [new tag] trunk/f45f483884ef524f2d8260dcf2b2ba2c203eab2f -> trunk/f45f483884ef524f2d8260dcf2b2ba2c203eab2f 2025-07-24T05:34:31.5712391Z * [new tag] trunk/f45f6e86b9ef3d9c94b87c2240dbe9a07bb9fd3d -> trunk/f45f6e86b9ef3d9c94b87c2240dbe9a07bb9fd3d 2025-07-24T05:34:31.5913569Z * [new tag] trunk/f48a1576606186cf2104c82be367b617912322de -> trunk/f48a1576606186cf2104c82be367b617912322de 2025-07-24T05:34:31.5914629Z * [new tag] trunk/f4d60a68dd2fb9fda92af83df016f4cfe3af00ba -> trunk/f4d60a68dd2fb9fda92af83df016f4cfe3af00ba 2025-07-24T05:34:31.5915454Z * [new tag] trunk/f4d8bc46c7706f872abcb4ec41f0b32207d5d826 -> trunk/f4d8bc46c7706f872abcb4ec41f0b32207d5d826 2025-07-24T05:34:31.5916285Z * [new tag] trunk/f56bfb3030acff03e21d568089f3af9e09ec7cb2 -> trunk/f56bfb3030acff03e21d568089f3af9e09ec7cb2 2025-07-24T05:34:31.5917078Z * [new tag] trunk/f58a680d09e13658a52c6ba05c63c15759846bcc -> trunk/f58a680d09e13658a52c6ba05c63c15759846bcc 2025-07-24T05:34:31.5918939Z * [new tag] trunk/f59c76b5494f83abbb2ca169e13201439396c1aa -> trunk/f59c76b5494f83abbb2ca169e13201439396c1aa 2025-07-24T05:34:31.5920505Z * [new tag] trunk/f5bbaa22536437e9f689db8ee7a5ca472fdf4bd0 -> trunk/f5bbaa22536437e9f689db8ee7a5ca472fdf4bd0 2025-07-24T05:34:31.5921345Z * [new tag] trunk/f5e1b24945cf7852a1425923ca543e1f83be14b1 -> trunk/f5e1b24945cf7852a1425923ca543e1f83be14b1 2025-07-24T05:34:31.5922144Z * [new tag] trunk/f5e6e52f2504d0d2c553fd292c89d999b2033616 -> trunk/f5e6e52f2504d0d2c553fd292c89d999b2033616 2025-07-24T05:34:31.5922934Z * [new tag] trunk/f5eb42e4c0405141134e9c52919ebb36ec77ca5f -> trunk/f5eb42e4c0405141134e9c52919ebb36ec77ca5f 2025-07-24T05:34:31.5924847Z * [new tag] trunk/f5f4beaf562911b5cf1a9e8b9eae5e5946681f3c -> trunk/f5f4beaf562911b5cf1a9e8b9eae5e5946681f3c 2025-07-24T05:34:31.5925659Z * [new tag] trunk/f63988ae00f856d8a3a6f748310962ba55361f0b -> trunk/f63988ae00f856d8a3a6f748310962ba55361f0b 2025-07-24T05:34:31.5926449Z * [new tag] trunk/f6d138807f138868de0397936e2bee482c1fb987 -> trunk/f6d138807f138868de0397936e2bee482c1fb987 2025-07-24T05:34:31.5927252Z * [new tag] trunk/f6e18bc1054624bb148632a85c10371d6cc62492 -> trunk/f6e18bc1054624bb148632a85c10371d6cc62492 2025-07-24T05:34:31.5928047Z * [new tag] trunk/f70c80105ebc2a118af848c80a18d6efff820f72 -> trunk/f70c80105ebc2a118af848c80a18d6efff820f72 2025-07-24T05:34:31.5928849Z * [new tag] trunk/f7127b9b940a98596599acda1f89fc5153635a5d -> trunk/f7127b9b940a98596599acda1f89fc5153635a5d 2025-07-24T05:34:31.5930641Z * [new tag] trunk/f7130c097efa826313df44f0dcfa7d4d2e4253ec -> trunk/f7130c097efa826313df44f0dcfa7d4d2e4253ec 2025-07-24T05:34:31.5931441Z * [new tag] trunk/f742b32a2ff6326f67512d2b426cdc2da8413a75 -> trunk/f742b32a2ff6326f67512d2b426cdc2da8413a75 2025-07-24T05:34:31.5932303Z * [new tag] trunk/f76f4abf3f10bd36a47e7cebdce90290ce76e564 -> trunk/f76f4abf3f10bd36a47e7cebdce90290ce76e564 2025-07-24T05:34:31.5933113Z * [new tag] trunk/f79689bd3d145e76746e4cf81e99c40df8272a72 -> trunk/f79689bd3d145e76746e4cf81e99c40df8272a72 2025-07-24T05:34:31.5933921Z * [new tag] trunk/f7a5ad6c2987ee5a83aa5d868cee3b8067d3de94 -> trunk/f7a5ad6c2987ee5a83aa5d868cee3b8067d3de94 2025-07-24T05:34:31.5935317Z * [new tag] trunk/f7f550649f129370d47ec9ec7f8383eaa5b2f849 -> trunk/f7f550649f129370d47ec9ec7f8383eaa5b2f849 2025-07-24T05:34:31.5936526Z * [new tag] trunk/f80a61adf57badf999387efe47b8b2ff3388bd96 -> trunk/f80a61adf57badf999387efe47b8b2ff3388bd96 2025-07-24T05:34:31.5937335Z * [new tag] trunk/f80f97d192253336940c67fd9bf6004ff8711088 -> trunk/f80f97d192253336940c67fd9bf6004ff8711088 2025-07-24T05:34:31.5938138Z * [new tag] trunk/f810480dbefabbff6cf0852c9f610f84dd440b8d -> trunk/f810480dbefabbff6cf0852c9f610f84dd440b8d 2025-07-24T05:34:31.5938930Z * [new tag] trunk/f810e98143b7b1fe3436d5315101b22aa8438775 -> trunk/f810e98143b7b1fe3436d5315101b22aa8438775 2025-07-24T05:34:31.5939733Z * [new tag] trunk/f8293116f55a9ad399e4938f0fe3e34c6faa47c4 -> trunk/f8293116f55a9ad399e4938f0fe3e34c6faa47c4 2025-07-24T05:34:31.5941672Z * [new tag] trunk/f85954e043a5b6affb589012e8cc5eff8fdb5358 -> trunk/f85954e043a5b6affb589012e8cc5eff8fdb5358 2025-07-24T05:34:31.5942492Z * [new tag] trunk/f860992db5601a78f73eefc0a56af1d7158d6953 -> trunk/f860992db5601a78f73eefc0a56af1d7158d6953 2025-07-24T05:34:31.5943290Z * [new tag] trunk/f87d1179391d66854e3c6ca20717803cfa22f878 -> trunk/f87d1179391d66854e3c6ca20717803cfa22f878 2025-07-24T05:34:31.5944080Z * [new tag] trunk/f88d7a7a34d5a54d58f0a7edc01ff69f46221b6c -> trunk/f88d7a7a34d5a54d58f0a7edc01ff69f46221b6c 2025-07-24T05:34:31.5944903Z * [new tag] trunk/f8baec8984ed90b526fdc03eec19d8039e7d373b -> trunk/f8baec8984ed90b526fdc03eec19d8039e7d373b 2025-07-24T05:34:31.5945824Z * [new tag] trunk/f8c0a4bd28087b02958b92d7b4f41ebc607292b7 -> trunk/f8c0a4bd28087b02958b92d7b4f41ebc607292b7 2025-07-24T05:34:31.6133266Z * [new tag] trunk/f8cc4c0af802269fbe16a418386a94b3b6547c74 -> trunk/f8cc4c0af802269fbe16a418386a94b3b6547c74 2025-07-24T05:34:31.6134107Z * [new tag] trunk/f92a2035e41699b026abc25a1a8dde6971bfe477 -> trunk/f92a2035e41699b026abc25a1a8dde6971bfe477 2025-07-24T05:34:31.6134923Z * [new tag] trunk/f97f03c7efcf2b7a45384b9094eb6be4cb419546 -> trunk/f97f03c7efcf2b7a45384b9094eb6be4cb419546 2025-07-24T05:34:31.6135755Z * [new tag] trunk/fa0ea57f5e083daab1eb9cda39ab53a5159b077d -> trunk/fa0ea57f5e083daab1eb9cda39ab53a5159b077d 2025-07-24T05:34:31.6136569Z * [new tag] trunk/fa1c20ae9285f7994a73d2d06025065f96b67a57 -> trunk/fa1c20ae9285f7994a73d2d06025065f96b67a57 2025-07-24T05:34:31.6137365Z * [new tag] trunk/fa3c38c7ae17b8d8fccd0958831f9f1ced9e46b3 -> trunk/fa3c38c7ae17b8d8fccd0958831f9f1ced9e46b3 2025-07-24T05:34:31.6138200Z * [new tag] trunk/fa4f07b5b80bdcf99a1c7452de41939d2ab5886f -> trunk/fa4f07b5b80bdcf99a1c7452de41939d2ab5886f 2025-07-24T05:34:31.6139018Z * [new tag] trunk/fa705f791249c5eee912096f1d7ac7b2d5b60e8c -> trunk/fa705f791249c5eee912096f1d7ac7b2d5b60e8c 2025-07-24T05:34:31.6139837Z * [new tag] trunk/fab53dfdf1d89cecd5e82b12cced9b6dd217e87c -> trunk/fab53dfdf1d89cecd5e82b12cced9b6dd217e87c 2025-07-24T05:34:31.6140680Z * [new tag] trunk/fab85fc5f995ef79e67dc4b083f8cfabe7a90798 -> trunk/fab85fc5f995ef79e67dc4b083f8cfabe7a90798 2025-07-24T05:34:31.6141502Z * [new tag] trunk/fac0be7b9c80f20bbff1e813225dcbced7ff4d31 -> trunk/fac0be7b9c80f20bbff1e813225dcbced7ff4d31 2025-07-24T05:34:31.6142332Z * [new tag] trunk/fac0cc16efd342637a3d1953caf2ecfa8a89947c -> trunk/fac0cc16efd342637a3d1953caf2ecfa8a89947c 2025-07-24T05:34:31.6143164Z * [new tag] trunk/fadc936fad0793e931ed2eb89577e1d10d212f71 -> trunk/fadc936fad0793e931ed2eb89577e1d10d212f71 2025-07-24T05:34:31.6147149Z * [new tag] trunk/fb45649df7267e97efffec8305cddcb23e97d53f -> trunk/fb45649df7267e97efffec8305cddcb23e97d53f 2025-07-24T05:34:31.6147979Z * [new tag] trunk/fb462cec8d8674ad547c55dbe90710bde1dc2019 -> trunk/fb462cec8d8674ad547c55dbe90710bde1dc2019 2025-07-24T05:34:31.6148805Z * [new tag] trunk/fb731fe371cb1b5bf95de84b19c213590526acb2 -> trunk/fb731fe371cb1b5bf95de84b19c213590526acb2 2025-07-24T05:34:31.6149618Z * [new tag] trunk/fb75dea2c1b93c78dccf08d5fd5e20b362ecd405 -> trunk/fb75dea2c1b93c78dccf08d5fd5e20b362ecd405 2025-07-24T05:34:31.6150441Z * [new tag] trunk/fb9a5d248f36ddce041025c8fc5be0d8bee454b0 -> trunk/fb9a5d248f36ddce041025c8fc5be0d8bee454b0 2025-07-24T05:34:31.6151268Z * [new tag] trunk/fbbab794ef6befbe7ffab3648e9b1f2042942fed -> trunk/fbbab794ef6befbe7ffab3648e9b1f2042942fed 2025-07-24T05:34:31.6153110Z * [new tag] trunk/fbd88ae2b5f444cb4b419c415258caeaef4b7325 -> trunk/fbd88ae2b5f444cb4b419c415258caeaef4b7325 2025-07-24T05:34:31.6154094Z * [new tag] trunk/fc0376e8b162d8fcf4375ae30566139eae7d48ed -> trunk/fc0376e8b162d8fcf4375ae30566139eae7d48ed 2025-07-24T05:34:31.6154900Z * [new tag] trunk/fc10d4b1d649f1460b587f3ab45ad4403d84518c -> trunk/fc10d4b1d649f1460b587f3ab45ad4403d84518c 2025-07-24T05:34:31.6155715Z * [new tag] trunk/fc177801afcbf12543b5e193e736b155f79d4ad3 -> trunk/fc177801afcbf12543b5e193e736b155f79d4ad3 2025-07-24T05:34:31.6156517Z * [new tag] trunk/fc5a404eb1e28fdb39f5b91d6378699d3b042749 -> trunk/fc5a404eb1e28fdb39f5b91d6378699d3b042749 2025-07-24T05:34:31.6158338Z * [new tag] trunk/fc5ae1229341ca2841a977197c644733c6a5c789 -> trunk/fc5ae1229341ca2841a977197c644733c6a5c789 2025-07-24T05:34:31.6159259Z * [new tag] trunk/fc772692622e89335dc28638c512bb33dbed1729 -> trunk/fc772692622e89335dc28638c512bb33dbed1729 2025-07-24T05:34:31.6160059Z * [new tag] trunk/fca7013f85d4e7ac07bdd461f490aa159feac6a0 -> trunk/fca7013f85d4e7ac07bdd461f490aa159feac6a0 2025-07-24T05:34:31.6160892Z * [new tag] trunk/fcbf7c749a839cc817927ceba8ea2887cc28dbf5 -> trunk/fcbf7c749a839cc817927ceba8ea2887cc28dbf5 2025-07-24T05:34:31.6161719Z * [new tag] trunk/fcc682be4bda58894a15fee1d9041c6043fea66f -> trunk/fcc682be4bda58894a15fee1d9041c6043fea66f 2025-07-24T05:34:31.6162525Z * [new tag] trunk/fd47401536a35fa5fbf68f0b67fdbf94628f5c23 -> trunk/fd47401536a35fa5fbf68f0b67fdbf94628f5c23 2025-07-24T05:34:31.6164327Z * [new tag] trunk/fd4bb29410c035b31ca55262c3012cadb1194aae -> trunk/fd4bb29410c035b31ca55262c3012cadb1194aae 2025-07-24T05:34:31.6165128Z * [new tag] trunk/fd4f704905f95b46c4c8fb4108461ff56ce750c5 -> trunk/fd4f704905f95b46c4c8fb4108461ff56ce750c5 2025-07-24T05:34:31.6431568Z * [new tag] trunk/fd51bcdd21683c715a9b4ef9340c90753964c76f -> trunk/fd51bcdd21683c715a9b4ef9340c90753964c76f 2025-07-24T05:34:31.6432461Z * [new tag] trunk/fd8ea3c8a35e5b4aea3ebd712f2c7ee28c5a3655 -> trunk/fd8ea3c8a35e5b4aea3ebd712f2c7ee28c5a3655 2025-07-24T05:34:31.6434314Z * [new tag] trunk/fda3f3b2ec6c6dc11100cc8ddff07059692d697e -> trunk/fda3f3b2ec6c6dc11100cc8ddff07059692d697e 2025-07-24T05:34:31.6435149Z * [new tag] trunk/fdc5b42a8fa2b15526c81f2c83f614e086056320 -> trunk/fdc5b42a8fa2b15526c81f2c83f614e086056320 2025-07-24T05:34:31.6435971Z * [new tag] trunk/fdf5d97fa8393f56aea2779877efd8a264ad5811 -> trunk/fdf5d97fa8393f56aea2779877efd8a264ad5811 2025-07-24T05:34:31.6436786Z * [new tag] trunk/fe1f1a38dff7c59ec0ec5b05fef058629845d061 -> trunk/fe1f1a38dff7c59ec0ec5b05fef058629845d061 2025-07-24T05:34:31.6437600Z * [new tag] trunk/fe8f556006b3397b7bdf844ba9a6cf329c0c1846 -> trunk/fe8f556006b3397b7bdf844ba9a6cf329c0c1846 2025-07-24T05:34:31.6438419Z * [new tag] trunk/feaa02f9addfc6764843c8b48f8c403de593737c -> trunk/feaa02f9addfc6764843c8b48f8c403de593737c 2025-07-24T05:34:31.6440254Z * [new tag] trunk/febf3c475e6fe369b41ef009f3598659a6df0911 -> trunk/febf3c475e6fe369b41ef009f3598659a6df0911 2025-07-24T05:34:31.6441095Z * [new tag] trunk/fec571cfd458c4644a2f483dbf9f5480feca7939 -> trunk/fec571cfd458c4644a2f483dbf9f5480feca7939 2025-07-24T05:34:31.6441900Z * [new tag] trunk/fec8af8b98f5e17740ff947e9f8a1c447a497413 -> trunk/fec8af8b98f5e17740ff947e9f8a1c447a497413 2025-07-24T05:34:31.6442728Z * [new tag] trunk/fedbd1a48e1e474cf9da5637aae89b5bc4c20626 -> trunk/fedbd1a48e1e474cf9da5637aae89b5bc4c20626 2025-07-24T05:34:31.6443558Z * [new tag] trunk/fee2377f9ea62223f69ea9904c5e25ccb2af5961 -> trunk/fee2377f9ea62223f69ea9904c5e25ccb2af5961 2025-07-24T05:34:31.6445322Z * [new tag] trunk/feea575082439a0496dd404a4925b7d551039065 -> trunk/feea575082439a0496dd404a4925b7d551039065 2025-07-24T05:34:31.6446318Z * [new tag] trunk/fef236da6924bc8105a830f88060df95ea304de7 -> trunk/fef236da6924bc8105a830f88060df95ea304de7 2025-07-24T05:34:31.6447136Z * [new tag] trunk/ff0da08f4bc5ee135b495926cd58a36a1c0e1a5b -> trunk/ff0da08f4bc5ee135b495926cd58a36a1c0e1a5b 2025-07-24T05:34:31.6447938Z * [new tag] trunk/ff611d971fe5362a71c15109cf020d30e6c4b2b9 -> trunk/ff611d971fe5362a71c15109cf020d30e6c4b2b9 2025-07-24T05:34:31.6448733Z * [new tag] trunk/ff7dd1776f9cb8448336338b19b9b53073f2fbda -> trunk/ff7dd1776f9cb8448336338b19b9b53073f2fbda 2025-07-24T05:34:31.6449524Z * [new tag] trunk/ff8b53c056e6556187690a37c944c92feb964d2d -> trunk/ff8b53c056e6556187690a37c944c92feb964d2d 2025-07-24T05:34:31.6451331Z * [new tag] trunk/ffac0de07e0173a073c92c157f43c515009c0de1 -> trunk/ffac0de07e0173a073c92c157f43c515009c0de1 2025-07-24T05:34:31.6452319Z * [new tag] trunk/ffaed8c569406839335bf46dafc4c3e8871e4b8a -> trunk/ffaed8c569406839335bf46dafc4c3e8871e4b8a 2025-07-24T05:34:31.6453146Z * [new tag] trunk/ffc6cbfaf78ca219092ce64dcf113377ae698300 -> trunk/ffc6cbfaf78ca219092ce64dcf113377ae698300 2025-07-24T05:34:31.6453741Z * [new tag] v0.1.1 -> v0.1.1 2025-07-24T05:34:31.6454090Z * [new tag] v0.1.10 -> v0.1.10 2025-07-24T05:34:31.6454432Z * [new tag] v0.1.11 -> v0.1.11 2025-07-24T05:34:31.6454829Z * [new tag] v0.1.12 -> v0.1.12 2025-07-24T05:34:31.6455161Z * [new tag] v0.1.2 -> v0.1.2 2025-07-24T05:34:31.6455504Z * [new tag] v0.1.3 -> v0.1.3 2025-07-24T05:34:31.6456853Z * [new tag] v0.1.4 -> v0.1.4 2025-07-24T05:34:31.6457210Z * [new tag] v0.1.5 -> v0.1.5 2025-07-24T05:34:31.6457545Z * [new tag] v0.1.6 -> v0.1.6 2025-07-24T05:34:31.6457876Z * [new tag] v0.1.7 -> v0.1.7 2025-07-24T05:34:31.6458205Z * [new tag] v0.1.8 -> v0.1.8 2025-07-24T05:34:31.6458525Z * [new tag] v0.1.9 -> v0.1.9 2025-07-24T05:34:31.6458854Z * [new tag] v0.2.0 -> v0.2.0 2025-07-24T05:34:31.6459179Z * [new tag] v0.3.0 -> v0.3.0 2025-07-24T05:34:31.6459509Z * [new tag] v0.3.1 -> v0.3.1 2025-07-24T05:34:31.6459830Z * [new tag] v0.4.0 -> v0.4.0 2025-07-24T05:34:31.6460162Z * [new tag] v0.4.1 -> v0.4.1 2025-07-24T05:34:31.6460496Z * [new tag] v1.0.0 -> v1.0.0 2025-07-24T05:34:31.6460844Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-07-24T05:34:31.6461192Z * [new tag] v1.0.1 -> v1.0.1 2025-07-24T05:34:31.6461533Z * [new tag] v1.0rc0 -> v1.0rc0 2025-07-24T05:34:31.6873127Z * [new tag] v1.0rc1 -> v1.0rc1 2025-07-24T05:34:31.6873542Z * [new tag] v1.1.0 -> v1.1.0 2025-07-24T05:34:31.6873901Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-07-24T05:34:31.6874252Z * [new tag] v1.10.0 -> v1.10.0 2025-07-24T05:34:31.6874599Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-07-24T05:34:31.6874969Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-07-24T05:34:31.6875356Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-07-24T05:34:31.6875730Z * [new tag] v1.10.1 -> v1.10.1 2025-07-24T05:34:31.6876276Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-07-24T05:34:31.6876625Z * [new tag] v1.10.2 -> v1.10.2 2025-07-24T05:34:31.6876988Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-07-24T05:34:31.6877335Z * [new tag] v1.11.0 -> v1.11.0 2025-07-24T05:34:31.6877687Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-07-24T05:34:31.6878036Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-07-24T05:34:31.6878376Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-07-24T05:34:31.6878730Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-07-24T05:34:31.6879075Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-07-24T05:34:31.6879558Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-07-24T05:34:31.6879938Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-07-24T05:34:31.6880293Z * [new tag] v1.12.0 -> v1.12.0 2025-07-24T05:34:31.6880638Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-07-24T05:34:31.6880991Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-07-24T05:34:31.6881348Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-07-24T05:34:31.6881690Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-07-24T05:34:31.6882047Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-07-24T05:34:31.6882405Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-07-24T05:34:31.6882747Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-07-24T05:34:31.6883108Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-07-24T05:34:31.6883457Z * [new tag] v1.12.1 -> v1.12.1 2025-07-24T05:34:31.6883802Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-07-24T05:34:31.6884150Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-07-24T05:34:31.6884507Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-07-24T05:34:31.6884868Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-07-24T05:34:31.6885215Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-07-24T05:34:31.6885577Z * [new tag] v1.13.0 -> v1.13.0 2025-07-24T05:34:31.6885918Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-07-24T05:34:31.6886279Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-07-24T05:34:31.6886650Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-07-24T05:34:31.6886996Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-07-24T05:34:31.6887361Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-07-24T05:34:31.6887706Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-07-24T05:34:31.6888055Z * [new tag] v1.13.1 -> v1.13.1 2025-07-24T05:34:31.6888394Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-07-24T05:34:31.6888746Z * [new tag] v1.2.0 -> v1.2.0 2025-07-24T05:34:31.6889093Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-07-24T05:34:31.6889434Z * [new tag] v1.3.0 -> v1.3.0 2025-07-24T05:34:31.6889798Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-07-24T05:34:31.6890139Z * [new tag] v1.3.1 -> v1.3.1 2025-07-24T05:34:31.6890487Z * [new tag] v1.4.0 -> v1.4.0 2025-07-24T05:34:31.6890943Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-07-24T05:34:31.6891301Z * [new tag] v1.4.1 -> v1.4.1 2025-07-24T05:34:31.6891644Z * [new tag] v1.5.0 -> v1.5.0 2025-07-24T05:34:31.6892074Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-07-24T05:34:31.6892449Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-07-24T05:34:31.6892803Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-07-24T05:34:31.6893167Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-07-24T05:34:31.6893519Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-07-24T05:34:31.6893877Z * [new tag] v1.5.1 -> v1.5.1 2025-07-24T05:34:31.7258918Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-07-24T05:34:31.7259363Z * [new tag] v1.6.0 -> v1.6.0 2025-07-24T05:34:31.7259730Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-07-24T05:34:31.7260124Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-07-24T05:34:31.7260468Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-07-24T05:34:31.7260825Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-07-24T05:34:31.7261170Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-07-24T05:34:31.7261520Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-07-24T05:34:31.7261858Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-07-24T05:34:31.7262207Z * [new tag] v1.7.0 -> v1.7.0 2025-07-24T05:34:31.7262558Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-07-24T05:34:31.7262905Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-07-24T05:34:31.7263254Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-07-24T05:34:31.7263595Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-07-24T05:34:31.7263946Z * [new tag] v1.7.1 -> v1.7.1 2025-07-24T05:34:31.7264287Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-07-24T05:34:31.7264632Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-07-24T05:34:31.7264985Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-07-24T05:34:31.7265326Z * [new tag] v1.8.0 -> v1.8.0 2025-07-24T05:34:31.7265671Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-07-24T05:34:31.7266023Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-07-24T05:34:31.7266379Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-07-24T05:34:31.7266731Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-07-24T05:34:31.7267069Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-07-24T05:34:31.7267409Z * [new tag] v1.8.1 -> v1.8.1 2025-07-24T05:34:31.7267746Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-07-24T05:34:31.7268093Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-07-24T05:34:31.7268435Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-07-24T05:34:31.7268781Z * [new tag] v1.8.2 -> v1.8.2 2025-07-24T05:34:31.7269126Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-07-24T05:34:31.7269463Z * [new tag] v1.9.0 -> v1.9.0 2025-07-24T05:34:31.7269812Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-07-24T05:34:31.7270301Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-07-24T05:34:31.7270651Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-07-24T05:34:31.7270998Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-07-24T05:34:31.7271350Z * [new tag] v1.9.1 -> v1.9.1 2025-07-24T05:34:31.7271697Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-07-24T05:34:31.7272039Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-07-24T05:34:31.7272392Z * [new tag] v2.0.0 -> v2.0.0 2025-07-24T05:34:31.7272733Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-07-24T05:34:31.7273092Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-07-24T05:34:31.7273532Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-07-24T05:34:31.7273886Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-07-24T05:34:31.7274250Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-07-24T05:34:31.7274600Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-07-24T05:34:31.7274949Z * [new tag] v2.0.1 -> v2.0.1 2025-07-24T05:34:31.7275289Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-07-24T05:34:31.7275649Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-07-24T05:34:31.7276002Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-07-24T05:34:31.7276343Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-07-24T05:34:31.7276691Z * [new tag] v2.1.0 -> v2.1.0 2025-07-24T05:34:31.7276816Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-07-24T05:34:31.7276941Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-07-24T05:34:31.7277065Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-07-24T05:34:31.7277185Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-07-24T05:34:31.7277303Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-07-24T05:34:31.7277430Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-07-24T05:34:31.7277545Z * [new tag] v2.1.1 -> v2.1.1 2025-07-24T05:34:31.7652931Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-07-24T05:34:31.7653094Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-07-24T05:34:31.7653220Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-07-24T05:34:31.7653380Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-07-24T05:34:31.7653536Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-07-24T05:34:31.7653667Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-07-24T05:34:31.7653783Z * [new tag] v2.1.2 -> v2.1.2 2025-07-24T05:34:31.7653914Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-07-24T05:34:31.7654033Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-07-24T05:34:31.7654151Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-07-24T05:34:31.7654275Z * [new tag] v2.2.0 -> v2.2.0 2025-07-24T05:34:31.7654394Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-07-24T05:34:31.7654516Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-07-24T05:34:31.7654636Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-07-24T05:34:31.7654761Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-07-24T05:34:31.7655285Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-07-24T05:34:31.7655402Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-07-24T05:34:31.7655529Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-07-24T05:34:31.7655648Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-07-24T05:34:31.7655761Z * [new tag] v2.2.1 -> v2.2.1 2025-07-24T05:34:31.7655903Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-07-24T05:34:31.7656024Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-07-24T05:34:31.7656147Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-07-24T05:34:31.7656270Z * [new tag] v2.2.2 -> v2.2.2 2025-07-24T05:34:31.7656510Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-07-24T05:34:31.7656636Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-07-24T05:34:31.7656756Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-07-24T05:34:31.7656883Z * [new tag] v2.3.0 -> v2.3.0 2025-07-24T05:34:31.7656998Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-07-24T05:34:31.7657128Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-07-24T05:34:31.7657259Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-07-24T05:34:31.7657386Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-07-24T05:34:31.7657505Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-07-24T05:34:31.7657642Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-07-24T05:34:31.7657765Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-07-24T05:34:31.7657889Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-07-24T05:34:31.7658020Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-07-24T05:34:31.7658138Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-07-24T05:34:31.7658257Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-07-24T05:34:31.7658386Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-07-24T05:34:31.7658499Z * [new tag] v2.3.1 -> v2.3.1 2025-07-24T05:34:31.7658615Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-07-24T05:34:31.7658736Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-07-24T05:34:31.7658867Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-07-24T05:34:31.7658986Z * [new tag] v2.4.0 -> v2.4.0 2025-07-24T05:34:31.7659108Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-07-24T05:34:31.7659235Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-07-24T05:34:31.7659354Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-07-24T05:34:31.7659472Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-07-24T05:34:31.7659602Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-07-24T05:34:31.7659726Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-07-24T05:34:31.7659844Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-07-24T05:34:31.7659973Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-07-24T05:34:31.7660091Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-07-24T05:34:31.7660214Z * [new tag] v2.4.1 -> v2.4.1 2025-07-24T05:34:31.7660332Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-07-24T05:34:31.7660551Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-07-24T05:34:31.7660677Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-07-24T05:34:31.7660795Z * [new tag] v2.5.0 -> v2.5.0 2025-07-24T05:34:32.2427747Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-07-24T05:34:32.2428167Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-07-24T05:34:32.2428544Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-07-24T05:34:32.2428900Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-07-24T05:34:32.2429251Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-07-24T05:34:32.2429861Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-07-24T05:34:32.2430226Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-07-24T05:34:32.2430662Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-07-24T05:34:32.2431016Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-07-24T05:34:32.2431360Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-07-24T05:34:32.2431715Z * [new tag] v2.5.1 -> v2.5.1 2025-07-24T05:34:32.2432052Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-07-24T05:34:32.2432397Z * [new tag] v2.6.0 -> v2.6.0 2025-07-24T05:34:32.2432735Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-07-24T05:34:32.2433083Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-07-24T05:34:32.2433432Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-07-24T05:34:32.2433778Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-07-24T05:34:32.2434134Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-07-24T05:34:32.2434473Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-07-24T05:34:32.2434819Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-07-24T05:34:32.2435170Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-07-24T05:34:32.2435509Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-07-24T05:34:32.2435853Z * [new tag] v2.7.0 -> v2.7.0 2025-07-24T05:34:32.2436239Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-07-24T05:34:32.2436625Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-07-24T05:34:32.2436991Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-07-24T05:34:32.2437343Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-07-24T05:34:32.2437699Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-07-24T05:34:32.2438041Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-07-24T05:34:32.2438392Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-07-24T05:34:32.2438735Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-07-24T05:34:32.2439089Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-07-24T05:34:32.2439431Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-07-24T05:34:32.2439780Z * [new tag] v2.7.1 -> v2.7.1 2025-07-24T05:34:32.2440126Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-07-24T05:34:32.2440464Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-07-24T05:34:32.2440821Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-07-24T05:34:32.2441305Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-07-24T05:34:32.2441660Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-07-24T05:34:32.2442018Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-07-24T05:34:32.2442411Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-07-24T05:34:32.2442785Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-07-24T05:34:32.2443154Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-07-24T05:34:32.2443507Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-07-24T05:34:32.2443854Z * [new tag] v2.8.0-rc6 -> v2.8.0-rc6 2025-07-24T05:34:32.2444209Z * [new tag] v2.8.0-rc7 -> v2.8.0-rc7 2025-07-24T05:34:32.2444661Z * [new tag] v2.8.0-rc8 -> v2.8.0-rc8 2025-07-24T05:34:32.2445033Z * [new tag] whc_flight_1 -> whc_flight_1 2025-07-24T05:34:32.2445413Z * [new tag] whc_flight_2 -> whc_flight_2 2025-07-24T05:34:32.2445770Z * [new tag] whc_flight_4 -> whc_flight_4 2025-07-24T05:34:32.2631527Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 27c8ef1839e0747b36769efb192befc9308ff93c^{object} 2025-07-24T05:34:32.2834313Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:34:32.2868657Z ##[endgroup] 2025-07-24T05:34:32.2869105Z ##[group]Determining the checkout info 2025-07-24T05:34:32.2870207Z ##[endgroup] 2025-07-24T05:34:32.2881224Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-07-24T05:34:32.3162068Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-07-24T05:34:32.3399246Z ##[group]Checking out the ref 2025-07-24T05:34:32.3410811Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:34:33.5576872Z Updating files: 6% (1235/19541) 2025-07-24T05:34:33.6467979Z Updating files: 7% (1368/19541) 2025-07-24T05:34:33.7147619Z Updating files: 8% (1564/19541) 2025-07-24T05:34:33.7839294Z Updating files: 9% (1759/19541) 2025-07-24T05:34:33.8573389Z Updating files: 10% (1955/19541) 2025-07-24T05:34:33.9311169Z Updating files: 11% (2150/19541) 2025-07-24T05:34:34.0715324Z Updating files: 12% (2345/19541) 2025-07-24T05:34:34.1318492Z Updating files: 13% (2541/19541) 2025-07-24T05:34:34.1919576Z Updating files: 14% (2736/19541) 2025-07-24T05:34:34.2437685Z Updating files: 15% (2932/19541) 2025-07-24T05:34:34.3047706Z Updating files: 16% (3127/19541) 2025-07-24T05:34:34.3718170Z Updating files: 17% (3322/19541) 2025-07-24T05:34:34.3991018Z Updating files: 18% (3518/19541) 2025-07-24T05:34:34.4299675Z Updating files: 18% (3606/19541) 2025-07-24T05:34:34.4964671Z Updating files: 19% (3713/19541) 2025-07-24T05:34:34.5623171Z Updating files: 20% (3909/19541) 2025-07-24T05:34:34.6271439Z Updating files: 21% (4104/19541) 2025-07-24T05:34:34.9253689Z Updating files: 22% (4300/19541) 2025-07-24T05:34:35.1060970Z Updating files: 23% (4495/19541) 2025-07-24T05:34:35.1833556Z Updating files: 24% (4690/19541) 2025-07-24T05:34:35.2295119Z Updating files: 25% (4886/19541) 2025-07-24T05:34:35.3629208Z Updating files: 26% (5081/19541) 2025-07-24T05:34:35.4044223Z Updating files: 27% (5277/19541) 2025-07-24T05:34:35.4058518Z Updating files: 28% (5472/19541) 2025-07-24T05:34:35.5492480Z Updating files: 28% (5480/19541) 2025-07-24T05:34:35.6261146Z Updating files: 29% (5667/19541) 2025-07-24T05:34:35.7880260Z Updating files: 30% (5863/19541) 2025-07-24T05:34:35.9530837Z Updating files: 31% (6058/19541) 2025-07-24T05:34:36.0712251Z Updating files: 32% (6254/19541) 2025-07-24T05:34:36.2905558Z Updating files: 33% (6449/19541) 2025-07-24T05:34:36.4042965Z Updating files: 34% (6644/19541) 2025-07-24T05:34:36.4090690Z Updating files: 35% (6840/19541) 2025-07-24T05:34:36.4551987Z Updating files: 35% (6856/19541) 2025-07-24T05:34:36.5478146Z Updating files: 36% (7035/19541) 2025-07-24T05:34:36.5903340Z Updating files: 37% (7231/19541) 2025-07-24T05:34:36.7256181Z Updating files: 38% (7426/19541) 2025-07-24T05:34:36.7686802Z Updating files: 39% (7621/19541) 2025-07-24T05:34:36.8112654Z Updating files: 40% (7817/19541) 2025-07-24T05:34:36.9534429Z Updating files: 41% (8012/19541) 2025-07-24T05:34:36.9922659Z Updating files: 42% (8208/19541) 2025-07-24T05:34:37.1483201Z Updating files: 43% (8403/19541) 2025-07-24T05:34:37.2404320Z Updating files: 44% (8599/19541) 2025-07-24T05:34:37.2753961Z Updating files: 45% (8794/19541) 2025-07-24T05:34:37.3246763Z Updating files: 46% (8989/19541) 2025-07-24T05:34:37.3679515Z Updating files: 47% (9185/19541) 2025-07-24T05:34:37.4224487Z Updating files: 48% (9380/19541) 2025-07-24T05:34:37.4635169Z Updating files: 48% (9442/19541) 2025-07-24T05:34:37.5348573Z Updating files: 49% (9576/19541) 2025-07-24T05:34:37.5862380Z Updating files: 50% (9771/19541) 2025-07-24T05:34:37.7242944Z Updating files: 51% (9966/19541) 2025-07-24T05:34:37.7649586Z Updating files: 52% (10162/19541) 2025-07-24T05:34:37.8065421Z Updating files: 53% (10357/19541) 2025-07-24T05:34:37.9406763Z Updating files: 54% (10553/19541) 2025-07-24T05:34:37.9825555Z Updating files: 55% (10748/19541) 2025-07-24T05:34:38.3538378Z Updating files: 56% (10943/19541) 2025-07-24T05:34:38.4357423Z Updating files: 57% (11139/19541) 2025-07-24T05:34:38.4745886Z Updating files: 57% (11162/19541) 2025-07-24T05:34:38.5219920Z Updating files: 58% (11334/19541) 2025-07-24T05:34:38.6588326Z Updating files: 59% (11530/19541) 2025-07-24T05:34:38.7051413Z Updating files: 60% (11725/19541) 2025-07-24T05:34:38.7530314Z Updating files: 61% (11921/19541) 2025-07-24T05:34:38.8723113Z Updating files: 62% (12116/19541) 2025-07-24T05:34:38.9226402Z Updating files: 63% (12311/19541) 2025-07-24T05:34:39.1116141Z Updating files: 64% (12507/19541) 2025-07-24T05:34:39.2054945Z Updating files: 65% (12702/19541) 2025-07-24T05:34:39.2500511Z Updating files: 66% (12898/19541) 2025-07-24T05:34:39.3609570Z Updating files: 67% (13093/19541) 2025-07-24T05:34:39.4047247Z Updating files: 68% (13288/19541) 2025-07-24T05:34:39.4320936Z Updating files: 69% (13484/19541) 2025-07-24T05:34:39.4486032Z Updating files: 69% (13600/19541) 2025-07-24T05:34:39.6412422Z Updating files: 70% (13679/19541) 2025-07-24T05:34:39.7274311Z Updating files: 71% (13875/19541) 2025-07-24T05:34:39.8406484Z Updating files: 72% (14070/19541) 2025-07-24T05:34:39.9196044Z Updating files: 73% (14265/19541) 2025-07-24T05:34:40.0251167Z Updating files: 74% (14461/19541) 2025-07-24T05:34:40.3120439Z Updating files: 75% (14656/19541) 2025-07-24T05:34:40.4347784Z Updating files: 76% (14852/19541) 2025-07-24T05:34:40.6270930Z Updating files: 76% (14913/19541) 2025-07-24T05:34:40.7809959Z Updating files: 77% (15047/19541) 2025-07-24T05:34:40.8592369Z Updating files: 78% (15242/19541) 2025-07-24T05:34:41.0216640Z Updating files: 79% (15438/19541) 2025-07-24T05:34:41.1792388Z Updating files: 80% (15633/19541) 2025-07-24T05:34:41.2997512Z Updating files: 81% (15829/19541) 2025-07-24T05:34:41.4461047Z Updating files: 82% (16024/19541) 2025-07-24T05:34:41.5578923Z Updating files: 82% (16067/19541) 2025-07-24T05:34:41.6428462Z Updating files: 83% (16220/19541) 2025-07-24T05:34:41.7849568Z Updating files: 84% (16415/19541) 2025-07-24T05:34:41.9822316Z Updating files: 85% (16610/19541) 2025-07-24T05:34:42.1826694Z Updating files: 86% (16806/19541) 2025-07-24T05:34:42.2631539Z Updating files: 87% (17001/19541) 2025-07-24T05:34:42.3433975Z Updating files: 88% (17197/19541) 2025-07-24T05:34:42.4493651Z Updating files: 89% (17392/19541) 2025-07-24T05:34:42.4817890Z Updating files: 89% (17504/19541) 2025-07-24T05:34:42.5692424Z Updating files: 90% (17587/19541) 2025-07-24T05:34:42.8073390Z Updating files: 91% (17783/19541) 2025-07-24T05:34:42.8849641Z Updating files: 92% (17978/19541) 2025-07-24T05:34:43.0827514Z Updating files: 93% (18174/19541) 2025-07-24T05:34:43.1756427Z Updating files: 94% (18369/19541) 2025-07-24T05:34:43.3908320Z Updating files: 95% (18564/19541) 2025-07-24T05:34:43.5348344Z Updating files: 96% (18760/19541) 2025-07-24T05:34:43.6238572Z Updating files: 96% (18806/19541) 2025-07-24T05:34:43.7024748Z Updating files: 97% (18955/19541) 2025-07-24T05:34:43.9108754Z Updating files: 98% (19151/19541) 2025-07-24T05:34:43.9991500Z Updating files: 99% (19346/19541) 2025-07-24T05:34:43.9991839Z Updating files: 100% (19541/19541) 2025-07-24T05:34:43.9992124Z Updating files: 100% (19541/19541), done. 2025-07-24T05:34:44.0431528Z Note: switching to '27c8ef1839e0747b36769efb192befc9308ff93c'. 2025-07-24T05:34:44.0431855Z 2025-07-24T05:34:44.0432291Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-24T05:34:44.0432812Z changes and commit them, and you can discard any commits you make in this 2025-07-24T05:34:44.0433299Z state without impacting any branches by switching back to a branch. 2025-07-24T05:34:44.0433603Z 2025-07-24T05:34:44.0433791Z If you want to create a new branch to retain commits you create, you may 2025-07-24T05:34:44.0434244Z do so (now or later) by using -c with the switch command. Example: 2025-07-24T05:34:44.0434504Z 2025-07-24T05:34:44.0434610Z git switch -c 2025-07-24T05:34:44.0434796Z 2025-07-24T05:34:44.0434889Z Or undo this operation with: 2025-07-24T05:34:44.0435047Z 2025-07-24T05:34:44.0435120Z git switch - 2025-07-24T05:34:44.0435237Z 2025-07-24T05:34:44.0435455Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-24T05:34:44.0435774Z 2025-07-24T05:34:44.0435867Z HEAD is now at 27c8ef1839e Update 2025-07-24T05:34:44.0620914Z ##[endgroup] 2025-07-24T05:34:44.0621352Z ##[group]Setting up auth for fetching submodules 2025-07-24T05:34:44.0633165Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-24T05:34:44.0894337Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-07-24T05:34:44.1132537Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-07-24T05:34:44.1375936Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-07-24T05:34:44.1606855Z ##[endgroup] 2025-07-24T05:34:44.1607277Z ##[group]Fetching submodules 2025-07-24T05:34:44.1617227Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-07-24T05:34:44.5460453Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-07-24T05:34:44.9826495Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-07-24T05:34:44.9827533Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-07-24T05:34:44.9828448Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-07-24T05:34:44.9829362Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-07-24T05:34:44.9830169Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-07-24T05:34:44.9831255Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-07-24T05:34:44.9832440Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-07-24T05:34:44.9833469Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-07-24T05:34:44.9834288Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-07-24T05:34:44.9835265Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-07-24T05:34:44.9836269Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-07-24T05:34:44.9837168Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-07-24T05:34:44.9838141Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-07-24T05:34:44.9839226Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-07-24T05:34:44.9840052Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-07-24T05:34:44.9840977Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-07-24T05:34:44.9841980Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-07-24T05:34:44.9842821Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-07-24T05:34:44.9843724Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-07-24T05:34:44.9844655Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-07-24T05:34:44.9845484Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-07-24T05:34:44.9846311Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-07-24T05:34:44.9847079Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-07-24T05:34:44.9847864Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-07-24T05:34:44.9848715Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-07-24T05:34:44.9849664Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-07-24T05:34:44.9850570Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-07-24T05:34:44.9851359Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-07-24T05:34:44.9852416Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-07-24T05:34:44.9853461Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-07-24T05:34:44.9854382Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-07-24T05:34:44.9855372Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-07-24T05:34:44.9856433Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-07-24T05:34:44.9900835Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-07-24T05:34:44.9901895Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-07-24T05:34:44.9903085Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-07-24T05:34:44.9904058Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-07-24T05:34:45.0376462Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-07-24T05:34:45.8720738Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-07-24T05:34:45.8869057Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-07-24T05:34:53.7151524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-07-24T05:34:53.7167486Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-07-24T05:34:53.7180384Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-07-24T05:34:53.7181893Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-07-24T05:34:53.7194406Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-07-24T05:34:53.7201790Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-07-24T05:34:53.7205215Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-07-24T05:34:53.7209519Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-07-24T05:34:53.7222685Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-07-24T05:34:53.7224050Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-07-24T05:34:53.7226654Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-07-24T05:34:53.7227701Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-07-24T05:34:53.7228850Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-07-24T05:34:53.7230047Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-07-24T05:34:53.7231298Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-07-24T05:34:53.7836282Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-07-24T05:35:17.6356004Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-07-24T05:35:17.6357203Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-07-24T05:35:17.6358082Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-07-24T05:35:17.6358612Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-07-24T05:35:17.6359186Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-07-24T05:35:17.6359721Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-07-24T05:35:17.6360271Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-07-24T05:35:17.6360850Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-07-24T05:35:17.6361441Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-07-24T05:35:17.6362135Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-07-24T05:35:17.6362677Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-07-24T05:35:17.6363248Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-07-24T05:35:17.6363830Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-07-24T05:35:17.6364366Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter'... 2025-07-24T05:35:17.6364889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-07-24T05:35:17.6366211Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-07-24T05:35:17.6366760Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-07-24T05:35:17.6367343Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-07-24T05:35:17.7351393Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-07-24T05:35:17.8306996Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-07-24T05:35:17.9206204Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-07-24T05:35:18.2035695Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-07-24T05:35:18.7013212Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-07-24T05:35:18.9656909Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-07-24T05:35:29.2099022Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-07-24T05:35:30.7606209Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-07-24T05:35:30.7719005Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-07-24T05:35:33.7959962Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-07-24T05:35:37.1594127Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-07-24T05:35:37.4540231Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-07-24T05:35:41.3801925Z Submodule path 'third_party/composable_kernel': checked out '434d19f696da62c12b5372b32cbc9ba968588d7e' 2025-07-24T05:35:41.5770450Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-07-24T05:35:42.2060276Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-07-24T05:35:42.5456548Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-07-24T05:35:48.7627146Z Submodule path 'third_party/cutlass': checked out 'b995f933179c22d3fe0d871c3a53d11e4681950f' 2025-07-24T05:35:50.1759865Z Submodule path 'third_party/fbgemm': checked out '157e88b750c452bef2ab4653fe9d1eeb151ce4c3' 2025-07-24T05:35:50.1973091Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-07-24T05:35:50.1974244Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-07-24T05:35:50.1975306Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-07-24T05:35:50.1976247Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-07-24T05:35:50.1977231Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-07-24T05:35:50.1978392Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-07-24T05:35:50.1979447Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-07-24T05:35:50.2906239Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-07-24T05:35:59.8918031Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-07-24T05:35:59.8919705Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-07-24T05:35:59.8920497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-07-24T05:35:59.8921227Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-07-24T05:35:59.8921932Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-07-24T05:35:59.8922587Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-07-24T05:36:00.2827614Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'e5d7c0bd5d9aec44d68830187138149e6a8c4e32' 2025-07-24T05:36:03.5240867Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '4a61bdd4bd4ed730e078aebc7c0fcf046ff29406' 2025-07-24T05:36:04.0120470Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-07-24T05:36:04.5591885Z From https://github.com/jwfromm/cutlass 2025-07-24T05:36:04.5592347Z * branch 3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3 -> FETCH_HEAD 2025-07-24T05:36:10.8360386Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3' 2025-07-24T05:36:11.0377226Z Submodule path 'third_party/fbgemm/external/googletest': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' 2025-07-24T05:36:11.1265305Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-07-24T05:36:12.0210904Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-07-24T05:36:12.6024692Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-07-24T05:36:12.6166547Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-07-24T05:36:12.6167666Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-07-24T05:36:17.1829636Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-07-24T05:36:17.1830504Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-07-24T05:36:20.3327353Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-07-24T05:36:27.2109974Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-07-24T05:36:28.6353323Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-07-24T05:36:28.7849269Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-07-24T05:36:29.0474447Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-07-24T05:36:29.3346089Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-07-24T05:36:29.6277800Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-07-24T05:36:29.7129860Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-07-24T05:36:29.7240016Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-07-24T05:36:43.8809131Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-07-24T05:36:48.1165188Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-07-24T05:36:48.2603781Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-07-24T05:36:48.7221789Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-07-24T05:36:48.7376827Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-24T05:36:48.7378023Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-07-24T05:36:48.7379186Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-07-24T05:36:51.2860405Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-07-24T05:36:51.2861234Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-07-24T05:36:51.2863343Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-07-24T05:36:52.4060203Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-07-24T05:36:52.4419275Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-24T05:36:52.4420471Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-24T05:36:52.4421568Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-24T05:36:52.4422775Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-24T05:36:52.4424012Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-24T05:36:52.4425241Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-24T05:36:52.4426476Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-24T05:36:52.4427631Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-24T05:37:00.5857429Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-07-24T05:37:00.5858456Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-07-24T05:37:00.5859414Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-07-24T05:37:00.5860355Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-07-24T05:37:00.5861279Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-07-24T05:37:00.5862243Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-07-24T05:37:00.5863186Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-07-24T05:37:00.5864110Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-07-24T05:37:01.4110265Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-07-24T05:37:01.5485683Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-07-24T05:37:01.7252838Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-07-24T05:37:01.8281290Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-07-24T05:37:01.8397242Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-24T05:37:02.3017443Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-07-24T05:37:02.3854094Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-07-24T05:37:02.5125641Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-07-24T05:37:02.7879289Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-07-24T05:37:03.3675967Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-07-24T05:37:03.5538657Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-07-24T05:37:03.7237131Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-07-24T05:37:04.1477800Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-07-24T05:37:04.4310399Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-07-24T05:37:04.7427001Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-07-24T05:37:05.2647311Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-07-24T05:37:08.3514425Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-07-24T05:37:08.3649244Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-07-24T05:37:09.4260074Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-07-24T05:37:09.7733394Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-24T05:37:10.2515727Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-07-24T05:37:10.2747905Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-24T05:37:10.2749062Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-24T05:37:10.2750139Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-24T05:37:10.2751209Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-24T05:37:10.2752500Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-24T05:37:10.2753936Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-24T05:37:10.2755426Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-24T05:37:10.2756510Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-24T05:37:10.3146296Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-07-24T05:37:21.1592294Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-07-24T05:37:21.1593358Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-07-24T05:37:21.1594573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-07-24T05:37:21.1595542Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-07-24T05:37:21.1596540Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-07-24T05:37:21.1597474Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-07-24T05:37:21.1598387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-07-24T05:37:21.2819209Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-07-24T05:37:21.6915303Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-07-24T05:37:22.3222572Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-07-24T05:37:22.9136762Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-07-24T05:37:23.0160266Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-07-24T05:37:23.1510636Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-07-24T05:37:23.2886106Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-07-24T05:37:23.3013548Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-24T05:37:23.3014905Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-24T05:37:25.4237377Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-07-24T05:37:25.4238449Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-07-24T05:37:26.2143032Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-07-24T05:37:26.4142281Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-07-24T05:37:31.9466519Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-07-24T05:37:32.0227966Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-07-24T05:37:33.3121398Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-07-24T05:37:33.3251889Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-07-24T05:37:33.3253031Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-07-24T05:37:34.6825380Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-07-24T05:37:34.6826186Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-07-24T05:37:34.7681158Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-07-24T05:37:35.0390737Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-07-24T05:37:35.1158049Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-07-24T05:37:35.2059396Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-07-24T05:37:35.3929476Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-24T05:37:35.5461028Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-07-24T05:37:35.7316403Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-07-24T05:37:36.5499874Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-07-24T05:37:36.5672483Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-07-24T05:37:36.5673606Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-07-24T05:37:36.5674605Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-07-24T05:37:36.5675605Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-07-24T05:37:38.7996167Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-07-24T05:37:38.7996975Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-07-24T05:37:38.7997735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-07-24T05:37:38.7998477Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-07-24T05:37:39.0113254Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-07-24T05:37:39.1210741Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-07-24T05:37:39.3868973Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-07-24T05:37:39.5303456Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-07-24T05:37:39.5416978Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-24T05:37:39.8309963Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-07-24T05:37:39.8824346Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-07-24T05:37:39.9068864Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-07-24T05:37:40.3497686Z Entering 'android/libs/fbjni' 2025-07-24T05:37:40.3885013Z Entering 'third_party/FP16' 2025-07-24T05:37:40.4279724Z Entering 'third_party/FXdiv' 2025-07-24T05:37:40.4671797Z Entering 'third_party/NNPACK' 2025-07-24T05:37:40.5049625Z Entering 'third_party/NVTX' 2025-07-24T05:37:40.5435404Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-24T05:37:40.5809361Z Entering 'third_party/XNNPACK' 2025-07-24T05:37:40.6265241Z Entering 'third_party/aiter' 2025-07-24T05:37:40.6626701Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-24T05:37:40.7033608Z Entering 'third_party/benchmark' 2025-07-24T05:37:40.7408623Z Entering 'third_party/composable_kernel' 2025-07-24T05:37:40.7795780Z Entering 'third_party/cpp-httplib' 2025-07-24T05:37:40.8206835Z Entering 'third_party/cpuinfo' 2025-07-24T05:37:40.8587004Z Entering 'third_party/cudnn_frontend' 2025-07-24T05:37:40.8983789Z Entering 'third_party/cutlass' 2025-07-24T05:37:40.9369777Z Entering 'third_party/fbgemm' 2025-07-24T05:37:40.9728449Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-24T05:37:41.0113458Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-24T05:37:41.0545629Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-24T05:37:41.0997653Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-24T05:37:41.1411894Z Entering 'third_party/fbgemm/external/googletest' 2025-07-24T05:37:41.1785188Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-24T05:37:41.2161104Z Entering 'third_party/fbgemm/external/json' 2025-07-24T05:37:41.2564572Z Entering 'third_party/flash-attention' 2025-07-24T05:37:41.2928235Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-24T05:37:41.3315479Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-24T05:37:41.3713992Z Entering 'third_party/flatbuffers' 2025-07-24T05:37:41.4098618Z Entering 'third_party/fmt' 2025-07-24T05:37:41.4468967Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-24T05:37:41.4836806Z Entering 'third_party/gloo' 2025-07-24T05:37:41.5267851Z Entering 'third_party/googletest' 2025-07-24T05:37:41.5656593Z Entering 'third_party/ideep' 2025-07-24T05:37:41.6024976Z Entering 'third_party/ideep/mkl-dnn' 2025-07-24T05:37:41.6446106Z Entering 'third_party/ittapi' 2025-07-24T05:37:41.6814999Z Entering 'third_party/kineto' 2025-07-24T05:37:41.7181521Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-24T05:37:41.7555531Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-24T05:37:41.7944809Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-24T05:37:41.8326504Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-24T05:37:41.8700551Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-24T05:37:41.9086938Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-24T05:37:41.9478292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-24T05:37:41.9870457Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-24T05:37:42.0260724Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-24T05:37:42.0649166Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-24T05:37:42.1051220Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-24T05:37:42.1428812Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-24T05:37:42.1821619Z Entering 'third_party/kleidiai' 2025-07-24T05:37:42.2197772Z Entering 'third_party/mimalloc' 2025-07-24T05:37:42.2600820Z Entering 'third_party/nlohmann' 2025-07-24T05:37:42.2943377Z Entering 'third_party/onnx' 2025-07-24T05:37:42.3324079Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-24T05:37:42.3726761Z Entering 'third_party/opentelemetry-cpp' 2025-07-24T05:37:42.4091688Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-24T05:37:42.4467132Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-24T05:37:42.4841495Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-24T05:37:42.5217363Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-24T05:37:42.5585653Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-24T05:37:42.5949923Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-24T05:37:42.6356999Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-24T05:37:42.6755659Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-24T05:37:42.7136908Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-24T05:37:42.7544384Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-24T05:37:42.7961816Z Entering 'third_party/pocketfft' 2025-07-24T05:37:42.8338752Z Entering 'third_party/protobuf' 2025-07-24T05:37:42.8746381Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-24T05:37:42.9146789Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-24T05:37:42.9539544Z Entering 'third_party/psimd' 2025-07-24T05:37:42.9926760Z Entering 'third_party/pthreadpool' 2025-07-24T05:37:43.0312206Z Entering 'third_party/pybind11' 2025-07-24T05:37:43.0703757Z Entering 'third_party/python-peachpy' 2025-07-24T05:37:43.1062843Z Entering 'third_party/sleef' 2025-07-24T05:37:43.1454083Z Entering 'third_party/tensorpipe' 2025-07-24T05:37:43.1827505Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-24T05:37:43.2215307Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-24T05:37:43.2592275Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-24T05:37:43.2968915Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-24T05:37:43.3328765Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-24T05:37:43.3814595Z ##[endgroup] 2025-07-24T05:37:43.3815013Z ##[group]Persisting credentials for submodules 2025-07-24T05:37:43.3828861Z [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-07-24T05:37:43.7362485Z Entering 'android/libs/fbjni' 2025-07-24T05:37:43.7945408Z Entering 'third_party/FP16' 2025-07-24T05:37:43.8509613Z Entering 'third_party/FXdiv' 2025-07-24T05:37:43.9082217Z Entering 'third_party/NNPACK' 2025-07-24T05:37:43.9705809Z Entering 'third_party/NVTX' 2025-07-24T05:37:44.0307953Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-24T05:37:44.0902300Z Entering 'third_party/XNNPACK' 2025-07-24T05:37:44.1485688Z Entering 'third_party/aiter' 2025-07-24T05:37:44.2027455Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-24T05:37:44.2664121Z Entering 'third_party/benchmark' 2025-07-24T05:37:44.3244583Z Entering 'third_party/composable_kernel' 2025-07-24T05:37:44.3834293Z Entering 'third_party/cpp-httplib' 2025-07-24T05:37:44.4407397Z Entering 'third_party/cpuinfo' 2025-07-24T05:37:44.5006609Z Entering 'third_party/cudnn_frontend' 2025-07-24T05:37:44.5600123Z Entering 'third_party/cutlass' 2025-07-24T05:37:44.6170353Z Entering 'third_party/fbgemm' 2025-07-24T05:37:44.6730569Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-24T05:37:44.7322420Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-24T05:37:44.7894481Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-24T05:37:44.8463642Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-24T05:37:44.9046100Z Entering 'third_party/fbgemm/external/googletest' 2025-07-24T05:37:44.9623753Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-24T05:37:45.0225678Z Entering 'third_party/fbgemm/external/json' 2025-07-24T05:37:45.0825535Z Entering 'third_party/flash-attention' 2025-07-24T05:37:45.1374536Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-24T05:37:45.1961273Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-24T05:37:45.2561860Z Entering 'third_party/flatbuffers' 2025-07-24T05:37:45.3120662Z Entering 'third_party/fmt' 2025-07-24T05:37:45.3697556Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-24T05:37:45.4295429Z Entering 'third_party/gloo' 2025-07-24T05:37:45.4862002Z Entering 'third_party/googletest' 2025-07-24T05:37:45.5423958Z Entering 'third_party/ideep' 2025-07-24T05:37:45.5965884Z Entering 'third_party/ideep/mkl-dnn' 2025-07-24T05:37:45.6575846Z Entering 'third_party/ittapi' 2025-07-24T05:37:45.7139396Z Entering 'third_party/kineto' 2025-07-24T05:37:45.7690050Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-24T05:37:45.8251671Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-24T05:37:45.8824978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-24T05:37:45.9435338Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-24T05:37:46.0003710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-24T05:37:46.0567189Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-24T05:37:46.1184271Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-24T05:37:46.1774647Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-24T05:37:46.2367884Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-24T05:37:46.2973334Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-24T05:37:46.3578759Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-24T05:37:46.4201400Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-24T05:37:46.4848648Z Entering 'third_party/kleidiai' 2025-07-24T05:37:46.5443628Z Entering 'third_party/mimalloc' 2025-07-24T05:37:46.6014988Z Entering 'third_party/nlohmann' 2025-07-24T05:37:46.6578816Z Entering 'third_party/onnx' 2025-07-24T05:37:46.7164064Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-24T05:37:46.7761311Z Entering 'third_party/opentelemetry-cpp' 2025-07-24T05:37:46.8324341Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-24T05:37:46.8951364Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-24T05:37:46.9570220Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-24T05:37:47.0147278Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-24T05:37:47.0746456Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-24T05:37:47.1360685Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-24T05:37:47.1968620Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-24T05:37:47.2529766Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-24T05:37:47.3144563Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-24T05:37:47.3765051Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-24T05:37:47.4397640Z Entering 'third_party/pocketfft' 2025-07-24T05:37:47.4993263Z Entering 'third_party/protobuf' 2025-07-24T05:37:47.5539251Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-24T05:37:47.6125610Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-24T05:37:47.6734276Z Entering 'third_party/psimd' 2025-07-24T05:37:47.7323106Z Entering 'third_party/pthreadpool' 2025-07-24T05:37:47.7878362Z Entering 'third_party/pybind11' 2025-07-24T05:37:47.8488531Z Entering 'third_party/python-peachpy' 2025-07-24T05:37:47.9045077Z Entering 'third_party/sleef' 2025-07-24T05:37:47.9618814Z Entering 'third_party/tensorpipe' 2025-07-24T05:37:48.0199240Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-24T05:37:48.0766903Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-24T05:37:48.1334747Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-24T05:37:48.1912398Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-24T05:37:48.2502962Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-24T05:37:48.3220990Z [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-07-24T05:37:48.6893690Z Entering 'android/libs/fbjni' 2025-07-24T05:37:48.7429410Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-07-24T05:37:48.7569792Z Entering 'third_party/FP16' 2025-07-24T05:37:48.8124242Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-07-24T05:37:48.8293329Z Entering 'third_party/FXdiv' 2025-07-24T05:37:48.8835199Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-07-24T05:37:48.8993084Z Entering 'third_party/NNPACK' 2025-07-24T05:37:48.9535846Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-07-24T05:37:48.9676050Z Entering 'third_party/NVTX' 2025-07-24T05:37:49.0239780Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-07-24T05:37:49.0380798Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-24T05:37:49.0939547Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-07-24T05:37:49.1097011Z Entering 'third_party/XNNPACK' 2025-07-24T05:37:49.1648158Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-07-24T05:37:49.1803717Z Entering 'third_party/aiter' 2025-07-24T05:37:49.2408030Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-07-24T05:37:49.2543946Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-24T05:37:49.3116582Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-07-24T05:37:49.3281674Z Entering 'third_party/benchmark' 2025-07-24T05:37:49.3845027Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-07-24T05:37:49.4016577Z Entering 'third_party/composable_kernel' 2025-07-24T05:37:49.4583882Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-07-24T05:37:49.4730016Z Entering 'third_party/cpp-httplib' 2025-07-24T05:37:49.5276066Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-07-24T05:37:49.5418669Z Entering 'third_party/cpuinfo' 2025-07-24T05:37:49.6026313Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-07-24T05:37:49.6165002Z Entering 'third_party/cudnn_frontend' 2025-07-24T05:37:49.6711948Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-07-24T05:37:49.6849411Z Entering 'third_party/cutlass' 2025-07-24T05:37:49.7385847Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-07-24T05:37:49.7547535Z Entering 'third_party/fbgemm' 2025-07-24T05:37:49.8084283Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-07-24T05:37:49.8235542Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-24T05:37:49.8778208Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-07-24T05:37:49.8922271Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-24T05:37:49.9481422Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-07-24T05:37:49.9628441Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-24T05:37:50.0195180Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-07-24T05:37:50.0335208Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-24T05:37:50.0915670Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-07-24T05:37:50.1082601Z Entering 'third_party/fbgemm/external/googletest' 2025-07-24T05:37:50.1673400Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-07-24T05:37:50.1813839Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-24T05:37:50.2395998Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-07-24T05:37:50.2559279Z Entering 'third_party/fbgemm/external/json' 2025-07-24T05:37:50.3169845Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-07-24T05:37:50.3382458Z Entering 'third_party/flash-attention' 2025-07-24T05:37:50.4028293Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-07-24T05:37:50.4167836Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-24T05:37:50.4759584Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-07-24T05:37:50.4925372Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-24T05:37:50.5525104Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-07-24T05:37:50.5716612Z Entering 'third_party/flatbuffers' 2025-07-24T05:37:50.6342404Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-07-24T05:37:50.6506842Z Entering 'third_party/fmt' 2025-07-24T05:37:50.7148658Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-07-24T05:37:50.7297049Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-24T05:37:50.8239260Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-07-24T05:37:50.8379197Z Entering 'third_party/gloo' 2025-07-24T05:37:50.8900401Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-07-24T05:37:50.9034736Z Entering 'third_party/googletest' 2025-07-24T05:37:50.9552031Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-07-24T05:37:50.9684879Z Entering 'third_party/ideep' 2025-07-24T05:37:51.0198420Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-07-24T05:37:51.0317265Z Entering 'third_party/ideep/mkl-dnn' 2025-07-24T05:37:51.0830139Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-07-24T05:37:51.0994129Z Entering 'third_party/ittapi' 2025-07-24T05:37:51.1517717Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-07-24T05:37:51.1651404Z Entering 'third_party/kineto' 2025-07-24T05:37:51.2167859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-07-24T05:37:51.2288611Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-24T05:37:51.2814626Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-07-24T05:37:51.2942382Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-24T05:37:51.3468128Z 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-07-24T05:37:51.3604900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-24T05:37:51.4140165Z 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-07-24T05:37:51.4279083Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-24T05:37:51.4804566Z 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-07-24T05:37:51.4949257Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-24T05:37:51.5480805Z 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-07-24T05:37:51.5604433Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-24T05:37:51.6135927Z 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-07-24T05:37:51.6289685Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-24T05:37:51.6821786Z 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-07-24T05:37:51.6958279Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-24T05:37:51.7494617Z 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-07-24T05:37:51.7629552Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-24T05:37:51.8172542Z 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-07-24T05:37:51.8311996Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-24T05:37:51.8833784Z 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-07-24T05:37:51.9000527Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-24T05:37:51.9542202Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-07-24T05:37:51.9678095Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-24T05:37:52.0210125Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-07-24T05:37:52.0370280Z Entering 'third_party/kleidiai' 2025-07-24T05:37:52.0887772Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-07-24T05:37:52.1026783Z Entering 'third_party/mimalloc' 2025-07-24T05:37:52.1558947Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-07-24T05:37:52.1695611Z Entering 'third_party/nlohmann' 2025-07-24T05:37:52.2214994Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-07-24T05:37:52.2380540Z Entering 'third_party/onnx' 2025-07-24T05:37:52.2893983Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-07-24T05:37:52.3036846Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-24T05:37:52.3582654Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-07-24T05:37:52.3738577Z Entering 'third_party/opentelemetry-cpp' 2025-07-24T05:37:52.4259981Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-07-24T05:37:52.4392292Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-24T05:37:52.4940304Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-07-24T05:37:52.5086373Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-24T05:37:52.5662685Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-07-24T05:37:52.5802285Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-24T05:37:52.6352681Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-07-24T05:37:52.6490832Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-24T05:37:52.7034284Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-07-24T05:37:52.7174251Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-24T05:37:52.7721033Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-07-24T05:37:52.7896645Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-24T05:37:52.8439317Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-07-24T05:37:52.8589592Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-24T05:37:52.9147931Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-07-24T05:37:52.9276294Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-24T05:37:52.9842326Z 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-07-24T05:37:52.9984135Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-24T05:37:53.0551973Z 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-07-24T05:37:53.0715575Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-24T05:37:53.1284590Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-07-24T05:37:53.1463414Z Entering 'third_party/pocketfft' 2025-07-24T05:37:53.2032081Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-07-24T05:37:53.2173678Z Entering 'third_party/protobuf' 2025-07-24T05:37:53.2719074Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-07-24T05:37:53.2849050Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-24T05:37:53.3415824Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-07-24T05:37:53.3589108Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-24T05:37:53.4134825Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-07-24T05:37:53.4290842Z Entering 'third_party/psimd' 2025-07-24T05:37:53.4847347Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-07-24T05:37:53.4995836Z Entering 'third_party/pthreadpool' 2025-07-24T05:37:53.5572685Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-07-24T05:37:53.5716241Z Entering 'third_party/pybind11' 2025-07-24T05:37:53.6255079Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-07-24T05:37:53.6400945Z Entering 'third_party/python-peachpy' 2025-07-24T05:37:53.6941446Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-07-24T05:37:53.7081419Z Entering 'third_party/sleef' 2025-07-24T05:37:53.7653388Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-07-24T05:37:53.7796675Z Entering 'third_party/tensorpipe' 2025-07-24T05:37:53.8368137Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-07-24T05:37:53.8493981Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-24T05:37:53.9077137Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-07-24T05:37:53.9243661Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-24T05:37:53.9794652Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-07-24T05:37:53.9941692Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-24T05:37:54.0496727Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-07-24T05:37:54.0636842Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-24T05:37:54.1217263Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-07-24T05:37:54.1343969Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-24T05:37:54.1948881Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-07-24T05:37:54.2578155Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-07-24T05:37:54.8169457Z Entering 'android/libs/fbjni' 2025-07-24T05:37:54.8566257Z Entering 'third_party/FP16' 2025-07-24T05:37:54.8957414Z Entering 'third_party/FXdiv' 2025-07-24T05:37:54.9345163Z Entering 'third_party/NNPACK' 2025-07-24T05:37:54.9731814Z Entering 'third_party/NVTX' 2025-07-24T05:37:55.0128153Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-24T05:37:55.0524162Z Entering 'third_party/XNNPACK' 2025-07-24T05:37:55.0918611Z Entering 'third_party/aiter' 2025-07-24T05:37:55.1301292Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-24T05:37:55.1706486Z Entering 'third_party/benchmark' 2025-07-24T05:37:55.2086836Z Entering 'third_party/composable_kernel' 2025-07-24T05:37:55.2462344Z Entering 'third_party/cpp-httplib' 2025-07-24T05:37:55.2837742Z Entering 'third_party/cpuinfo' 2025-07-24T05:37:55.3210937Z Entering 'third_party/cudnn_frontend' 2025-07-24T05:37:55.3590660Z Entering 'third_party/cutlass' 2025-07-24T05:37:55.3985931Z Entering 'third_party/fbgemm' 2025-07-24T05:37:55.4354499Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-24T05:37:55.4766723Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-24T05:37:55.5169758Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-24T05:37:55.5550832Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-24T05:37:55.5937844Z Entering 'third_party/fbgemm/external/googletest' 2025-07-24T05:37:55.6361671Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-24T05:37:55.6734422Z Entering 'third_party/fbgemm/external/json' 2025-07-24T05:37:55.7136372Z Entering 'third_party/flash-attention' 2025-07-24T05:37:55.7499730Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-24T05:37:55.7884173Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-24T05:37:55.8328901Z Entering 'third_party/flatbuffers' 2025-07-24T05:37:55.8744400Z Entering 'third_party/fmt' 2025-07-24T05:37:55.9120387Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-24T05:37:55.9487696Z Entering 'third_party/gloo' 2025-07-24T05:37:55.9861484Z Entering 'third_party/googletest' 2025-07-24T05:37:56.0234059Z Entering 'third_party/ideep' 2025-07-24T05:37:56.0599389Z Entering 'third_party/ideep/mkl-dnn' 2025-07-24T05:37:56.1000798Z Entering 'third_party/ittapi' 2025-07-24T05:37:56.1373889Z Entering 'third_party/kineto' 2025-07-24T05:37:56.1738723Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-24T05:37:56.2126573Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-24T05:37:56.2500854Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-24T05:37:56.2885168Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-24T05:37:56.3267890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-24T05:37:56.3670839Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-24T05:37:56.4100799Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-24T05:37:56.4478359Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-24T05:37:56.4878461Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-24T05:37:56.5273626Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-24T05:37:56.5678462Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-24T05:37:56.6061142Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-24T05:37:56.6493846Z Entering 'third_party/kleidiai' 2025-07-24T05:37:56.6867440Z Entering 'third_party/mimalloc' 2025-07-24T05:37:56.7247754Z Entering 'third_party/nlohmann' 2025-07-24T05:37:56.7627942Z Entering 'third_party/onnx' 2025-07-24T05:37:56.8016228Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-24T05:37:56.8437995Z Entering 'third_party/opentelemetry-cpp' 2025-07-24T05:37:56.8860584Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-24T05:37:56.9244706Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-24T05:37:56.9618157Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-24T05:37:57.0013890Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-24T05:37:57.0395067Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-24T05:37:57.0803594Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-24T05:37:57.1181650Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-24T05:37:57.1577941Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-24T05:37:57.1988629Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-24T05:37:57.2396488Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-24T05:37:57.2846922Z Entering 'third_party/pocketfft' 2025-07-24T05:37:57.3228578Z Entering 'third_party/protobuf' 2025-07-24T05:37:57.3590580Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-24T05:37:57.3992397Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-24T05:37:57.4388298Z Entering 'third_party/psimd' 2025-07-24T05:37:57.4781851Z Entering 'third_party/pthreadpool' 2025-07-24T05:37:57.5160190Z Entering 'third_party/pybind11' 2025-07-24T05:37:57.5529911Z Entering 'third_party/python-peachpy' 2025-07-24T05:37:57.5907839Z Entering 'third_party/sleef' 2025-07-24T05:37:57.6290697Z Entering 'third_party/tensorpipe' 2025-07-24T05:37:57.6649993Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-24T05:37:57.7017939Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-24T05:37:57.7390862Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-24T05:37:57.7764637Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-24T05:37:57.8131116Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-24T05:37:57.8661261Z [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-07-24T05:37:58.2279995Z Entering 'android/libs/fbjni' 2025-07-24T05:37:58.2659019Z Entering 'third_party/FP16' 2025-07-24T05:37:58.3029967Z Entering 'third_party/FXdiv' 2025-07-24T05:37:58.3410878Z Entering 'third_party/NNPACK' 2025-07-24T05:37:58.3790284Z Entering 'third_party/NVTX' 2025-07-24T05:37:58.4160944Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-24T05:37:58.4531597Z Entering 'third_party/XNNPACK' 2025-07-24T05:37:58.4914393Z Entering 'third_party/aiter' 2025-07-24T05:37:58.5270201Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-24T05:37:58.5680443Z Entering 'third_party/benchmark' 2025-07-24T05:37:58.6046538Z Entering 'third_party/composable_kernel' 2025-07-24T05:37:58.6425488Z Entering 'third_party/cpp-httplib' 2025-07-24T05:37:58.6796293Z Entering 'third_party/cpuinfo' 2025-07-24T05:37:58.7158872Z Entering 'third_party/cudnn_frontend' 2025-07-24T05:37:58.7539107Z Entering 'third_party/cutlass' 2025-07-24T05:37:58.7927728Z Entering 'third_party/fbgemm' 2025-07-24T05:37:58.8287681Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-24T05:37:58.8665797Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-24T05:37:58.9059376Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-24T05:37:58.9439007Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-24T05:37:58.9831448Z Entering 'third_party/fbgemm/external/googletest' 2025-07-24T05:37:59.0206358Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-24T05:37:59.0593438Z Entering 'third_party/fbgemm/external/json' 2025-07-24T05:37:59.0997844Z Entering 'third_party/flash-attention' 2025-07-24T05:37:59.1376908Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-24T05:37:59.1779614Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-24T05:37:59.2175313Z Entering 'third_party/flatbuffers' 2025-07-24T05:37:59.2559216Z Entering 'third_party/fmt' 2025-07-24T05:37:59.3008352Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-24T05:37:59.3379695Z Entering 'third_party/gloo' 2025-07-24T05:37:59.3764719Z Entering 'third_party/googletest' 2025-07-24T05:37:59.4142712Z Entering 'third_party/ideep' 2025-07-24T05:37:59.4500367Z Entering 'third_party/ideep/mkl-dnn' 2025-07-24T05:37:59.4899388Z Entering 'third_party/ittapi' 2025-07-24T05:37:59.5279581Z Entering 'third_party/kineto' 2025-07-24T05:37:59.5638119Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-24T05:37:59.6008180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-24T05:37:59.6394424Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-24T05:37:59.6788579Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-24T05:37:59.7179978Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-24T05:37:59.7552310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-24T05:37:59.7956429Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-24T05:37:59.8346831Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-24T05:37:59.8745829Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-24T05:37:59.9147290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-24T05:37:59.9555399Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-24T05:37:59.9946726Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-24T05:38:00.0358393Z Entering 'third_party/kleidiai' 2025-07-24T05:38:00.0736314Z Entering 'third_party/mimalloc' 2025-07-24T05:38:00.1110272Z Entering 'third_party/nlohmann' 2025-07-24T05:38:00.1497584Z Entering 'third_party/onnx' 2025-07-24T05:38:00.1915117Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-24T05:38:00.2316508Z Entering 'third_party/opentelemetry-cpp' 2025-07-24T05:38:00.2693088Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-24T05:38:00.3090422Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-24T05:38:00.3480074Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-24T05:38:00.3885636Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-24T05:38:00.4272657Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-24T05:38:00.4663531Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-24T05:38:00.5054535Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-24T05:38:00.5419047Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-24T05:38:00.5804308Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-24T05:38:00.6249341Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-24T05:38:00.6668716Z Entering 'third_party/pocketfft' 2025-07-24T05:38:00.7056835Z Entering 'third_party/protobuf' 2025-07-24T05:38:00.7424784Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-24T05:38:00.7816835Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-24T05:38:00.8215427Z Entering 'third_party/psimd' 2025-07-24T05:38:00.8604895Z Entering 'third_party/pthreadpool' 2025-07-24T05:38:00.8988392Z Entering 'third_party/pybind11' 2025-07-24T05:38:00.9365201Z Entering 'third_party/python-peachpy' 2025-07-24T05:38:00.9740933Z Entering 'third_party/sleef' 2025-07-24T05:38:01.0144898Z Entering 'third_party/tensorpipe' 2025-07-24T05:38:01.0509703Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-24T05:38:01.0902790Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-24T05:38:01.1283958Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-24T05:38:01.1662870Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-24T05:38:01.2024787Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-24T05:38:01.2517393Z ##[endgroup] 2025-07-24T05:38:01.2786450Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-07-24T05:38:01.3001775Z 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:38:01.3285685Z Prepare all required actions 2025-07-24T05:38:01.3347629Z ##[group]Run ./.github/actions/setup-win 2025-07-24T05:38:01.3347914Z with: 2025-07-24T05:38:01.3348091Z cuda-version: cpu 2025-07-24T05:38:01.3348293Z env: 2025-07-24T05:38:01.3348466Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:01.3348687Z ##[endgroup] 2025-07-24T05:38:01.3421716Z ##[group]Run set -euo pipefail 2025-07-24T05:38:01.3422046Z set -euo pipefail 2025-07-24T05:38:01.3422332Z function get_ec2_metadata() { 2025-07-24T05:38:01.3422670Z  # Pulled from instance metadata endpoint for EC2 2025-07-24T05:38:01.3423316Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-07-24T05:38:01.3423871Z  category=$1 2025-07-24T05:38:01.3424778Z  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-07-24T05:38:01.3425840Z } 2025-07-24T05:38:01.3426070Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-07-24T05:38:01.3426477Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-07-24T05:38:01.3426939Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-07-24T05:38:01.3427339Z echo "system info $(uname -a)" 2025-07-24T05:38:01.3446645Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:01.3447065Z env: 2025-07-24T05:38:01.3447239Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:01.3447465Z ##[endgroup] 2025-07-24T05:38:01.4130655Z ami-id: ami-0d9ca55f96fe08fd6 2025-07-24T05:38:01.4687598Z instance-id: i-0ca4d02821c447333 2025-07-24T05:38:01.5035565Z instance-type: c5d.4xlarge 2025-07-24T05:38:01.5217086Z system info MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys 2025-07-24T05:38:01.5322834Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-24T05:38:01.5323813Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-24T05:38:01.5339551Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T05:38:01.5340031Z env: 2025-07-24T05:38:01.5340226Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:01.5340481Z ##[endgroup] 2025-07-24T05:38:01.8793040Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T05:38:01.8863670Z Finished 2025-07-24T05:38:01.9161284Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-07-24T05:38:01.9161769Z # Windows conda is baked into the AMI at this location 2025-07-24T05:38:01.9162177Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-07-24T05:38:01.9162488Z  2025-07-24T05:38:01.9162697Z { 2025-07-24T05:38:01.9162951Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-07-24T05:38:01.9163336Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-07-24T05:38:01.9163671Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-07-24T05:38:01.9163971Z } >> "${GITHUB_ENV}" 2025-07-24T05:38:01.9182683Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:01.9183104Z env: 2025-07-24T05:38:01.9183287Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:01.9183532Z ##[endgroup] 2025-07-24T05:38:01.9496005Z ##[group]Run set +e 2025-07-24T05:38:01.9496258Z set +e 2025-07-24T05:38:01.9496462Z set -x 2025-07-24T05:38:01.9496641Z  2025-07-24T05:38:01.9496862Z PYTHON3=$(${CONDA_RUN} which python3) 2025-07-24T05:38:01.9497162Z EXIT_CODE=$? 2025-07-24T05:38:01.9497363Z  2025-07-24T05:38:01.9498805Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-07-24T05:38:01.9499223Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-07-24T05:38:01.9499591Z  2025-07-24T05:38:01.9499798Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-07-24T05:38:01.9500129Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-07-24T05:38:01.9500408Z else 2025-07-24T05:38:01.9500837Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-07-24T05:38:01.9501523Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-07-24T05:38:01.9502170Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-07-24T05:38:01.9502722Z  # needed. In both cases, Python binary is just called python 2025-07-24T05:38:01.9503104Z  PYTHON=$(${CONDA_RUN} which python) 2025-07-24T05:38:01.9503385Z  EXIT_CODE=$? 2025-07-24T05:38:01.9503743Z  2025-07-24T05:38:01.9503937Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-07-24T05:38:01.9504376Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-07-24T05:38:01.9504783Z  2025-07-24T05:38:01.9505044Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-07-24T05:38:01.9505541Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-07-24T05:38:01.9505993Z  # here pointing to Python 2025-07-24T05:38:01.9506284Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-07-24T05:38:01.9506541Z  2025-07-24T05:38:01.9506745Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-07-24T05:38:01.9507068Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-07-24T05:38:01.9507355Z  else 2025-07-24T05:38:01.9507581Z  echo "Found no Python using ${CONDA_RUN}" 2025-07-24T05:38:01.9507886Z  fi 2025-07-24T05:38:01.9508073Z fi 2025-07-24T05:38:01.9526193Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:01.9526609Z env: 2025-07-24T05:38:01.9526803Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:01.9527166Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:01.9527677Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:01.9528151Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:01.9528491Z ##[endgroup] 2025-07-24T05:38:01.9755308Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-07-24T05:38:15.4893503Z 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-07-24T05:38:15.4920308Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-07-24T05:38:15.5597991Z + PYTHON3= 2025-07-24T05:38:15.5598227Z + EXIT_CODE=1 2025-07-24T05:38:15.5598927Z + [[ 1 == \0 ]] 2025-07-24T05:38:15.5658459Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-07-24T05:38:17.2212010Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-07-24T05:38:17.2212359Z + EXIT_CODE=0 2025-07-24T05:38:17.2212557Z + [[ 0 == \0 ]] 2025-07-24T05:38:17.2212981Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-07-24T05:38:17.2214630Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-07-24T05:38:17.2335347Z ++ echo /c/Jenkins/Miniconda3/python 2025-07-24T05:38:17.2388875Z ++ sed s/python/python3/ 2025-07-24T05:38:17.2454757Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-07-24T05:38:17.2455195Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-07-24T05:38:17.2631666Z ++ dirname /c/Jenkins/Miniconda3/python 2025-07-24T05:38:17.2701142Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-07-24T05:38:17.2701458Z + echo /c/Jenkins/Miniconda3 2025-07-24T05:38:17.2807133Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-07-24T05:38:17.2807731Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-07-24T05:38:17.2808175Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-07-24T05:38:17.2829632Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:17.2830272Z env: 2025-07-24T05:38:17.2830461Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:17.2830834Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:17.2831336Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:17.2831796Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:17.2832133Z ##[endgroup] 2025-07-24T05:38:17.3690334Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-07-24T05:38:17.3691279Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-07-24T05:38:17.3692043Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-07-24T05:38:17.3692485Z # that it doesn't interfere 2025-07-24T05:38:17.3692933Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-07-24T05:38:17.3708564Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T05:38:17.3709007Z env: 2025-07-24T05:38:17.3709191Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:17.3709561Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:17.3710066Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:17.3710533Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:17.3710921Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:17.3711195Z ##[endgroup] 2025-07-24T05:38:17.7201720Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T05:38:17.7278373Z Finished 2025-07-24T05:38:19.3678695Z ##[group]Run choco install handle -y 2025-07-24T05:38:19.3679008Z choco install handle -y 2025-07-24T05:38:19.3679325Z handle C:\actions-runner\_work\ 2025-07-24T05:38:19.3695009Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T05:38:19.3695470Z env: 2025-07-24T05:38:19.3695671Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:19.3696060Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:19.3696598Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:19.3697068Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:19.3697472Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:19.3697768Z ##[endgroup] 2025-07-24T05:38:19.7089477Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T05:38:19.7158264Z Finished 2025-07-24T05:38:22.6609753Z Chocolatey v2.4.3 2025-07-24T05:38:22.8403461Z Installing the following packages: 2025-07-24T05:38:22.8408130Z handle 2025-07-24T05:38:22.8412081Z By installing, you accept licenses for the packages. 2025-07-24T05:38:24.1330558Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-07-24T05:38:24.2526064Z 2025-07-24T05:38:24.2526699Z Progress: Downloading Handle 5.0... 15% 2025-07-24T05:38:24.2527048Z Progress: Downloading Handle 5.0... 45% 2025-07-24T05:38:24.2527349Z Progress: Downloading Handle 5.0... 75% 2025-07-24T05:38:24.2527625Z Progress: Downloading Handle 5.0... 100% 2025-07-24T05:38:24.4621940Z 2025-07-24T05:38:24.4622321Z handle v5.0.0 [Approved] 2025-07-24T05:38:24.4825774Z handle package files install completed. Performing other installation steps. 2025-07-24T05:38:25.8645719Z Downloading Handle 2025-07-24T05:38:25.8646105Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-07-24T05:38:25.9543061Z 2025-07-24T05:38:25.9560190Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-07-24T05:38:25.9574062Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-07-24T05:38:25.9589090Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-07-24T05:38:25.9605958Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-07-24T05:38:25.9609525Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-07-24T05:38:25.9616124Z Download of Handle.zip (729.82 KB) completed. 2025-07-24T05:38:29.0735637Z Hashes match. 2025-07-24T05:38:29.0995867Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-07-24T05:38:29.5524527Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-07-24T05:38:29.5574943Z HKEY_CURRENT_USER\Software\Sysinternals 2025-07-24T05:38:29.5605030Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-07-24T05:38:29.9763605Z ShimGen has successfully created a shim for handle.exe 2025-07-24T05:38:30.1558732Z ShimGen has successfully created a shim for handle64.exe 2025-07-24T05:38:30.3335271Z ShimGen has successfully created a shim for handle64a.exe 2025-07-24T05:38:30.3608664Z The install of handle was successful. 2025-07-24T05:38:30.3611129Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-07-24T05:38:30.3750747Z 2025-07-24T05:38:30.3751221Z Chocolatey installed 1/1 packages. 2025-07-24T05:38:30.3751667Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-07-24T05:38:30.3761386Z 2025-07-24T05:38:30.3761611Z Enjoy using Chocolatey? Explore more amazing features to take your 2025-07-24T05:38:30.3762049Z experience to the next level at 2025-07-24T05:38:30.3762328Z https://chocolatey.org/compare 2025-07-24T05:38:30.5421080Z 2025-07-24T05:38:30.5421483Z Nthandle v5.0 - Handle viewer 2025-07-24T05:38:30.5421820Z Copyright (C) 1997-2022 Mark Russinovich 2025-07-24T05:38:30.5422114Z Sysinternals - www.sysinternals.com 2025-07-24T05:38:30.5422299Z 2025-07-24T05:38:30.6807208Z powershell.exe pid: 1076 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:38:30.6807834Z handle.exe pid: 5224 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:38:30.6808381Z handle.exe pid: 5772 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:38:30.6808925Z handle64.exe pid: 5444 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:38:30.7156402Z ##[group]Run nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e 2025-07-24T05:38:30.7156826Z with: 2025-07-24T05:38:30.7157006Z shell: bash 2025-07-24T05:38:30.7157189Z timeout_minutes: 5 2025-07-24T05:38:30.7157404Z max_attempts: 5 2025-07-24T05:38:30.7157612Z retry_wait_seconds: 30 2025-07-24T05:38:30.7157923Z command: set -eu python3 -m pip install 'xdoctest>=1.1.0' 2025-07-24T05:38:30.7158271Z polling_interval_seconds: 1 2025-07-24T05:38:30.7158517Z warning_on_retry: true 2025-07-24T05:38:30.7158736Z continue_on_error: false 2025-07-24T05:38:30.7158951Z env: 2025-07-24T05:38:30.7159118Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:30.7159500Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:30.7160016Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:30.7160522Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:30.7160960Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:30.7161282Z ##[endgroup] 2025-07-24T05:38:36.0790126Z Collecting xdoctest>=1.1.0 2025-07-24T05:38:36.2662932Z Downloading xdoctest-1.2.0-py3-none-any.whl.metadata (37 kB) 2025-07-24T05:38:36.6376112Z Downloading xdoctest-1.2.0-py3-none-any.whl (151 kB) 2025-07-24T05:38:36.7794914Z -------------------------------------- 151.2/151.2 kB 999.7 kB/s eta 0:00:00 2025-07-24T05:38:38.7143232Z Installing collected packages: xdoctest 2025-07-24T05:38:38.7144168Z Attempting uninstall: xdoctest 2025-07-24T05:38:38.7167605Z Found existing installation: xdoctest 1.0.2 2025-07-24T05:38:38.7293896Z Uninstalling xdoctest-1.0.2: 2025-07-24T05:38:38.7333126Z Successfully uninstalled xdoctest-1.0.2 2025-07-24T05:38:38.8335333Z WARNING: The script xdoctest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T05:38:38.8336121Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:38:38.8794436Z Successfully installed xdoctest-1.2.0 2025-07-24T05:38:39.8681845Z Command completed after 1 attempt(s). 2025-07-24T05:38:39.8844590Z Prepare all required actions 2025-07-24T05:38:39.8880519Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-07-24T05:38:39.8880848Z with: 2025-07-24T05:38:39.8881241Z github-token: *** 2025-07-24T05:38:39.8881444Z env: 2025-07-24T05:38:39.8881613Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:39.8881981Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:39.8882500Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:39.8882970Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:39.8883365Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:39.8883644Z ##[endgroup] 2025-07-24T05:38:39.8952646Z ##[group]Run set -eux 2025-07-24T05:38:39.8952886Z set -eux 2025-07-24T05:38:39.8953278Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-07-24T05:38:39.8972705Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:39.8973124Z env: 2025-07-24T05:38:39.8973313Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:39.8973680Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:39.8974191Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:39.8974650Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:39.8975044Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:39.8975530Z GITHUB_TOKEN: *** 2025-07-24T05:38:39.8975724Z ##[endgroup] 2025-07-24T05:38:39.9170666Z + python3 .github/scripts/get_workflow_job_id.py 16487210679 i-0ca4d02821c447333 2025-07-24T05:38:41.0242896Z Setting output job-id=46618106337 2025-07-24T05:38:41.0243478Z Setting output job-name=win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:38:41.0485169Z ##[group]Run # Windows conda doesn't have python3 binary, only python, but it's python3 2025-07-24T05:38:41.0485805Z # Windows conda doesn't have python3 binary, only python, but it's python3 2025-07-24T05:38:41.0486430Z ${CONDA_RUN} python -m pip install psutil==5.9.8 dataclasses_json==0.6.7 nvidia-ml-py==11.525.84 2025-07-24T05:38:41.0487378Z ${CONDA_RUN} python -m tools.stats.monitor --log-interval "$MONITOR_LOG_INTERVAL" --data-collect-interval "$MONITOR_DATA_COLLECT_INTERVAL" > usage_log.txt 2>&1 & 2025-07-24T05:38:41.0488189Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2025-07-24T05:38:41.0506859Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:41.0507274Z env: 2025-07-24T05:38:41.0507455Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:41.0507828Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:41.0508366Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:41.0508823Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:41.0509212Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:41.0509491Z JOB_ID: 46618106337 2025-07-24T05:38:41.0509857Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:38:41.0510286Z WORKFLOW_NAME: trunk 2025-07-24T05:38:41.0510496Z WORKFLOW_RUN_ID: 16487210679 2025-07-24T05:38:41.0510742Z MONITOR_LOG_INTERVAL: 5 2025-07-24T05:38:41.0510969Z MONITOR_DATA_COLLECT_INTERVAL: 1 2025-07-24T05:38:41.0511366Z ##[endgroup] 2025-07-24T05:38:43.5894342Z Collecting psutil==5.9.8 2025-07-24T05:38:43.7754882Z Downloading psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB) 2025-07-24T05:38:43.8454281Z Collecting dataclasses_json==0.6.7 2025-07-24T05:38:43.8504166Z Downloading dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-07-24T05:38:43.8900854Z Collecting nvidia-ml-py==11.525.84 2025-07-24T05:38:43.8954171Z Downloading nvidia_ml_py-11.525.84-py3-none-any.whl.metadata (8.6 kB) 2025-07-24T05:38:43.9731957Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7) 2025-07-24T05:38:43.9780023Z Downloading marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-07-24T05:38:43.9974262Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7) 2025-07-24T05:38:44.0023387Z Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-07-24T05:38:44.0220851Z Requirement already satisfied: packaging>=17.0 in c:\jenkins\miniconda3\lib\site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) (23.2) 2025-07-24T05:38:44.0378658Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-07-24T05:38:44.0423438Z Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-07-24T05:38:44.0485227Z Requirement already satisfied: typing-extensions>=3.7.4 in c:\jenkins\miniconda3\lib\site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (4.12.2) 2025-07-24T05:38:44.0591384Z Downloading psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB) 2025-07-24T05:38:44.1126911Z ---------------------------------------- 255.1/255.1 kB 3.9 MB/s eta 0:00:00 2025-07-24T05:38:44.1173574Z Downloading dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-07-24T05:38:44.1287703Z Downloading nvidia_ml_py-11.525.84-py3-none-any.whl (34 kB) 2025-07-24T05:38:44.1384263Z Downloading marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-07-24T05:38:44.1465795Z ---------------------------------------- 50.9/50.9 kB 2.5 MB/s eta 0:00:00 2025-07-24T05:38:44.1507416Z Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-07-24T05:38:44.1602272Z Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-07-24T05:38:44.9564539Z Installing collected packages: nvidia-ml-py, psutil, mypy-extensions, marshmallow, typing-inspect, dataclasses_json 2025-07-24T05:38:44.9988019Z Attempting uninstall: psutil 2025-07-24T05:38:45.0000961Z Found existing installation: psutil 5.9.1 2025-07-24T05:38:45.0100768Z Uninstalling psutil-5.9.1: 2025-07-24T05:38:45.0126084Z Successfully uninstalled psutil-5.9.1 2025-07-24T05:38:45.3424877Z Successfully installed dataclasses_json-0.6.7 marshmallow-3.26.1 mypy-extensions-1.1.0 nvidia-ml-py-11.525.84 psutil-5.9.8 typing-inspect-0.9.0 2025-07-24T05:38:45.5413761Z ##[group]Run seemethere/download-artifact-s3@1da556a7aa0a088e3153970611f6c432d58e80e6 2025-07-24T05:38:45.5414271Z with: 2025-07-24T05:38:45.5414490Z name: win-vs2022-cpu-py3 2025-07-24T05:38:45.5414750Z path: C:\16487210679\build-results 2025-07-24T05:38:45.5415025Z s3-bucket: gha-artifacts 2025-07-24T05:38:45.5415259Z region: us-east-1 2025-07-24T05:38:45.5415472Z env: 2025-07-24T05:38:45.5415653Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:45.5416028Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:45.5416557Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:45.5417017Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:45.5417420Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:45.5417701Z ##[endgroup] 2025-07-24T05:38:46.1557300Z (node:4072) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-07-24T05:38:46.1557773Z 2025-07-24T05:38:46.1557946Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-07-24T05:38:46.1558462Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-07-24T05:38:46.1559163Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-07-24T05:38:46.2789973Z Found 4 objects with prefix pytorch/pytorch/16487210679/win-vs2022-cpu-py3/ 2025-07-24T05:38:46.2795339Z Starting download (1/4): C:\16487210679\build-results\.additional_ci_files\test-class-times.json 2025-07-24T05:38:46.4850611Z Finished download (1/4): C:\16487210679\build-results\.additional_ci_files\test-class-times.json 2025-07-24T05:38:46.4851413Z Starting download (2/4): C:\16487210679\build-results\.additional_ci_files\test-times.json 2025-07-24T05:38:46.6123891Z Finished download (2/4): C:\16487210679\build-results\.additional_ci_files\test-times.json 2025-07-24T05:38:46.6125425Z Starting download (3/4): C:\16487210679\build-results\.ninja_log 2025-07-24T05:38:46.7261748Z Finished download (3/4): C:\16487210679\build-results\.ninja_log 2025-07-24T05:38:46.7262863Z Starting download (4/4): C:\16487210679\build-results\torch-2.9.0a0+git27c8ef1-cp39-cp39-win_amd64.whl 2025-07-24T05:38:53.9825000Z Finished download (4/4): C:\16487210679\build-results\torch-2.9.0a0+git27c8ef1-cp39-cp39-win_amd64.whl 2025-07-24T05:38:53.9836576Z Artifact download has finished successfully 2025-07-24T05:38:54.0130967Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-07-24T05:38:54.0131428Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-07-24T05:38:54.0149328Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T05:38:54.0149811Z env: 2025-07-24T05:38:54.0150054Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:54.0150473Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:54.0151028Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:54.0151584Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:54.0152010Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:54.0152375Z ##[endgroup] 2025-07-24T05:38:54.3583331Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T05:38:54.3646894Z Finished 2025-07-24T05:38:54.3771732Z Folder PATH listing 2025-07-24T05:38:54.3772058Z Volume serial number is EA7F-0099 2025-07-24T05:38:54.3772335Z C:\16487210679\BUILD-RESULTS 2025-07-24T05:38:54.3779976Z � .ninja_log 2025-07-24T05:38:54.3780356Z � torch-2.9.0a0+git27c8ef1-cp39-cp39-win_amd64.whl 2025-07-24T05:38:54.3780708Z � 2025-07-24T05:38:54.3780933Z ����.additional_ci_files 2025-07-24T05:38:54.3781188Z test-class-times.json 2025-07-24T05:38:54.3781437Z test-times.json 2025-07-24T05:38:54.3781653Z 2025-07-24T05:38:54.4019310Z Prepare all required actions 2025-07-24T05:38:54.4019689Z Getting action download info 2025-07-24T05:38:54.5493291Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-07-24T05:38:54.7983309Z Download action repository 'actions/download-artifact@v4' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-07-24T05:38:55.0985083Z ##[group]Run ./.github/actions/download-td-artifacts 2025-07-24T05:38:55.0985403Z with: 2025-07-24T05:38:55.0985583Z env: 2025-07-24T05:38:55.0985755Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:55.0986125Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:55.0986631Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:55.0987088Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:55.0988526Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:55.0988873Z ##[endgroup] 2025-07-24T05:38:55.1085378Z ##[group]Run seemethere/download-artifact-s3@v4 2025-07-24T05:38:55.1085683Z with: 2025-07-24T05:38:55.1085856Z name: td_results 2025-07-24T05:38:55.1086116Z s3-bucket: gha-artifacts 2025-07-24T05:38:55.1086360Z region: us-east-1 2025-07-24T05:38:55.1086772Z env: 2025-07-24T05:38:55.1086953Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:55.1087314Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:55.1087832Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:55.1088299Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:55.1088748Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:55.1089033Z ##[endgroup] 2025-07-24T05:38:55.6453855Z (node:1144) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-07-24T05:38:55.6454351Z 2025-07-24T05:38:55.6454549Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-07-24T05:38:55.6455036Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-07-24T05:38:55.6455563Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-07-24T05:38:55.7538911Z Found 1 objects with prefix pytorch/pytorch/16487210679/td_results/ 2025-07-24T05:38:55.7540024Z Starting download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-07-24T05:38:55.8897660Z Finished download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-07-24T05:38:55.8906065Z Artifact download has finished successfully 2025-07-24T05:38:55.9141209Z ##[group]Run mkdir -p .additional_ci_files 2025-07-24T05:38:55.9141641Z mkdir -p .additional_ci_files 2025-07-24T05:38:55.9142070Z mv td_results.json .additional_ci_files/td_results.json || true 2025-07-24T05:38:55.9161231Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:55.9161662Z env: 2025-07-24T05:38:55.9161854Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:55.9162217Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:55.9162724Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:55.9163214Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:55.9163591Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:55.9163878Z ##[endgroup] 2025-07-24T05:38:55.9825483Z Prepare all required actions 2025-07-24T05:38:55.9825893Z Getting action download info 2025-07-24T05:38:56.0882235Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-07-24T05:38:56.3063057Z ##[group]Run ./.github/actions/filter-test-configs 2025-07-24T05:38:56.3063377Z with: 2025-07-24T05:38:56.3063768Z github-token: *** 2025-07-24T05:38:56.3064803Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2025-07-24T05:38:56.3066020Z job-name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:38:56.3066477Z env: 2025-07-24T05:38:56.3066675Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:56.3067098Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:56.3067606Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:56.3068091Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:56.3068493Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:56.3068783Z ##[endgroup] 2025-07-24T05:38:56.3162739Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-24T05:38:56.3163037Z with: 2025-07-24T05:38:56.3163213Z shell: bash 2025-07-24T05:38:56.3163422Z timeout_minutes: 10 2025-07-24T05:38:56.3163637Z max_attempts: 5 2025-07-24T05:38:56.3163855Z retry_wait_seconds: 30 2025-07-24T05:38:56.3164593Z 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-07-24T05:38:56.3165524Z polling_interval_seconds: 1 2025-07-24T05:38:56.3165790Z warning_on_retry: true 2025-07-24T05:38:56.3166035Z continue_on_error: false 2025-07-24T05:38:56.3166270Z env: 2025-07-24T05:38:56.3166452Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:56.3166828Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:56.3167363Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:56.3167828Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:56.3168239Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:56.3168839Z GITHUB_TOKEN: *** 2025-07-24T05:38:56.3169067Z ##[endgroup] 2025-07-24T05:38:56.4582071Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-07-24T05:38:57.2459457Z Collecting requests==2.27.1 2025-07-24T05:38:57.4314101Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-07-24T05:38:57.5263267Z Collecting pyyaml==6.0.1 2025-07-24T05:38:57.5312428Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB) 2025-07-24T05:38:57.5545915Z 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-07-24T05:38:57.5552368Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.4.26) 2025-07-24T05:38:57.5564160Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-07-24T05:38:57.5578372Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-07-24T05:38:57.5865163Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-07-24T05:38:57.6624396Z ---------------------------------------- 63.1/63.1 kB 839.6 kB/s eta 0:00:00 2025-07-24T05:38:57.6682292Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) 2025-07-24T05:38:57.7019580Z ---------------------------------------- 152.8/152.8 kB 4.6 MB/s eta 0:00:00 2025-07-24T05:38:58.4701905Z Installing collected packages: requests, pyyaml 2025-07-24T05:38:58.4702416Z Attempting uninstall: requests 2025-07-24T05:38:58.4712697Z Found existing installation: requests 2.32.3 2025-07-24T05:38:58.5755040Z Uninstalling requests-2.32.3: 2025-07-24T05:38:58.5784424Z Successfully uninstalled requests-2.32.3 2025-07-24T05:38:58.6583133Z Attempting uninstall: pyyaml 2025-07-24T05:38:58.6590232Z Found existing installation: PyYAML 6.0.2 2025-07-24T05:38:58.6670011Z Uninstalling PyYAML-6.0.2: 2025-07-24T05:38:58.6696547Z Successfully uninstalled PyYAML-6.0.2 2025-07-24T05:38:58.7933248Z Successfully installed pyyaml-6.0.1 requests-2.27.1 2025-07-24T05:38:59.4504905Z Command completed after 1 attempt(s). 2025-07-24T05:38:59.4681353Z ##[group]Run set -x 2025-07-24T05:38:59.4681626Z set -x 2025-07-24T05:38:59.4681809Z  2025-07-24T05:38:59.4682176Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-24T05:38:59.4682621Z # in runner workspace 2025-07-24T05:38:59.4682959Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-07-24T05:38:59.4703376Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:59.4703804Z env: 2025-07-24T05:38:59.4703999Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:59.4704367Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:59.4704868Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:59.4705333Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:59.4705725Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:59.4706010Z ##[endgroup] 2025-07-24T05:38:59.4886029Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-07-24T05:38:59.5313269Z Setting output tag=ciflow/trunk/149961 2025-07-24T05:38:59.5484239Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-24T05:38:59.5484599Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-24T05:38:59.5484902Z echo "Job name: ${JOB_NAME}" 2025-07-24T05:38:59.5485156Z  2025-07-24T05:38:59.5485497Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-24T05:38:59.5485926Z # in runner workspace 2025-07-24T05:38:59.5486315Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-07-24T05:38:59.5486748Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-07-24T05:38:59.5487042Z  --job-name "${JOB_NAME}" \ 2025-07-24T05:38:59.5488150Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" \ 2025-07-24T05:38:59.5489391Z  --selected-test-configs "" \ 2025-07-24T05:38:59.5489687Z  --pr-number "${PR_NUMBER}" \ 2025-07-24T05:38:59.5489965Z  --tag "${TAG}" \ 2025-07-24T05:38:59.5490212Z  --event-name "${EVENT_NAME}" \ 2025-07-24T05:38:59.5490493Z  --schedule "${SCHEDULE}" \ 2025-07-24T05:38:59.5490754Z  --branch "${HEAD_BRANCH}" 2025-07-24T05:38:59.5509186Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:38:59.5509609Z env: 2025-07-24T05:38:59.5509800Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:38:59.5510160Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:38:59.5510771Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:38:59.5511287Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:38:59.5512228Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:38:59.5512745Z GITHUB_TOKEN: *** 2025-07-24T05:38:59.5513106Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:38:59.5513569Z PR_NUMBER: 2025-07-24T05:38:59.5513768Z TAG: ciflow/trunk/149961 2025-07-24T05:38:59.5513982Z EVENT_NAME: push 2025-07-24T05:38:59.5514179Z SCHEDULE: 2025-07-24T05:38:59.5514353Z HEAD_BRANCH: 2025-07-24T05:38:59.5514541Z ##[endgroup] 2025-07-24T05:38:59.5742970Z Workflow: trunk 2025-07-24T05:38:59.5743387Z Job name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:38:59.8802061Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-07-24T05:39:00.0930672Z Setting output keep-going=False 2025-07-24T05:39:00.0931068Z Setting output ci-verbose-test-logs=False 2025-07-24T05:39:00.0931374Z Setting output ci-test-showlocals=False 2025-07-24T05:39:00.0931676Z Setting output ci-no-test-timeout=False 2025-07-24T05:39:00.0931969Z Setting output ci-no-td=False 2025-07-24T05:39:00.0932253Z Setting output ci-td-distributed=False 2025-07-24T05:39:00.0932539Z Setting output is-unstable=False 2025-07-24T05:39:00.0932854Z Setting output reenabled-issues= 2025-07-24T05:39:00.0934028Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2025-07-24T05:39:00.0935182Z Setting output is-test-matrix-empty=False 2025-07-24T05:39:00.1178704Z ##[group]Run echo "Filtered matrix:" 2025-07-24T05:39:00.1179008Z echo "Filtered matrix:" 2025-07-24T05:39:00.1180316Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" 2025-07-24T05:39:00.1181336Z  2025-07-24T05:39:00.1181512Z echo 2025-07-24T05:39:00.1181739Z echo "Is the current job unstable? False" 2025-07-24T05:39:00.1182046Z  2025-07-24T05:39:00.1182205Z echo 2025-07-24T05:39:00.1182426Z echo "Is keep-going label set? False" 2025-07-24T05:39:00.1182706Z  2025-07-24T05:39:00.1182865Z echo 2025-07-24T05:39:00.1183068Z echo "Reenabled issues? " 2025-07-24T05:39:00.1202968Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:39:00.1203404Z env: 2025-07-24T05:39:00.1203589Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:39:00.1203981Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:39:00.1204479Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:39:00.1204947Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:39:00.1205328Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:39:00.1205616Z ##[endgroup] 2025-07-24T05:39:00.1384361Z Filtered matrix: 2025-07-24T05:39:00.1385460Z {include: [{config: default, shard: 1, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: windows.4xlarge.nonephemeral}]} 2025-07-24T05:39:00.1386681Z 2025-07-24T05:39:00.1386813Z Is the current job unstable? False 2025-07-24T05:39:00.1387019Z 2025-07-24T05:39:00.1387127Z Is keep-going label set? False 2025-07-24T05:39:00.1387297Z 2025-07-24T05:39:00.1387378Z Reenabled issues? 2025-07-24T05:39:00.1505455Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-07-24T05:39:00.1505961Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-07-24T05:39:00.1524752Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:39:00.1525227Z env: 2025-07-24T05:39:00.1525427Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:39:00.1525799Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:39:00.1526305Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:39:00.1526767Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:39:00.1527144Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:39:00.1527437Z JOB_TIMEOUT: 240 2025-07-24T05:39:00.1527627Z ##[endgroup] 2025-07-24T05:39:00.1840272Z ##[group]Run pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-07-24T05:39:00.1840685Z pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-07-24T05:39:00.1841022Z # shellcheck disable=SC2046,SC2102 2025-07-24T05:39:00.1841444Z python3 -mpip install $(echo *.whl)[opt-einsum,optree] optree==0.13.0 2025-07-24T05:39:00.1841853Z popd 2025-07-24T05:39:00.1842029Z  2025-07-24T05:39:00.1842218Z .ci/pytorch/win-test.sh 2025-07-24T05:39:00.1860547Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T05:39:00.1860976Z env: 2025-07-24T05:39:00.1861155Z GIT_DEFAULT_BRANCH: main 2025-07-24T05:39:00.1861524Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:39:00.1862018Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:39:00.1862490Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:39:00.1862907Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:39:00.1863192Z USE_CUDA: 0 2025-07-24T05:39:00.1863539Z INSTALL_WINDOWS_SDK: 1 2025-07-24T05:39:00.1863755Z PYTHON_VERSION: 3.9 2025-07-24T05:39:00.1863992Z CONTINUE_THROUGH_ERROR: False 2025-07-24T05:39:00.1864230Z VERBOSE_TEST_LOGS: False 2025-07-24T05:39:00.1864464Z TEST_SHOWLOCALS: False 2025-07-24T05:39:00.1864679Z NO_TEST_TIMEOUT: False 2025-07-24T05:39:00.1864887Z NO_TD: False 2025-07-24T05:39:00.1865071Z VC_PRODUCT: BuildTools 2025-07-24T05:39:00.1865283Z VC_VERSION: 2025-07-24T05:39:00.1865459Z VS_VERSION: 17.4.1 2025-07-24T05:39:00.1865660Z VC_YEAR: 2022 2025-07-24T05:39:00.1865860Z AWS_DEFAULT_REGION: us-east-1 2025-07-24T05:39:00.1866083Z PR_NUMBER: 2025-07-24T05:39:00.1866288Z GITHUB_REPOSITORY: pytorch/pytorch 2025-07-24T05:39:00.1866547Z GITHUB_WORKFLOW: trunk 2025-07-24T05:39:00.1866757Z GITHUB_JOB: test 2025-07-24T05:39:00.1866944Z GITHUB_RUN_ID: 16487210679 2025-07-24T05:39:00.1867183Z GITHUB_RUN_NUMBER: 137322 2025-07-24T05:39:00.1867404Z GITHUB_RUN_ATTEMPT: 1 2025-07-24T05:39:00.1867622Z JOB_ID: 46618106337 2025-07-24T05:39:00.1867976Z JOB_NAME: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:39:00.1868440Z SHA1: 27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:39:00.1868739Z CUDA_VERSION: cpu 2025-07-24T05:39:00.1869005Z PYTORCH_FINAL_PACKAGE_DIR: /c/16487210679/build-results/ 2025-07-24T05:39:00.1869353Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-07-24T05:39:00.1869744Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-24T05:39:00.1870129Z SHARD_NUMBER: 1 2025-07-24T05:39:00.1870316Z NUM_TEST_SHARDS: 3 2025-07-24T05:39:00.1870521Z TEST_CONFIG: default 2025-07-24T05:39:00.1870721Z REENABLED_ISSUES: 2025-07-24T05:39:00.1870925Z TORCH_CUDA_ARCH_LIST: 8.6 2025-07-24T05:39:00.1871170Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-07-24T05:39:00.1871450Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-07-24T05:39:00.1871713Z ##[endgroup] 2025-07-24T05:39:00.2051927Z /c/16487210679/build-results /c/actions-runner/_work/pytorch/pytorch 2025-07-24T05:39:00.7292820Z Processing c:\16487210679\build-results\torch-2.9.0a0+git27c8ef1-cp39-cp39-win_amd64.whl (from torch==2.9.0a0+git27c8ef1) 2025-07-24T05:39:03.0723328Z Collecting optree==0.13.0 2025-07-24T05:39:03.2590881Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl.metadata (48 kB) 2025-07-24T05:39:03.3449888Z -------------------------------------- 48.7/48.7 kB 409.4 kB/s eta 0:00:00 2025-07-24T05:39:03.3810736Z Requirement already satisfied: typing-extensions>=4.5.0 in c:\jenkins\miniconda3\lib\site-packages (from optree==0.13.0) (4.12.2) 2025-07-24T05:39:03.4242919Z Collecting filelock (from torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) 2025-07-24T05:39:03.4293625Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-24T05:39:03.4711468Z Collecting sympy>=1.13.3 (from torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) 2025-07-24T05:39:03.4756187Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-24T05:39:03.4872354Z Requirement already satisfied: networkx>=2.5.1 in c:\jenkins\miniconda3\lib\site-packages (from torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) (2.8.8) 2025-07-24T05:39:03.5128926Z Collecting jinja2 (from torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) 2025-07-24T05:39:03.5174848Z Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-24T05:39:03.5691141Z Collecting fsspec>=0.8.5 (from torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) 2025-07-24T05:39:03.5738704Z Downloading fsspec-2025.7.0-py3-none-any.whl.metadata (12 kB) 2025-07-24T05:39:03.5912744Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (from torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) (3.4.0) 2025-07-24T05:39:03.7236321Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\jenkins\miniconda3\lib\site-packages (from sympy>=1.13.3->torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) (1.2.1) 2025-07-24T05:39:03.8146912Z Collecting MarkupSafe>=2.0 (from jinja2->torch==2.9.0a0+git27c8ef1->torch==2.9.0a0+git27c8ef1) 2025-07-24T05:39:03.8202538Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl.metadata (4.1 kB) 2025-07-24T05:39:03.8508723Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl (270 kB) 2025-07-24T05:39:03.9222072Z ---------------------------------------- 270.1/270.1 kB 4.1 MB/s eta 0:00:00 2025-07-24T05:39:03.9267457Z Downloading fsspec-2025.7.0-py3-none-any.whl (199 kB) 2025-07-24T05:39:03.9371181Z ---------------------------------------- 199.6/199.6 kB ? eta 0:00:00 2025-07-24T05:39:03.9416293Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-24T05:39:03.9933393Z ---------------------------------------- 6.3/6.3 MB 133.8 MB/s eta 0:00:00 2025-07-24T05:39:03.9980976Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-24T05:39:04.0079573Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-24T05:39:04.0185486Z ---------------------------------------- 134.9/134.9 kB 7.8 MB/s eta 0:00:00 2025-07-24T05:39:04.0260437Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl (15 kB) 2025-07-24T05:39:05.0274174Z Installing collected packages: sympy, optree, MarkupSafe, fsspec, filelock, jinja2, torch 2025-07-24T05:39:05.0275462Z Attempting uninstall: sympy 2025-07-24T05:39:05.0289624Z Found existing installation: sympy 1.11.1 2025-07-24T05:39:05.4196892Z Uninstalling sympy-1.11.1: 2025-07-24T05:39:05.7951890Z Successfully uninstalled sympy-1.11.1 2025-07-24T05:39:13.1657334Z WARNING: The script isympy.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T05:39:13.1658147Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:39:48.5220625Z WARNING: The scripts torchfrtrace.exe and torchrun.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T05:39:48.5221605Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:39:48.6677651Z Successfully installed MarkupSafe-3.0.2 filelock-3.18.0 fsspec-2025.7.0 jinja2-3.1.6 optree-0.13.0 sympy-1.14.0 torch-2.9.0a0+git27c8ef1 2025-07-24T05:39:48.7735457Z /c/actions-runner/_work/pytorch/pytorch 2025-07-24T05:39:48.8033048Z +++ dirname .ci/pytorch/win-test.sh 2025-07-24T05:39:48.8107313Z ++ cd .ci/pytorch 2025-07-24T05:39:48.8111880Z ++ pwd 2025-07-24T05:39:48.8116688Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch 2025-07-24T05:39:48.8117214Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-07-24T05:39:48.8171662Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-07-24T05:39:48.8234136Z ++ source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common_utils.sh 2025-07-24T05:39:48.8238000Z +++ declare -f -t trap_add 2025-07-24T05:39:48.8246889Z ++ set -ex -o pipefail 2025-07-24T05:39:48.8247208Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-07-24T05:39:48.8247533Z ++ BUILD_TEST_LIBTORCH=0 2025-07-24T05:39:48.8247888Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-24T05:39:48.8248367Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-24T05:39:48.8304480Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-24T05:39:48.8399113Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-07-24T05:39:48.8399521Z + export TMP_DIR_WIN 2025-07-24T05:39:48.8399816Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-07-24T05:39:48.8400234Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-07-24T05:39:48.8455012Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2025-07-24T05:39:48.8554848Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2025-07-24T05:39:48.8555334Z + export PROJECT_DIR_WIN 2025-07-24T05:39:48.8555682Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-07-24T05:39:48.8556300Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-07-24T05:39:48.8611653Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2025-07-24T05:39:48.8701393Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2025-07-24T05:39:48.8701770Z + export TEST_DIR_WIN 2025-07-24T05:39:48.8702091Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/16487210679/build-results/ 2025-07-24T05:39:48.8702500Z + PYTORCH_FINAL_PACKAGE_DIR=/c/16487210679/build-results/ 2025-07-24T05:39:48.8755818Z ++ cygpath -w /c/16487210679/build-results/ 2025-07-24T05:39:48.8846735Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\16487210679\build-results\' 2025-07-24T05:39:48.8847432Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2025-07-24T05:39:48.8847978Z + export TORCH_SERIALIZATION_DEBUG=1 2025-07-24T05:39:48.8848499Z + TORCH_SERIALIZATION_DEBUG=1 2025-07-24T05:39:48.8849097Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2025-07-24T05:39:48.8980306Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-07-24T05:39:48.8981046Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-07-24T05:39:48.8981526Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2025-07-24T05:39:48.8981814Z + [[ win-vs2022-cpu-py3 == *cuda* ]] 2025-07-24T05:39:48.8982396Z + python -m pip install pytest-rerunfailures==10.3 pytest-cpp==2.3.0 tensorboard==2.13.0 protobuf==5.29.4 pytest-subtests==0.13.1 2025-07-24T05:39:49.6417670Z Collecting pytest-rerunfailures==10.3 2025-07-24T05:39:49.8301514Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl.metadata (15 kB) 2025-07-24T05:39:49.8638171Z Requirement already satisfied: pytest-cpp==2.3.0 in c:\jenkins\miniconda3\lib\site-packages (2.3.0) 2025-07-24T05:39:49.9193588Z Collecting tensorboard==2.13.0 2025-07-24T05:39:49.9250662Z Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-07-24T05:39:50.2375846Z Collecting protobuf==5.29.4 2025-07-24T05:39:50.2434461Z Downloading protobuf-5.29.4-cp39-cp39-win_amd64.whl.metadata (592 bytes) 2025-07-24T05:39:50.2683180Z Collecting pytest-subtests==0.13.1 2025-07-24T05:39:50.2739315Z Downloading pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-07-24T05:39:50.2855921Z Requirement already satisfied: packaging>=17.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (23.2) 2025-07-24T05:39:50.2862679Z Requirement already satisfied: pytest>=5.3 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (7.1.3) 2025-07-24T05:39:50.2889191Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest-cpp==2.3.0) (0.4.6) 2025-07-24T05:39:50.3174151Z Collecting absl-py>=0.4 (from tensorboard==2.13.0) 2025-07-24T05:39:50.3218535Z Downloading absl_py-2.3.1-py3-none-any.whl.metadata (3.3 kB) 2025-07-24T05:39:51.0575886Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0) 2025-07-24T05:39:51.0635048Z Downloading grpcio-1.73.1-cp39-cp39-win_amd64.whl.metadata (4.0 kB) 2025-07-24T05:39:51.1740268Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0) 2025-07-24T05:39:51.1789395Z Downloading google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) 2025-07-24T05:39:51.2047917Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0) 2025-07-24T05:39:51.2092555Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-07-24T05:39:51.2435183Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0) 2025-07-24T05:39:51.2480747Z Downloading markdown-3.8.2-py3-none-any.whl.metadata (5.1 kB) 2025-07-24T05:39:51.2559974Z Requirement already satisfied: numpy>=1.12.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (1.22.3) 2025-07-24T05:39:51.2753797Z Requirement already satisfied: requests<3,>=2.21.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (2.27.1) 2025-07-24T05:39:51.2760484Z Requirement already satisfied: setuptools>=41.0.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (78.1.1) 2025-07-24T05:39:51.2899529Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0) 2025-07-24T05:39:51.2946963Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-07-24T05:39:51.3703916Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0) 2025-07-24T05:39:51.3759834Z Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-07-24T05:39:51.3829809Z Requirement already satisfied: wheel>=0.26 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (0.43.0) 2025-07-24T05:39:51.3881447Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-subtests==0.13.1) (25.3.0) 2025-07-24T05:39:51.5662861Z Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-07-24T05:39:51.5714643Z Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) 2025-07-24T05:39:51.6062193Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-07-24T05:39:51.6107527Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-07-24T05:39:51.6375468Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-07-24T05:39:51.6422306Z Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-07-24T05:39:51.6908392Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-07-24T05:39:51.6954697Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-07-24T05:39:51.7178369Z 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-07-24T05:39:51.7339191Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.1.0) 2025-07-24T05:39:51.7346742Z 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-07-24T05:39:51.7355208Z 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-07-24T05:39:51.7362345Z 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-07-24T05:39:51.7495949Z 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-07-24T05:39:51.7504293Z 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.4.26) 2025-07-24T05:39:51.7516233Z 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-07-24T05:39:51.7529846Z 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-07-24T05:39:51.7804686Z 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-07-24T05:39:51.8197382Z 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-07-24T05:39:51.8681802Z 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-07-24T05:39:51.8728021Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-07-24T05:39:51.9060558Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-07-24T05:39:51.9105648Z Downloading oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) 2025-07-24T05:39:51.9924966Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl (11 kB) 2025-07-24T05:39:52.0034094Z Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-07-24T05:39:52.0574223Z ---------------------------------------- 5.6/5.6 MB 118.3 MB/s eta 0:00:00 2025-07-24T05:39:52.0626429Z Downloading protobuf-5.29.4-cp39-cp39-win_amd64.whl (434 kB) 2025-07-24T05:39:52.0737125Z ---------------------------------------- 434.6/434.6 kB ? eta 0:00:00 2025-07-24T05:39:52.0783740Z Downloading pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-07-24T05:39:52.0883690Z Downloading absl_py-2.3.1-py3-none-any.whl (135 kB) 2025-07-24T05:39:52.0968725Z ---------------------------------------- 135.8/135.8 kB 8.4 MB/s eta 0:00:00 2025-07-24T05:39:52.1014163Z Downloading google_auth-2.40.3-py2.py3-none-any.whl (216 kB) 2025-07-24T05:39:52.1112415Z --------------------------------------- 216.1/216.1 kB 12.9 MB/s eta 0:00:00 2025-07-24T05:39:52.1154400Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-07-24T05:39:52.1287015Z Downloading grpcio-1.73.1-cp39-cp39-win_amd64.whl (4.3 MB) 2025-07-24T05:39:52.1657558Z ---------------------------------------- 4.3/4.3 MB 135.4 MB/s eta 0:00:00 2025-07-24T05:39:52.1702960Z Downloading markdown-3.8.2-py3-none-any.whl (106 kB) 2025-07-24T05:39:52.1786560Z ---------------------------------------- 106.8/106.8 kB 6.4 MB/s eta 0:00:00 2025-07-24T05:39:52.1827967Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-07-24T05:39:52.1922894Z Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-07-24T05:39:52.3319186Z ---------------------------------------- 224.5/224.5 kB 1.5 MB/s eta 0:00:00 2025-07-24T05:39:52.3364843Z Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) 2025-07-24T05:39:52.3465092Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-07-24T05:39:52.3554134Z ---------------------------------------- 181.3/181.3 kB ? eta 0:00:00 2025-07-24T05:39:52.3630719Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-07-24T05:39:52.3721135Z Downloading rsa-4.9.1-py3-none-any.whl (34 kB) 2025-07-24T05:39:52.3821155Z Downloading oauthlib-3.3.1-py3-none-any.whl (160 kB) 2025-07-24T05:39:52.3910130Z ---------------------------------------- 160.1/160.1 kB ? eta 0:00:00 2025-07-24T05:39:52.3952975Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-07-24T05:39:52.4034731Z ---------------------------------------- 83.1/83.1 kB ? eta 0:00:00 2025-07-24T05:39:53.2925857Z Installing collected packages: werkzeug, tensorboard-data-server, pyasn1, protobuf, oauthlib, grpcio, cachetools, absl-py, rsa, requests-oauthlib, pytest-subtests, pytest-rerunfailures, pyasn1-modules, markdown, google-auth, google-auth-oauthlib, tensorboard 2025-07-24T05:39:53.5911622Z Attempting uninstall: protobuf 2025-07-24T05:39:53.5922300Z Found existing installation: protobuf 5.29.3 2025-07-24T05:39:53.6189976Z Uninstalling protobuf-5.29.3: 2025-07-24T05:39:53.6232258Z Successfully uninstalled protobuf-5.29.3 2025-07-24T05:39:54.4422609Z 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-07-24T05:39:54.4423798Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:39:54.5160541Z Attempting uninstall: pytest-rerunfailures 2025-07-24T05:39:54.5174838Z Found existing installation: pytest-rerunfailures 10.2 2025-07-24T05:39:54.5214012Z Uninstalling pytest-rerunfailures-10.2: 2025-07-24T05:39:55.0321070Z Successfully uninstalled pytest-rerunfailures-10.2 2025-07-24T05:39:55.4404828Z WARNING: The script markdown_py.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T05:39:55.4405672Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:39:55.6759090Z WARNING: The script google-oauthlib-tool.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T05:39:55.6759955Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:39:56.4036743Z WARNING: The script tensorboard.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T05:39:56.4037564Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:39:56.4581641Z Successfully installed absl-py-2.3.1 cachetools-5.5.2 google-auth-2.40.3 google-auth-oauthlib-1.0.0 grpcio-1.73.1 markdown-3.8.2 oauthlib-3.3.1 protobuf-5.29.4 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-07-24T05:39:56.6939106Z + python -m pip install z3-solver==4.12.2.0 2025-07-24T05:39:57.4565289Z Collecting z3-solver==4.12.2.0 2025-07-24T05:39:57.6412655Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl.metadata (697 bytes) 2025-07-24T05:39:57.6573506Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl (57.9 MB) 2025-07-24T05:39:58.7162384Z ---------------------------------------- 57.9/57.9 MB 14.9 MB/s eta 0:00:00 2025-07-24T05:39:59.8583168Z Installing collected packages: z3-solver 2025-07-24T05:40:00.9372681Z Successfully installed z3-solver-4.12.2.0 2025-07-24T05:40:01.0334798Z + python -m pip install tlparse==0.3.30 2025-07-24T05:40:01.8535023Z Collecting tlparse==0.3.30 2025-07-24T05:40:02.0407487Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl.metadata (2.0 kB) 2025-07-24T05:40:02.0529303Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl (1.8 MB) 2025-07-24T05:40:02.3843873Z ---------------------------------------- 1.8/1.8 MB 5.9 MB/s eta 0:00:00 2025-07-24T05:40:03.3893029Z Installing collected packages: tlparse 2025-07-24T05:40:03.5060286Z Successfully installed tlparse-0.3.30 2025-07-24T05:40:03.5964092Z + python -m pip install parameterized==0.8.1 2025-07-24T05:40:04.3131889Z Collecting parameterized==0.8.1 2025-07-24T05:40:04.4998298Z Downloading parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-07-24T05:40:04.5430143Z Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-07-24T05:40:05.5518202Z Installing collected packages: parameterized 2025-07-24T05:40:05.6252585Z Successfully installed parameterized-0.8.1 2025-07-24T05:40:05.7065576Z + python -m pip install pulp==2.9.0 2025-07-24T05:40:06.4648155Z Collecting pulp==2.9.0 2025-07-24T05:40:06.6517157Z Downloading PuLP-2.9.0-py3-none-any.whl.metadata (5.4 kB) 2025-07-24T05:40:06.6659814Z Downloading PuLP-2.9.0-py3-none-any.whl (17.7 MB) 2025-07-24T05:40:06.9435901Z ---------------------------------------- 17.7/17.7 MB 108.8 MB/s eta 0:00:00 2025-07-24T05:40:07.9699021Z Installing collected packages: pulp 2025-07-24T05:40:08.4100421Z WARNING: The script pulptest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T05:40:08.4101233Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T05:40:08.4566154Z Successfully installed pulp-2.9.0 2025-07-24T05:40:08.5385498Z + python -m pip install expecttest==0.3.0 2025-07-24T05:40:09.2539649Z Collecting expecttest==0.3.0 2025-07-24T05:40:09.4400106Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-24T05:40:09.4523446Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-24T05:40:10.5335857Z Installing collected packages: expecttest 2025-07-24T05:40:10.5337188Z Attempting uninstall: expecttest 2025-07-24T05:40:10.5345672Z Found existing installation: expecttest 0.1.3 2025-07-24T05:40:10.5382483Z Uninstalling expecttest-0.1.3: 2025-07-24T05:40:10.5408676Z Successfully uninstalled expecttest-0.1.3 2025-07-24T05:40:10.5937583Z Successfully installed expecttest-0.3.0 2025-07-24T05:40:10.6721527Z + run_tests 2025-07-24T05:40:10.6722100Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-07-24T05:40:10.6722740Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2025-07-24T05:40:10.6723371Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-07-24T05:40:10.6723914Z + [[ -x /c/Windows/System32/nvidia-smi.exe ]] 2025-07-24T05:40:10.6724333Z + /c/Windows/System32/nvidia-smi.exe 2025-07-24T05:40:10.8542792Z 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-07-24T05:40:10.8543788Z 2025-07-24T05:40:10.8576761Z + echo true 2025-07-24T05:40:10.8576997Z + break 2025-07-24T05:40:10.8577173Z true 2025-07-24T05:40:10.8577384Z + [[ 3 -eq 1 ]] 2025-07-24T05:40:10.8577835Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-07-24T05:40:10.8710544Z 2025-07-24T05:40:10.8711332Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-07-24T05:40:10.8719669Z 2025-07-24T05:40:10.8722094Z 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-07-24T05:40:10.8724500Z 2025-07-24T05:40:10.8725012Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-07-24T05:40:10.8726037Z 2025-07-24T05:40:10.8726648Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-07-24T05:40:10.8736472Z 2025-07-24T05:40:10.8737340Z 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-07-24T05:40:10.8741839Z 2025-07-24T05:40:10.8742585Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-07-24T05:40:10.8744741Z 2025-07-24T05:40:10.8745025Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-07-24T05:40:10.8746103Z 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-07-24T05:40:10.8747167Z if errorlevel 1 exit /b 2025-07-24T05:40:10.8747456Z if not errorlevel 0 exit /b 2025-07-24T05:40:10.8748316Z 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-07-24T05:40:10.8749171Z if errorlevel 1 exit /b 2025-07-24T05:40:10.8749470Z if not errorlevel 0 exit /b 2025-07-24T05:40:10.8749711Z ) 2025-07-24T05:40:10.8749848Z 2025-07-24T05:40:10.8750211Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-07-24T05:40:11.5727830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py 2025-07-24T05:40:11.5733120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\hub.py 2025-07-24T05:40:11.5736808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\library.py 2025-07-24T05:40:11.5740613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\overrides.py 2025-07-24T05:40:11.5744754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\py.typed 2025-07-24T05:40:11.5753880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quasirandom.py 2025-07-24T05:40:11.5757015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\random.py 2025-07-24T05:40:11.5760240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.py 2025-07-24T05:40:11.5763675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.pyi 2025-07-24T05:40:11.5767352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\serialization.py 2025-07-24T05:40:11.5771411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\storage.py 2025-07-24T05:40:11.5775503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\torch_version.py 2025-07-24T05:40:11.5779153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\types.py 2025-07-24T05:40:11.5782676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\version.py 2025-07-24T05:40:11.5786120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_appdirs.py 2025-07-24T05:40:11.5789686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C.cp39-win_amd64.pyd 2025-07-24T05:40:11.5793257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_classes.py 2025-07-24T05:40:11.5796606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_compile.py 2025-07-24T05:40:11.5799873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_ops.py 2025-07-24T05:40:11.5803444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_deploy.py 2025-07-24T05:40:11.5807434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_environment.py 2025-07-24T05:40:11.5811256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_guards.py 2025-07-24T05:40:11.5814963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_jit_internal.py 2025-07-24T05:40:11.5818880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_linalg_utils.py 2025-07-24T05:40:11.5822221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lobpcg.py 2025-07-24T05:40:11.5830498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lowrank.py 2025-07-24T05:40:11.5834352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_meta_registrations.py 2025-07-24T05:40:11.5839305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_namedtensor_internals.py 2025-07-24T05:40:11.5843108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_ops.py 2025-07-24T05:40:11.5847385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_python_dispatcher.py 2025-07-24T05:40:11.5851003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_size_docs.py 2025-07-24T05:40:11.5855244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_sources.py 2025-07-24T05:40:11.5858790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_storage_docs.py 2025-07-24T05:40:11.5862286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_streambase.py 2025-07-24T05:40:11.5866219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor.py 2025-07-24T05:40:11.5869991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_docs.py 2025-07-24T05:40:11.5879545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_str.py 2025-07-24T05:40:11.5883815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_thread_safe_fork.py 2025-07-24T05:40:11.5887172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_torch_docs.py 2025-07-24T05:40:11.5893694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils.py 2025-07-24T05:40:11.5897412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils_internal.py 2025-07-24T05:40:11.5901207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.py 2025-07-24T05:40:11.5904705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.pyi 2025-07-24T05:40:11.5915516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vmap_internals.py 2025-07-24T05:40:11.5919042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_weights_only_unpickler.py 2025-07-24T05:40:11.5923071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__config__.py 2025-07-24T05:40:11.5926958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__future__.py 2025-07-24T05:40:11.5936757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__init__.py 2025-07-24T05:40:11.5945205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\_utils.py 2025-07-24T05:40:11.5948606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__init__.py 2025-07-24T05:40:11.5956310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:11.5959680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.5967737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\autocast_mode.py 2025-07-24T05:40:11.5971385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\grad_scaler.py 2025-07-24T05:40:11.5975151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__init__.py 2025-07-24T05:40:11.5987732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-07-24T05:40:11.5991575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-07-24T05:40:11.5995378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6010318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__init__.py 2025-07-24T05:40:11.6018923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__init__.py 2025-07-24T05:40:11.6026544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__init__.py 2025-07-24T05:40:11.6033878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\fused.py 2025-07-24T05:40:11.6037248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__init__.py 2025-07-24T05:40:11.6044227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-07-24T05:40:11.6048348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6057120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__init__.py 2025-07-24T05:40:11.6064760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\conv_fused.py 2025-07-24T05:40:11.6068444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_fused.py 2025-07-24T05:40:11.6072008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_relu.py 2025-07-24T05:40:11.6075438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__init__.py 2025-07-24T05:40:11.6086660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-07-24T05:40:11.6090756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-07-24T05:40:11.6095279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-07-24T05:40:11.6102717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6110820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6120147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__init__.py 2025-07-24T05:40:11.6129432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py 2025-07-24T05:40:11.6136015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-07-24T05:40:11.6139537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-07-24T05:40:11.6146848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-07-24T05:40:11.6150642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6158575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6167157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py 2025-07-24T05:40:11.6170059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_add.py 2025-07-24T05:40:11.6173501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py 2025-07-24T05:40:11.6176859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py 2025-07-24T05:40:11.6180191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__init__.py 2025-07-24T05:40:11.6191743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-07-24T05:40:11.6195489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_add.cpython-39.pyc 2025-07-24T05:40:11.6199216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-07-24T05:40:11.6206887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-07-24T05:40:11.6210712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6218484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6231894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6241378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__init__.py 2025-07-24T05:40:11.6248563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__init__.py 2025-07-24T05:40:11.6255533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\linear.py 2025-07-24T05:40:11.6258930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__init__.py 2025-07-24T05:40:11.6273856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:11.6274614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6277243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6284658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\conv.py 2025-07-24T05:40:11.6288325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\embedding_ops.py 2025-07-24T05:40:11.6291478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\linear.py 2025-07-24T05:40:11.6294920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__init__.py 2025-07-24T05:40:11.6306397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:11.6310282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-07-24T05:40:11.6313770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:11.6321776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6329614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6338155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__init__.py 2025-07-24T05:40:11.6344694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\activation.py 2025-07-24T05:40:11.6348316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\rnn.py 2025-07-24T05:40:11.6351919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__init__.py 2025-07-24T05:40:11.6359336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-07-24T05:40:11.6362912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:11.6366550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6378784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6392788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\functional.py 2025-07-24T05:40:11.6396474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__init__.py 2025-07-24T05:40:11.6403577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__init__.py 2025-07-24T05:40:11.6411250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\conv.py 2025-07-24T05:40:11.6414625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\linear.py 2025-07-24T05:40:11.6417877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\rnn.py 2025-07-24T05:40:11.6421609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__init__.py 2025-07-24T05:40:11.6428739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:11.6432396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:11.6435813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:11.6443539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6451346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6459585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\activation.py 2025-07-24T05:40:11.6463266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\batchnorm.py 2025-07-24T05:40:11.6466603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\conv.py 2025-07-24T05:40:11.6470143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\dropout.py 2025-07-24T05:40:11.6473503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\embedding_ops.py 2025-07-24T05:40:11.6480897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\functional_modules.py 2025-07-24T05:40:11.6484324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\linear.py 2025-07-24T05:40:11.6487856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\normalization.py 2025-07-24T05:40:11.6491576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\rnn.py 2025-07-24T05:40:11.6494833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\utils.py 2025-07-24T05:40:11.6498054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__init__.py 2025-07-24T05:40:11.6505485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-07-24T05:40:11.6509159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-07-24T05:40:11.6512890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:11.6521978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-07-24T05:40:11.6525820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-07-24T05:40:11.6529908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-07-24T05:40:11.6533120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:11.6536590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-07-24T05:40:11.6540060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:11.6543734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.6547908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6561352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__init__.py 2025-07-24T05:40:11.6568429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\conv.py 2025-07-24T05:40:11.6572271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\linear.py 2025-07-24T05:40:11.6576190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\rnn.py 2025-07-24T05:40:11.6579659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\sparse.py 2025-07-24T05:40:11.6583093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\utils.py 2025-07-24T05:40:11.6586534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__init__.py 2025-07-24T05:40:11.6599160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:11.6602379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:11.6606607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:11.6614314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\sparse.cpython-39.pyc 2025-07-24T05:40:11.6618224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.6621940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6629980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6639433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-07-24T05:40:11.6642426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6651993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__init__.py 2025-07-24T05:40:11.6659490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\linear.py 2025-07-24T05:40:11.6662987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\utils.py 2025-07-24T05:40:11.6666378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__init__.py 2025-07-24T05:40:11.6674181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\linear.py 2025-07-24T05:40:11.6677219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__init__.py 2025-07-24T05:40:11.6684143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:11.6687978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6700841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:11.6707458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.6708480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6721258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6730300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6739713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite.py 2025-07-24T05:40:11.6743288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite_fx.py 2025-07-24T05:40:11.6747098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__init__.py 2025-07-24T05:40:11.6753764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_matcher.py 2025-07-24T05:40:11.6757269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_passes.py 2025-07-24T05:40:11.6777814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\mappings.py 2025-07-24T05:40:11.6781915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\ns_types.py 2025-07-24T05:40:11.6784856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\n_shadows_utils.py 2025-07-24T05:40:11.6793378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\pattern_utils.py 2025-07-24T05:40:11.6798000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\qconfig_multi_mapping.py 2025-07-24T05:40:11.6800491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\utils.py 2025-07-24T05:40:11.6804471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\weight_utils.py 2025-07-24T05:40:11.6808058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__init__.py 2025-07-24T05:40:11.6814524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_matcher.cpython-39.pyc 2025-07-24T05:40:11.6818120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_passes.cpython-39.pyc 2025-07-24T05:40:11.6821613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\mappings.cpython-39.pyc 2025-07-24T05:40:11.6829652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\ns_types.cpython-39.pyc 2025-07-24T05:40:11.6833201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\n_shadows_utils.cpython-39.pyc 2025-07-24T05:40:11.6837049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-07-24T05:40:11.6840831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\qconfig_multi_mapping.cpython-39.pyc 2025-07-24T05:40:11.6844262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.6847889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\weight_utils.cpython-39.pyc 2025-07-24T05:40:11.6851385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6863303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite.cpython-39.pyc 2025-07-24T05:40:11.6867330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-07-24T05:40:11.6870765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6885075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_mappings.py 2025-07-24T05:40:11.6888793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__init__.py 2025-07-24T05:40:11.6895503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\base_scheduler.py 2025-07-24T05:40:11.6898952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\cubic_scheduler.py 2025-07-24T05:40:11.6902427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\lambda_scheduler.py 2025-07-24T05:40:11.6910070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__init__.py 2025-07-24T05:40:11.6916537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\base_scheduler.cpython-39.pyc 2025-07-24T05:40:11.6920174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\cubic_scheduler.cpython-39.pyc 2025-07-24T05:40:11.6923832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\lambda_scheduler.cpython-39.pyc 2025-07-24T05:40:11.6931587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.6945031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\base_sparsifier.py 2025-07-24T05:40:11.6949084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py 2025-07-24T05:40:11.6952528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\utils.py 2025-07-24T05:40:11.6959398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py 2025-07-24T05:40:11.6962873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__init__.py 2025-07-24T05:40:11.6978974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\base_sparsifier.cpython-39.pyc 2025-07-24T05:40:11.6979890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\nearly_diagonal_sparsifier.cpython-39.pyc 2025-07-24T05:40:11.6980696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.6987641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\weight_norm_sparsifier.cpython-39.pyc 2025-07-24T05:40:11.6991321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7001139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__init__.py 2025-07-24T05:40:11.7007598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py 2025-07-24T05:40:11.7011640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py 2025-07-24T05:40:11.7023684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\activation_sparsifier.cpython-39.pyc 2025-07-24T05:40:11.7027346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7035030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py 2025-07-24T05:40:11.7038550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__init__.py 2025-07-24T05:40:11.7045771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\base_data_scheduler.cpython-39.pyc 2025-07-24T05:40:11.7049418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7062183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py 2025-07-24T05:40:11.7065904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py 2025-07-24T05:40:11.7069410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py 2025-07-24T05:40:11.7078356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__init__.py 2025-07-24T05:40:11.7086150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py 2025-07-24T05:40:11.7092420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py 2025-07-24T05:40:11.7096280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py 2025-07-24T05:40:11.7099901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py 2025-07-24T05:40:11.7110693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\data_sparsity.cpython-39.pyc 2025-07-24T05:40:11.7114910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\_data_sparstity_utils.cpython-39.pyc 2025-07-24T05:40:11.7118808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7131860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7140789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\base_data_sparsifier.cpython-39.pyc 2025-07-24T05:40:11.7144246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\data_norm_sparsifier.cpython-39.pyc 2025-07-24T05:40:11.7147790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\quantization_utils.cpython-39.pyc 2025-07-24T05:40:11.7155557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7163956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py 2025-07-24T05:40:11.7167617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py 2025-07-24T05:40:11.7171618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py 2025-07-24T05:40:11.7178913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\match_utils.py 2025-07-24T05:40:11.7183023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\parametrization.py 2025-07-24T05:40:11.7186900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\prune_functions.py 2025-07-24T05:40:11.7190510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\saliency_pruner.py 2025-07-24T05:40:11.7194551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__init__.py 2025-07-24T05:40:11.7202477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\base_structured_sparsifier.cpython-39.pyc 2025-07-24T05:40:11.7206967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\FPGM_pruner.cpython-39.pyc 2025-07-24T05:40:11.7210576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\lstm_saliency_pruner.cpython-39.pyc 2025-07-24T05:40:11.7218635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\match_utils.cpython-39.pyc 2025-07-24T05:40:11.7222675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\parametrization.cpython-39.pyc 2025-07-24T05:40:11.7226411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\prune_functions.cpython-39.pyc 2025-07-24T05:40:11.7230899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\saliency_pruner.cpython-39.pyc 2025-07-24T05:40:11.7234972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7243129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7251632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\_mappings.cpython-39.pyc 2025-07-24T05:40:11.7255144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7264395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fake_quantize.py 2025-07-24T05:40:11.7268205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuser_method_mappings.py 2025-07-24T05:40:11.7271827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuse_modules.py 2025-07-24T05:40:11.7279502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\observer.py 2025-07-24T05:40:11.7283579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig.py 2025-07-24T05:40:11.7287477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig_mapping.py 2025-07-24T05:40:11.7291463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantization_mappings.py 2025-07-24T05:40:11.7294975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize.py 2025-07-24T05:40:11.7298717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_fx.py 2025-07-24T05:40:11.7302544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_jit.py 2025-07-24T05:40:11.7306146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_pt2e.py 2025-07-24T05:40:11.7309702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quant_type.py 2025-07-24T05:40:11.7313273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\stubs.py 2025-07-24T05:40:11.7316688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\utils.py 2025-07-24T05:40:11.7320415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_correct_bias.py 2025-07-24T05:40:11.7323922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_equalize.py 2025-07-24T05:40:11.7327797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_learnable_fake_quantize.py 2025-07-24T05:40:11.7331282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__init__.py 2025-07-24T05:40:11.7338874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\backend_config.py 2025-07-24T05:40:11.7342522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\executorch.py 2025-07-24T05:40:11.7346078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\fbgemm.py 2025-07-24T05:40:11.7349380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\native.py 2025-07-24T05:40:11.7356539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\observation_type.py 2025-07-24T05:40:11.7359452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\onednn.py 2025-07-24T05:40:11.7362895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\qnnpack.py 2025-07-24T05:40:11.7366462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\tensorrt.py 2025-07-24T05:40:11.7370010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\utils.py 2025-07-24T05:40:11.7373572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\x86.py 2025-07-24T05:40:11.7377315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_common_operator_config_utils.py 2025-07-24T05:40:11.7380751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_qnnpack_pt2e.py 2025-07-24T05:40:11.7384158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__init__.py 2025-07-24T05:40:11.7391743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\backend_config.cpython-39.pyc 2025-07-24T05:40:11.7395634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\executorch.cpython-39.pyc 2025-07-24T05:40:11.7399185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\fbgemm.cpython-39.pyc 2025-07-24T05:40:11.7407821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\native.cpython-39.pyc 2025-07-24T05:40:11.7411501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\observation_type.cpython-39.pyc 2025-07-24T05:40:11.7415083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\onednn.cpython-39.pyc 2025-07-24T05:40:11.7418830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\qnnpack.cpython-39.pyc 2025-07-24T05:40:11.7422506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\tensorrt.cpython-39.pyc 2025-07-24T05:40:11.7426089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.7429707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\x86.cpython-39.pyc 2025-07-24T05:40:11.7433399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_common_operator_config_utils.cpython-39.pyc 2025-07-24T05:40:11.7437302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_qnnpack_pt2e.cpython-39.pyc 2025-07-24T05:40:11.7440898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7449597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\convert.py 2025-07-24T05:40:11.7453376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\custom_config.py 2025-07-24T05:40:11.7457085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse.py 2025-07-24T05:40:11.7460609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse_handler.py 2025-07-24T05:40:11.7464053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\graph_module.py 2025-07-24T05:40:11.7471763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_fbgemm.py 2025-07-24T05:40:11.7475432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_qnnpack.py 2025-07-24T05:40:11.7478864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lstm_utils.py 2025-07-24T05:40:11.7482330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\match_utils.py 2025-07-24T05:40:11.7485867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\pattern_utils.py 2025-07-24T05:40:11.7489377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\prepare.py 2025-07-24T05:40:11.7493477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\qconfig_mapping_utils.py 2025-07-24T05:40:11.7497167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\quantize_handler.py 2025-07-24T05:40:11.7500841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\tracer.py 2025-07-24T05:40:11.7504265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\utils.py 2025-07-24T05:40:11.7507742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_decomposed.py 2025-07-24T05:40:11.7512269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_equalize.py 2025-07-24T05:40:11.7516585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_lower_to_native_backend.py 2025-07-24T05:40:11.7521053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__init__.py 2025-07-24T05:40:11.7528629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\detector.py 2025-07-24T05:40:11.7532944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report.py 2025-07-24T05:40:11.7536635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_observer.py 2025-07-24T05:40:11.7547412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_visualizer.py 2025-07-24T05:40:11.7551700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__init__.py 2025-07-24T05:40:11.7558473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\detector.cpython-39.pyc 2025-07-24T05:40:11.7562437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report.cpython-39.pyc 2025-07-24T05:40:11.7567054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_observer.cpython-39.pyc 2025-07-24T05:40:11.7575244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_visualizer.cpython-39.pyc 2025-07-24T05:40:11.7579303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7588092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-07-24T05:40:11.7592233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\custom_config.cpython-39.pyc 2025-07-24T05:40:11.7596121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-07-24T05:40:11.7603767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse_handler.cpython-39.pyc 2025-07-24T05:40:11.7607603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-07-24T05:40:11.7611402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_fbgemm.cpython-39.pyc 2025-07-24T05:40:11.7615191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_qnnpack.cpython-39.pyc 2025-07-24T05:40:11.7619069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lstm_utils.cpython-39.pyc 2025-07-24T05:40:11.7623011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-07-24T05:40:11.7627079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-07-24T05:40:11.7631011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-07-24T05:40:11.7634924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\qconfig_mapping_utils.cpython-39.pyc 2025-07-24T05:40:11.7638913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\quantize_handler.cpython-39.pyc 2025-07-24T05:40:11.7642575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\tracer.cpython-39.pyc 2025-07-24T05:40:11.7646349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.7650287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_decomposed.cpython-39.pyc 2025-07-24T05:40:11.7654103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-07-24T05:40:11.7662302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_lower_to_native_backend.cpython-39.pyc 2025-07-24T05:40:11.7666183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7674844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\duplicate_dq_pass.py 2025-07-24T05:40:11.7678872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\export_utils.py 2025-07-24T05:40:11.7682451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\graph_utils.py 2025-07-24T05:40:11.7685951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\lowering.py 2025-07-24T05:40:11.7694044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\port_metadata_pass.py 2025-07-24T05:40:11.7697535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\prepare.py 2025-07-24T05:40:11.7701329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\qat_utils.py 2025-07-24T05:40:11.7720290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\utils.py 2025-07-24T05:40:11.7720926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_affine_quantization.py 2025-07-24T05:40:11.7721671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_numeric_debugger.py 2025-07-24T05:40:11.7722256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__init__.py 2025-07-24T05:40:11.7724543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\rewrite.py 2025-07-24T05:40:11.7728316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__init__.py 2025-07-24T05:40:11.7735496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\rewrite.cpython-39.pyc 2025-07-24T05:40:11.7739222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7747384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\duplicate_dq_pass.cpython-39.pyc 2025-07-24T05:40:11.7751128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\export_utils.cpython-39.pyc 2025-07-24T05:40:11.7755757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\graph_utils.cpython-39.pyc 2025-07-24T05:40:11.7762489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\lowering.cpython-39.pyc 2025-07-24T05:40:11.7766300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\port_metadata_pass.cpython-39.pyc 2025-07-24T05:40:11.7770444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\prepare.cpython-39.pyc 2025-07-24T05:40:11.7774430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\qat_utils.cpython-39.pyc 2025-07-24T05:40:11.7778202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.7782112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_affine_quantization.cpython-39.pyc 2025-07-24T05:40:11.7786310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_numeric_debugger.cpython-39.pyc 2025-07-24T05:40:11.7789937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7798124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\composable_quantizer.py 2025-07-24T05:40:11.7802530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\embedding_quantizer.py 2025-07-24T05:40:11.7805736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\quantizer.py 2025-07-24T05:40:11.7813463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\utils.py 2025-07-24T05:40:11.7817086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\x86_inductor_quantizer.py 2025-07-24T05:40:11.7821291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer.py 2025-07-24T05:40:11.7824925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py 2025-07-24T05:40:11.7828729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py 2025-07-24T05:40:11.7832349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__init__.py 2025-07-24T05:40:11.7840022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\composable_quantizer.cpython-39.pyc 2025-07-24T05:40:11.7843665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\embedding_quantizer.cpython-39.pyc 2025-07-24T05:40:11.7847336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\quantizer.cpython-39.pyc 2025-07-24T05:40:11.7855078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.7858834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\x86_inductor_quantizer.cpython-39.pyc 2025-07-24T05:40:11.7863421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer.cpython-39.pyc 2025-07-24T05:40:11.7866865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer_utils.cpython-39.pyc 2025-07-24T05:40:11.7870594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xpu_inductor_quantizer.cpython-39.pyc 2025-07-24T05:40:11.7874212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7903949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-07-24T05:40:11.7907682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-07-24T05:40:11.7911459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-07-24T05:40:11.7919389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\observer.cpython-39.pyc 2025-07-24T05:40:11.7923268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig.cpython-39.pyc 2025-07-24T05:40:11.7926971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig_mapping.cpython-39.pyc 2025-07-24T05:40:11.7930704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-07-24T05:40:11.7934251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize.cpython-39.pyc 2025-07-24T05:40:11.7937893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-07-24T05:40:11.7941750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-07-24T05:40:11.7945344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_pt2e.cpython-39.pyc 2025-07-24T05:40:11.7948944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quant_type.cpython-39.pyc 2025-07-24T05:40:11.7952615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\stubs.cpython-39.pyc 2025-07-24T05:40:11.7956696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.7960611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_correct_bias.cpython-39.pyc 2025-07-24T05:40:11.7964696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_equalize.cpython-39.pyc 2025-07-24T05:40:11.7968752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_learnable_fake_quantize.cpython-39.pyc 2025-07-24T05:40:11.7976222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7989729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.7998662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\anomaly_mode.py 2025-07-24T05:40:11.8002089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\forward_ad.py 2025-07-24T05:40:11.8005561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\function.py 2025-07-24T05:40:11.8009529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\functional.py 2025-07-24T05:40:11.8017798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\gradcheck.py 2025-07-24T05:40:11.8021756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\grad_mode.py 2025-07-24T05:40:11.8025308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\graph.py 2025-07-24T05:40:11.8028865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler.py 2025-07-24T05:40:11.8032524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_legacy.py 2025-07-24T05:40:11.8036287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_util.py 2025-07-24T05:40:11.8039853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\variable.py 2025-07-24T05:40:11.8043463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__init__.py 2025-07-24T05:40:11.8051233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\tensor.py 2025-07-24T05:40:11.8054738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\utils.py 2025-07-24T05:40:11.8058117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__init__.py 2025-07-24T05:40:11.8065411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\tensor.cpython-39.pyc 2025-07-24T05:40:11.8068802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.8072344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8084325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\anomaly_mode.cpython-39.pyc 2025-07-24T05:40:11.8088166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\forward_ad.cpython-39.pyc 2025-07-24T05:40:11.8091690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\function.cpython-39.pyc 2025-07-24T05:40:11.8099584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\functional.cpython-39.pyc 2025-07-24T05:40:11.8103879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\gradcheck.cpython-39.pyc 2025-07-24T05:40:11.8107800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\grad_mode.cpython-39.pyc 2025-07-24T05:40:11.8111461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\graph.cpython-39.pyc 2025-07-24T05:40:11.8115171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler.cpython-39.pyc 2025-07-24T05:40:11.8119154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_legacy.cpython-39.pyc 2025-07-24T05:40:11.8122871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_util.cpython-39.pyc 2025-07-24T05:40:11.8126821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\variable.cpython-39.pyc 2025-07-24T05:40:11.8130449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8139812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__init__.py 2025-07-24T05:40:11.8146685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__init__.py 2025-07-24T05:40:11.8154474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8162037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__init__.py 2025-07-24T05:40:11.8169324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8178099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\rnn.py 2025-07-24T05:40:11.8181431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__init__.py 2025-07-24T05:40:11.8189254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:11.8192580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8200682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__init__.py 2025-07-24T05:40:11.8207751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8219893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__init__.py 2025-07-24T05:40:11.8227315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8234946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__init__.py 2025-07-24T05:40:11.8241965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8249744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__init__.py 2025-07-24T05:40:11.8257274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8264869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__init__.py 2025-07-24T05:40:11.8272053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8279390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__init__.py 2025-07-24T05:40:11.8286370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8293908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__init__.py 2025-07-24T05:40:11.8301288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8308623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__init__.py 2025-07-24T05:40:11.8315559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8323180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__init__.py 2025-07-24T05:40:11.8330209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8337690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__init__.py 2025-07-24T05:40:11.8344667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8352195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\run_cpu.py 2025-07-24T05:40:11.8355815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__init__.py 2025-07-24T05:40:11.8362065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\run_cpu.cpython-39.pyc 2025-07-24T05:40:11.8365896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8373604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__init__.py 2025-07-24T05:40:11.8380497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8388027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\preprocess.py 2025-07-24T05:40:11.8391599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__init__.py 2025-07-24T05:40:11.8397722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\preprocess.cpython-39.pyc 2025-07-24T05:40:11.8401335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8408720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\prepare.py 2025-07-24T05:40:11.8412060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\serializer.py 2025-07-24T05:40:11.8416167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__init__.py 2025-07-24T05:40:11.8422537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\prepare.cpython-39.pyc 2025-07-24T05:40:11.8426139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\serializer.cpython-39.pyc 2025-07-24T05:40:11.8430096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8443205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8451264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\asmjit.dll 2025-07-24T05:40:11.8456639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\fbgemm.dll 2025-07-24T05:40:11.8488830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\FileStoreTest.exe 2025-07-24T05:40:11.8494650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\protoc.exe 2025-07-24T05:40:11.8512623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\TCPStoreTest.exe 2025-07-24T05:40:11.8523244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_api.exe 2025-07-24T05:40:11.8575431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_jit.exe 2025-07-24T05:40:11.8603620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_lazy.exe 2025-07-24T05:40:11.8618777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_nativert.exe 2025-07-24T05:40:11.8630098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_tensorexpr.exe 2025-07-24T05:40:11.8662830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\tutorial_tensorexpr.exe 2025-07-24T05:40:11.8672162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\config.py 2025-07-24T05:40:11.8675748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\_cache.py 2025-07-24T05:40:11.8679131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__init__.py 2025-07-24T05:40:11.8686635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:11.8690276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\_cache.cpython-39.pyc 2025-07-24T05:40:11.8693799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8706754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\_tensorboard_vis.py 2025-07-24T05:40:11.8710316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__init__.py 2025-07-24T05:40:11.8716943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\_tensorboard_vis.cpython-39.pyc 2025-07-24T05:40:11.8720857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8729595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__init__.py 2025-07-24T05:40:11.8736961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\autocast_mode.py 2025-07-24T05:40:11.8741048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\grad_scaler.py 2025-07-24T05:40:11.8744677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__init__.py 2025-07-24T05:40:11.8756060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-07-24T05:40:11.8759898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-07-24T05:40:11.8763518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8775913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8791324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\csrc\inductor\aoti_runtime\model.h 2025-07-24T05:40:11.8800534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\comm.py 2025-07-24T05:40:11.8803990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\error.py 2025-07-24T05:40:11.8806733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\gds.py 2025-07-24T05:40:11.8810032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\graphs.py 2025-07-24T05:40:11.8813604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\jiterator.py 2025-07-24T05:40:11.8817015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\memory.py 2025-07-24T05:40:11.8825354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nccl.py 2025-07-24T05:40:11.8829256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nvtx.py 2025-07-24T05:40:11.8832656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\profiler.py 2025-07-24T05:40:11.8836170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\random.py 2025-07-24T05:40:11.8839371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\sparse.py 2025-07-24T05:40:11.8842884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\streams.py 2025-07-24T05:40:11.8846534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\tunable.py 2025-07-24T05:40:11.8850222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_gpu_trace.py 2025-07-24T05:40:11.8853884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_memory_viz.py 2025-07-24T05:40:11.8857853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_pin_memory_utils.py 2025-07-24T05:40:11.8861575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_sanitizer.py 2025-07-24T05:40:11.8865177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_utils.py 2025-07-24T05:40:11.8868799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__init__.py 2025-07-24T05:40:11.8876069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\autocast_mode.py 2025-07-24T05:40:11.8880136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\common.py 2025-07-24T05:40:11.8883052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\grad_scaler.py 2025-07-24T05:40:11.8886678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__init__.py 2025-07-24T05:40:11.8898601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-07-24T05:40:11.8902248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\common.cpython-39.pyc 2025-07-24T05:40:11.8905962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-07-24T05:40:11.8914101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.8923014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\comm.cpython-39.pyc 2025-07-24T05:40:11.8926923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\error.cpython-39.pyc 2025-07-24T05:40:11.8930777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\gds.cpython-39.pyc 2025-07-24T05:40:11.8940752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\graphs.cpython-39.pyc 2025-07-24T05:40:11.8944405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\jiterator.cpython-39.pyc 2025-07-24T05:40:11.8947980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\memory.cpython-39.pyc 2025-07-24T05:40:11.8951774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nccl.cpython-39.pyc 2025-07-24T05:40:11.8955532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nvtx.cpython-39.pyc 2025-07-24T05:40:11.8959034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\profiler.cpython-39.pyc 2025-07-24T05:40:11.8962775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\random.cpython-39.pyc 2025-07-24T05:40:11.8966790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\sparse.cpython-39.pyc 2025-07-24T05:40:11.8970279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\streams.cpython-39.pyc 2025-07-24T05:40:11.8974281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\tunable.cpython-39.pyc 2025-07-24T05:40:11.8978560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_gpu_trace.cpython-39.pyc 2025-07-24T05:40:11.8981970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_memory_viz.cpython-39.pyc 2025-07-24T05:40:11.8986291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_pin_memory_utils.cpython-39.pyc 2025-07-24T05:40:11.8990041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_sanitizer.cpython-39.pyc 2025-07-24T05:40:11.8998230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:11.9002430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9013047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\argparse_util.py 2025-07-24T05:40:11.9016722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\c10d_logger.py 2025-07-24T05:40:11.9020507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\collective_utils.py 2025-07-24T05:40:11.9027657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\constants.py 2025-07-24T05:40:11.9034177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\device_mesh.py 2025-07-24T05:40:11.9040853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\distributed_c10d.py 2025-07-24T05:40:11.9045387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launch.py 2025-07-24T05:40:11.9049336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\logging_handlers.py 2025-07-24T05:40:11.9052896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\remote_device.py 2025-07-24T05:40:11.9056503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rendezvous.py 2025-07-24T05:40:11.9060168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\run.py 2025-07-24T05:40:11.9063685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\utils.py 2025-07-24T05:40:11.9067338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_checkpointable.py 2025-07-24T05:40:11.9071006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable_state.py 2025-07-24T05:40:11.9074695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_dist2.py 2025-07-24T05:40:11.9078303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives.py 2025-07-24T05:40:11.9082046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives_impl.py 2025-07-24T05:40:11.9085852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_serialization.py 2025-07-24T05:40:11.9089681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_state_dict_utils.py 2025-07-24T05:40:11.9093422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__init__.py 2025-07-24T05:40:11.9105226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\join.py 2025-07-24T05:40:11.9108856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__init__.py 2025-07-24T05:40:11.9115909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py 2025-07-24T05:40:11.9119567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py 2025-07-24T05:40:11.9139879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py 2025-07-24T05:40:11.9147579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py 2025-07-24T05:40:11.9151164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py 2025-07-24T05:40:11.9154746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py 2025-07-24T05:40:11.9158349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py 2025-07-24T05:40:11.9162121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py 2025-07-24T05:40:11.9165676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__init__.py 2025-07-24T05:40:11.9173187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\ddp_zero_hook.cpython-39.pyc 2025-07-24T05:40:11.9176916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\debugging_hooks.cpython-39.pyc 2025-07-24T05:40:11.9180340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-07-24T05:40:11.9189214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\mixed_precision_hooks.cpython-39.pyc 2025-07-24T05:40:11.9192881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\optimizer_overlap_hooks.cpython-39.pyc 2025-07-24T05:40:11.9196892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\post_localSGD_hook.cpython-39.pyc 2025-07-24T05:40:11.9201331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\powerSGD_hook.cpython-39.pyc 2025-07-24T05:40:11.9205298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\quantization_hooks.cpython-39.pyc 2025-07-24T05:40:11.9209133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9221398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\averagers.py 2025-07-24T05:40:11.9224963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py 2025-07-24T05:40:11.9228552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\utils.py 2025-07-24T05:40:11.9237502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__init__.py 2025-07-24T05:40:11.9244002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\averagers.cpython-39.pyc 2025-07-24T05:40:11.9247813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\hierarchical_model_averager.cpython-39.pyc 2025-07-24T05:40:11.9251410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.9260241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9268297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py 2025-07-24T05:40:11.9271739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__init__.py 2025-07-24T05:40:11.9278083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\checkpoint_wrapper.cpython-39.pyc 2025-07-24T05:40:11.9281700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9289980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\default_hooks.py 2025-07-24T05:40:11.9293336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__init__.py 2025-07-24T05:40:11.9301283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-07-24T05:40:11.9305315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9313841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py 2025-07-24T05:40:11.9317824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__init__.py 2025-07-24T05:40:11.9326093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\optimizer_overlap.cpython-39.pyc 2025-07-24T05:40:11.9330320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9338668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\quantization.py 2025-07-24T05:40:11.9342337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__init__.py 2025-07-24T05:40:11.9349141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\quantization.cpython-39.pyc 2025-07-24T05:40:11.9353189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9361305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\join.cpython-39.pyc 2025-07-24T05:40:11.9365342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9373665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__init__.py 2025-07-24T05:40:11.9380857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9388998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\api.py 2025-07-24T05:40:11.9392577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\default_planner.py 2025-07-24T05:40:11.9396418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\filesystem.py 2025-07-24T05:40:11.9400212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\format_utils.py 2025-07-24T05:40:11.9408559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\hf_storage.py 2025-07-24T05:40:11.9412062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logger.py 2025-07-24T05:40:11.9415573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logging_handlers.py 2025-07-24T05:40:11.9419068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\metadata.py 2025-07-24T05:40:11.9422428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\optimizer.py 2025-07-24T05:40:11.9426503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner.py 2025-07-24T05:40:11.9430108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner_helpers.py 2025-07-24T05:40:11.9434011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\resharding.py 2025-07-24T05:40:11.9437660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\staging.py 2025-07-24T05:40:11.9441063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\stateful.py 2025-07-24T05:40:11.9444457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict.py 2025-07-24T05:40:11.9448662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_loader.py 2025-07-24T05:40:11.9452273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_saver.py 2025-07-24T05:40:11.9455870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\storage.py 2025-07-24T05:40:11.9459204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\utils.py 2025-07-24T05:40:11.9462750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_executor.py 2025-07-24T05:40:11.9466665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_process_executor.py 2025-07-24T05:40:11.9470449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_async_thread_executor.py 2025-07-24T05:40:11.9474132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_checkpointer.py 2025-07-24T05:40:11.9482394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_consolidate_hf_safetensors.py 2025-07-24T05:40:11.9486359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_save_plans.py 2025-07-24T05:40:11.9490054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_tensors.py 2025-07-24T05:40:11.9493856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_extension.py 2025-07-24T05:40:11.9497220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_fsspec_filesystem.py 2025-07-24T05:40:11.9500872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_hf_utils.py 2025-07-24T05:40:11.9504504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_nested_dict.py 2025-07-24T05:40:11.9508202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_pg_transport.py 2025-07-24T05:40:11.9511834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_sharded_tensor_utils.py 2025-07-24T05:40:11.9519091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_state_dict_stager.py 2025-07-24T05:40:11.9522796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_storage_utils.py 2025-07-24T05:40:11.9526571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_traverse.py 2025-07-24T05:40:11.9530040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_version.py 2025-07-24T05:40:11.9533374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__init__.py 2025-07-24T05:40:11.9541400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\barriers.py 2025-07-24T05:40:11.9544781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\builder.py 2025-07-24T05:40:11.9548123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpointer.py 2025-07-24T05:40:11.9551731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpoint_process.py 2025-07-24T05:40:11.9559123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpoint_reader.py 2025-07-24T05:40:11.9562746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\checkpoint_writer.py 2025-07-24T05:40:11.9566380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\config.py 2025-07-24T05:40:11.9570141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\staging.py 2025-07-24T05:40:11.9573583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\types.py 2025-07-24T05:40:11.9577608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\utils.py 2025-07-24T05:40:11.9581453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__init__.py 2025-07-24T05:40:11.9589510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\barriers.cpython-39.pyc 2025-07-24T05:40:11.9593542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\builder.cpython-39.pyc 2025-07-24T05:40:11.9597588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpointer.cpython-39.pyc 2025-07-24T05:40:11.9605655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpoint_process.cpython-39.pyc 2025-07-24T05:40:11.9609347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpoint_reader.cpython-39.pyc 2025-07-24T05:40:11.9612965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\checkpoint_writer.cpython-39.pyc 2025-07-24T05:40:11.9616575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:11.9620237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\staging.cpython-39.pyc 2025-07-24T05:40:11.9623757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\types.cpython-39.pyc 2025-07-24T05:40:11.9627487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.9630994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_experimental\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9640031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:11.9643813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\default_planner.cpython-39.pyc 2025-07-24T05:40:11.9647493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\filesystem.cpython-39.pyc 2025-07-24T05:40:11.9655437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\format_utils.cpython-39.pyc 2025-07-24T05:40:11.9659032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\hf_storage.cpython-39.pyc 2025-07-24T05:40:11.9662609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logger.cpython-39.pyc 2025-07-24T05:40:11.9666303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logging_handlers.cpython-39.pyc 2025-07-24T05:40:11.9670088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\metadata.cpython-39.pyc 2025-07-24T05:40:11.9673657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\optimizer.cpython-39.pyc 2025-07-24T05:40:11.9677268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner.cpython-39.pyc 2025-07-24T05:40:11.9680884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner_helpers.cpython-39.pyc 2025-07-24T05:40:11.9684477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\resharding.cpython-39.pyc 2025-07-24T05:40:11.9688193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\staging.cpython-39.pyc 2025-07-24T05:40:11.9691852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\stateful.cpython-39.pyc 2025-07-24T05:40:11.9695846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict.cpython-39.pyc 2025-07-24T05:40:11.9699651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_loader.cpython-39.pyc 2025-07-24T05:40:11.9703360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_saver.cpython-39.pyc 2025-07-24T05:40:11.9711296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\storage.cpython-39.pyc 2025-07-24T05:40:11.9714906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:11.9718633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_executor.cpython-39.pyc 2025-07-24T05:40:11.9722418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_process_executor.cpython-39.pyc 2025-07-24T05:40:11.9726422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_async_thread_executor.cpython-39.pyc 2025-07-24T05:40:11.9730179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_checkpointer.cpython-39.pyc 2025-07-24T05:40:11.9733908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_consolidate_hf_safetensors.cpython-39.pyc 2025-07-24T05:40:11.9737600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_save_plans.cpython-39.pyc 2025-07-24T05:40:11.9745534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_tensors.cpython-39.pyc 2025-07-24T05:40:11.9749561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_extension.cpython-39.pyc 2025-07-24T05:40:11.9753137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_fsspec_filesystem.cpython-39.pyc 2025-07-24T05:40:11.9757325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_hf_utils.cpython-39.pyc 2025-07-24T05:40:11.9760901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_nested_dict.cpython-39.pyc 2025-07-24T05:40:11.9764565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_pg_transport.cpython-39.pyc 2025-07-24T05:40:11.9768399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_sharded_tensor_utils.cpython-39.pyc 2025-07-24T05:40:11.9772033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_state_dict_stager.cpython-39.pyc 2025-07-24T05:40:11.9779533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_storage_utils.cpython-39.pyc 2025-07-24T05:40:11.9783418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_traverse.cpython-39.pyc 2025-07-24T05:40:11.9786979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_version.cpython-39.pyc 2025-07-24T05:40:11.9790596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9801077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\control_plane.py 2025-07-24T05:40:11.9805483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__init__.py 2025-07-24T05:40:11.9813596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__init__.py 2025-07-24T05:40:11.9820533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\api.py 2025-07-24T05:40:11.9824790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\health_check_server.py 2025-07-24T05:40:11.9828757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\local_elastic_agent.py 2025-07-24T05:40:11.9832675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__init__.py 2025-07-24T05:40:11.9845168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:11.9849833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\health_check_server.cpython-39.pyc 2025-07-24T05:40:11.9853779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\local_elastic_agent.cpython-39.pyc 2025-07-24T05:40:11.9862989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9871065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9878914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\api.py 2025-07-24T05:40:11.9882386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\handlers.py 2025-07-24T05:40:11.9885980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__init__.py 2025-07-24T05:40:11.9893162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:11.9896973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\handlers.cpython-39.pyc 2025-07-24T05:40:11.9900581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9912470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\api.py 2025-07-24T05:40:11.9915764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__init__.py 2025-07-24T05:40:11.9922530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:11.9926187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9938188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\api.py 2025-07-24T05:40:11.9941861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py 2025-07-24T05:40:11.9945449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\tail_log.py 2025-07-24T05:40:11.9948901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__init__.py 2025-07-24T05:40:11.9960658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\error_handler.py 2025-07-24T05:40:11.9964350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\handlers.py 2025-07-24T05:40:11.9967811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__init__.py 2025-07-24T05:40:11.9975475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\error_handler.cpython-39.pyc 2025-07-24T05:40:11.9979099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\handlers.cpython-39.pyc 2025-07-24T05:40:11.9982657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:11.9995225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py 2025-07-24T05:40:11.9998686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py 2025-07-24T05:40:12.0002445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py 2025-07-24T05:40:12.0013876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\handlers.cpython-39.pyc 2025-07-24T05:40:12.0018032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\subprocess_handler.cpython-39.pyc 2025-07-24T05:40:12.0021650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0034053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.0037847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\redirects.cpython-39.pyc 2025-07-24T05:40:12.0041612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\tail_log.cpython-39.pyc 2025-07-24T05:40:12.0050241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0058073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\api.py 2025-07-24T05:40:12.0061680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py 2025-07-24T05:40:12.0065108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py 2025-07-24T05:40:12.0073737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous.py 2025-07-24T05:40:12.0077663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py 2025-07-24T05:40:12.0081212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_server.py 2025-07-24T05:40:12.0084990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_store.py 2025-07-24T05:40:12.0088802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\registry.py 2025-07-24T05:40:12.0092336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py 2025-07-24T05:40:12.0096101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\utils.py 2025-07-24T05:40:12.0099661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\_etcd_stub.py 2025-07-24T05:40:12.0103268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__init__.py 2025-07-24T05:40:12.0110712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.0114529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\c10d_rendezvous_backend.cpython-39.pyc 2025-07-24T05:40:12.0118318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\dynamic_rendezvous.cpython-39.pyc 2025-07-24T05:40:12.0126296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous.cpython-39.pyc 2025-07-24T05:40:12.0130043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous_backend.cpython-39.pyc 2025-07-24T05:40:12.0133833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_server.cpython-39.pyc 2025-07-24T05:40:12.0137392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_store.cpython-39.pyc 2025-07-24T05:40:12.0140917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\registry.cpython-39.pyc 2025-07-24T05:40:12.0144845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\static_tcp_rendezvous.cpython-39.pyc 2025-07-24T05:40:12.0148684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.0152801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\_etcd_stub.cpython-39.pyc 2025-07-24T05:40:12.0157059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0165068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\api.py 2025-07-24T05:40:12.0168873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\debug_info_logging.py 2025-07-24T05:40:12.0172450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\file_based_local_timer.py 2025-07-24T05:40:12.0176262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\local_timer.py 2025-07-24T05:40:12.0184603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__init__.py 2025-07-24T05:40:12.0191930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.0195700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\debug_info_logging.cpython-39.pyc 2025-07-24T05:40:12.0199338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\file_based_local_timer.cpython-39.pyc 2025-07-24T05:40:12.0207084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\local_timer.cpython-39.pyc 2025-07-24T05:40:12.0210622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0218587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\api.py 2025-07-24T05:40:12.0222609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\distributed.py 2025-07-24T05:40:12.0240605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\logging.py 2025-07-24T05:40:12.0244457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\log_level.py 2025-07-24T05:40:12.0248459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\store.py 2025-07-24T05:40:12.0256307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__init__.py 2025-07-24T05:40:12.0263651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\cycling_iterator.py 2025-07-24T05:40:12.0267265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py 2025-07-24T05:40:12.0271054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__init__.py 2025-07-24T05:40:12.0282181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\cycling_iterator.cpython-39.pyc 2025-07-24T05:40:12.0286018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\elastic_distributed_sampler.cpython-39.pyc 2025-07-24T05:40:12.0289810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0301990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.0306067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\distributed.cpython-39.pyc 2025-07-24T05:40:12.0309526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\logging.cpython-39.pyc 2025-07-24T05:40:12.0316895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\log_level.cpython-39.pyc 2025-07-24T05:40:12.0320460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\store.cpython-39.pyc 2025-07-24T05:40:12.0324017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0332391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\control_plane.cpython-39.pyc 2025-07-24T05:40:12.0336113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0344983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\api.py 2025-07-24T05:40:12.0348549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\fully_sharded_data_parallel.py 2025-07-24T05:40:12.0352738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\sharded_grad_scaler.py 2025-07-24T05:40:12.0356402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\wrap.py 2025-07-24T05:40:12.0359889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_common_utils.py 2025-07-24T05:40:12.0368168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_debug_utils.py 2025-07-24T05:40:12.0371681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_dynamo_utils.py 2025-07-24T05:40:12.0375378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_exec_order_utils.py 2025-07-24T05:40:12.0378984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_flat_param.py 2025-07-24T05:40:12.0383233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fsdp_extensions.py 2025-07-24T05:40:12.0386729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_init_utils.py 2025-07-24T05:40:12.0390672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_limiter_utils.py 2025-07-24T05:40:12.0394144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_optim_utils.py 2025-07-24T05:40:12.0398097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_runtime_utils.py 2025-07-24T05:40:12.0401897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_shard_utils.py 2025-07-24T05:40:12.0405413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_state_dict_utils.py 2025-07-24T05:40:12.0409344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_trace_utils.py 2025-07-24T05:40:12.0412880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_traversal_utils.py 2025-07-24T05:40:12.0416307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_unshard_param_utils.py 2025-07-24T05:40:12.0419758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_wrap_utils.py 2025-07-24T05:40:12.0427866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__init__.py 2025-07-24T05:40:12.0436016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_api.py 2025-07-24T05:40:12.0439970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py 2025-07-24T05:40:12.0443929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_common.py 2025-07-24T05:40:12.0451295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_init.py 2025-07-24T05:40:12.0454846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param.py 2025-07-24T05:40:12.0458816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py 2025-07-24T05:40:12.0462591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_state.py 2025-07-24T05:40:12.0466366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fully_shard.py 2025-07-24T05:40:12.0470035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__init__.py 2025-07-24T05:40:12.0477569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_api.cpython-39.pyc 2025-07-24T05:40:12.0481423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_collectives.cpython-39.pyc 2025-07-24T05:40:12.0485040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_common.cpython-39.pyc 2025-07-24T05:40:12.0494190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_init.cpython-39.pyc 2025-07-24T05:40:12.0497696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param.cpython-39.pyc 2025-07-24T05:40:12.0501420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param_group.cpython-39.pyc 2025-07-24T05:40:12.0505189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_state.cpython-39.pyc 2025-07-24T05:40:12.0509067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fully_shard.cpython-39.pyc 2025-07-24T05:40:12.0512842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0521268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.0525005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\fully_sharded_data_parallel.cpython-39.pyc 2025-07-24T05:40:12.0529107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\sharded_grad_scaler.cpython-39.pyc 2025-07-24T05:40:12.0536751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\wrap.cpython-39.pyc 2025-07-24T05:40:12.0540830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_common_utils.cpython-39.pyc 2025-07-24T05:40:12.0544626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_debug_utils.cpython-39.pyc 2025-07-24T05:40:12.0548111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_dynamo_utils.cpython-39.pyc 2025-07-24T05:40:12.0551772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_exec_order_utils.cpython-39.pyc 2025-07-24T05:40:12.0555247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_flat_param.cpython-39.pyc 2025-07-24T05:40:12.0559086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_fsdp_extensions.cpython-39.pyc 2025-07-24T05:40:12.0562604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_init_utils.cpython-39.pyc 2025-07-24T05:40:12.0566547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_limiter_utils.cpython-39.pyc 2025-07-24T05:40:12.0570343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_optim_utils.cpython-39.pyc 2025-07-24T05:40:12.0573911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_runtime_utils.cpython-39.pyc 2025-07-24T05:40:12.0577605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_shard_utils.cpython-39.pyc 2025-07-24T05:40:12.0581168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_state_dict_utils.cpython-39.pyc 2025-07-24T05:40:12.0589491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_trace_utils.cpython-39.pyc 2025-07-24T05:40:12.0593233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_traversal_utils.cpython-39.pyc 2025-07-24T05:40:12.0597195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_unshard_param_utils.cpython-39.pyc 2025-07-24T05:40:12.0600797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_wrap_utils.cpython-39.pyc 2025-07-24T05:40:12.0604487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0614011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\api.py 2025-07-24T05:40:12.0617269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__init__.py 2025-07-24T05:40:12.0624263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.0628190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0636502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\functional.py 2025-07-24T05:40:12.0640071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__init__.py 2025-07-24T05:40:12.0647234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\remote_module.py 2025-07-24T05:40:12.0651412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__init__.py 2025-07-24T05:40:12.0658246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\remote_module.cpython-39.pyc 2025-07-24T05:40:12.0662253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0669893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\instantiator.py 2025-07-24T05:40:12.0673512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__init__.py 2025-07-24T05:40:12.0679979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\remote_module_template.py 2025-07-24T05:40:12.0683611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__init__.py 2025-07-24T05:40:12.0690245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\remote_module_template.cpython-39.pyc 2025-07-24T05:40:12.0694114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0707218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\instantiator.cpython-39.pyc 2025-07-24T05:40:12.0710833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0722666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\functional.cpython-39.pyc 2025-07-24T05:40:12.0726317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0735723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\apply_optimizer_in_backward.py 2025-07-24T05:40:12.0739684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adadelta.py 2025-07-24T05:40:12.0743544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adagrad.py 2025-07-24T05:40:12.0752271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adam.py 2025-07-24T05:40:12.0756611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamax.py 2025-07-24T05:40:12.0760399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamw.py 2025-07-24T05:40:12.0764016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rmsprop.py 2025-07-24T05:40:12.0767935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rprop.py 2025-07-24T05:40:12.0772263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_sgd.py 2025-07-24T05:40:12.0775809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\named_optimizer.py 2025-07-24T05:40:12.0779600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\optimizer.py 2025-07-24T05:40:12.0783143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\post_localSGD_optimizer.py 2025-07-24T05:40:12.0786649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\utils.py 2025-07-24T05:40:12.0790062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.py 2025-07-24T05:40:12.0808799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.pyi 2025-07-24T05:40:12.0809603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\_deprecation_warning.py 2025-07-24T05:40:12.0810195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__init__.py 2025-07-24T05:40:12.0810910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\apply_optimizer_in_backward.cpython-39.pyc 2025-07-24T05:40:12.0813504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adadelta.cpython-39.pyc 2025-07-24T05:40:12.0817017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adagrad.cpython-39.pyc 2025-07-24T05:40:12.0825198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adam.cpython-39.pyc 2025-07-24T05:40:12.0829089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamax.cpython-39.pyc 2025-07-24T05:40:12.0832780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamw.cpython-39.pyc 2025-07-24T05:40:12.0836284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rmsprop.cpython-39.pyc 2025-07-24T05:40:12.0839937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rprop.cpython-39.pyc 2025-07-24T05:40:12.0843622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_sgd.cpython-39.pyc 2025-07-24T05:40:12.0847476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\named_optimizer.cpython-39.pyc 2025-07-24T05:40:12.0851104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\optimizer.cpython-39.pyc 2025-07-24T05:40:12.0854924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\post_localSGD_optimizer.cpython-39.pyc 2025-07-24T05:40:12.0858732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.0862420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\zero_redundancy_optimizer.cpython-39.pyc 2025-07-24T05:40:12.0866253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\_deprecation_warning.cpython-39.pyc 2025-07-24T05:40:12.0869875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0883073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\microbatch.py 2025-07-24T05:40:12.0886737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\schedules.py 2025-07-24T05:40:12.0890882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\stage.py 2025-07-24T05:40:12.0894600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_backward.py 2025-07-24T05:40:12.0902293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_debug.py 2025-07-24T05:40:12.0905699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_IR.py 2025-07-24T05:40:12.0909260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_schedule_visualizer.py 2025-07-24T05:40:12.0912641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_unflatten.py 2025-07-24T05:40:12.0916192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_utils.py 2025-07-24T05:40:12.0919624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__init__.py 2025-07-24T05:40:12.0927682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\microbatch.cpython-39.pyc 2025-07-24T05:40:12.0931251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\schedules.cpython-39.pyc 2025-07-24T05:40:12.0934886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\stage.cpython-39.pyc 2025-07-24T05:40:12.0942849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_backward.cpython-39.pyc 2025-07-24T05:40:12.0946405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_debug.cpython-39.pyc 2025-07-24T05:40:12.0949989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_IR.cpython-39.pyc 2025-07-24T05:40:12.0953646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_schedule_visualizer.cpython-39.pyc 2025-07-24T05:40:12.0957123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_unflatten.cpython-39.pyc 2025-07-24T05:40:12.0960835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:12.0964396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.0972260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\api.py 2025-07-24T05:40:12.0975736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\backend_registry.py 2025-07-24T05:40:12.0979669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\constants.py 2025-07-24T05:40:12.0983256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\functions.py 2025-07-24T05:40:12.0990900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\internal.py 2025-07-24T05:40:12.0994404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\options.py 2025-07-24T05:40:12.0998410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\rref_proxy.py 2025-07-24T05:40:12.1001982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\server_process_global_profiler.py 2025-07-24T05:40:12.1005349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_utils.py 2025-07-24T05:40:12.1008845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__init__.py 2025-07-24T05:40:12.1015868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py 2025-07-24T05:40:12.1019399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__init__.py 2025-07-24T05:40:12.1026539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\faulty_agent_backend_registry.cpython-39.pyc 2025-07-24T05:40:12.1030307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1037870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.1041852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\backend_registry.cpython-39.pyc 2025-07-24T05:40:12.1045670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\constants.cpython-39.pyc 2025-07-24T05:40:12.1053678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\functions.cpython-39.pyc 2025-07-24T05:40:12.1057294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\internal.cpython-39.pyc 2025-07-24T05:40:12.1061109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\options.cpython-39.pyc 2025-07-24T05:40:12.1064693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\rref_proxy.cpython-39.pyc 2025-07-24T05:40:12.1068404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\server_process_global_profiler.cpython-39.pyc 2025-07-24T05:40:12.1072003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:12.1075573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1084649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\device_mesh.py 2025-07-24T05:40:12.1088302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\placement_types.py 2025-07-24T05:40:12.1092227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_api.py 2025-07-24T05:40:12.1096272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_collective_utils.py 2025-07-24T05:40:12.1105456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dispatch.py 2025-07-24T05:40:12.1109217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dtensor_spec.py 2025-07-24T05:40:12.1112719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_op_schema.py 2025-07-24T05:40:12.1125315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_random.py 2025-07-24T05:40:12.1126041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_redistribute.py 2025-07-24T05:40:12.1126629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_sharding_prop.py 2025-07-24T05:40:12.1130956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_shards_wrapper.py 2025-07-24T05:40:12.1134404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_tp_conv.py 2025-07-24T05:40:12.1139017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_utils.py 2025-07-24T05:40:12.1142606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__init__.py 2025-07-24T05:40:12.1150207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_comm_mode.py 2025-07-24T05:40:12.1154018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_op_coverage.py 2025-07-24T05:40:12.1157591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_visualize_sharding.py 2025-07-24T05:40:12.1161600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__init__.py 2025-07-24T05:40:12.1173231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_comm_mode.cpython-39.pyc 2025-07-24T05:40:12.1177029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_op_coverage.cpython-39.pyc 2025-07-24T05:40:12.1180679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_visualize_sharding.cpython-39.pyc 2025-07-24T05:40:12.1188515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1196332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_attention.py 2025-07-24T05:40:12.1201036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_func_map.py 2025-07-24T05:40:12.1205281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_register_sharding.py 2025-07-24T05:40:12.1212473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_tp_transform.py 2025-07-24T05:40:12.1216213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__init__.py 2025-07-24T05:40:12.1223616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_attention.cpython-39.pyc 2025-07-24T05:40:12.1227298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_func_map.cpython-39.pyc 2025-07-24T05:40:12.1231332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_register_sharding.cpython-39.pyc 2025-07-24T05:40:12.1239885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_tp_transform.cpython-39.pyc 2025-07-24T05:40:12.1244089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1251807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\api.py 2025-07-24T05:40:12.1255148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\ddp.py 2025-07-24T05:40:12.1258457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\fsdp.py 2025-07-24T05:40:12.1261893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\input_reshard.py 2025-07-24T05:40:12.1265580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\loss.py 2025-07-24T05:40:12.1269409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\style.py 2025-07-24T05:40:12.1277336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_data_parallel_utils.py 2025-07-24T05:40:12.1281018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__init__.py 2025-07-24T05:40:12.1288783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.1292293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\ddp.cpython-39.pyc 2025-07-24T05:40:12.1296662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\fsdp.cpython-39.pyc 2025-07-24T05:40:12.1304348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\input_reshard.cpython-39.pyc 2025-07-24T05:40:12.1307949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\loss.cpython-39.pyc 2025-07-24T05:40:12.1311592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\style.cpython-39.pyc 2025-07-24T05:40:12.1315465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_data_parallel_utils.cpython-39.pyc 2025-07-24T05:40:12.1319459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1342707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\utils.py 2025-07-24T05:40:12.1346113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_common_rules.py 2025-07-24T05:40:12.1349396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_conv_ops.py 2025-07-24T05:40:12.1352919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_einsum_strategy.py 2025-07-24T05:40:12.1360336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_embedding_ops.py 2025-07-24T05:40:12.1363880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_math_ops.py 2025-07-24T05:40:12.1367853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_matrix_ops.py 2025-07-24T05:40:12.1371577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_pointwise_ops.py 2025-07-24T05:40:12.1375019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_random_ops.py 2025-07-24T05:40:12.1378448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_tensor_ops.py 2025-07-24T05:40:12.1381969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_view_ops.py 2025-07-24T05:40:12.1385584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__init__.py 2025-07-24T05:40:12.1393083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.1396952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_common_rules.cpython-39.pyc 2025-07-24T05:40:12.1400586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_conv_ops.cpython-39.pyc 2025-07-24T05:40:12.1408817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_einsum_strategy.cpython-39.pyc 2025-07-24T05:40:12.1412321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_embedding_ops.cpython-39.pyc 2025-07-24T05:40:12.1415828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_math_ops.cpython-39.pyc 2025-07-24T05:40:12.1419522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_matrix_ops.cpython-39.pyc 2025-07-24T05:40:12.1423305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_pointwise_ops.cpython-39.pyc 2025-07-24T05:40:12.1428089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_random_ops.cpython-39.pyc 2025-07-24T05:40:12.1431734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_tensor_ops.cpython-39.pyc 2025-07-24T05:40:12.1435432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_view_ops.cpython-39.pyc 2025-07-24T05:40:12.1439026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1447452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\device_mesh.cpython-39.pyc 2025-07-24T05:40:12.1451046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\placement_types.cpython-39.pyc 2025-07-24T05:40:12.1454816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_api.cpython-39.pyc 2025-07-24T05:40:12.1463231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_collective_utils.cpython-39.pyc 2025-07-24T05:40:12.1466793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dispatch.cpython-39.pyc 2025-07-24T05:40:12.1470461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dtensor_spec.cpython-39.pyc 2025-07-24T05:40:12.1474417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_op_schema.cpython-39.pyc 2025-07-24T05:40:12.1478232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_random.cpython-39.pyc 2025-07-24T05:40:12.1481908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_redistribute.cpython-39.pyc 2025-07-24T05:40:12.1485635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_sharding_prop.cpython-39.pyc 2025-07-24T05:40:12.1489423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_shards_wrapper.cpython-39.pyc 2025-07-24T05:40:12.1493455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_tp_conv.cpython-39.pyc 2025-07-24T05:40:12.1497118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:12.1500827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1509793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\checkpoint_activation.py 2025-07-24T05:40:12.1513730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\contract.py 2025-07-24T05:40:12.1517387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\replicate.py 2025-07-24T05:40:12.1520815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__init__.py 2025-07-24T05:40:12.1532086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\fully_shard.py 2025-07-24T05:40:12.1535480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__init__.py 2025-07-24T05:40:12.1542697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\fully_shard.cpython-39.pyc 2025-07-24T05:40:12.1546640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1554435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\checkpoint_activation.cpython-39.pyc 2025-07-24T05:40:12.1558106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\contract.cpython-39.pyc 2025-07-24T05:40:12.1561467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\replicate.cpython-39.pyc 2025-07-24T05:40:12.1569207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1577340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\api.py 2025-07-24T05:40:12.1580961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\common_op_utils.py 2025-07-24T05:40:12.1584610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\metadata.py 2025-07-24T05:40:12.1588429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\op_registry_utils.py 2025-07-24T05:40:12.1592065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharder.py 2025-07-24T05:40:12.1600055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\_utils.py 2025-07-24T05:40:12.1603552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__init__.py 2025-07-24T05:40:12.1610672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__init__.py 2025-07-24T05:40:12.1617819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1625851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\api.py 2025-07-24T05:40:12.1629472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__init__.py 2025-07-24T05:40:12.1636629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.1640801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1648894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\api.py 2025-07-24T05:40:12.1652702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logger.py 2025-07-24T05:40:12.1657010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logging_handlers.py 2025-07-24T05:40:12.1661254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\metadata.py 2025-07-24T05:40:12.1664445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\reshard.py 2025-07-24T05:40:12.1673131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\shard.py 2025-07-24T05:40:12.1676547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\utils.py 2025-07-24T05:40:12.1680346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__init__.py 2025-07-24T05:40:12.1687717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py 2025-07-24T05:40:12.1691577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\init.py 2025-07-24T05:40:12.1694924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py 2025-07-24T05:40:12.1698659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py 2025-07-24T05:40:12.1702401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\_common.py 2025-07-24T05:40:12.1710155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__init__.py 2025-07-24T05:40:12.1717462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\binary_cmp.cpython-39.pyc 2025-07-24T05:40:12.1721377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\init.cpython-39.pyc 2025-07-24T05:40:12.1725138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\misc_ops.cpython-39.pyc 2025-07-24T05:40:12.1733802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\tensor_ops.cpython-39.pyc 2025-07-24T05:40:12.1738041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\_common.cpython-39.pyc 2025-07-24T05:40:12.1741585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1750606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.1753456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logger.cpython-39.pyc 2025-07-24T05:40:12.1758400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logging_handlers.cpython-39.pyc 2025-07-24T05:40:12.1766654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\metadata.cpython-39.pyc 2025-07-24T05:40:12.1770246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\reshard.cpython-39.pyc 2025-07-24T05:40:12.1773951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\shard.cpython-39.pyc 2025-07-24T05:40:12.1777577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.1781100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1789377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\api.py 2025-07-24T05:40:12.1792944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__init__.py 2025-07-24T05:40:12.1800293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.1804004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1811849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\api.py 2025-07-24T05:40:12.1815305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py 2025-07-24T05:40:12.1818776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\_internals.py 2025-07-24T05:40:12.1822184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__init__.py 2025-07-24T05:40:12.1833730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py 2025-07-24T05:40:12.1837301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py 2025-07-24T05:40:12.1840986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py 2025-07-24T05:40:12.1849320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py 2025-07-24T05:40:12.1856148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding.cpython-39.pyc 2025-07-24T05:40:12.1859895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding_bag.cpython-39.pyc 2025-07-24T05:40:12.1863290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\_common.cpython-39.pyc 2025-07-24T05:40:12.1871221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1878978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.1882897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\chunk_sharding_spec.cpython-39.pyc 2025-07-24T05:40:12.1886512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\_internals.cpython-39.pyc 2025-07-24T05:40:12.1894151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1901957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.1905545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\common_op_utils.cpython-39.pyc 2025-07-24T05:40:12.1909177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\metadata.cpython-39.pyc 2025-07-24T05:40:12.1917115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\op_registry_utils.cpython-39.pyc 2025-07-24T05:40:12.1920693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\sharder.cpython-39.pyc 2025-07-24T05:40:12.1924626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:12.1928218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1936106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__init__.py 2025-07-24T05:40:12.1943245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1951036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__init__.py 2025-07-24T05:40:12.1957803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1966386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\_nvshmem_triton.py 2025-07-24T05:40:12.1969868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__init__.py 2025-07-24T05:40:12.1977459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\_nvshmem_triton.cpython-39.pyc 2025-07-24T05:40:12.1981160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.1988900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\api.py 2025-07-24T05:40:12.1992617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\placement_types.py 2025-07-24T05:40:12.1996332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__init__.py 2025-07-24T05:40:12.2003248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\api.cpython-39.pyc 2025-07-24T05:40:12.2007106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\placement_types.cpython-39.pyc 2025-07-24T05:40:12.2010866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.2022972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\common_utils.py 2025-07-24T05:40:12.2026590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fake_collectives.py 2025-07-24T05:40:12.2030159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fsdp2_mem_tracker.py 2025-07-24T05:40:12.2033499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\ilp_utils.py 2025-07-24T05:40:12.2041136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\memory_tracker.py 2025-07-24T05:40:12.2044739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mem_tracker.py 2025-07-24T05:40:12.2048694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mod_tracker.py 2025-07-24T05:40:12.2052374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\runtime_estimator.py 2025-07-24T05:40:12.2056207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_estimator.py 2025-07-24T05:40:12.2061207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_ilp.py 2025-07-24T05:40:12.2063995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__init__.py 2025-07-24T05:40:12.2071466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\common_utils.cpython-39.pyc 2025-07-24T05:40:12.2075559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fake_collectives.cpython-39.pyc 2025-07-24T05:40:12.2079246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fsdp2_mem_tracker.cpython-39.pyc 2025-07-24T05:40:12.2087163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\ilp_utils.cpython-39.pyc 2025-07-24T05:40:12.2090794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\memory_tracker.cpython-39.pyc 2025-07-24T05:40:12.2094384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mem_tracker.cpython-39.pyc 2025-07-24T05:40:12.2098576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mod_tracker.cpython-39.pyc 2025-07-24T05:40:12.2102302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\runtime_estimator.cpython-39.pyc 2025-07-24T05:40:12.2105994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_estimator.cpython-39.pyc 2025-07-24T05:40:12.2110351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_ilp.cpython-39.pyc 2025-07-24T05:40:12.2114011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.2122362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\argparse_util.cpython-39.pyc 2025-07-24T05:40:12.2126304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\c10d_logger.cpython-39.pyc 2025-07-24T05:40:12.2130470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\collective_utils.cpython-39.pyc 2025-07-24T05:40:12.2138619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\constants.cpython-39.pyc 2025-07-24T05:40:12.2142450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\device_mesh.cpython-39.pyc 2025-07-24T05:40:12.2146269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\distributed_c10d.cpython-39.pyc 2025-07-24T05:40:12.2150836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\launch.cpython-39.pyc 2025-07-24T05:40:12.2154783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\logging_handlers.cpython-39.pyc 2025-07-24T05:40:12.2158372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\remote_device.cpython-39.pyc 2025-07-24T05:40:12.2162390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\rendezvous.cpython-39.pyc 2025-07-24T05:40:12.2166122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\run.cpython-39.pyc 2025-07-24T05:40:12.2170013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.2173913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_checkpointable.cpython-39.pyc 2025-07-24T05:40:12.2177776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_composable_state.cpython-39.pyc 2025-07-24T05:40:12.2181254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_dist2.cpython-39.pyc 2025-07-24T05:40:12.2185054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives.cpython-39.pyc 2025-07-24T05:40:12.2189042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives_impl.cpython-39.pyc 2025-07-24T05:40:12.2197985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_serialization.cpython-39.pyc 2025-07-24T05:40:12.2202258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_state_dict_utils.cpython-39.pyc 2025-07-24T05:40:12.2206228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.2215959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\bernoulli.py 2025-07-24T05:40:12.2219848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\beta.py 2025-07-24T05:40:12.2223289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\binomial.py 2025-07-24T05:40:12.2226646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\categorical.py 2025-07-24T05:40:12.2235624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\cauchy.py 2025-07-24T05:40:12.2239007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\chi2.py 2025-07-24T05:40:12.2243017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraints.py 2025-07-24T05:40:12.2246578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraint_registry.py 2025-07-24T05:40:12.2269265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\continuous_bernoulli.py 2025-07-24T05:40:12.2269848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\dirichlet.py 2025-07-24T05:40:12.2270379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\distribution.py 2025-07-24T05:40:12.2270931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exponential.py 2025-07-24T05:40:12.2271452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exp_family.py 2025-07-24T05:40:12.2271996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\fishersnedecor.py 2025-07-24T05:40:12.2275133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gamma.py 2025-07-24T05:40:12.2277414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\generalized_pareto.py 2025-07-24T05:40:12.2281158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\geometric.py 2025-07-24T05:40:12.2284636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gumbel.py 2025-07-24T05:40:12.2288175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_cauchy.py 2025-07-24T05:40:12.2291734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_normal.py 2025-07-24T05:40:12.2295295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\independent.py 2025-07-24T05:40:12.2298817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\inverse_gamma.py 2025-07-24T05:40:12.2307907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kl.py 2025-07-24T05:40:12.2311533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kumaraswamy.py 2025-07-24T05:40:12.2315238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\laplace.py 2025-07-24T05:40:12.2319032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lkj_cholesky.py 2025-07-24T05:40:12.2322847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\logistic_normal.py 2025-07-24T05:40:12.2326633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\log_normal.py 2025-07-24T05:40:12.2330305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lowrank_multivariate_normal.py 2025-07-24T05:40:12.2333720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\mixture_same_family.py 2025-07-24T05:40:12.2337738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multinomial.py 2025-07-24T05:40:12.2341065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multivariate_normal.py 2025-07-24T05:40:12.3219712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\negative_binomial.py 2025-07-24T05:40:12.3223467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\normal.py 2025-07-24T05:40:12.3226923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\one_hot_categorical.py 2025-07-24T05:40:12.3230748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\pareto.py 2025-07-24T05:40:12.3234594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\poisson.py 2025-07-24T05:40:12.3237834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_bernoulli.py 2025-07-24T05:40:12.3241426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_categorical.py 2025-07-24T05:40:12.3245019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\studentT.py 2025-07-24T05:40:12.3249087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transformed_distribution.py 2025-07-24T05:40:12.3253311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transforms.py 2025-07-24T05:40:12.3257230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\uniform.py 2025-07-24T05:40:12.3260885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\utils.py 2025-07-24T05:40:12.3264654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\von_mises.py 2025-07-24T05:40:12.3273048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\weibull.py 2025-07-24T05:40:12.3277572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\wishart.py 2025-07-24T05:40:12.3295838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__init__.py 2025-07-24T05:40:12.3305003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\bernoulli.cpython-39.pyc 2025-07-24T05:40:12.3308765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\beta.cpython-39.pyc 2025-07-24T05:40:12.3312282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\binomial.cpython-39.pyc 2025-07-24T05:40:12.3320957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\categorical.cpython-39.pyc 2025-07-24T05:40:12.3324540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\cauchy.cpython-39.pyc 2025-07-24T05:40:12.3328083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\chi2.cpython-39.pyc 2025-07-24T05:40:12.3331707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraints.cpython-39.pyc 2025-07-24T05:40:12.3335534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraint_registry.cpython-39.pyc 2025-07-24T05:40:12.3339417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\continuous_bernoulli.cpython-39.pyc 2025-07-24T05:40:12.3342933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\dirichlet.cpython-39.pyc 2025-07-24T05:40:12.3346343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\distribution.cpython-39.pyc 2025-07-24T05:40:12.3349957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exponential.cpython-39.pyc 2025-07-24T05:40:12.3353710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exp_family.cpython-39.pyc 2025-07-24T05:40:12.3357271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\fishersnedecor.cpython-39.pyc 2025-07-24T05:40:12.3361226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gamma.cpython-39.pyc 2025-07-24T05:40:12.3364998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\generalized_pareto.cpython-39.pyc 2025-07-24T05:40:12.3368854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\geometric.cpython-39.pyc 2025-07-24T05:40:12.3377598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gumbel.cpython-39.pyc 2025-07-24T05:40:12.3381045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_cauchy.cpython-39.pyc 2025-07-24T05:40:12.3385501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_normal.cpython-39.pyc 2025-07-24T05:40:12.3389730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\independent.cpython-39.pyc 2025-07-24T05:40:12.3394092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\inverse_gamma.cpython-39.pyc 2025-07-24T05:40:12.3397706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kl.cpython-39.pyc 2025-07-24T05:40:12.3401694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kumaraswamy.cpython-39.pyc 2025-07-24T05:40:12.3405406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\laplace.cpython-39.pyc 2025-07-24T05:40:12.3414381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lkj_cholesky.cpython-39.pyc 2025-07-24T05:40:12.3418131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\logistic_normal.cpython-39.pyc 2025-07-24T05:40:12.3421610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\log_normal.cpython-39.pyc 2025-07-24T05:40:12.3425251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lowrank_multivariate_normal.cpython-39.pyc 2025-07-24T05:40:12.3429058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\mixture_same_family.cpython-39.pyc 2025-07-24T05:40:12.3432725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multinomial.cpython-39.pyc 2025-07-24T05:40:12.3436341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multivariate_normal.cpython-39.pyc 2025-07-24T05:40:12.3439872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\negative_binomial.cpython-39.pyc 2025-07-24T05:40:12.3448468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\normal.cpython-39.pyc 2025-07-24T05:40:12.3452208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\one_hot_categorical.cpython-39.pyc 2025-07-24T05:40:12.3455667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\pareto.cpython-39.pyc 2025-07-24T05:40:12.3459411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\poisson.cpython-39.pyc 2025-07-24T05:40:12.3463069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_bernoulli.cpython-39.pyc 2025-07-24T05:40:12.3466644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_categorical.cpython-39.pyc 2025-07-24T05:40:12.3470256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\studentT.cpython-39.pyc 2025-07-24T05:40:12.3474004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transformed_distribution.cpython-39.pyc 2025-07-24T05:40:12.3481942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transforms.cpython-39.pyc 2025-07-24T05:40:12.3485917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\uniform.cpython-39.pyc 2025-07-24T05:40:12.3490102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.3493685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\von_mises.cpython-39.pyc 2025-07-24T05:40:12.3497151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\weibull.cpython-39.pyc 2025-07-24T05:40:12.3500748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\wishart.cpython-39.pyc 2025-07-24T05:40:12.3504390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3514905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_obj.py 2025-07-24T05:40:12.3518545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_ops.py 2025-07-24T05:40:12.3522068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\decomp_utils.py 2025-07-24T05:40:12.3525496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\dynamic_shapes.py 2025-07-24T05:40:12.3533770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\exported_program.py 2025-07-24T05:40:12.3537763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\graph_signature.py 2025-07-24T05:40:12.3541499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\unflatten.py 2025-07-24T05:40:12.3545641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_draft_export.py 2025-07-24T05:40:12.3549552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_auto_functionalized_pass.py 2025-07-24T05:40:12.3553151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_effect_tokens_pass.py 2025-07-24T05:40:12.3557304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_safeguard.py 2025-07-24T05:40:12.3561085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_swap.py 2025-07-24T05:40:12.3564503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_trace.py 2025-07-24T05:40:12.3569086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_tree_utils.py 2025-07-24T05:40:12.3573262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_unlift.py 2025-07-24T05:40:12.3576061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_wrapper_utils.py 2025-07-24T05:40:12.3579543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__init__.py 2025-07-24T05:40:12.3586940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\_utils.py 2025-07-24T05:40:12.3590764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__init__.py 2025-07-24T05:40:12.3598349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:12.3602103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3610052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__init__.py 2025-07-24T05:40:12.3617113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3625715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\constants.py 2025-07-24T05:40:12.3629665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\_package.py 2025-07-24T05:40:12.3633625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\_package_weights.py 2025-07-24T05:40:12.3637250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\__init__.py 2025-07-24T05:40:12.3649662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\__pycache__\constants.cpython-39.pyc 2025-07-24T05:40:12.3653311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\__pycache__\_package.cpython-39.pyc 2025-07-24T05:40:12.3657252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\__pycache__\_package_weights.cpython-39.pyc 2025-07-24T05:40:12.3669139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\pt2_archive\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3683030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_obj.cpython-39.pyc 2025-07-24T05:40:12.3686785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_ops.cpython-39.pyc 2025-07-24T05:40:12.3691040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\decomp_utils.cpython-39.pyc 2025-07-24T05:40:12.3698770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\dynamic_shapes.cpython-39.pyc 2025-07-24T05:40:12.3703101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\exported_program.cpython-39.pyc 2025-07-24T05:40:12.3707390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\graph_signature.cpython-39.pyc 2025-07-24T05:40:12.3710939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\unflatten.cpython-39.pyc 2025-07-24T05:40:12.3714955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_draft_export.cpython-39.pyc 2025-07-24T05:40:12.3718609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_auto_functionalized_pass.cpython-39.pyc 2025-07-24T05:40:12.3722201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_effect_tokens_pass.cpython-39.pyc 2025-07-24T05:40:12.3726135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_safeguard.cpython-39.pyc 2025-07-24T05:40:12.3730208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_swap.cpython-39.pyc 2025-07-24T05:40:12.3733737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_trace.cpython-39.pyc 2025-07-24T05:40:12.3737956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_tree_utils.cpython-39.pyc 2025-07-24T05:40:12.3741922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_unlift.cpython-39.pyc 2025-07-24T05:40:12.3745963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_wrapper_utils.cpython-39.pyc 2025-07-24T05:40:12.3755407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3764090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__init__.py 2025-07-24T05:40:12.3772122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3779782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__init__.py 2025-07-24T05:40:12.3787958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3795605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__init__.py 2025-07-24T05:40:12.3802504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.3810617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\annotate.py 2025-07-24T05:40:12.3814070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\config.py 2025-07-24T05:40:12.3817434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph.py 2025-07-24T05:40:12.3821298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph_module.py 2025-07-24T05:40:12.3825460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\immutable_collections.py 2025-07-24T05:40:12.3834032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\interpreter.py 2025-07-24T05:40:12.3837847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\node.py 2025-07-24T05:40:12.3841327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\operator_schemas.py 2025-07-24T05:40:12.3845036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\proxy.py 2025-07-24T05:40:12.3848607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\subgraph_rewriter.py 2025-07-24T05:40:12.3852250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\tensor_type.py 2025-07-24T05:40:12.3856303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\traceback.py 2025-07-24T05:40:12.3859597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_compatibility.py 2025-07-24T05:40:12.3863093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_graph_pickler.py 2025-07-24T05:40:12.3866536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_lazy_graph_module.py 2025-07-24T05:40:12.3869866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_pytree.py 2025-07-24T05:40:12.3873528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_symbolic_trace.py 2025-07-24T05:40:12.3877227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_utils.py 2025-07-24T05:40:12.3880614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__init__.py 2025-07-24T05:40:12.3888155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\accelerator_partitioner.py 2025-07-24T05:40:12.3892231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\const_fold.py 2025-07-24T05:40:12.3895892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\debug.py 2025-07-24T05:40:12.3905567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\graph_gradual_typechecker.py 2025-07-24T05:40:12.3910351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\merge_matmul.py 2025-07-24T05:40:12.3913523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\meta_tracer.py 2025-07-24T05:40:12.3916966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\normalize.py 2025-07-24T05:40:12.3920383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\optimization.py 2025-07-24T05:40:12.3923963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\partitioner_utils.py 2025-07-24T05:40:12.3927547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\proxy_tensor.py 2025-07-24T05:40:12.3931708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\recording.py 2025-07-24T05:40:12.3935411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\refinement_types.py 2025-07-24T05:40:12.3938978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\rewriter.py 2025-07-24T05:40:12.3942611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\schema_type_annotation.py 2025-07-24T05:40:12.3946121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\symbolic_shapes.py 2025-07-24T05:40:12.3951637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\sym_node.py 2025-07-24T05:40:12.3955449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unify_refinements.py 2025-07-24T05:40:12.3959086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\validator.py 2025-07-24T05:40:12.3962657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_backward_state.py 2025-07-24T05:40:12.3966767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_config.py 2025-07-24T05:40:12.3970549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_constant_symnode.py 2025-07-24T05:40:12.3979753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_dynamism.py 2025-07-24T05:40:12.3983422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__init__.py 2025-07-24T05:40:12.3990249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint.py 2025-07-24T05:40:12.3994041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_generator.py 2025-07-24T05:40:12.3998062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py 2025-07-24T05:40:12.4006298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\operation.py 2025-07-24T05:40:12.4009864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py 2025-07-24T05:40:12.4013913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\util.py 2025-07-24T05:40:12.4017345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\z3_types.py 2025-07-24T05:40:12.4021357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__init__.py 2025-07-24T05:40:12.4028070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint.cpython-39.pyc 2025-07-24T05:40:12.4031814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_generator.cpython-39.pyc 2025-07-24T05:40:12.4035694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_transformation.cpython-39.pyc 2025-07-24T05:40:12.4044049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\operation.cpython-39.pyc 2025-07-24T05:40:12.4047809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\transform_to_z3.cpython-39.pyc 2025-07-24T05:40:12.4051547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\util.cpython-39.pyc 2025-07-24T05:40:12.4055365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\z3_types.cpython-39.pyc 2025-07-24T05:40:12.4059401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4068308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\core.py 2025-07-24T05:40:12.4072174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\dispatch.py 2025-07-24T05:40:12.4075517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\match.py 2025-07-24T05:40:12.4078970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\more.py 2025-07-24T05:40:12.4082544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\unification_tools.py 2025-07-24T05:40:12.4185309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\utils.py 2025-07-24T05:40:12.4190624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\variable.py 2025-07-24T05:40:12.4196773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__init__.py 2025-07-24T05:40:12.4204015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\conflict.py 2025-07-24T05:40:12.4208554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\core.py 2025-07-24T05:40:12.4211950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\dispatcher.py 2025-07-24T05:40:12.4215654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\utils.py 2025-07-24T05:40:12.4218982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\variadic.py 2025-07-24T05:40:12.4317177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__init__.py 2025-07-24T05:40:12.4325299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\conflict.cpython-39.pyc 2025-07-24T05:40:12.4328932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\core.cpython-39.pyc 2025-07-24T05:40:12.4332567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\dispatcher.cpython-39.pyc 2025-07-24T05:40:12.4404392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.4409386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\variadic.cpython-39.pyc 2025-07-24T05:40:12.4413269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4421594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\core.cpython-39.pyc 2025-07-24T05:40:12.4425262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\dispatch.cpython-39.pyc 2025-07-24T05:40:12.4428749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\match.cpython-39.pyc 2025-07-24T05:40:12.4546552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\more.cpython-39.pyc 2025-07-24T05:40:12.4550205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\unification_tools.cpython-39.pyc 2025-07-24T05:40:12.4558840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:12.4562764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\variable.cpython-39.pyc 2025-07-24T05:40:12.4566831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4576309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\accelerator_partitioner.cpython-39.pyc 2025-07-24T05:40:12.4580574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\const_fold.cpython-39.pyc 2025-07-24T05:40:12.4584462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\debug.cpython-39.pyc 2025-07-24T05:40:12.4713450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\graph_gradual_typechecker.cpython-39.pyc 2025-07-24T05:40:12.4717801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\merge_matmul.cpython-39.pyc 2025-07-24T05:40:12.4721102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\meta_tracer.cpython-39.pyc 2025-07-24T05:40:12.4724742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\normalize.cpython-39.pyc 2025-07-24T05:40:12.4728397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\optimization.cpython-39.pyc 2025-07-24T05:40:12.4732144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\partitioner_utils.cpython-39.pyc 2025-07-24T05:40:12.4735859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\proxy_tensor.cpython-39.pyc 2025-07-24T05:40:12.4739877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\recording.cpython-39.pyc 2025-07-24T05:40:12.4744020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\refinement_types.cpython-39.pyc 2025-07-24T05:40:12.4747777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\rewriter.cpython-39.pyc 2025-07-24T05:40:12.4751451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\schema_type_annotation.cpython-39.pyc 2025-07-24T05:40:12.4755644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\symbolic_shapes.cpython-39.pyc 2025-07-24T05:40:12.4760395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\sym_node.cpython-39.pyc 2025-07-24T05:40:12.4769868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\unify_refinements.cpython-39.pyc 2025-07-24T05:40:12.4773570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\validator.cpython-39.pyc 2025-07-24T05:40:12.4777478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_backward_state.cpython-39.pyc 2025-07-24T05:40:12.4781136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_config.cpython-39.pyc 2025-07-24T05:40:12.4784724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_constant_symnode.cpython-39.pyc 2025-07-24T05:40:12.4789587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_dynamism.cpython-39.pyc 2025-07-24T05:40:12.4792400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4801560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\annotate_getitem_nodes.py 2025-07-24T05:40:12.4806618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\fake_tensor_prop.py 2025-07-24T05:40:12.4809114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_drawer.py 2025-07-24T05:40:12.4812685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_manipulation.py 2025-07-24T05:40:12.4821172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_transform_observer.py 2025-07-24T05:40:12.4824855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\net_min_base.py 2025-07-24T05:40:12.4828552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\operator_support.py 2025-07-24T05:40:12.4831995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\param_fetch.py 2025-07-24T05:40:12.4835417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\pass_manager.py 2025-07-24T05:40:12.4839331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\reinplace.py 2025-07-24T05:40:12.4843262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\runtime_assert.py 2025-07-24T05:40:12.4846807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\shape_prop.py 2025-07-24T05:40:12.4850243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\splitter_base.py 2025-07-24T05:40:12.4853978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_module.py 2025-07-24T05:40:12.4857641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_utils.py 2025-07-24T05:40:12.4861010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tools_common.py 2025-07-24T05:40:12.4864354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\_tensorify_python_scalars.py 2025-07-24T05:40:12.4867617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__init__.py 2025-07-24T05:40:12.4891031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\cudagraphs.py 2025-07-24T05:40:12.4894475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__init__.py 2025-07-24T05:40:12.4900521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-07-24T05:40:12.4904046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4916439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__init__.py 2025-07-24T05:40:12.4922481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\cse_pass.py 2025-07-24T05:40:12.4926433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__init__.py 2025-07-24T05:40:12.4932699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\cse_pass.cpython-39.pyc 2025-07-24T05:40:12.4935968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4944125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4952088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\partitioner.py 2025-07-24T05:40:12.4955765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_base.py 2025-07-24T05:40:12.4959453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_manager.py 2025-07-24T05:40:12.4963329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__init__.py 2025-07-24T05:40:12.4975297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\partitioner.cpython-39.pyc 2025-07-24T05:40:12.4978862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_base.cpython-39.pyc 2025-07-24T05:40:12.4982378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_manager.cpython-39.pyc 2025-07-24T05:40:12.4990577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.4998618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\test_pass_manager.py 2025-07-24T05:40:12.5002480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__init__.py 2025-07-24T05:40:12.5009108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\test_pass_manager.cpython-39.pyc 2025-07-24T05:40:12.5012841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.5020962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\common.py 2025-07-24T05:40:12.5031023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\fuser_utils.py 2025-07-24T05:40:12.5031903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_utils.py 2025-07-24T05:40:12.5034358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_with_name_node_map_utils.py 2025-07-24T05:40:12.5042817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\source_matcher_utils.py 2025-07-24T05:40:12.5046161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__init__.py 2025-07-24T05:40:12.5054659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\common.cpython-39.pyc 2025-07-24T05:40:12.5058169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\fuser_utils.cpython-39.pyc 2025-07-24T05:40:12.5062222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_utils.cpython-39.pyc 2025-07-24T05:40:12.5071242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_with_name_node_map_utils.cpython-39.pyc 2025-07-24T05:40:12.5074448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\source_matcher_utils.cpython-39.pyc 2025-07-24T05:40:12.5077960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.5086448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\annotate_getitem_nodes.cpython-39.pyc 2025-07-24T05:40:12.5090615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\fake_tensor_prop.cpython-39.pyc 2025-07-24T05:40:12.5094439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_drawer.cpython-39.pyc 2025-07-24T05:40:12.5105999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_manipulation.cpython-39.pyc 2025-07-24T05:40:12.5109766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_transform_observer.cpython-39.pyc 2025-07-24T05:40:12.5113889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\net_min_base.cpython-39.pyc 2025-07-24T05:40:12.5117862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\operator_support.cpython-39.pyc 2025-07-24T05:40:12.5121458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\param_fetch.cpython-39.pyc 2025-07-24T05:40:12.5125260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\pass_manager.cpython-39.pyc 2025-07-24T05:40:12.5129228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\reinplace.cpython-39.pyc 2025-07-24T05:40:12.5132974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\runtime_assert.cpython-39.pyc 2025-07-24T05:40:12.5137264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\shape_prop.cpython-39.pyc 2025-07-24T05:40:12.5141108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\splitter_base.cpython-39.pyc 2025-07-24T05:40:12.5144957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_module.cpython-39.pyc 2025-07-24T05:40:12.5148586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_utils.cpython-39.pyc 2025-07-24T05:40:12.5152295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\tools_common.cpython-39.pyc 2025-07-24T05:40:12.5161044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\_tensorify_python_scalars.cpython-39.pyc 2025-07-24T05:40:12.5165155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.5174417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\annotate.cpython-39.pyc 2025-07-24T05:40:12.5177730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:12.5181376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph.cpython-39.pyc 2025-07-24T05:40:12.5190704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph_module.cpython-39.pyc 2025-07-24T05:40:12.5194805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\immutable_collections.cpython-39.pyc 2025-07-24T05:40:12.5198541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\interpreter.cpython-39.pyc 2025-07-24T05:40:12.5202533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\node.cpython-39.pyc 2025-07-24T05:40:12.5206450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\operator_schemas.cpython-39.pyc 2025-07-24T05:40:12.5210133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\proxy.cpython-39.pyc 2025-07-24T05:40:12.5213790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\subgraph_rewriter.cpython-39.pyc 2025-07-24T05:40:12.5217501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\tensor_type.cpython-39.pyc 2025-07-24T05:40:12.5221423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\traceback.cpython-39.pyc 2025-07-24T05:40:12.5224996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_compatibility.cpython-39.pyc 2025-07-24T05:40:12.5228681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_graph_pickler.cpython-39.pyc 2025-07-24T05:40:12.5232488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_lazy_graph_module.cpython-39.pyc 2025-07-24T05:40:12.5235910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_pytree.cpython-39.pyc 2025-07-24T05:40:12.5239981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_symbolic_trace.cpython-39.pyc 2025-07-24T05:40:12.5248599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:12.5252336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:12.5265462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\advisor-annotate.h 2025-07-24T05:40:12.5269128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\cpuinfo.h 2025-07-24T05:40:12.5273389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl.h 2025-07-24T05:40:12.5276802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl.hpp 2025-07-24T05:40:12.5280179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_config.h 2025-07-24T05:40:12.5288679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_debug.h 2025-07-24T05:40:12.5292108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_ocl.h 2025-07-24T05:40:12.5295423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_ocl.hpp 2025-07-24T05:40:12.5298954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl.h 2025-07-24T05:40:12.5302479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl.hpp 2025-07-24T05:40:12.5305983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl_types.h 2025-07-24T05:40:12.5309420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool.h 2025-07-24T05:40:12.5312814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool.hpp 2025-07-24T05:40:12.5316278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool_iface.hpp 2025-07-24T05:40:12.5319790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_types.h 2025-07-24T05:40:12.5323278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_version.h 2025-07-24T05:40:12.5327069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\experiments-config.h 2025-07-24T05:40:12.5330537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16.h 2025-07-24T05:40:12.5333902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fxdiv.h 2025-07-24T05:40:12.5337467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ittnotify-zca.h 2025-07-24T05:40:12.5340937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ittnotify.h 2025-07-24T05:40:12.5346074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\jitprofiling.h 2025-07-24T05:40:12.5354618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\libittnotify.h 2025-07-24T05:40:12.5358917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\libshm.h 2025-07-24T05:40:12.5362376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\psimd.h 2025-07-24T05:40:12.5366986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pthreadpool.h 2025-07-24T05:40:12.5371776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\sleef.h 2025-07-24T05:40:12.5376863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\xnnpack.h 2025-07-24T05:40:12.5385182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\a64.h 2025-07-24T05:40:12.5389301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm.h 2025-07-24T05:40:12.5392655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\asmjit-scope-begin.h 2025-07-24T05:40:12.5396399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\asmjit-scope-end.h 2025-07-24T05:40:12.5400102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\asmjit.h 2025-07-24T05:40:12.5408336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core.h 2025-07-24T05:40:12.5413076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86.h 2025-07-24T05:40:12.5421088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64assembler.h 2025-07-24T05:40:12.5424408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64builder.h 2025-07-24T05:40:12.5427836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64compiler.h 2025-07-24T05:40:12.5431245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64emitter.h 2025-07-24T05:40:12.5440081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64globals.h 2025-07-24T05:40:12.5444322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64instdb.h 2025-07-24T05:40:12.5447956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\a64operand.h 2025-07-24T05:40:12.5451769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\armglobals.h 2025-07-24T05:40:12.5455529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\armoperand.h 2025-07-24T05:40:12.5459221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\arm\armutils.h 2025-07-24T05:40:12.5467442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\api-config.h 2025-07-24T05:40:12.5470862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\archcommons.h 2025-07-24T05:40:12.5474857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\archtraits.h 2025-07-24T05:40:12.5478669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\assembler.h 2025-07-24T05:40:12.5486965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\builder.h 2025-07-24T05:40:12.5491510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\codebuffer.h 2025-07-24T05:40:12.5495810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\codeholder.h 2025-07-24T05:40:12.5499140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\compiler.h 2025-07-24T05:40:12.5502815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\compilerdefs.h 2025-07-24T05:40:12.5506264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\constpool.h 2025-07-24T05:40:12.5509938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\cpuinfo.h 2025-07-24T05:40:12.5514052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\emitter.h 2025-07-24T05:40:12.5517627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\environment.h 2025-07-24T05:40:12.5521271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\errorhandler.h 2025-07-24T05:40:12.5525146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\formatter.h 2025-07-24T05:40:12.5528817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\func.h 2025-07-24T05:40:12.5532802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\globals.h 2025-07-24T05:40:12.5536613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\inst.h 2025-07-24T05:40:12.5539784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\jitallocator.h 2025-07-24T05:40:12.5544011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\jitruntime.h 2025-07-24T05:40:12.5548214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\logger.h 2025-07-24T05:40:12.5551662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\operand.h 2025-07-24T05:40:12.5555655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\osutils.h 2025-07-24T05:40:12.5559572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\string.h 2025-07-24T05:40:12.5562791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\support.h 2025-07-24T05:40:12.5566969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\target.h 2025-07-24T05:40:12.5576562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\type.h 2025-07-24T05:40:12.5580013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\virtmem.h 2025-07-24T05:40:12.5584184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zone.h 2025-07-24T05:40:12.5587871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonehash.h 2025-07-24T05:40:12.5591247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonelist.h 2025-07-24T05:40:12.5594683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonestack.h 2025-07-24T05:40:12.5598183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonestring.h 2025-07-24T05:40:12.5601702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonetree.h 2025-07-24T05:40:12.5605289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\core\zonevector.h 2025-07-24T05:40:12.5613928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86assembler.h 2025-07-24T05:40:12.5617742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86builder.h 2025-07-24T05:40:12.5621308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86compiler.h 2025-07-24T05:40:12.5624884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86emitter.h 2025-07-24T05:40:12.5635114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86globals.h 2025-07-24T05:40:12.5639396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86instdb.h 2025-07-24T05:40:12.5643068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\asmjit\x86\x86operand.h 2025-07-24T05:40:12.5652561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\AccumulateType.h 2025-07-24T05:40:12.5656128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ArrayRef.h 2025-07-24T05:40:12.5659651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ATen.h 2025-07-24T05:40:12.5663018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\autocast_mode.h 2025-07-24T05:40:12.5666477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backend.h 2025-07-24T05:40:12.5674711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backtrace.h 2025-07-24T05:40:12.5678133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\BlasBackend.h 2025-07-24T05:40:12.5681632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CachedTensorUtils.h 2025-07-24T05:40:12.5685541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ceil_div.h 2025-07-24T05:40:12.5688991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\code_template.h 2025-07-24T05:40:12.5731068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CollapseDims.h 2025-07-24T05:40:12.5731715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions.h 2025-07-24T05:40:12.5732440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h 2025-07-24T05:40:12.5733249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h 2025-07-24T05:40:12.5734124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2025-07-24T05:40:12.5734926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions.h 2025-07-24T05:40:12.5735702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h 2025-07-24T05:40:12.5736711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h 2025-07-24T05:40:12.5737581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h 2025-07-24T05:40:12.5738272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Config.h 2025-07-24T05:40:12.5741589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Context.h 2025-07-24T05:40:12.5745406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpp_custom_type_hack.h 2025-07-24T05:40:12.5749169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUApplyUtils.h 2025-07-24T05:40:12.5752732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFixedAllocator.h 2025-07-24T05:40:12.5756581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions.h 2025-07-24T05:40:12.5760227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions_inl.h 2025-07-24T05:40:12.5764116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUGeneratorImpl.h 2025-07-24T05:40:12.5768014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions.h 2025-07-24T05:40:12.5771686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions_inl.h 2025-07-24T05:40:12.5780127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Device.h 2025-07-24T05:40:12.5783878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceAccelerator.h 2025-07-24T05:40:12.5787425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceGuard.h 2025-07-24T05:40:12.5791097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dimname.h 2025-07-24T05:40:12.5794388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DimVector.h 2025-07-24T05:40:12.5797755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch.h 2025-07-24T05:40:12.5801203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch_v2.h 2025-07-24T05:40:12.5805013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\div_rtn.h 2025-07-24T05:40:12.5808555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DLConvertor.h 2025-07-24T05:40:12.5812713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\dlpack.h 2025-07-24T05:40:12.5815662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DynamicLibrary.h 2025-07-24T05:40:12.5819134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\EmptyTensor.h 2025-07-24T05:40:12.5827255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandBase.h 2025-07-24T05:40:12.5830752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandUtils.h 2025-07-24T05:40:12.5834450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Formatting.h 2025-07-24T05:40:12.5837783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalStorageImpl.h 2025-07-24T05:40:12.5841244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalTensorWrapper.h 2025-07-24T05:40:12.5845059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Functions.h 2025-07-24T05:40:12.5848914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FuncTorchTLS.h 2025-07-24T05:40:12.5852845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Generator.h 2025-07-24T05:40:12.5856317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InferSize.h 2025-07-24T05:40:12.5860122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InitialTensorOptions.h 2025-07-24T05:40:12.5869779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jiterator_macros.h 2025-07-24T05:40:12.5873284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jit_macros.h 2025-07-24T05:40:12.5876677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Layout.h 2025-07-24T05:40:12.5880427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedFallback.h 2025-07-24T05:40:12.5884146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedTensorImpl.h 2025-07-24T05:40:12.5887986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapMode.h 2025-07-24T05:40:12.5891533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapTransforms.h 2025-07-24T05:40:12.5895233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LinalgBackend.h 2025-07-24T05:40:12.5898816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MapAllocator.h 2025-07-24T05:40:12.5902789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MatrixRef.h 2025-07-24T05:40:12.5914105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MemoryOverlap.h 2025-07-24T05:40:12.5918325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions.h 2025-07-24T05:40:12.5921827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions_inl.h 2025-07-24T05:40:12.5925486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MethodOperators.h 2025-07-24T05:40:12.5929114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensor.h 2025-07-24T05:40:12.5932775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensorUtils.h 2025-07-24T05:40:12.5936468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeFunctions.h 2025-07-24T05:40:12.5940243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeMetaFunctions.h 2025-07-24T05:40:12.5944432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NestedTensorImpl.h 2025-07-24T05:40:12.5955390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NumericUtils.h 2025-07-24T05:40:12.5958868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpaqueTensorImpl.h 2025-07-24T05:40:12.5962954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Operators.h 2025-07-24T05:40:12.5967806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpMathType.h 2025-07-24T05:40:12.5971448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PadNd.h 2025-07-24T05:40:12.5974764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel-inl.h 2025-07-24T05:40:12.5978736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel.h 2025-07-24T05:40:12.5982160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelFuture.h 2025-07-24T05:40:12.6001669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelNative.h 2025-07-24T05:40:12.6005116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelOpenMP.h 2025-07-24T05:40:12.6013538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PTThreadPool.h 2025-07-24T05:40:12.6017213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PythonTorchFunctionTLS.h 2025-07-24T05:40:12.6020890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\record_function.h 2025-07-24T05:40:12.6024591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RedispatchFunctions.h 2025-07-24T05:40:12.6040617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RegistrationDeclarations.h 2025-07-24T05:40:12.6049336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ROCmFABackend.h 2025-07-24T05:40:12.6052968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SavedTensorHooks.h 2025-07-24T05:40:12.6056497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Scalar.h 2025-07-24T05:40:12.6060050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarOps.h 2025-07-24T05:40:12.6063883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarType.h 2025-07-24T05:40:12.6067479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SDPBackend.h 2025-07-24T05:40:12.6071417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SequenceNumber.h 2025-07-24T05:40:12.6074802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SmallVector.h 2025-07-24T05:40:12.6078297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorImpl.h 2025-07-24T05:40:12.6081810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorUtils.h 2025-07-24T05:40:12.6085541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseTensorImpl.h 2025-07-24T05:40:12.6088991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Storage.h 2025-07-24T05:40:12.6092335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\StorageUtils.h 2025-07-24T05:40:12.6095884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Tensor.h 2025-07-24T05:40:12.6099201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorAccessor.h 2025-07-24T05:40:12.6107677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorGeometry.h 2025-07-24T05:40:12.6111186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIndexing.h 2025-07-24T05:40:12.6115523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIterator.h 2025-07-24T05:40:12.6119792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIteratorInternal.h 2025-07-24T05:40:12.6123494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorMeta.h 2025-07-24T05:40:12.6127253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorNames.h 2025-07-24T05:40:12.6130924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOperators.h 2025-07-24T05:40:12.6134508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOptions.h 2025-07-24T05:40:12.6138113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorSubclassLikeUtils.h 2025-07-24T05:40:12.6141858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorUtils.h 2025-07-24T05:40:12.6145718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalPythonObjects.h 2025-07-24T05:40:12.6149396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalState.h 2025-07-24T05:40:12.6152889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TracerMode.h 2025-07-24T05:40:12.6156256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TypeDefault.h 2025-07-24T05:40:12.6159688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Utils.h 2025-07-24T05:40:12.6163015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Version.h 2025-07-24T05:40:12.6166541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\VmapGeneratedPlumbing.h 2025-07-24T05:40:12.6178447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtils.h 2025-07-24T05:40:12.6194503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtilsMulti.h 2025-07-24T05:40:12.6195146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\alias_info.h 2025-07-24T05:40:12.6195668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Array.h 2025-07-24T05:40:12.6198238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenGeneral.h 2025-07-24T05:40:12.6201695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenOpList.h 2025-07-24T05:40:12.6209694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_fwd.h 2025-07-24T05:40:12.6213158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\aten_interned_strings.h 2025-07-24T05:40:12.6216934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_pch.h 2025-07-24T05:40:12.6220294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Backtrace.h 2025-07-24T05:40:12.6223838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\blob.h 2025-07-24T05:40:12.6227676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\builtin_function.h 2025-07-24T05:40:12.6231411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CachingHostAllocator.h 2025-07-24T05:40:12.6234971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CheckMemoryFormat.h 2025-07-24T05:40:12.6238940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\class_type.h 2025-07-24T05:40:12.6242648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\custom_class.h 2025-07-24T05:40:12.6246701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypeProperties.h 2025-07-24T05:40:12.6250519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h 2025-07-24T05:40:12.6254254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict.h 2025-07-24T05:40:12.6257578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict_inl.h 2025-07-24T05:40:12.6261413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dimname.h 2025-07-24T05:40:12.6265664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DimVector.h 2025-07-24T05:40:12.6269182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DistributionsHelper.h 2025-07-24T05:40:12.6272773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dynamic_type.h 2025-07-24T05:40:12.6281341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_tag.h 2025-07-24T05:40:12.6284827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_type.h 2025-07-24T05:40:12.6288439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Formatting.h 2025-07-24T05:40:12.6293219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function.h 2025-07-24T05:40:12.6295663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\functional.h 2025-07-24T05:40:12.6299357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema.h 2025-07-24T05:40:12.6303125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema_inl.h 2025-07-24T05:40:12.6306983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Generator.h 2025-07-24T05:40:12.6310740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\GeneratorForPrivateuseone.h 2025-07-24T05:40:12.6314259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\grad_mode.h 2025-07-24T05:40:12.6317747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef.h 2025-07-24T05:40:12.6325151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef_inl.h 2025-07-24T05:40:12.6328800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings.h 2025-07-24T05:40:12.6332545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings_class.h 2025-07-24T05:40:12.6335981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue.h 2025-07-24T05:40:12.6339694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_inl.h 2025-07-24T05:40:12.6343891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_to.h 2025-07-24T05:40:12.6347445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type.h 2025-07-24T05:40:12.6351195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type_base.h 2025-07-24T05:40:12.6354906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\LegacyTypeDispatch.h 2025-07-24T05:40:12.6358396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List.h 2025-07-24T05:40:12.6361725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List_inl.h 2025-07-24T05:40:12.6365281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\MT19937RNGEngine.h 2025-07-24T05:40:12.6374574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NamedTensor.h 2025-07-24T05:40:12.6378111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NestedIntSymNodeImpl.h 2025-07-24T05:40:12.6381517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\operator_name.h 2025-07-24T05:40:12.6385457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PhiloxRNGEngine.h 2025-07-24T05:40:12.6389003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonFallbackKernel.h 2025-07-24T05:40:12.6392561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonOpRegistrationTrampoline.h 2025-07-24T05:40:12.6396160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\qualified_name.h 2025-07-24T05:40:12.6399633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\QuantizerBase.h 2025-07-24T05:40:12.6403262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Range.h 2025-07-24T05:40:12.6407099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Reduction.h 2025-07-24T05:40:12.6416551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\rref_interface.h 2025-07-24T05:40:12.6420130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Scalar.h 2025-07-24T05:40:12.6423469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ScalarType.h 2025-07-24T05:40:12.6426950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\stack.h 2025-07-24T05:40:12.6430218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\symbol.h 2025-07-24T05:40:12.6433502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Tensor.h 2025-07-24T05:40:12.6437069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorAccessor.h 2025-07-24T05:40:12.6440432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBase.h 2025-07-24T05:40:12.6444194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBody.h 2025-07-24T05:40:12.6449526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TorchDispatchUtils.h 2025-07-24T05:40:12.6453810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TransformationHelper.h 2025-07-24T05:40:12.6467456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\typeid.h 2025-07-24T05:40:12.6470788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_factory.h 2025-07-24T05:40:12.6474309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_ptr.h 2025-07-24T05:40:12.6477669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UndefinedTensorImpl.h 2025-07-24T05:40:12.6481351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UnsafeFromTH.h 2025-07-24T05:40:12.6484911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\VariableHooksInterface.h 2025-07-24T05:40:12.6488457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Variadic.h 2025-07-24T05:40:12.6491719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Vitals.h 2025-07-24T05:40:12.6498815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel.h 2025-07-24T05:40:12.6502274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel_impl.h 2025-07-24T05:40:12.6505710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction.h 2025-07-24T05:40:12.6509113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction_impl.h 2025-07-24T05:40:12.6516773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\OperatorKernel.h 2025-07-24T05:40:12.6523624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\boxing.h 2025-07-24T05:40:12.6527318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h 2025-07-24T05:40:12.6530785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\test_helpers.h 2025-07-24T05:40:12.6534205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h 2025-07-24T05:40:12.6542244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h 2025-07-24T05:40:12.6550348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\CppSignature.h 2025-07-24T05:40:12.6554138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\Dispatcher.h 2025-07-24T05:40:12.6557671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h 2025-07-24T05:40:12.6561230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\ObservedOperators.h 2025-07-24T05:40:12.6570107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorEntry.h 2025-07-24T05:40:12.6573546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorOptions.h 2025-07-24T05:40:12.6577150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h 2025-07-24T05:40:12.6585483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\adaption.h 2025-07-24T05:40:12.6589101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\infer_schema.h 2025-07-24T05:40:12.6592490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_allowlist.h 2025-07-24T05:40:12.6595887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_registration.h 2025-07-24T05:40:12.6608743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\FlushDenormal.h 2025-07-24T05:40:12.6612119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\Utils.h 2025-07-24T05:40:12.6615479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vml.h 2025-07-24T05:40:12.6622192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional.h 2025-07-24T05:40:12.6625766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_base.h 2025-07-24T05:40:12.6629179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_bfloat16.h 2025-07-24T05:40:12.6632822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\intrinsics.h 2025-07-24T05:40:12.6640727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec.h 2025-07-24T05:40:12.6644130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_base.h 2025-07-24T05:40:12.6648061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_convert.h 2025-07-24T05:40:12.6651546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_half.h 2025-07-24T05:40:12.6655392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_mask.h 2025-07-24T05:40:12.6658720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_n.h 2025-07-24T05:40:12.6662144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_quant.h 2025-07-24T05:40:12.6669632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\sve_helper.h 2025-07-24T05:40:12.6673155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_bfloat16.h 2025-07-24T05:40:12.6677112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_common_sve.h 2025-07-24T05:40:12.6680194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_double.h 2025-07-24T05:40:12.6690877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_float.h 2025-07-24T05:40:12.6694333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_int.h 2025-07-24T05:40:12.6697870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_qint.h 2025-07-24T05:40:12.6705341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128.h 2025-07-24T05:40:12.6708690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h 2025-07-24T05:40:12.6712131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_convert.h 2025-07-24T05:40:12.6715618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h 2025-07-24T05:40:12.6722948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h 2025-07-24T05:40:12.6727259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h 2025-07-24T05:40:12.6735843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h 2025-07-24T05:40:12.6739648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h 2025-07-24T05:40:12.6743165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256.h 2025-07-24T05:40:12.6746633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h 2025-07-24T05:40:12.6754274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h 2025-07-24T05:40:12.6757795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h 2025-07-24T05:40:12.6761565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h 2025-07-24T05:40:12.6765177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_convert.h 2025-07-24T05:40:12.6768714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_double.h 2025-07-24T05:40:12.6772490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_float.h 2025-07-24T05:40:12.6776283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_half.h 2025-07-24T05:40:12.6779745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_int.h 2025-07-24T05:40:12.6783733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_mask.h 2025-07-24T05:40:12.6787251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_qint.h 2025-07-24T05:40:12.6794851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h 2025-07-24T05:40:12.6798436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h 2025-07-24T05:40:12.6801826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h 2025-07-24T05:40:12.6809563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h 2025-07-24T05:40:12.6813676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h 2025-07-24T05:40:12.6817326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h 2025-07-24T05:40:12.6820861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h 2025-07-24T05:40:12.6824315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h 2025-07-24T05:40:12.6827923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h 2025-07-24T05:40:12.6831392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h 2025-07-24T05:40:12.6835036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h 2025-07-24T05:40:12.6838778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h 2025-07-24T05:40:12.6842403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h 2025-07-24T05:40:12.6850278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h 2025-07-24T05:40:12.6858290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512.h 2025-07-24T05:40:12.6861748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h 2025-07-24T05:40:12.6865711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h 2025-07-24T05:40:12.6869334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h 2025-07-24T05:40:12.6879535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_convert.h 2025-07-24T05:40:12.6882299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_double.h 2025-07-24T05:40:12.6885929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float.h 2025-07-24T05:40:12.6889312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float8.h 2025-07-24T05:40:12.6893151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_int.h 2025-07-24T05:40:12.6897581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_mask.h 2025-07-24T05:40:12.6901326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_qint.h 2025-07-24T05:40:12.6910760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ApplyGridUtils.cuh 2025-07-24T05:40:12.6914486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\AsmUtils.cuh 2025-07-24T05:40:12.6917881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ATenCUDAGeneral.h 2025-07-24T05:40:12.6921214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Atomic.cuh 2025-07-24T05:40:12.6924840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CachingHostAllocator.h 2025-07-24T05:40:12.6934090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub-RadixSortPairs.cuh 2025-07-24T05:40:12.6937624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.cuh 2025-07-24T05:40:12.6941016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.h 2025-07-24T05:40:12.6944570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub_definitions.cuh 2025-07-24T05:40:12.6948126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAApplyUtils.cuh 2025-07-24T05:40:12.6951812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDABlas.h 2025-07-24T05:40:12.6955242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContext.h 2025-07-24T05:40:12.6958899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContextLight.h 2025-07-24T05:40:12.6962418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADataType.h 2025-07-24T05:40:12.6965999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADevice.h 2025-07-24T05:40:12.6969571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAEvent.h 2025-07-24T05:40:12.6973099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGeneratorImpl.h 2025-07-24T05:40:12.6976527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraph.h 2025-07-24T05:40:12.6980151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraphsUtils.cuh 2025-07-24T05:40:12.6983898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparse.h 2025-07-24T05:40:12.6987415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseBlas.h 2025-07-24T05:40:12.6995003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseDescriptors.h 2025-07-24T05:40:12.6998598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDATensorMethods.cuh 2025-07-24T05:40:12.7002043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAUtils.h 2025-07-24T05:40:12.7006285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\DeviceUtils.cuh 2025-07-24T05:40:12.7009864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\EmptyTensor.h 2025-07-24T05:40:12.7013387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Exceptions.h 2025-07-24T05:40:12.7017031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator.h 2025-07-24T05:40:12.7020634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator_impl.h 2025-07-24T05:40:12.7024133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\llvm_jit_strings.h 2025-07-24T05:40:12.7032340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\NumericLimits.cuh 2025-07-24T05:40:12.7035867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PeerToPeerAccess.h 2025-07-24T05:40:12.7039987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxCudaState.h 2025-07-24T05:40:12.7042854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxUtils.cuh 2025-07-24T05:40:12.7046439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PinnedMemoryAllocator.h 2025-07-24T05:40:12.7049878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ScanUtils.cuh 2025-07-24T05:40:12.7053912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Sleep.h 2025-07-24T05:40:12.7057288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ThrustAllocator.h 2025-07-24T05:40:12.7064989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\CUDAHooks.h 2025-07-24T05:40:12.7087656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\DeviceThreadHandles.h 2025-07-24T05:40:12.7091247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IndexUtils.cuh 2025-07-24T05:40:12.7094589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IntegerDivider.cuh 2025-07-24T05:40:12.7101743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\KernelUtils.h 2025-07-24T05:40:12.7105317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\LazyNVRTC.h 2025-07-24T05:40:12.7108952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\OffsetCalculator.cuh 2025-07-24T05:40:12.7112334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh 2025-07-24T05:40:12.7116206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\TensorInfo.cuh 2025-07-24T05:40:12.7119760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\UnpackRaw.cuh 2025-07-24T05:40:12.7127803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmCommon.h 2025-07-24T05:40:12.7131545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmHipblaslt.h 2025-07-24T05:40:12.7135089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmRocblas.h 2025-07-24T05:40:12.7138493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\StreamTimer.h 2025-07-24T05:40:12.7147017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\Tunable.h 2025-07-24T05:40:12.7150414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableGemm.h 2025-07-24T05:40:12.7153794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableOp.h 2025-07-24T05:40:12.7161912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\cudnn-wrapper.h 2025-07-24T05:40:12.7165364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Descriptors.h 2025-07-24T05:40:12.7168883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handle.h 2025-07-24T05:40:12.7172114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handles.h 2025-07-24T05:40:12.7175311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Types.h 2025-07-24T05:40:12.7183450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Utils.h 2025-07-24T05:40:12.7190797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\AcceleratorHooksInterface.h 2025-07-24T05:40:12.7194235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\CUDAHooksInterface.h 2025-07-24T05:40:12.7197606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\FunctionTraits.h 2025-07-24T05:40:12.7206122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HIPHooksInterface.h 2025-07-24T05:40:12.7209627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HPUHooksInterface.h 2025-07-24T05:40:12.7213063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\IPUHooksInterface.h 2025-07-24T05:40:12.7216511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MAIAHooksInterface.h 2025-07-24T05:40:12.7220358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MPSHooksInterface.h 2025-07-24T05:40:12.7223724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MTIAHooksInterface.h 2025-07-24T05:40:12.7227176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\PrivateUse1HooksInterface.h 2025-07-24T05:40:12.7230612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\XPUHooksInterface.h 2025-07-24T05:40:12.7239010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\ADInterpreters.h 2025-07-24T05:40:12.7242348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedFallback.h 2025-07-24T05:40:12.7245706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedTensorImpl.h 2025-07-24T05:40:12.7253819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchingMetaprogramming.h 2025-07-24T05:40:12.7257357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchRulesHelper.h 2025-07-24T05:40:12.7261501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\DynamicLayer.h 2025-07-24T05:40:12.7264987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\FunctionalizeInterpreter.h 2025-07-24T05:40:12.7268501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Interpreter.h 2025-07-24T05:40:12.7272064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\LegacyVmapTransforms.h 2025-07-24T05:40:12.7275509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Macros.h 2025-07-24T05:40:12.7278794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\PlumbingHelper.h 2025-07-24T05:40:12.7282497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\TensorWrapper.h 2025-07-24T05:40:12.7286564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\VmapInterpreter.h 2025-07-24T05:40:12.7298160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h 2025-07-24T05:40:12.7339979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h 2025-07-24T05:40:12.7340787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h 2025-07-24T05:40:12.7341508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h 2025-07-24T05:40:12.7342130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\metal\Context.h 2025-07-24T05:40:12.7342666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Descriptors.h 2025-07-24T05:40:12.7343213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Exceptions.h 2025-07-24T05:40:12.7343737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Handle.h 2025-07-24T05:40:12.7344286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\miopen-wrapper.h 2025-07-24T05:40:12.7351885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Types.h 2025-07-24T05:40:12.7354662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Utils.h 2025-07-24T05:40:12.7362509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\EmptyTensor.h 2025-07-24T05:40:12.7366221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\IndexKernels.h 2025-07-24T05:40:12.7370042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocator.h 2025-07-24T05:40:12.7373452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocatorInterface.h 2025-07-24T05:40:12.7380739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSDevice.h 2025-07-24T05:40:12.7384132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSEvent.h 2025-07-24T05:40:12.7387561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGeneratorImpl.h 2025-07-24T05:40:12.7391329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGuardImpl.h 2025-07-24T05:40:12.7394835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSHooks.h 2025-07-24T05:40:12.7398369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSProfiler.h 2025-07-24T05:40:12.7401978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSStream.h 2025-07-24T05:40:12.7410494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Activation.h 2025-07-24T05:40:12.7414037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AdaptivePooling.h 2025-07-24T05:40:12.7417520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AmpKernels.h 2025-07-24T05:40:12.7421086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BatchLinearAlgebra.h 2025-07-24T05:40:12.7429832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\batch_norm.h 2025-07-24T05:40:12.7433551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BinaryOps.h 2025-07-24T05:40:12.7437108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BucketizationUtils.h 2025-07-24T05:40:12.7440588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CanUse32BitIndexMath.h 2025-07-24T05:40:12.7444031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ComplexHelper.h 2025-07-24T05:40:12.7447662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessor.h 2025-07-24T05:40:12.7451367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessorCommon.h 2025-07-24T05:40:12.7454759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvolutionMM3d.h 2025-07-24T05:40:12.7458245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvUtils.h 2025-07-24T05:40:12.7462005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Copy.h 2025-07-24T05:40:12.7465968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUBlas.h 2025-07-24T05:40:12.7469374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUFallback.h 2025-07-24T05:40:12.7472914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Cross.h 2025-07-24T05:40:12.7476440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DilatedConvolutionUtils.h 2025-07-24T05:40:12.7480411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DispatchStub.h 2025-07-24T05:40:12.7484068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distance.h 2025-07-24T05:40:12.7487606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distributions.h 2025-07-24T05:40:12.7496655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DistributionTemplates.h 2025-07-24T05:40:12.7500430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\EmbeddingBag.h 2025-07-24T05:40:12.7503856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Fill.h 2025-07-24T05:40:12.7507302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ForeachUtils.h 2025-07-24T05:40:12.7510812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FractionalMaxPooling.h 2025-07-24T05:40:12.7514421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FunctionOfAMatrixUtils.h 2025-07-24T05:40:12.7517954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdagrad.h 2025-07-24T05:40:12.7521694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdam.h 2025-07-24T05:40:12.7525260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedSGD.h 2025-07-24T05:40:12.7529242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Gelu.h 2025-07-24T05:40:12.7532672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSampler.h 2025-07-24T05:40:12.7540735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSamplerUtils.h 2025-07-24T05:40:12.7544441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\group_norm.h 2025-07-24T05:40:12.7547881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Histogram.h 2025-07-24T05:40:12.7551379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col.h 2025-07-24T05:40:12.7554700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col_shape_check.h 2025-07-24T05:40:12.7558111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexingUtils.h 2025-07-24T05:40:12.7561557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexKernel.h 2025-07-24T05:40:12.7565546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\layer_norm.h 2025-07-24T05:40:12.7569129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Lerp.h 2025-07-24T05:40:12.7572747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebra.h 2025-07-24T05:40:12.7576163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebraUtils.h 2025-07-24T05:40:12.7583607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LossMulti.h 2025-07-24T05:40:12.7587374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Math.h 2025-07-24T05:40:12.7591724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitFallThroughLists.h 2025-07-24T05:40:12.7595251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitsFallback.h 2025-07-24T05:40:12.7598689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MaxPooling.h 2025-07-24T05:40:12.7602390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonEmptyUtils.h 2025-07-24T05:40:12.7606257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonSymbolicBC.h 2025-07-24T05:40:12.7609822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Normalization.h 2025-07-24T05:40:12.7613244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Padding.h 2025-07-24T05:40:12.7616663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PixelShuffle.h 2025-07-24T05:40:12.7624959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PointwiseOps.h 2025-07-24T05:40:12.7628507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pool.h 2025-07-24T05:40:12.7631826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pow.h 2025-07-24T05:40:12.7635671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeFactories.h 2025-07-24T05:40:12.7639150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeUtils.h 2025-07-24T05:40:12.7642723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceAllOps.h 2025-07-24T05:40:12.7646513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOps.h 2025-07-24T05:40:12.7650078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOpsUtils.h 2025-07-24T05:40:12.7653617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReductionType.h 2025-07-24T05:40:12.7657091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Repeat.h 2025-07-24T05:40:12.7660457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Resize.h 2025-07-24T05:40:12.7663792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ResizeCommon.h 2025-07-24T05:40:12.7675680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RNN.h 2025-07-24T05:40:12.7679337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ScatterGatherChecks.h 2025-07-24T05:40:12.7682967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SegmentReduce.h 2025-07-24T05:40:12.7686866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SharedReduceOps.h 2025-07-24T05:40:12.7690512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SobolEngineOpsUtils.h 2025-07-24T05:40:12.7694178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Sorting.h 2025-07-24T05:40:12.7697525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SortingUtils.h 2025-07-24T05:40:12.7701119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SparseTensorUtils.h 2025-07-24T05:40:12.7704619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SpectralOpsUtils.h 2025-07-24T05:40:12.7708843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\StridedRandomAccessor.h 2025-07-24T05:40:12.7716825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexing.h 2025-07-24T05:40:12.7720611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexingUtils.h 2025-07-24T05:40:12.7724472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorCompare.h 2025-07-24T05:40:12.7728292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorConversions.h 2025-07-24T05:40:12.7731933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorDimApply.h 2025-07-24T05:40:12.7735515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorFactories.h 2025-07-24T05:40:12.7739177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIterator.h 2025-07-24T05:40:12.7742828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIteratorDynamicCasting.h 2025-07-24T05:40:12.7746500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorProperties.h 2025-07-24T05:40:12.7756402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorShape.h 2025-07-24T05:40:12.7760099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorTransformations.h 2025-07-24T05:40:12.7763822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TopKImpl.h 2025-07-24T05:40:12.7767456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TransposeType.h 2025-07-24T05:40:12.7771009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TriangularOpsUtils.h 2025-07-24T05:40:12.7774535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TypeProperties.h 2025-07-24T05:40:12.7778064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnaryOps.h 2025-07-24T05:40:12.7781862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold2d.h 2025-07-24T05:40:12.7785062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold3d.h 2025-07-24T05:40:12.7788529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnfoldBackward.h 2025-07-24T05:40:12.7792032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UpSample.h 2025-07-24T05:40:12.7795640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\verbose_wrapper.h 2025-07-24T05:40:12.7799157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\vol2col.h 2025-07-24T05:40:12.7814426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.h 2025-07-24T05:40:12.7817907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\packed_params.h 2025-07-24T05:40:12.7821593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ao_sparse\quantized\cpu\qnnpack_utils.h 2025-07-24T05:40:12.7830853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\AtomicAddFloat.h 2025-07-24T05:40:12.7834316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\avx_mathfun.h 2025-07-24T05:40:12.7837751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CatKernel.h 2025-07-24T05:40:12.7841197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ChannelShuffleKernel.h 2025-07-24T05:40:12.7848934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CopyKernel.h 2025-07-24T05:40:12.7852675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DepthwiseConvKernel.h 2025-07-24T05:40:12.7855937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DistributionTemplates.h 2025-07-24T05:40:12.7859504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Elu.h 2025-07-24T05:40:12.7862876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Gelu.h 2025-07-24T05:40:12.7866321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\GridSamplerKernel.h 2025-07-24T05:40:12.7869832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IndexKernelUtils.h 2025-07-24T05:40:12.7873260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Intrinsics.h 2025-07-24T05:40:12.7877184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\int_mm_kernel.h 2025-07-24T05:40:12.7880770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IsContiguous.h 2025-07-24T05:40:12.7884730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\LogAddExp.h 2025-07-24T05:40:12.7888832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\LogSoftmaxKernelImpl.h 2025-07-24T05:40:12.7893339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Loops.h 2025-07-24T05:40:12.7896020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\MaxUnpoolKernel.h 2025-07-24T05:40:12.7899711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\mixed_data_type.h 2025-07-24T05:40:12.7903321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\moments_utils.h 2025-07-24T05:40:12.7912656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\PixelShuffleKernel.h 2025-07-24T05:40:12.7914629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Reduce.h 2025-07-24T05:40:12.7918417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h 2025-07-24T05:40:12.7921799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReduceUtils.h 2025-07-24T05:40:12.7925921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SampledAddmmKernel.h 2025-07-24T05:40:12.7929501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SerialStackImpl.h 2025-07-24T05:40:12.7933448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SoftmaxKernel.h 2025-07-24T05:40:12.7937867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SpmmReduceKernel.h 2025-07-24T05:40:12.7941205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\StackKernel.h 2025-07-24T05:40:12.7945120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h 2025-07-24T05:40:12.7952971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\utils.h 2025-07-24T05:40:12.7956836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\WeightNormKernel.h 2025-07-24T05:40:12.7960774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\zmath.h 2025-07-24T05:40:12.7969306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Activation.h 2025-07-24T05:40:12.7972935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\BinaryInternal.h 2025-07-24T05:40:12.7976417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\block_reduce.cuh 2025-07-24T05:40:12.7980301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CompositeRandomAccessor.h 2025-07-24T05:40:12.7987709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Copy.h 2025-07-24T05:40:12.7991347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDAJitLoops.cuh 2025-07-24T05:40:12.7995352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDALoops.cuh 2025-07-24T05:40:12.7998777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTPlanCache.h 2025-07-24T05:40:12.8002250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTUtils.h 2025-07-24T05:40:12.8006479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\cutlass_common.cuh 2025-07-24T05:40:12.8009555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DeviceSqrt.cuh 2025-07-24T05:40:12.8013177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Distributions.h 2025-07-24T05:40:12.8016791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DistributionTemplates.h 2025-07-24T05:40:12.8021089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh 2025-07-24T05:40:12.8024708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachFunctors.cuh 2025-07-24T05:40:12.8029497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh 2025-07-24T05:40:12.8033157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh 2025-07-24T05:40:12.8037186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_impl.cuh 2025-07-24T05:40:12.8045008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh 2025-07-24T05:40:12.8048955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_impl.cuh 2025-07-24T05:40:12.8052873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_utils.cuh 2025-07-24T05:40:12.8056277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.cuh 2025-07-24T05:40:12.8059870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.h 2025-07-24T05:40:12.8064497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GroupMM.h 2025-07-24T05:40:12.8067184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GroupMMCommon.cuh 2025-07-24T05:40:12.8070805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\im2col.cuh 2025-07-24T05:40:12.8074175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernel.h 2025-07-24T05:40:12.8078098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernelUtils.h 2025-07-24T05:40:12.8085787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\JitLoops.cuh 2025-07-24T05:40:12.8089696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\jit_utils.h 2025-07-24T05:40:12.8093531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\KernelUtils.cuh 2025-07-24T05:40:12.8097042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\LaunchUtils.h 2025-07-24T05:40:12.8100832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Loops.cuh 2025-07-24T05:40:12.8104786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Math.cuh 2025-07-24T05:40:12.8108979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MemoryAccess.cuh 2025-07-24T05:40:12.8113046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MiscUtils.h 2025-07-24T05:40:12.8116737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MultiTensorApply.cuh 2025-07-24T05:40:12.8120253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Normalization.cuh 2025-07-24T05:40:12.8124536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\PersistentSoftmax.cuh 2025-07-24T05:40:12.8132395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Pow.cuh 2025-07-24T05:40:12.8158398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Randperm.cuh 2025-07-24T05:40:12.8161430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Reduce.cuh 2025-07-24T05:40:12.8165726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ReduceOps.h 2025-07-24T05:40:12.8169712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\reduction_template.cuh 2025-07-24T05:40:12.8173359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Resize.h 2025-07-24T05:40:12.8176753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\RowwiseScaledMM.h 2025-07-24T05:40:12.8180320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScaledGroupMM.h 2025-07-24T05:40:12.8183777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanKernels.h 2025-07-24T05:40:12.8187338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanUtils.cuh 2025-07-24T05:40:12.8190808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sort.h 2025-07-24T05:40:12.8194143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sorting.h 2025-07-24T05:40:12.8202132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingCommon.cuh 2025-07-24T05:40:12.8205804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingRadixSelect.cuh 2025-07-24T05:40:12.8209460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortStable.h 2025-07-24T05:40:12.8212945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortUtils.cuh 2025-07-24T05:40:12.8216412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.cuh 2025-07-24T05:40:12.8220266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.h 2025-07-24T05:40:12.8223905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorTopK.h 2025-07-24T05:40:12.8227553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\thread_constants.h 2025-07-24T05:40:12.8231273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UniqueCub.cuh 2025-07-24T05:40:12.8242659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UpSample.cuh 2025-07-24T05:40:12.8246191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\vol2col.cuh 2025-07-24T05:40:12.8256190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_bgemm.h 2025-07-24T05:40:12.8259565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm.h 2025-07-24T05:40:12.8262928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm_template.h 2025-07-24T05:40:12.8266303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_types.h 2025-07-24T05:40:12.8277210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_collection.h 2025-07-24T05:40:12.8281104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_template.h 2025-07-24T05:40:12.8289248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_kernels.h 2025-07-24T05:40:12.8292670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_pack.h 2025-07-24T05:40:12.8296073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h 2025-07-24T05:40:12.8306677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\Conv.h 2025-07-24T05:40:12.8310089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\FusionUtils.h 2025-07-24T05:40:12.8317364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h 2025-07-24T05:40:12.8320756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\DnnlExt.h 2025-07-24T05:40:12.8324087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\LRUCache.h 2025-07-24T05:40:12.8327574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h 2025-07-24T05:40:12.8330994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h 2025-07-24T05:40:12.8334277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h 2025-07-24T05:40:12.8346247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\Copy.h 2025-07-24T05:40:12.8349686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MetalShaderLibrary.h 2025-07-24T05:40:12.8353271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h 2025-07-24T05:40:12.8356676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSonomaOps.h 2025-07-24T05:40:12.8364225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphVenturaOps.h 2025-07-24T05:40:12.8367833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\OperationUtils.h 2025-07-24T05:40:12.8371344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\TensorFactory.h 2025-07-24T05:40:12.8378009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\kernels\Pooling.h 2025-07-24T05:40:12.8381883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\kernels\UpSample.h 2025-07-24T05:40:12.8389873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\BinaryKernel.h 2025-07-24T05:40:12.8393545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamAmsgradKernelImpl.h 2025-07-24T05:40:12.8397092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamKernelImpl.h 2025-07-24T05:40:12.8405331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamWAmsgradKernelImpl.h 2025-07-24T05:40:12.8409125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\FusedAdamWKernelImpl.h 2025-07-24T05:40:12.8412642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\operations\MultiTensorApply.h 2025-07-24T05:40:12.8420672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mtia\EmptyTensor.h 2025-07-24T05:40:12.8428359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorBinaryOps.h 2025-07-24T05:40:12.8433037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorMath.h 2025-07-24T05:40:12.8436882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h 2025-07-24T05:40:12.8444938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h 2025-07-24T05:40:12.8448608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorUtils.h 2025-07-24T05:40:12.8456908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizer.h 2025-07-24T05:40:12.8461157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizerBase.h 2025-07-24T05:40:12.8465156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\ConvUtils.h 2025-07-24T05:40:12.8473974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\Copy.h 2025-07-24T05:40:12.8477470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\FakeQuantAffine.h 2025-07-24T05:40:12.8481038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\IndexKernel.h 2025-07-24T05:40:12.8484511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\library.h 2025-07-24T05:40:12.8488141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\PackedParams.h 2025-07-24T05:40:12.8495450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\ACLUtils.h 2025-07-24T05:40:12.8498850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\BinaryOps.h 2025-07-24T05:40:12.8502856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\conv_serialization.h 2025-07-24T05:40:12.8506395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h 2025-07-24T05:40:12.8513868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h 2025-07-24T05:40:12.8517301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\init_qnnpack.h 2025-07-24T05:40:12.8520693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\OnednnUtils.h 2025-07-24T05:40:12.8524229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qconv.h 2025-07-24T05:40:12.8527777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag.h 2025-07-24T05:40:12.8531490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h 2025-07-24T05:40:12.8535062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qlinear.h 2025-07-24T05:40:12.8538526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h 2025-07-24T05:40:12.8542009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantizedOps.h 2025-07-24T05:40:12.8545405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantUtils.h 2025-07-24T05:40:12.8548923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\RuyUtils.h 2025-07-24T05:40:12.8552303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h 2025-07-24T05:40:12.8560168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cudnn\utils.h 2025-07-24T05:40:12.8568846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\attention.h 2025-07-24T05:40:12.8572815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils.h 2025-07-24T05:40:12.8576257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils_cpp.h 2025-07-24T05:40:12.8588046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\sdp_utils.h 2025-07-24T05:40:12.8594851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\flash_attn\flash_api.h 2025-07-24T05:40:12.8598432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\flash_attn\static_switch.h 2025-07-24T05:40:12.8605773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\debug_utils.h 2025-07-24T05:40:12.8609764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm_kernel_utils.h 2025-07-24T05:40:12.8613260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_backward.h 2025-07-24T05:40:12.8622322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_forward.h 2025-07-24T05:40:12.8626177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\pytorch_utils.h 2025-07-24T05:40:12.8633411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_pipelined.h 2025-07-24T05:40:12.8637454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_rescale_output.h 2025-07-24T05:40:12.8641085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_thread_apply_logsumexp.h 2025-07-24T05:40:12.8653456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma.h 2025-07-24T05:40:12.8657066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_base.h 2025-07-24T05:40:12.8660803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_multistage.h 2025-07-24T05:40:12.8664383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_pipelined.h 2025-07-24T05:40:12.8671790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\find_default_mma.h 2025-07-24T05:40:12.8675345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_accum_lambda_iterator.h 2025-07-24T05:40:12.8679124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_from_smem.h 2025-07-24T05:40:12.8688119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\default_warp_iterator_from_smem.h 2025-07-24T05:40:12.8691744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\epilogue_predicated_tile_iterator.h 2025-07-24T05:40:12.8695363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\make_residual_last.h 2025-07-24T05:40:12.8703654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_access_iterator_residual_last.h 2025-07-24T05:40:12.8707632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_iterator_residual_last.h 2025-07-24T05:40:12.8711538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\transpose_warp_iterator.h 2025-07-24T05:40:12.8715301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\warp_iterator_from_smem.h 2025-07-24T05:40:12.8722884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB.h 2025-07-24T05:40:12.8727358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF.h 2025-07-24T05:40:12.8734769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform\tile_smem_loader.h 2025-07-24T05:40:12.8742941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\hip\aotriton_adapter.h 2025-07-24T05:40:12.8750295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\hip\flash_attn\flash_api.h 2025-07-24T05:40:12.8757447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\hip\flash_attn\ck\me_ck_api.h 2025-07-24T05:40:12.8766114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\Factory.h 2025-07-24T05:40:12.8770198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamsHash.h 2025-07-24T05:40:12.8773658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamUtils.h 2025-07-24T05:40:12.8782498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs.h 2025-07-24T05:40:12.8785874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute.h 2025-07-24T05:40:12.8789722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.8793183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_native.h 2025-07-24T05:40:12.8801358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_ops.h 2025-07-24T05:40:12.8805053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.8808900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cpu_dispatch.h 2025-07-24T05:40:12.8812367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cuda_dispatch.h 2025-07-24T05:40:12.8815895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_native.h 2025-07-24T05:40:12.8819327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_ops.h 2025-07-24T05:40:12.8822991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos.h 2025-07-24T05:40:12.8826413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh.h 2025-07-24T05:40:12.8830156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.8833716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cpu_dispatch.h 2025-07-24T05:40:12.8837387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cuda_dispatch.h 2025-07-24T05:40:12.8840899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta.h 2025-07-24T05:40:12.8844542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta_dispatch.h 2025-07-24T05:40:12.8848283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_native.h 2025-07-24T05:40:12.8852178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_ops.h 2025-07-24T05:40:12.8856683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.8864808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cpu_dispatch.h 2025-07-24T05:40:12.8868617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cuda_dispatch.h 2025-07-24T05:40:12.8872163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta.h 2025-07-24T05:40:12.8875679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta_dispatch.h 2025-07-24T05:40:12.8879566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_native.h 2025-07-24T05:40:12.8883248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_ops.h 2025-07-24T05:40:12.8886971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d.h 2025-07-24T05:40:12.8890840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.8895204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.8903492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_native.h 2025-07-24T05:40:12.8907204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h 2025-07-24T05:40:12.8911438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d.h 2025-07-24T05:40:12.8915342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.8918997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h 2025-07-24T05:40:12.8922651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h 2025-07-24T05:40:12.8926659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_native.h 2025-07-24T05:40:12.8930479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h 2025-07-24T05:40:12.8940743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d.h 2025-07-24T05:40:12.8944344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h 2025-07-24T05:40:12.8948250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-07-24T05:40:12.8951937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-07-24T05:40:12.8956163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h 2025-07-24T05:40:12.8959806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h 2025-07-24T05:40:12.8963601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.8967530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h 2025-07-24T05:40:12.8971224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h 2025-07-24T05:40:12.8975202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_native.h 2025-07-24T05:40:12.8978892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h 2025-07-24T05:40:12.8989564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d.h 2025-07-24T05:40:12.8993405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.8997170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_native.h 2025-07-24T05:40:12.9000753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_ops.h 2025-07-24T05:40:12.9004344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d.h 2025-07-24T05:40:12.9008776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward.h 2025-07-24T05:40:12.9012750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9016376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h 2025-07-24T05:40:12.9020348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h 2025-07-24T05:40:12.9024137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h 2025-07-24T05:40:12.9027954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h 2025-07-24T05:40:12.9035865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h 2025-07-24T05:40:12.9039799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h 2025-07-24T05:40:12.9043761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9047674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h 2025-07-24T05:40:12.9051353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h 2025-07-24T05:40:12.9055096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta.h 2025-07-24T05:40:12.9058763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h 2025-07-24T05:40:12.9067122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_native.h 2025-07-24T05:40:12.9070828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_ops.h 2025-07-24T05:40:12.9074670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d.h 2025-07-24T05:40:12.9078460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward.h 2025-07-24T05:40:12.9082491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9090800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h 2025-07-24T05:40:12.9094599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h 2025-07-24T05:40:12.9098486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h 2025-07-24T05:40:12.9102362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h 2025-07-24T05:40:12.9106110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h 2025-07-24T05:40:12.9110368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h 2025-07-24T05:40:12.9114414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9118068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h 2025-07-24T05:40:12.9122071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h 2025-07-24T05:40:12.9125890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta.h 2025-07-24T05:40:12.9129890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h 2025-07-24T05:40:12.9133828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_native.h 2025-07-24T05:40:12.9137923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_ops.h 2025-07-24T05:40:12.9141632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add.h 2025-07-24T05:40:12.9145088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm.h 2025-07-24T05:40:12.9148726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cpu_dispatch.h 2025-07-24T05:40:12.9152358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cuda_dispatch.h 2025-07-24T05:40:12.9155945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_meta_dispatch.h 2025-07-24T05:40:12.9159450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_native.h 2025-07-24T05:40:12.9163113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_ops.h 2025-07-24T05:40:12.9166941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv.h 2025-07-24T05:40:12.9170670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9174241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cpu_dispatch.h 2025-07-24T05:40:12.9178403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cuda_dispatch.h 2025-07-24T05:40:12.9187943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta.h 2025-07-24T05:40:12.9191580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta_dispatch.h 2025-07-24T05:40:12.9195349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_native.h 2025-07-24T05:40:12.9199107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_ops.h 2025-07-24T05:40:12.9202775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul.h 2025-07-24T05:40:12.9206546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9210677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cpu_dispatch.h 2025-07-24T05:40:12.9214402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cuda_dispatch.h 2025-07-24T05:40:12.9218792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta.h 2025-07-24T05:40:12.9222611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta_dispatch.h 2025-07-24T05:40:12.9226410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_native.h 2025-07-24T05:40:12.9248500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_ops.h 2025-07-24T05:40:12.9252218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm.h 2025-07-24T05:40:12.9257029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9260431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cpu_dispatch.h 2025-07-24T05:40:12.9264165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cuda_dispatch.h 2025-07-24T05:40:12.9268213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta.h 2025-07-24T05:40:12.9271671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta_dispatch.h 2025-07-24T05:40:12.9275477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_native.h 2025-07-24T05:40:12.9279601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_ops.h 2025-07-24T05:40:12.9283516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv.h 2025-07-24T05:40:12.9287476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9296141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cpu_dispatch.h 2025-07-24T05:40:12.9300097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cuda_dispatch.h 2025-07-24T05:40:12.9303884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta.h 2025-07-24T05:40:12.9307784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta_dispatch.h 2025-07-24T05:40:12.9311478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_native.h 2025-07-24T05:40:12.9315376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_ops.h 2025-07-24T05:40:12.9319258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr.h 2025-07-24T05:40:12.9323191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9326854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cpu_dispatch.h 2025-07-24T05:40:12.9330645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cuda_dispatch.h 2025-07-24T05:40:12.9334090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_native.h 2025-07-24T05:40:12.9338008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_ops.h 2025-07-24T05:40:12.9341674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9345276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9348912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cpu_dispatch.h 2025-07-24T05:40:12.9352985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cuda_dispatch.h 2025-07-24T05:40:12.9356628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta.h 2025-07-24T05:40:12.9360056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta_dispatch.h 2025-07-24T05:40:12.9363599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_native.h 2025-07-24T05:40:12.9367173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_ops.h 2025-07-24T05:40:12.9370527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint.h 2025-07-24T05:40:12.9374070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9377756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_native.h 2025-07-24T05:40:12.9381437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_ops.h 2025-07-24T05:40:12.9385070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator.h 2025-07-24T05:40:12.9388880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward.h 2025-07-24T05:40:12.9392846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9396455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_native.h 2025-07-24T05:40:12.9400117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_ops.h 2025-07-24T05:40:12.9404175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9417411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_native.h 2025-07-24T05:40:12.9421101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_ops.h 2025-07-24T05:40:12.9424754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias.h 2025-07-24T05:40:12.9428346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9431885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy.h 2025-07-24T05:40:12.9435856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9439491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9443241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_native.h 2025-07-24T05:40:12.9447125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_ops.h 2025-07-24T05:40:12.9450861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_native.h 2025-07-24T05:40:12.9454493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_ops.h 2025-07-24T05:40:12.9458145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as.h 2025-07-24T05:40:12.9462025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9465801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_native.h 2025-07-24T05:40:12.9469383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_ops.h 2025-07-24T05:40:12.9473014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors.h 2025-07-24T05:40:12.9476827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9480570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_native.h 2025-07-24T05:40:12.9484661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_ops.h 2025-07-24T05:40:12.9488384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to.h 2025-07-24T05:40:12.9492021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9495603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_native.h 2025-07-24T05:40:12.9499278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_ops.h 2025-07-24T05:40:12.9502881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all.h 2025-07-24T05:40:12.9506288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose.h 2025-07-24T05:40:12.9509864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9513325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_native.h 2025-07-24T05:40:12.9516940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_ops.h 2025-07-24T05:40:12.9522086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9525586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9529434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9533005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cpu_dispatch.h 2025-07-24T05:40:12.9536544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cuda_dispatch.h 2025-07-24T05:40:12.9540032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta.h 2025-07-24T05:40:12.9543511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta_dispatch.h 2025-07-24T05:40:12.9548130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_native.h 2025-07-24T05:40:12.9551731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_ops.h 2025-07-24T05:40:12.9555422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout.h 2025-07-24T05:40:12.9559191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9562922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_native.h 2025-07-24T05:40:12.9573183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_ops.h 2025-07-24T05:40:12.9576828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax.h 2025-07-24T05:40:12.9580620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9584475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cpu_dispatch.h 2025-07-24T05:40:12.9588332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cuda_dispatch.h 2025-07-24T05:40:12.9591835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta.h 2025-07-24T05:40:12.9595713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta_dispatch.h 2025-07-24T05:40:12.9602540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_native.h 2025-07-24T05:40:12.9605024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_ops.h 2025-07-24T05:40:12.9611974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin.h 2025-07-24T05:40:12.9616941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax.h 2025-07-24T05:40:12.9620010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9623810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cpu_dispatch.h 2025-07-24T05:40:12.9627387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cuda_dispatch.h 2025-07-24T05:40:12.9631328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta.h 2025-07-24T05:40:12.9635627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta_dispatch.h 2025-07-24T05:40:12.9638858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_native.h 2025-07-24T05:40:12.9642657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_ops.h 2025-07-24T05:40:12.9648660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9650870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cpu_dispatch.h 2025-07-24T05:40:12.9654747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cuda_dispatch.h 2025-07-24T05:40:12.9658376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta.h 2025-07-24T05:40:12.9662209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta_dispatch.h 2025-07-24T05:40:12.9665880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_native.h 2025-07-24T05:40:12.9669801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_ops.h 2025-07-24T05:40:12.9673294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and.h 2025-07-24T05:40:12.9677135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9684674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_native.h 2025-07-24T05:40:12.9685210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_ops.h 2025-07-24T05:40:12.9688356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle.h 2025-07-24T05:40:12.9692329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cpu_dispatch.h 2025-07-24T05:40:12.9696198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cuda_dispatch.h 2025-07-24T05:40:12.9699865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_native.h 2025-07-24T05:40:12.9703505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_ops.h 2025-07-24T05:40:12.9707261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any.h 2025-07-24T05:40:12.9711160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9714991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9719012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9723024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cpu_dispatch.h 2025-07-24T05:40:12.9726818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cuda_dispatch.h 2025-07-24T05:40:12.9735439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta.h 2025-07-24T05:40:12.9738897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta_dispatch.h 2025-07-24T05:40:12.9742824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_native.h 2025-07-24T05:40:12.9746400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_ops.h 2025-07-24T05:40:12.9749697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange.h 2025-07-24T05:40:12.9753367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:12.9756945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cpu_dispatch.h 2025-07-24T05:40:12.9760589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cuda_dispatch.h 2025-07-24T05:40:12.9764297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_meta_dispatch.h 2025-07-24T05:40:12.9768369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_native.h 2025-07-24T05:40:12.9772130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_ops.h 2025-07-24T05:40:12.9776175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos.h 2025-07-24T05:40:12.9779526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh.h 2025-07-24T05:40:12.9783044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9786635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_native.h 2025-07-24T05:40:12.9790235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_ops.h 2025-07-24T05:40:12.9794320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9798206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_native.h 2025-07-24T05:40:12.9801882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_ops.h 2025-07-24T05:40:12.9806095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin.h 2025-07-24T05:40:12.9809716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh.h 2025-07-24T05:40:12.9813147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9816957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_native.h 2025-07-24T05:40:12.9820579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_ops.h 2025-07-24T05:40:12.9824237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9827951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_native.h 2025-07-24T05:40:12.9831646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_ops.h 2025-07-24T05:40:12.9835247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan.h 2025-07-24T05:40:12.9838593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2.h 2025-07-24T05:40:12.9842084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9845711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_native.h 2025-07-24T05:40:12.9849441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_ops.h 2025-07-24T05:40:12.9853178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh.h 2025-07-24T05:40:12.9856965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9860567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_native.h 2025-07-24T05:40:12.9864251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_ops.h 2025-07-24T05:40:12.9868018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9871595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_native.h 2025-07-24T05:40:12.9875263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_ops.h 2025-07-24T05:40:12.9879174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax.h 2025-07-24T05:40:12.9882878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9886849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cpu_dispatch.h 2025-07-24T05:40:12.9890446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cuda_dispatch.h 2025-07-24T05:40:12.9894128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta.h 2025-07-24T05:40:12.9897911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta_dispatch.h 2025-07-24T05:40:12.9901694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_native.h 2025-07-24T05:40:12.9905125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_ops.h 2025-07-24T05:40:12.9908748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin.h 2025-07-24T05:40:12.9913091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9916896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cpu_dispatch.h 2025-07-24T05:40:12.9920558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cuda_dispatch.h 2025-07-24T05:40:12.9924109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta.h 2025-07-24T05:40:12.9927921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta_dispatch.h 2025-07-24T05:40:12.9931579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_native.h 2025-07-24T05:40:12.9935210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_ops.h 2025-07-24T05:40:12.9938928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort.h 2025-07-24T05:40:12.9942823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9946492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_native.h 2025-07-24T05:40:12.9950016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_ops.h 2025-07-24T05:40:12.9953613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere.h 2025-07-24T05:40:12.9957189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:12.9960732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_native.h 2025-07-24T05:40:12.9964332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_ops.h 2025-07-24T05:40:12.9968092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin.h 2025-07-24T05:40:12.9971667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh.h 2025-07-24T05:40:12.9975269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:12.9978859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cpu_dispatch.h 2025-07-24T05:40:12.9982598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cuda_dispatch.h 2025-07-24T05:40:12.9986809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta.h 2025-07-24T05:40:12.9990455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta_dispatch.h 2025-07-24T05:40:12.9994172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_native.h 2025-07-24T05:40:12.9997850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_ops.h 2025-07-24T05:40:13.0001923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0005490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cpu_dispatch.h 2025-07-24T05:40:13.0009145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cuda_dispatch.h 2025-07-24T05:40:13.0012838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta.h 2025-07-24T05:40:13.0016555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta_dispatch.h 2025-07-24T05:40:13.0020605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_native.h 2025-07-24T05:40:13.0024151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_ops.h 2025-07-24T05:40:13.0027564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided.h 2025-07-24T05:40:13.0032054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0035550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy.h 2025-07-24T05:40:13.0039294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0043123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0046983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_native.h 2025-07-24T05:40:13.0056828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_ops.h 2025-07-24T05:40:13.0060481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cpu_dispatch.h 2025-07-24T05:40:13.0064172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cuda_dispatch.h 2025-07-24T05:40:13.0067819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_meta_dispatch.h 2025-07-24T05:40:13.0071711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_native.h 2025-07-24T05:40:13.0075537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_ops.h 2025-07-24T05:40:13.0079313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter.h 2025-07-24T05:40:13.0082927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0087449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0091185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_native.h 2025-07-24T05:40:13.0094945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_ops.h 2025-07-24T05:40:13.0098572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan.h 2025-07-24T05:40:13.0102858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2.h 2025-07-24T05:40:13.0105838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0109858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cpu_dispatch.h 2025-07-24T05:40:13.0113509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cuda_dispatch.h 2025-07-24T05:40:13.0117256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta.h 2025-07-24T05:40:13.0121084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta_dispatch.h 2025-07-24T05:40:13.0124782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_native.h 2025-07-24T05:40:13.0129167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_ops.h 2025-07-24T05:40:13.0132885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh.h 2025-07-24T05:40:13.0136558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0140805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cpu_dispatch.h 2025-07-24T05:40:13.0144565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cuda_dispatch.h 2025-07-24T05:40:13.0148280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta.h 2025-07-24T05:40:13.0151954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta_dispatch.h 2025-07-24T05:40:13.0155661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_native.h 2025-07-24T05:40:13.0159327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_ops.h 2025-07-24T05:40:13.0163327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0167217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cpu_dispatch.h 2025-07-24T05:40:13.0170885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cuda_dispatch.h 2025-07-24T05:40:13.0175137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta.h 2025-07-24T05:40:13.0178775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta_dispatch.h 2025-07-24T05:40:13.0182506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_native.h 2025-07-24T05:40:13.0186154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_ops.h 2025-07-24T05:40:13.0190153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d.h 2025-07-24T05:40:13.0193897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.0198028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_native.h 2025-07-24T05:40:13.0202259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_ops.h 2025-07-24T05:40:13.0206553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d.h 2025-07-24T05:40:13.0210081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.0213821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_native.h 2025-07-24T05:40:13.0218071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_ops.h 2025-07-24T05:40:13.0221114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d.h 2025-07-24T05:40:13.0225018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.0229769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_native.h 2025-07-24T05:40:13.0233129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_ops.h 2025-07-24T05:40:13.0237262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d.h 2025-07-24T05:40:13.0241772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0245620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.0265136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_native.h 2025-07-24T05:40:13.0268946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_ops.h 2025-07-24T05:40:13.0272728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d.h 2025-07-24T05:40:13.0276627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward.h 2025-07-24T05:40:13.0281084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0284706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h 2025-07-24T05:40:13.0288459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h 2025-07-24T05:40:13.0292024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta.h 2025-07-24T05:40:13.0296600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h 2025-07-24T05:40:13.0300766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_native.h 2025-07-24T05:40:13.0304693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_ops.h 2025-07-24T05:40:13.0308799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0312398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h 2025-07-24T05:40:13.0316065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h 2025-07-24T05:40:13.0320935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta.h 2025-07-24T05:40:13.0324591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h 2025-07-24T05:40:13.0328968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_native.h 2025-07-24T05:40:13.0332847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_ops.h 2025-07-24T05:40:13.0336662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d.h 2025-07-24T05:40:13.0340238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward.h 2025-07-24T05:40:13.0344656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0348372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h 2025-07-24T05:40:13.0352161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h 2025-07-24T05:40:13.0356071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta.h 2025-07-24T05:40:13.0360259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h 2025-07-24T05:40:13.0363770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_native.h 2025-07-24T05:40:13.0373878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_ops.h 2025-07-24T05:40:13.0377975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0382049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h 2025-07-24T05:40:13.0385847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h 2025-07-24T05:40:13.0391218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta.h 2025-07-24T05:40:13.0393957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h 2025-07-24T05:40:13.0397728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_native.h 2025-07-24T05:40:13.0401463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_ops.h 2025-07-24T05:40:13.0405236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm.h 2025-07-24T05:40:13.0409057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0412588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cpu_dispatch.h 2025-07-24T05:40:13.0416238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cuda_dispatch.h 2025-07-24T05:40:13.0419867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta.h 2025-07-24T05:40:13.0423612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta_dispatch.h 2025-07-24T05:40:13.0427213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_native.h 2025-07-24T05:40:13.0430875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_ops.h 2025-07-24T05:40:13.0434668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window.h 2025-07-24T05:40:13.0438415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0442066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_native.h 2025-07-24T05:40:13.0446462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_ops.h 2025-07-24T05:40:13.0450060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm.h 2025-07-24T05:40:13.0453709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward.h 2025-07-24T05:40:13.0457525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h 2025-07-24T05:40:13.0461343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h 2025-07-24T05:40:13.0465389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt.h 2025-07-24T05:40:13.0469270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0473018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h 2025-07-24T05:40:13.0476711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_native.h 2025-07-24T05:40:13.0480417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h 2025-07-24T05:40:13.0484711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_native.h 2025-07-24T05:40:13.0488602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_ops.h 2025-07-24T05:40:13.0492466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce.h 2025-07-24T05:40:13.0496262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0500099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h 2025-07-24T05:40:13.0503873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_native.h 2025-07-24T05:40:13.0507674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h 2025-07-24T05:40:13.0511818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.0515543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt.h 2025-07-24T05:40:13.0519343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h 2025-07-24T05:40:13.0523132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_native.h 2025-07-24T05:40:13.0527032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_ops.h 2025-07-24T05:40:13.0530805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats.h 2025-07-24T05:40:13.0534987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0539172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h 2025-07-24T05:40:13.0542934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_native.h 2025-07-24T05:40:13.0547354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_ops.h 2025-07-24T05:40:13.0550871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h 2025-07-24T05:40:13.0555410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0559876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h 2025-07-24T05:40:13.0563771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h 2025-07-24T05:40:13.0567798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h 2025-07-24T05:40:13.0571576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_native.h 2025-07-24T05:40:13.0575953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_ops.h 2025-07-24T05:40:13.0579789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats.h 2025-07-24T05:40:13.0584202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0588207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h 2025-07-24T05:40:13.0591965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_native.h 2025-07-24T05:40:13.0596097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_ops.h 2025-07-24T05:40:13.0600030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats.h 2025-07-24T05:40:13.0604070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0608227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h 2025-07-24T05:40:13.0612068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h 2025-07-24T05:40:13.0616427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_native.h 2025-07-24T05:40:13.0619799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_ops.h 2025-07-24T05:40:13.0624145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli.h 2025-07-24T05:40:13.0628454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0632042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0635893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cpu_dispatch.h 2025-07-24T05:40:13.0640007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cuda_dispatch.h 2025-07-24T05:40:13.0651267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_meta_dispatch.h 2025-07-24T05:40:13.0654948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_native.h 2025-07-24T05:40:13.0658786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_ops.h 2025-07-24T05:40:13.0662669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear.h 2025-07-24T05:40:13.0666985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.0670810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_native.h 2025-07-24T05:40:13.0675235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_ops.h 2025-07-24T05:40:13.0679532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy.h 2025-07-24T05:40:13.0682827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward.h 2025-07-24T05:40:13.0687376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h 2025-07-24T05:40:13.0691508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h 2025-07-24T05:40:13.0705129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_native.h 2025-07-24T05:40:13.0705889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h 2025-07-24T05:40:13.0706604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h 2025-07-24T05:40:13.0709365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h 2025-07-24T05:40:13.0713575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_native.h 2025-07-24T05:40:13.0717625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_ops.h 2025-07-24T05:40:13.0721606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits.h 2025-07-24T05:40:13.0725718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0729468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h 2025-07-24T05:40:13.0733297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h 2025-07-24T05:40:13.0737011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount.h 2025-07-24T05:40:13.0740814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0744595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cpu_dispatch.h 2025-07-24T05:40:13.0748278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cuda_dispatch.h 2025-07-24T05:40:13.0752162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_native.h 2025-07-24T05:40:13.0756167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_ops.h 2025-07-24T05:40:13.0760087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial.h 2025-07-24T05:40:13.0763785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0769108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cpu_dispatch.h 2025-07-24T05:40:13.0773039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cuda_dispatch.h 2025-07-24T05:40:13.0776924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_native.h 2025-07-24T05:40:13.0780694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_ops.h 2025-07-24T05:40:13.0784518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and.h 2025-07-24T05:40:13.0788328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0792409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0796561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h 2025-07-24T05:40:13.0800537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h 2025-07-24T05:40:13.0804399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta.h 2025-07-24T05:40:13.0808223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta_dispatch.h 2025-07-24T05:40:13.0812957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_native.h 2025-07-24T05:40:13.0815850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_ops.h 2025-07-24T05:40:13.0819866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift.h 2025-07-24T05:40:13.0825295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0828080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0831855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h 2025-07-24T05:40:13.0835649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h 2025-07-24T05:40:13.0839704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta.h 2025-07-24T05:40:13.0843472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h 2025-07-24T05:40:13.0847533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_native.h 2025-07-24T05:40:13.0851394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_ops.h 2025-07-24T05:40:13.0855109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not.h 2025-07-24T05:40:13.0859057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0862673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h 2025-07-24T05:40:13.0866322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h 2025-07-24T05:40:13.0870680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta.h 2025-07-24T05:40:13.0874755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta_dispatch.h 2025-07-24T05:40:13.0890579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_native.h 2025-07-24T05:40:13.0891195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_ops.h 2025-07-24T05:40:13.0891755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or.h 2025-07-24T05:40:13.0892655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0893952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0897845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h 2025-07-24T05:40:13.0901839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h 2025-07-24T05:40:13.0905924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta.h 2025-07-24T05:40:13.0909734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta_dispatch.h 2025-07-24T05:40:13.0913465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_native.h 2025-07-24T05:40:13.0917132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_ops.h 2025-07-24T05:40:13.0920703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift.h 2025-07-24T05:40:13.0924679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0928762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0932412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h 2025-07-24T05:40:13.0936178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h 2025-07-24T05:40:13.0939896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta.h 2025-07-24T05:40:13.0943647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h 2025-07-24T05:40:13.0947745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_native.h 2025-07-24T05:40:13.0951574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_ops.h 2025-07-24T05:40:13.0955347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor.h 2025-07-24T05:40:13.0959374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.0963549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0967785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h 2025-07-24T05:40:13.0971795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h 2025-07-24T05:40:13.0975544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta.h 2025-07-24T05:40:13.0979314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h 2025-07-24T05:40:13.0983143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_native.h 2025-07-24T05:40:13.0986889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_ops.h 2025-07-24T05:40:13.0990485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window.h 2025-07-24T05:40:13.0994633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.0998498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_native.h 2025-07-24T05:40:13.1002209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_ops.h 2025-07-24T05:40:13.1006019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag.h 2025-07-24T05:40:13.1009931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1013591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_native.h 2025-07-24T05:40:13.1017398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_ops.h 2025-07-24T05:40:13.1020891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm.h 2025-07-24T05:40:13.1024737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1028493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cpu_dispatch.h 2025-07-24T05:40:13.1032422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cuda_dispatch.h 2025-07-24T05:40:13.1036000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta.h 2025-07-24T05:40:13.1039392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta_dispatch.h 2025-07-24T05:40:13.1043461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_native.h 2025-07-24T05:40:13.1047158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_ops.h 2025-07-24T05:40:13.1050616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors.h 2025-07-24T05:40:13.1054336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1058065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_native.h 2025-07-24T05:40:13.1061719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_ops.h 2025-07-24T05:40:13.1065373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to.h 2025-07-24T05:40:13.1069230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1073298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_native.h 2025-07-24T05:40:13.1077194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_ops.h 2025-07-24T05:40:13.1081064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize.h 2025-07-24T05:40:13.1085130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1088862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cpu_dispatch.h 2025-07-24T05:40:13.1092568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cuda_dispatch.h 2025-07-24T05:40:13.1096308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_native.h 2025-07-24T05:40:13.1100048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_ops.h 2025-07-24T05:40:13.1103702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast.h 2025-07-24T05:40:13.1107531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1111422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_native.h 2025-07-24T05:40:13.1115013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_ops.h 2025-07-24T05:40:13.1118666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod.h 2025-07-24T05:40:13.1122390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1126080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_native.h 2025-07-24T05:40:13.1129710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_ops.h 2025-07-24T05:40:13.1133313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat.h 2025-07-24T05:40:13.1137233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1140946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1144813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cpu_dispatch.h 2025-07-24T05:40:13.1148535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cuda_dispatch.h 2025-07-24T05:40:13.1151996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta.h 2025-07-24T05:40:13.1155455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta_dispatch.h 2025-07-24T05:40:13.1159084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_native.h 2025-07-24T05:40:13.1162821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_ops.h 2025-07-24T05:40:13.1166369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy.h 2025-07-24T05:40:13.1169933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1173481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cpu_dispatch.h 2025-07-24T05:40:13.1177893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cuda_dispatch.h 2025-07-24T05:40:13.1181610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_meta_dispatch.h 2025-07-24T05:40:13.1192134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_native.h 2025-07-24T05:40:13.1195801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_ops.h 2025-07-24T05:40:13.1199665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices.h 2025-07-24T05:40:13.1203425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1207178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy.h 2025-07-24T05:40:13.1211572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1215352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1219114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_native.h 2025-07-24T05:40:13.1223122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_ops.h 2025-07-24T05:40:13.1227047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_native.h 2025-07-24T05:40:13.1230720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_ops.h 2025-07-24T05:40:13.1234373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist.h 2025-07-24T05:40:13.1237865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1241381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_native.h 2025-07-24T05:40:13.1245516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_ops.h 2025-07-24T05:40:13.1249223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil.h 2025-07-24T05:40:13.1253053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1256556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cpu_dispatch.h 2025-07-24T05:40:13.1260151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cuda_dispatch.h 2025-07-24T05:40:13.1263976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta.h 2025-07-24T05:40:13.1267524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta_dispatch.h 2025-07-24T05:40:13.1271355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_native.h 2025-07-24T05:40:13.1274894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_ops.h 2025-07-24T05:40:13.1294853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu.h 2025-07-24T05:40:13.1298608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1302283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_native.h 2025-07-24T05:40:13.1306123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_ops.h 2025-07-24T05:40:13.1310025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul.h 2025-07-24T05:40:13.1313788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1318135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_native.h 2025-07-24T05:40:13.1321939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_ops.h 2025-07-24T05:40:13.1325921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf.h 2025-07-24T05:40:13.1330770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1334612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_native.h 2025-07-24T05:40:13.1338877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_ops.h 2025-07-24T05:40:13.1342838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle.h 2025-07-24T05:40:13.1346787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1350997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h 2025-07-24T05:40:13.1354984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h 2025-07-24T05:40:13.1358949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_native.h 2025-07-24T05:40:13.1362658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_ops.h 2025-07-24T05:40:13.1367212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky.h 2025-07-24T05:40:13.1370433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cpu_dispatch.h 2025-07-24T05:40:13.1374165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cuda_dispatch.h 2025-07-24T05:40:13.1377786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse.h 2025-07-24T05:40:13.1381606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h 2025-07-24T05:40:13.1385519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h 2025-07-24T05:40:13.1390432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_native.h 2025-07-24T05:40:13.1393094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_ops.h 2025-07-24T05:40:13.1396869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_native.h 2025-07-24T05:40:13.1400572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_ops.h 2025-07-24T05:40:13.1404238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve.h 2025-07-24T05:40:13.1408212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1412128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_native.h 2025-07-24T05:40:13.1416464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_ops.h 2025-07-24T05:40:13.1420242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized.h 2025-07-24T05:40:13.1424067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1427711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_native.h 2025-07-24T05:40:13.1431357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_ops.h 2025-07-24T05:40:13.1434991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk.h 2025-07-24T05:40:13.1438921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1442480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_native.h 2025-07-24T05:40:13.1446144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_ops.h 2025-07-24T05:40:13.1449747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp.h 2025-07-24T05:40:13.1453538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1457031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cpu_dispatch.h 2025-07-24T05:40:13.1460701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cuda_dispatch.h 2025-07-24T05:40:13.1464404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max.h 2025-07-24T05:40:13.1468500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1472446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cpu_dispatch.h 2025-07-24T05:40:13.1476609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cuda_dispatch.h 2025-07-24T05:40:13.1480272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta.h 2025-07-24T05:40:13.1483983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta_dispatch.h 2025-07-24T05:40:13.1487796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_native.h 2025-07-24T05:40:13.1491339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_ops.h 2025-07-24T05:40:13.1495578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta.h 2025-07-24T05:40:13.1499354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta_dispatch.h 2025-07-24T05:40:13.1502996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min.h 2025-07-24T05:40:13.1506928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1510622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cpu_dispatch.h 2025-07-24T05:40:13.1514286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cuda_dispatch.h 2025-07-24T05:40:13.1518429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta.h 2025-07-24T05:40:13.1522668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta_dispatch.h 2025-07-24T05:40:13.1526569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_native.h 2025-07-24T05:40:13.1530194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_ops.h 2025-07-24T05:40:13.1534008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_native.h 2025-07-24T05:40:13.1537649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_ops.h 2025-07-24T05:40:13.1541213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip.h 2025-07-24T05:40:13.1544831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1548419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_native.h 2025-07-24T05:40:13.1552208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_ops.h 2025-07-24T05:40:13.1555550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone.h 2025-07-24T05:40:13.1559087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1562541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_native.h 2025-07-24T05:40:13.1566241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_ops.h 2025-07-24T05:40:13.1569871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce.h 2025-07-24T05:40:13.1573283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1576874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_native.h 2025-07-24T05:40:13.1580732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_ops.h 2025-07-24T05:40:13.1584349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im.h 2025-07-24T05:40:13.1587720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cpu_dispatch.h 2025-07-24T05:40:13.1591447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cuda_dispatch.h 2025-07-24T05:40:13.1595171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_native.h 2025-07-24T05:40:13.1598793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_ops.h 2025-07-24T05:40:13.1602445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack.h 2025-07-24T05:40:13.1606286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1610042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_native.h 2025-07-24T05:40:13.1614115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_ops.h 2025-07-24T05:40:13.1617786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices.h 2025-07-24T05:40:13.1621495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1625234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy.h 2025-07-24T05:40:13.1629874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.1633683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1637574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_native.h 2025-07-24T05:40:13.1641245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_ops.h 2025-07-24T05:40:13.1645037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_native.h 2025-07-24T05:40:13.1648875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_ops.h 2025-07-24T05:40:13.1652580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations.h 2025-07-24T05:40:13.1656418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1660096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_native.h 2025-07-24T05:40:13.1663954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_ops.h 2025-07-24T05:40:13.1667619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex.h 2025-07-24T05:40:13.1671176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1675002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cpu_dispatch.h 2025-07-24T05:40:13.1678648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cuda_dispatch.h 2025-07-24T05:40:13.1682279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_native.h 2025-07-24T05:40:13.1686077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_ops.h 2025-07-24T05:40:13.1690045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat.h 2025-07-24T05:40:13.1693683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate.h 2025-07-24T05:40:13.1697608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1701930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_native.h 2025-07-24T05:40:13.1705074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_ops.h 2025-07-24T05:40:13.1708859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1712534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_native.h 2025-07-24T05:40:13.1716170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_ops.h 2025-07-24T05:40:13.1720036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj.h 2025-07-24T05:40:13.1723619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1727355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_native.h 2025-07-24T05:40:13.1730884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_ops.h 2025-07-24T05:40:13.1734796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical.h 2025-07-24T05:40:13.1738567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1742467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1746759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cpu_dispatch.h 2025-07-24T05:40:13.1751141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cuda_dispatch.h 2025-07-24T05:40:13.1754844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_native.h 2025-07-24T05:40:13.1758523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_ops.h 2025-07-24T05:40:13.1762242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd.h 2025-07-24T05:40:13.1766155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1769755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_native.h 2025-07-24T05:40:13.1773659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_ops.h 2025-07-24T05:40:13.1777400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous.h 2025-07-24T05:40:13.1788521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1792180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_native.h 2025-07-24T05:40:13.1796032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_ops.h 2025-07-24T05:40:13.1799676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d.h 2025-07-24T05:40:13.1803360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1810543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_native.h 2025-07-24T05:40:13.1811247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_ops.h 2025-07-24T05:40:13.1814901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d.h 2025-07-24T05:40:13.1818507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1822654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_native.h 2025-07-24T05:40:13.1826451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_ops.h 2025-07-24T05:40:13.1830935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d.h 2025-07-24T05:40:13.1835269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1839160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_native.h 2025-07-24T05:40:13.1842985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_ops.h 2025-07-24T05:40:13.1846692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution.h 2025-07-24T05:40:13.1850672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward.h 2025-07-24T05:40:13.1854859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1858839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h 2025-07-24T05:40:13.1862991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_native.h 2025-07-24T05:40:13.1867040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_ops.h 2025-07-24T05:40:13.1890781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable.h 2025-07-24T05:40:13.1891261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1891589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_native.h 2025-07-24T05:40:13.1892009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_ops.h 2025-07-24T05:40:13.1892383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1893752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_native.h 2025-07-24T05:40:13.1898100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_ops.h 2025-07-24T05:40:13.1902813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable.h 2025-07-24T05:40:13.1906112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1909971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_native.h 2025-07-24T05:40:13.1914955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_ops.h 2025-07-24T05:40:13.1917988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d.h 2025-07-24T05:40:13.1921801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1926048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h 2025-07-24T05:40:13.1929462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_native.h 2025-07-24T05:40:13.1933274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_ops.h 2025-07-24T05:40:13.1937015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc.h 2025-07-24T05:40:13.1941644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward.h 2025-07-24T05:40:13.1944965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1949095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_native.h 2025-07-24T05:40:13.1952989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_ops.h 2025-07-24T05:40:13.1957458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.1960630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_native.h 2025-07-24T05:40:13.1964386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_ops.h 2025-07-24T05:40:13.1968560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d.h 2025-07-24T05:40:13.1972616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1976260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_native.h 2025-07-24T05:40:13.1980022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_ops.h 2025-07-24T05:40:13.1983938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d.h 2025-07-24T05:40:13.1987856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.1991589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_native.h 2025-07-24T05:40:13.1995585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_ops.h 2025-07-24T05:40:13.1999629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d.h 2025-07-24T05:40:13.2003864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2007792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_native.h 2025-07-24T05:40:13.2011527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_ops.h 2025-07-24T05:40:13.2015247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy.h 2025-07-24T05:40:13.2018636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign.h 2025-07-24T05:40:13.2022308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2026387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2030226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cpu_dispatch.h 2025-07-24T05:40:13.2034051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cuda_dispatch.h 2025-07-24T05:40:13.2038350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta.h 2025-07-24T05:40:13.2042924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta_dispatch.h 2025-07-24T05:40:13.2047122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_native.h 2025-07-24T05:40:13.2051146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_ops.h 2025-07-24T05:40:13.2055556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2059335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2063007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_meta_dispatch.h 2025-07-24T05:40:13.2066679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_native.h 2025-07-24T05:40:13.2070382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_ops.h 2025-07-24T05:40:13.2073888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse.h 2025-07-24T05:40:13.2077996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2082204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h 2025-07-24T05:40:13.2086076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_native.h 2025-07-24T05:40:13.2090096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h 2025-07-24T05:40:13.2094150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef.h 2025-07-24T05:40:13.2098371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2101592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_native.h 2025-07-24T05:40:13.2106010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_ops.h 2025-07-24T05:40:13.2110101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos.h 2025-07-24T05:40:13.2113213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh.h 2025-07-24T05:40:13.2116901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2120598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cpu_dispatch.h 2025-07-24T05:40:13.2124394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cuda_dispatch.h 2025-07-24T05:40:13.2128851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta.h 2025-07-24T05:40:13.2132718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta_dispatch.h 2025-07-24T05:40:13.2136538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_native.h 2025-07-24T05:40:13.2140669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_ops.h 2025-07-24T05:40:13.2144645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss.h 2025-07-24T05:40:13.2148186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2152141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_native.h 2025-07-24T05:40:13.2156326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_ops.h 2025-07-24T05:40:13.2160240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity.h 2025-07-24T05:40:13.2164791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2168762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_native.h 2025-07-24T05:40:13.2173149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_ops.h 2025-07-24T05:40:13.2177090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2181204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cpu_dispatch.h 2025-07-24T05:40:13.2185076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cuda_dispatch.h 2025-07-24T05:40:13.2188833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta.h 2025-07-24T05:40:13.2192783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta_dispatch.h 2025-07-24T05:40:13.2196610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_native.h 2025-07-24T05:40:13.2200292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_ops.h 2025-07-24T05:40:13.2203826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero.h 2025-07-24T05:40:13.2208125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2211748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h 2025-07-24T05:40:13.2215615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h 2025-07-24T05:40:13.2219653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_native.h 2025-07-24T05:40:13.2223496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_ops.h 2025-07-24T05:40:13.2227331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov.h 2025-07-24T05:40:13.2231106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2234725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_native.h 2025-07-24T05:40:13.2238451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_ops.h 2025-07-24T05:40:13.2242068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross.h 2025-07-24T05:40:13.2245641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2249643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss.h 2025-07-24T05:40:13.2254049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2257702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_native.h 2025-07-24T05:40:13.2261567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_ops.h 2025-07-24T05:40:13.2265541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_native.h 2025-07-24T05:40:13.2269615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_ops.h 2025-07-24T05:40:13.2273769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices.h 2025-07-24T05:40:13.2277860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2281590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy.h 2025-07-24T05:40:13.2285973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2289846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2308250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_native.h 2025-07-24T05:40:13.2312114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_ops.h 2025-07-24T05:40:13.2316036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_native.h 2025-07-24T05:40:13.2321526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_ops.h 2025-07-24T05:40:13.2324598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss.h 2025-07-24T05:40:13.2329658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2333949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_native.h 2025-07-24T05:40:13.2337595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_ops.h 2025-07-24T05:40:13.2341431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator.h 2025-07-24T05:40:13.2354978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h 2025-07-24T05:40:13.2359183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2362944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h 2025-07-24T05:40:13.2366837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h 2025-07-24T05:40:13.2370678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h 2025-07-24T05:40:13.2374986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2378833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h 2025-07-24T05:40:13.2382777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h 2025-07-24T05:40:13.2387802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h 2025-07-24T05:40:13.2392447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm.h 2025-07-24T05:40:13.2396433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward.h 2025-07-24T05:40:13.2400727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2404432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h 2025-07-24T05:40:13.2408425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h 2025-07-24T05:40:13.2412311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h 2025-07-24T05:40:13.2416310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2420121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h 2025-07-24T05:40:13.2424171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_native.h 2025-07-24T05:40:13.2428034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_ops.h 2025-07-24T05:40:13.2431922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution.h 2025-07-24T05:40:13.2435799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu.h 2025-07-24T05:40:13.2440327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2444224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h 2025-07-24T05:40:13.2448431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h 2025-07-24T05:40:13.2452368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h 2025-07-24T05:40:13.2456219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h 2025-07-24T05:40:13.2460022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_native.h 2025-07-24T05:40:13.2463945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_ops.h 2025-07-24T05:40:13.2467788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu.h 2025-07-24T05:40:13.2471764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2476019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h 2025-07-24T05:40:13.2480256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_native.h 2025-07-24T05:40:13.2484065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_ops.h 2025-07-24T05:40:13.2488674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose.h 2025-07-24T05:40:13.2492676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2496724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h 2025-07-24T05:40:13.2500963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_native.h 2025-07-24T05:40:13.2504806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h 2025-07-24T05:40:13.2508842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler.h 2025-07-24T05:40:13.2512675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward.h 2025-07-24T05:40:13.2516840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2520834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h 2025-07-24T05:40:13.2524738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h 2025-07-24T05:40:13.2528599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h 2025-07-24T05:40:13.2533036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2537039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h 2025-07-24T05:40:13.2540969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_native.h 2025-07-24T05:40:13.2544838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_ops.h 2025-07-24T05:40:13.2548612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable.h 2025-07-24T05:40:13.2552520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2556281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_native.h 2025-07-24T05:40:13.2560075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_ops.h 2025-07-24T05:40:13.2563827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax.h 2025-07-24T05:40:13.2567715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward.h 2025-07-24T05:40:13.2571561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2575294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_native.h 2025-07-24T05:40:13.2579169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_ops.h 2025-07-24T05:40:13.2583517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2587405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2591329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_native.h 2025-07-24T05:40:13.2595057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_ops.h 2025-07-24T05:40:13.2598782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin.h 2025-07-24T05:40:13.2602469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2606298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2609919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_native.h 2025-07-24T05:40:13.2613560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_ops.h 2025-07-24T05:40:13.2617654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod.h 2025-07-24T05:40:13.2621951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward.h 2025-07-24T05:40:13.2625876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2629557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_native.h 2025-07-24T05:40:13.2633283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_ops.h 2025-07-24T05:40:13.2637256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2641241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2645198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cpu_dispatch.h 2025-07-24T05:40:13.2649183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cuda_dispatch.h 2025-07-24T05:40:13.2653067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta.h 2025-07-24T05:40:13.2656749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta_dispatch.h 2025-07-24T05:40:13.2660820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_native.h 2025-07-24T05:40:13.2664596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_ops.h 2025-07-24T05:40:13.2668224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum.h 2025-07-24T05:40:13.2672034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2675899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2679600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cpu_dispatch.h 2025-07-24T05:40:13.2683557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cuda_dispatch.h 2025-07-24T05:40:13.2687715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta.h 2025-07-24T05:40:13.2692125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta_dispatch.h 2025-07-24T05:40:13.2695985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_native.h 2025-07-24T05:40:13.2700348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_ops.h 2025-07-24T05:40:13.2704268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid.h 2025-07-24T05:40:13.2708194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2712089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_native.h 2025-07-24T05:40:13.2715969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_ops.h 2025-07-24T05:40:13.2720370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data.h 2025-07-24T05:40:13.2723457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2727203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_native.h 2025-07-24T05:40:13.2730946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_ops.h 2025-07-24T05:40:13.2734534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad.h 2025-07-24T05:40:13.2738204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2741821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_native.h 2025-07-24T05:40:13.2745870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_ops.h 2025-07-24T05:40:13.2749708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim.h 2025-07-24T05:40:13.2753660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2757353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_native.h 2025-07-24T05:40:13.2761768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_ops.h 2025-07-24T05:40:13.2765611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize.h 2025-07-24T05:40:13.2769629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2773457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cpu_dispatch.h 2025-07-24T05:40:13.2777319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cuda_dispatch.h 2025-07-24T05:40:13.2781130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_native.h 2025-07-24T05:40:13.2785015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_ops.h 2025-07-24T05:40:13.2789786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det.h 2025-07-24T05:40:13.2792733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach.h 2025-07-24T05:40:13.2796292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2800281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy.h 2025-07-24T05:40:13.2804736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2809206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2813642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_native.h 2025-07-24T05:40:13.2817656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_ops.h 2025-07-24T05:40:13.2821477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_native.h 2025-07-24T05:40:13.2825373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_ops.h 2025-07-24T05:40:13.2829497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2833990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_native.h 2025-07-24T05:40:13.2837888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_ops.h 2025-07-24T05:40:13.2841571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag.h 2025-07-24T05:40:13.2844921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat.h 2025-07-24T05:40:13.2848646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2852989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_native.h 2025-07-24T05:40:13.2856696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_ops.h 2025-07-24T05:40:13.2860421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal.h 2025-07-24T05:40:13.2863991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward.h 2025-07-24T05:40:13.2868220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2871721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_native.h 2025-07-24T05:40:13.2875584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_ops.h 2025-07-24T05:40:13.2879771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2883649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2887503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy.h 2025-07-24T05:40:13.2891607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2895637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2899439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_native.h 2025-07-24T05:40:13.2903745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_ops.h 2025-07-24T05:40:13.2908003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_native.h 2025-07-24T05:40:13.2911720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_ops.h 2025-07-24T05:40:13.2915516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter.h 2025-07-24T05:40:13.2919529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2923446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2927421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_native.h 2025-07-24T05:40:13.2931288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_ops.h 2025-07-24T05:40:13.2935222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2938852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed.h 2025-07-24T05:40:13.2943271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2947063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.2951141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_native.h 2025-07-24T05:40:13.2954855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_ops.h 2025-07-24T05:40:13.2958581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_native.h 2025-07-24T05:40:13.2962180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_ops.h 2025-07-24T05:40:13.2966801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff.h 2025-07-24T05:40:13.2969486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.2973076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_native.h 2025-07-24T05:40:13.2976743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_ops.h 2025-07-24T05:40:13.2980192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma.h 2025-07-24T05:40:13.2984466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.2988136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cpu_dispatch.h 2025-07-24T05:40:13.2992185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cuda_dispatch.h 2025-07-24T05:40:13.2995704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta.h 2025-07-24T05:40:13.2999367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta_dispatch.h 2025-07-24T05:40:13.3003130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_native.h 2025-07-24T05:40:13.3007009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_ops.h 2025-07-24T05:40:13.3010966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist.h 2025-07-24T05:40:13.3014897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3018562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_native.h 2025-07-24T05:40:13.3022188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_ops.h 2025-07-24T05:40:13.3025600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div.h 2025-07-24T05:40:13.3028996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide.h 2025-07-24T05:40:13.3032585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3036284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_native.h 2025-07-24T05:40:13.3040341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_ops.h 2025-07-24T05:40:13.3044268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3048130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3051712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cpu_dispatch.h 2025-07-24T05:40:13.3055565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cuda_dispatch.h 2025-07-24T05:40:13.3059018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta.h 2025-07-24T05:40:13.3062410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta_dispatch.h 2025-07-24T05:40:13.3065966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_native.h 2025-07-24T05:40:13.3069708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_ops.h 2025-07-24T05:40:13.3073194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot.h 2025-07-24T05:40:13.3076773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3080327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cpu_dispatch.h 2025-07-24T05:40:13.3084874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cuda_dispatch.h 2025-07-24T05:40:13.3088764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_native.h 2025-07-24T05:40:13.3092309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_ops.h 2025-07-24T05:40:13.3095709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout.h 2025-07-24T05:40:13.3099290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3103191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_native.h 2025-07-24T05:40:13.3106900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_ops.h 2025-07-24T05:40:13.3110535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit.h 2025-07-24T05:40:13.3114672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3118383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_native.h 2025-07-24T05:40:13.3121973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_ops.h 2025-07-24T05:40:13.3126438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack.h 2025-07-24T05:40:13.3130207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3134193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_native.h 2025-07-24T05:40:13.3137929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_ops.h 2025-07-24T05:40:13.3141733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum.h 2025-07-24T05:40:13.3145789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3149472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_native.h 2025-07-24T05:40:13.3153277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_ops.h 2025-07-24T05:40:13.3156933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu.h 2025-07-24T05:40:13.3160620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward.h 2025-07-24T05:40:13.3164813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3169341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cpu_dispatch.h 2025-07-24T05:40:13.3173882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cuda_dispatch.h 2025-07-24T05:40:13.3177904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta.h 2025-07-24T05:40:13.3182103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta_dispatch.h 2025-07-24T05:40:13.3186394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_native.h 2025-07-24T05:40:13.3190455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_ops.h 2025-07-24T05:40:13.3194835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3198655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cpu_dispatch.h 2025-07-24T05:40:13.3202128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cuda_dispatch.h 2025-07-24T05:40:13.3206265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta.h 2025-07-24T05:40:13.3210104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta_dispatch.h 2025-07-24T05:40:13.3213830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_native.h 2025-07-24T05:40:13.3217797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_ops.h 2025-07-24T05:40:13.3221614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding.h 2025-07-24T05:40:13.3225194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward.h 2025-07-24T05:40:13.3229461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3233382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_native.h 2025-07-24T05:40:13.3237576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_ops.h 2025-07-24T05:40:13.3241517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag.h 2025-07-24T05:40:13.3245612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3249979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_native.h 2025-07-24T05:40:13.3253425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_ops.h 2025-07-24T05:40:13.3257775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3261915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward.h 2025-07-24T05:40:13.3265974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3269927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h 2025-07-24T05:40:13.3273939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h 2025-07-24T05:40:13.3277679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_native.h 2025-07-24T05:40:13.3281640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_ops.h 2025-07-24T05:40:13.3285518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_native.h 2025-07-24T05:40:13.3290214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_ops.h 2025-07-24T05:40:13.3293417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm.h 2025-07-24T05:40:13.3297727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3302091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h 2025-07-24T05:40:13.3306145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h 2025-07-24T05:40:13.3310189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h 2025-07-24T05:40:13.3314185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_native.h 2025-07-24T05:40:13.3318057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_ops.h 2025-07-24T05:40:13.3342327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward.h 2025-07-24T05:40:13.3346930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3350741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_native.h 2025-07-24T05:40:13.3354584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_ops.h 2025-07-24T05:40:13.3358682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty.h 2025-07-24T05:40:13.3362280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3366273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3370134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cpu_dispatch.h 2025-07-24T05:40:13.3373964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cuda_dispatch.h 2025-07-24T05:40:13.3377648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like.h 2025-07-24T05:40:13.3381602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3385334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_native.h 2025-07-24T05:40:13.3389108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_ops.h 2025-07-24T05:40:13.3392828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_meta_dispatch.h 2025-07-24T05:40:13.3396495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_native.h 2025-07-24T05:40:13.3400472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_ops.h 2025-07-24T05:40:13.3404589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted.h 2025-07-24T05:40:13.3408622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3418802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_native.h 2025-07-24T05:40:13.3421172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_ops.h 2025-07-24T05:40:13.3425064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized.h 2025-07-24T05:40:13.3429304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3433115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_native.h 2025-07-24T05:40:13.3437518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_ops.h 2025-07-24T05:40:13.3441257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided.h 2025-07-24T05:40:13.3445054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3448962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cpu_dispatch.h 2025-07-24T05:40:13.3452764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cuda_dispatch.h 2025-07-24T05:40:13.3456534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_meta_dispatch.h 2025-07-24T05:40:13.3460582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_native.h 2025-07-24T05:40:13.3464316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_ops.h 2025-07-24T05:40:13.3468469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq.h 2025-07-24T05:40:13.3472301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal.h 2025-07-24T05:40:13.3475907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cpu_dispatch.h 2025-07-24T05:40:13.3480689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cuda_dispatch.h 2025-07-24T05:40:13.3484305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_native.h 2025-07-24T05:40:13.3488869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_ops.h 2025-07-24T05:40:13.3493293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3496882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cpu_dispatch.h 2025-07-24T05:40:13.3500563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cuda_dispatch.h 2025-07-24T05:40:13.3504786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta.h 2025-07-24T05:40:13.3508333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta_dispatch.h 2025-07-24T05:40:13.3512118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_native.h 2025-07-24T05:40:13.3515736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_ops.h 2025-07-24T05:40:13.3519134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf.h 2025-07-24T05:40:13.3522713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc.h 2025-07-24T05:40:13.3526503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3542646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cpu_dispatch.h 2025-07-24T05:40:13.3546361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cuda_dispatch.h 2025-07-24T05:40:13.3550127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta.h 2025-07-24T05:40:13.3553818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta_dispatch.h 2025-07-24T05:40:13.3557514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_native.h 2025-07-24T05:40:13.3561240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_ops.h 2025-07-24T05:40:13.3564987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv.h 2025-07-24T05:40:13.3568842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3573593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cpu_dispatch.h 2025-07-24T05:40:13.3576986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cuda_dispatch.h 2025-07-24T05:40:13.3581253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta.h 2025-07-24T05:40:13.3585454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta_dispatch.h 2025-07-24T05:40:13.3589728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_native.h 2025-07-24T05:40:13.3593967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_ops.h 2025-07-24T05:40:13.3598686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3602925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cpu_dispatch.h 2025-07-24T05:40:13.3606921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cuda_dispatch.h 2025-07-24T05:40:13.3610721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta.h 2025-07-24T05:40:13.3614405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta_dispatch.h 2025-07-24T05:40:13.3618123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_native.h 2025-07-24T05:40:13.3622153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_ops.h 2025-07-24T05:40:13.3625693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp.h 2025-07-24T05:40:13.3629255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2.h 2025-07-24T05:40:13.3632992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3636961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cpu_dispatch.h 2025-07-24T05:40:13.3640575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cuda_dispatch.h 2025-07-24T05:40:13.3644964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta.h 2025-07-24T05:40:13.3648912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta_dispatch.h 2025-07-24T05:40:13.3653204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_native.h 2025-07-24T05:40:13.3656962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_ops.h 2025-07-24T05:40:13.3660643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand.h 2025-07-24T05:40:13.3664097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as.h 2025-07-24T05:40:13.3669044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3673309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_native.h 2025-07-24T05:40:13.3677596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_ops.h 2025-07-24T05:40:13.3681201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3685079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy.h 2025-07-24T05:40:13.3689291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3693458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3697413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_native.h 2025-07-24T05:40:13.3701395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_ops.h 2025-07-24T05:40:13.3705192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_native.h 2025-07-24T05:40:13.3708943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_ops.h 2025-07-24T05:40:13.3712696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1.h 2025-07-24T05:40:13.3716837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3721481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cpu_dispatch.h 2025-07-24T05:40:13.3726368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cuda_dispatch.h 2025-07-24T05:40:13.3730740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta.h 2025-07-24T05:40:13.3735039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta_dispatch.h 2025-07-24T05:40:13.3738526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_native.h 2025-07-24T05:40:13.3742824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_ops.h 2025-07-24T05:40:13.3747037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential.h 2025-07-24T05:40:13.3752044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3755366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cpu_dispatch.h 2025-07-24T05:40:13.3759685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cuda_dispatch.h 2025-07-24T05:40:13.3763874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_meta_dispatch.h 2025-07-24T05:40:13.3767507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_native.h 2025-07-24T05:40:13.3771452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_ops.h 2025-07-24T05:40:13.3775528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.3779321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cpu_dispatch.h 2025-07-24T05:40:13.3783453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cuda_dispatch.h 2025-07-24T05:40:13.3787166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta.h 2025-07-24T05:40:13.3791034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta_dispatch.h 2025-07-24T05:40:13.3794946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_native.h 2025-07-24T05:40:13.3798628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_ops.h 2025-07-24T05:40:13.3802060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye.h 2025-07-24T05:40:13.3806381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3810526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cpu_dispatch.h 2025-07-24T05:40:13.3814191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cuda_dispatch.h 2025-07-24T05:40:13.3818340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_meta_dispatch.h 2025-07-24T05:40:13.3821868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_native.h 2025-07-24T05:40:13.3825866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_ops.h 2025-07-24T05:40:13.3829497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine.h 2025-07-24T05:40:13.3834030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h 2025-07-24T05:40:13.3838196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h 2025-07-24T05:40:13.3842325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3847270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h 2025-07-24T05:40:13.3850895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h 2025-07-24T05:40:13.3855019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3859355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h 2025-07-24T05:40:13.3863218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h 2025-07-24T05:40:13.3867062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h 2025-07-24T05:40:13.3871104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h 2025-07-24T05:40:13.3875273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3879058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h 2025-07-24T05:40:13.3882899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h 2025-07-24T05:40:13.3886933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h 2025-07-24T05:40:13.3890972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h 2025-07-24T05:40:13.3895112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h 2025-07-24T05:40:13.3899242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3903800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h 2025-07-24T05:40:13.3907262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h 2025-07-24T05:40:13.3911753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.3915823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h 2025-07-24T05:40:13.3919856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h 2025-07-24T05:40:13.3923716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h 2025-07-24T05:40:13.3928039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h 2025-07-24T05:40:13.3933178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3937040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h 2025-07-24T05:40:13.3940996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h 2025-07-24T05:40:13.3944826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h 2025-07-24T05:40:13.3948818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3953864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h 2025-07-24T05:40:13.3958156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3962352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h 2025-07-24T05:40:13.3966919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h 2025-07-24T05:40:13.3971302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h 2025-07-24T05:40:13.3976907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h 2025-07-24T05:40:13.3980936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight.h 2025-07-24T05:40:13.3985074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3989158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h 2025-07-24T05:40:13.3993245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.3997703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h 2025-07-24T05:40:13.4001650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h 2025-07-24T05:40:13.4005696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h 2025-07-24T05:40:13.4009663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h 2025-07-24T05:40:13.4013577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h 2025-07-24T05:40:13.4017699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4021821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h 2025-07-24T05:40:13.4025870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h 2025-07-24T05:40:13.4029686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h 2025-07-24T05:40:13.4033883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4037746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h 2025-07-24T05:40:13.4041782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h 2025-07-24T05:40:13.4045721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h 2025-07-24T05:40:13.4049969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4053810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h 2025-07-24T05:40:13.4057743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h 2025-07-24T05:40:13.4061753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout.h 2025-07-24T05:40:13.4065896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4070072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_native.h 2025-07-24T05:40:13.4074473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_ops.h 2025-07-24T05:40:13.4078497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout.h 2025-07-24T05:40:13.4082796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4087325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_native.h 2025-07-24T05:40:13.4092254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_ops.h 2025-07-24T05:40:13.4096492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft.h 2025-07-24T05:40:13.4099736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2.h 2025-07-24T05:40:13.4103288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4108278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_native.h 2025-07-24T05:40:13.4111610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_ops.h 2025-07-24T05:40:13.4115862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq.h 2025-07-24T05:40:13.4119994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4123928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_native.h 2025-07-24T05:40:13.4127947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_ops.h 2025-07-24T05:40:13.4131834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn.h 2025-07-24T05:40:13.4135574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4139655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_native.h 2025-07-24T05:40:13.4143633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_ops.h 2025-07-24T05:40:13.4147455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift.h 2025-07-24T05:40:13.4151746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4156550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_native.h 2025-07-24T05:40:13.4160553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_ops.h 2025-07-24T05:40:13.4164368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4168489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_native.h 2025-07-24T05:40:13.4172307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_ops.h 2025-07-24T05:40:13.4176003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft.h 2025-07-24T05:40:13.4179841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2.h 2025-07-24T05:40:13.4183922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4187573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_native.h 2025-07-24T05:40:13.4191402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_ops.h 2025-07-24T05:40:13.4195312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn.h 2025-07-24T05:40:13.4199240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4203902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_native.h 2025-07-24T05:40:13.4208340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_ops.h 2025-07-24T05:40:13.4213458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4217563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_native.h 2025-07-24T05:40:13.4221040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_ops.h 2025-07-24T05:40:13.4225208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft.h 2025-07-24T05:40:13.4229210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2.h 2025-07-24T05:40:13.4232717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4236734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_native.h 2025-07-24T05:40:13.4240956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_ops.h 2025-07-24T05:40:13.4244909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn.h 2025-07-24T05:40:13.4249196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4253185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_native.h 2025-07-24T05:40:13.4257170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_ops.h 2025-07-24T05:40:13.4260973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift.h 2025-07-24T05:40:13.4264978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4269300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_native.h 2025-07-24T05:40:13.4272718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_ops.h 2025-07-24T05:40:13.4277227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4281304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_native.h 2025-07-24T05:40:13.4284973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_ops.h 2025-07-24T05:40:13.4289256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft.h 2025-07-24T05:40:13.4292990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2.h 2025-07-24T05:40:13.4296799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4300989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_native.h 2025-07-24T05:40:13.4304881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_ops.h 2025-07-24T05:40:13.4308712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn.h 2025-07-24T05:40:13.4312658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4317647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_native.h 2025-07-24T05:40:13.4321353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_ops.h 2025-07-24T05:40:13.4325562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4330024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_native.h 2025-07-24T05:40:13.4333685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_ops.h 2025-07-24T05:40:13.4337429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft.h 2025-07-24T05:40:13.4342380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2.h 2025-07-24T05:40:13.4345137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4348946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_native.h 2025-07-24T05:40:13.4352791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_ops.h 2025-07-24T05:40:13.4356827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn.h 2025-07-24T05:40:13.4360975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4365669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_native.h 2025-07-24T05:40:13.4368785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_ops.h 2025-07-24T05:40:13.4372716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4376501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_native.h 2025-07-24T05:40:13.4381681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_ops.h 2025-07-24T05:40:13.4384302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft.h 2025-07-24T05:40:13.4404715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2.h 2025-07-24T05:40:13.4408789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4412676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_native.h 2025-07-24T05:40:13.4416409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_ops.h 2025-07-24T05:40:13.4420154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq.h 2025-07-24T05:40:13.4424490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4428529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_native.h 2025-07-24T05:40:13.4432302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_ops.h 2025-07-24T05:40:13.4436234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn.h 2025-07-24T05:40:13.4440057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4444320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_native.h 2025-07-24T05:40:13.4448246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_ops.h 2025-07-24T05:40:13.4452206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4456107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_native.h 2025-07-24T05:40:13.4459693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_ops.h 2025-07-24T05:40:13.4463512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill.h 2025-07-24T05:40:13.4467200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4471383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cpu_dispatch.h 2025-07-24T05:40:13.4475583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cuda_dispatch.h 2025-07-24T05:40:13.4479160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal.h 2025-07-24T05:40:13.4483476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4487441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_native.h 2025-07-24T05:40:13.4491144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_ops.h 2025-07-24T05:40:13.4495135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_meta_dispatch.h 2025-07-24T05:40:13.4499034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_native.h 2025-07-24T05:40:13.4502723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_ops.h 2025-07-24T05:40:13.4506538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix.h 2025-07-24T05:40:13.4510299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4514006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_native.h 2025-07-24T05:40:13.4517707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_ops.h 2025-07-24T05:40:13.4521629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten.h 2025-07-24T05:40:13.4525222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4529345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors.h 2025-07-24T05:40:13.4533469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4537122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_native.h 2025-07-24T05:40:13.4541296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_ops.h 2025-07-24T05:40:13.4545732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_native.h 2025-07-24T05:40:13.4549925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_ops.h 2025-07-24T05:40:13.4553748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip.h 2025-07-24T05:40:13.4558159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr.h 2025-07-24T05:40:13.4561942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4565692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_native.h 2025-07-24T05:40:13.4569883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_ops.h 2025-07-24T05:40:13.4573798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud.h 2025-07-24T05:40:13.4577453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4581399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_native.h 2025-07-24T05:40:13.4585369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_ops.h 2025-07-24T05:40:13.4589345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4593159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cpu_dispatch.h 2025-07-24T05:40:13.4597086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cuda_dispatch.h 2025-07-24T05:40:13.4600896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_native.h 2025-07-24T05:40:13.4604614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_ops.h 2025-07-24T05:40:13.4608238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power.h 2025-07-24T05:40:13.4612043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4616015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_native.h 2025-07-24T05:40:13.4619825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_ops.h 2025-07-24T05:40:13.4623567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor.h 2025-07-24T05:40:13.4627932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4631554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cpu_dispatch.h 2025-07-24T05:40:13.4635227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cuda_dispatch.h 2025-07-24T05:40:13.4639451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide.h 2025-07-24T05:40:13.4643462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4647853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cpu_dispatch.h 2025-07-24T05:40:13.4651352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cuda_dispatch.h 2025-07-24T05:40:13.4655714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_meta_dispatch.h 2025-07-24T05:40:13.4659719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_native.h 2025-07-24T05:40:13.4663437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_ops.h 2025-07-24T05:40:13.4668187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta.h 2025-07-24T05:40:13.4672331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta_dispatch.h 2025-07-24T05:40:13.4676462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_native.h 2025-07-24T05:40:13.4680112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_ops.h 2025-07-24T05:40:13.4684462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax.h 2025-07-24T05:40:13.4688850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4693141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cpu_dispatch.h 2025-07-24T05:40:13.4698143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cuda_dispatch.h 2025-07-24T05:40:13.4702515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta.h 2025-07-24T05:40:13.4706280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta_dispatch.h 2025-07-24T05:40:13.4709963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_native.h 2025-07-24T05:40:13.4714019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_ops.h 2025-07-24T05:40:13.4717619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin.h 2025-07-24T05:40:13.4721328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4725292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cpu_dispatch.h 2025-07-24T05:40:13.4729323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cuda_dispatch.h 2025-07-24T05:40:13.4733207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta.h 2025-07-24T05:40:13.4752719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta_dispatch.h 2025-07-24T05:40:13.4756262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_native.h 2025-07-24T05:40:13.4759943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_ops.h 2025-07-24T05:40:13.4763511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod.h 2025-07-24T05:40:13.4767303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4771088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4774877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cpu_dispatch.h 2025-07-24T05:40:13.4778752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cuda_dispatch.h 2025-07-24T05:40:13.4782564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta.h 2025-07-24T05:40:13.4786371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta_dispatch.h 2025-07-24T05:40:13.4790139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_native.h 2025-07-24T05:40:13.4794108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_ops.h 2025-07-24T05:40:13.4797692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac.h 2025-07-24T05:40:13.4801578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d.h 2025-07-24T05:40:13.4805742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward.h 2025-07-24T05:40:13.4810124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4814571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h 2025-07-24T05:40:13.4817990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h 2025-07-24T05:40:13.4822433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h 2025-07-24T05:40:13.4826408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h 2025-07-24T05:40:13.4830394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h 2025-07-24T05:40:13.4834320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h 2025-07-24T05:40:13.4838351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4842120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h 2025-07-24T05:40:13.4846240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h 2025-07-24T05:40:13.4850723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta.h 2025-07-24T05:40:13.4854851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h 2025-07-24T05:40:13.4858812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_native.h 2025-07-24T05:40:13.4862645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_ops.h 2025-07-24T05:40:13.4866440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d.h 2025-07-24T05:40:13.4870241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward.h 2025-07-24T05:40:13.4874213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h 2025-07-24T05:40:13.4878253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h 2025-07-24T05:40:13.4882207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h 2025-07-24T05:40:13.4886081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h 2025-07-24T05:40:13.4890552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4894461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h 2025-07-24T05:40:13.4898571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h 2025-07-24T05:40:13.4902360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta.h 2025-07-24T05:40:13.4906111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h 2025-07-24T05:40:13.4909902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_native.h 2025-07-24T05:40:13.4913672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_ops.h 2025-07-24T05:40:13.4917737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.4921881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cpu_dispatch.h 2025-07-24T05:40:13.4925674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cuda_dispatch.h 2025-07-24T05:40:13.4929405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta.h 2025-07-24T05:40:13.4933145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta_dispatch.h 2025-07-24T05:40:13.4936813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_native.h 2025-07-24T05:40:13.4940477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_ops.h 2025-07-24T05:40:13.4945064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp.h 2025-07-24T05:40:13.4948760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4952685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cpu_dispatch.h 2025-07-24T05:40:13.4956454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cuda_dispatch.h 2025-07-24T05:40:13.4960155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_native.h 2025-07-24T05:40:13.4963862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_ops.h 2025-07-24T05:40:13.4967849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm.h 2025-07-24T05:40:13.4972097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.4975822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_native.h 2025-07-24T05:40:13.4979678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_ops.h 2025-07-24T05:40:13.4983581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_blob.h 2025-07-24T05:40:13.4987189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file.h 2025-07-24T05:40:13.4991111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.4995169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_cpu_dispatch.h 2025-07-24T05:40:13.4999299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_native.h 2025-07-24T05:40:13.5003098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_ops.h 2025-07-24T05:40:13.5006937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full.h 2025-07-24T05:40:13.5011115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5015232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like.h 2025-07-24T05:40:13.5018959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5022600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_native.h 2025-07-24T05:40:13.5026312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_ops.h 2025-07-24T05:40:13.5029925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_native.h 2025-07-24T05:40:13.5033660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_ops.h 2025-07-24T05:40:13.5037190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h 2025-07-24T05:40:13.5041548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5045326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h 2025-07-24T05:40:13.5049340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h 2025-07-24T05:40:13.5053321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather.h 2025-07-24T05:40:13.5056762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward.h 2025-07-24T05:40:13.5060491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5064387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_native.h 2025-07-24T05:40:13.5068155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_ops.h 2025-07-24T05:40:13.5072137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5076060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5079886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cpu_dispatch.h 2025-07-24T05:40:13.5083641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cuda_dispatch.h 2025-07-24T05:40:13.5087517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta.h 2025-07-24T05:40:13.5091514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta_dispatch.h 2025-07-24T05:40:13.5095275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_native.h 2025-07-24T05:40:13.5099392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_ops.h 2025-07-24T05:40:13.5103517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd.h 2025-07-24T05:40:13.5107231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5110895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cpu_dispatch.h 2025-07-24T05:40:13.5114701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cuda_dispatch.h 2025-07-24T05:40:13.5118346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta.h 2025-07-24T05:40:13.5121954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta_dispatch.h 2025-07-24T05:40:13.5125696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_native.h 2025-07-24T05:40:13.5129487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_ops.h 2025-07-24T05:40:13.5132815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge.h 2025-07-24T05:40:13.5136936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu.h 2025-07-24T05:40:13.5140767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward.h 2025-07-24T05:40:13.5144930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5148553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h 2025-07-24T05:40:13.5153224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h 2025-07-24T05:40:13.5157432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta.h 2025-07-24T05:40:13.5161500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta_dispatch.h 2025-07-24T05:40:13.5165319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_native.h 2025-07-24T05:40:13.5169506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_ops.h 2025-07-24T05:40:13.5173490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5177237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cpu_dispatch.h 2025-07-24T05:40:13.5181297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cuda_dispatch.h 2025-07-24T05:40:13.5185615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta.h 2025-07-24T05:40:13.5188894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta_dispatch.h 2025-07-24T05:40:13.5193304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_native.h 2025-07-24T05:40:13.5197103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_ops.h 2025-07-24T05:40:13.5200545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric.h 2025-07-24T05:40:13.5204848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5209084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cpu_dispatch.h 2025-07-24T05:40:13.5213160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cuda_dispatch.h 2025-07-24T05:40:13.5217049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_meta_dispatch.h 2025-07-24T05:40:13.5220925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_native.h 2025-07-24T05:40:13.5224705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_ops.h 2025-07-24T05:40:13.5228589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf.h 2025-07-24T05:40:13.5232242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cpu_dispatch.h 2025-07-24T05:40:13.5235981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cuda_dispatch.h 2025-07-24T05:40:13.5240166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_native.h 2025-07-24T05:40:13.5244792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_ops.h 2025-07-24T05:40:13.5249002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger.h 2025-07-24T05:40:13.5252432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5256201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_native.h 2025-07-24T05:40:13.5259764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_ops.h 2025-07-24T05:40:13.5263441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5267176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cpu_dispatch.h 2025-07-24T05:40:13.5270922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cuda_dispatch.h 2025-07-24T05:40:13.5275102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta.h 2025-07-24T05:40:13.5278693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta_dispatch.h 2025-07-24T05:40:13.5282215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_native.h 2025-07-24T05:40:13.5286442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_ops.h 2025-07-24T05:40:13.5289892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu.h 2025-07-24T05:40:13.5293364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward.h 2025-07-24T05:40:13.5297411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cpu_dispatch.h 2025-07-24T05:40:13.5301615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cuda_dispatch.h 2025-07-24T05:40:13.5305497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp.h 2025-07-24T05:40:13.5309550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5313555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h 2025-07-24T05:40:13.5317389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h 2025-07-24T05:40:13.5321119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_native.h 2025-07-24T05:40:13.5325773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_ops.h 2025-07-24T05:40:13.5329541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_native.h 2025-07-24T05:40:13.5333535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_ops.h 2025-07-24T05:40:13.5337483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5341937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cpu_dispatch.h 2025-07-24T05:40:13.5347122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cuda_dispatch.h 2025-07-24T05:40:13.5349708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp.h 2025-07-24T05:40:13.5353732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5357261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h 2025-07-24T05:40:13.5361182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h 2025-07-24T05:40:13.5365875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_native.h 2025-07-24T05:40:13.5369042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_ops.h 2025-07-24T05:40:13.5372754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta.h 2025-07-24T05:40:13.5377318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta_dispatch.h 2025-07-24T05:40:13.5380148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_native.h 2025-07-24T05:40:13.5384406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_ops.h 2025-07-24T05:40:13.5391826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient.h 2025-07-24T05:40:13.5392514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5398200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_native.h 2025-07-24T05:40:13.5400381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_ops.h 2025-07-24T05:40:13.5404240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater.h 2025-07-24T05:40:13.5408155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5413427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal.h 2025-07-24T05:40:13.5417483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5421276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_native.h 2025-07-24T05:40:13.5442654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_ops.h 2025-07-24T05:40:13.5447350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_native.h 2025-07-24T05:40:13.5450432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_ops.h 2025-07-24T05:40:13.5454014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler.h 2025-07-24T05:40:13.5458464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d.h 2025-07-24T05:40:13.5461992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward.h 2025-07-24T05:40:13.5465878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5469864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h 2025-07-24T05:40:13.5474463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h 2025-07-24T05:40:13.5478319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_native.h 2025-07-24T05:40:13.5482234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h 2025-07-24T05:40:13.5486280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5490186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h 2025-07-24T05:40:13.5494145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h 2025-07-24T05:40:13.5497924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_native.h 2025-07-24T05:40:13.5502641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_ops.h 2025-07-24T05:40:13.5506542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d.h 2025-07-24T05:40:13.5510313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward.h 2025-07-24T05:40:13.5514276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5518270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h 2025-07-24T05:40:13.5522091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h 2025-07-24T05:40:13.5525944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_native.h 2025-07-24T05:40:13.5530593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h 2025-07-24T05:40:13.5534615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5538360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h 2025-07-24T05:40:13.5542400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h 2025-07-24T05:40:13.5546640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_native.h 2025-07-24T05:40:13.5550785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_ops.h 2025-07-24T05:40:13.5555513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5559387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_native.h 2025-07-24T05:40:13.5563139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_ops.h 2025-07-24T05:40:13.5567167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm.h 2025-07-24T05:40:13.5571247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5575100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_native.h 2025-07-24T05:40:13.5578770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_ops.h 2025-07-24T05:40:13.5582460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru.h 2025-07-24T05:40:13.5586845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell.h 2025-07-24T05:40:13.5590517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5594221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_native.h 2025-07-24T05:40:13.5597878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_ops.h 2025-07-24T05:40:13.5601817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.5605551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_native.h 2025-07-24T05:40:13.5609207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_ops.h 2025-07-24T05:40:13.5612549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt.h 2025-07-24T05:40:13.5616728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5620410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cpu_dispatch.h 2025-07-24T05:40:13.5624178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cuda_dispatch.h 2025-07-24T05:40:13.5627823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta.h 2025-07-24T05:40:13.5631921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta_dispatch.h 2025-07-24T05:40:13.5641571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_native.h 2025-07-24T05:40:13.5642087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_ops.h 2025-07-24T05:40:13.5643589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window.h 2025-07-24T05:40:13.5648470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5652103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_native.h 2025-07-24T05:40:13.5655899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_ops.h 2025-07-24T05:40:13.5695965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window.h 2025-07-24T05:40:13.5696649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5697348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_native.h 2025-07-24T05:40:13.5697910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_ops.h 2025-07-24T05:40:13.5698449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink.h 2025-07-24T05:40:13.5699024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward.h 2025-07-24T05:40:13.5699825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5700724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h 2025-07-24T05:40:13.5701510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h 2025-07-24T05:40:13.5702180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta.h 2025-07-24T05:40:13.5705239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h 2025-07-24T05:40:13.5710472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_native.h 2025-07-24T05:40:13.5714585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_ops.h 2025-07-24T05:40:13.5718941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5722555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cpu_dispatch.h 2025-07-24T05:40:13.5726502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cuda_dispatch.h 2025-07-24T05:40:13.5731430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta.h 2025-07-24T05:40:13.5734736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta_dispatch.h 2025-07-24T05:40:13.5738650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_native.h 2025-07-24T05:40:13.5742368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_ops.h 2025-07-24T05:40:13.5747514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid.h 2025-07-24T05:40:13.5767196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward.h 2025-07-24T05:40:13.5768076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5769108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h 2025-07-24T05:40:13.5769825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h 2025-07-24T05:40:13.5770496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta.h 2025-07-24T05:40:13.5771562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h 2025-07-24T05:40:13.5775526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_native.h 2025-07-24T05:40:13.5779805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_ops.h 2025-07-24T05:40:13.5784240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.5787921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h 2025-07-24T05:40:13.5791761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h 2025-07-24T05:40:13.5796246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta.h 2025-07-24T05:40:13.5800478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h 2025-07-24T05:40:13.5804315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_native.h 2025-07-24T05:40:13.5808411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_ops.h 2025-07-24T05:40:13.5812153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish.h 2025-07-24T05:40:13.5816263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward.h 2025-07-24T05:40:13.5819951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.5823603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h 2025-07-24T05:40:13.5828457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h 2025-07-24T05:40:13.5833170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_native.h 2025-07-24T05:40:13.5837124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_ops.h 2025-07-24T05:40:13.5840912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cpu_dispatch.h 2025-07-24T05:40:13.5844677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cuda_dispatch.h 2025-07-24T05:40:13.5848634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_meta_dispatch.h 2025-07-24T05:40:13.5853347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_native.h 2025-07-24T05:40:13.5857066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_ops.h 2025-07-24T05:40:13.5860789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh.h 2025-07-24T05:40:13.5864349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward.h 2025-07-24T05:40:13.5868374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h 2025-07-24T05:40:13.5872101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h 2025-07-24T05:40:13.5876074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_native.h 2025-07-24T05:40:13.5880249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_ops.h 2025-07-24T05:40:13.5883975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cpu_dispatch.h 2025-07-24T05:40:13.5888544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cuda_dispatch.h 2025-07-24T05:40:13.5892396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_meta_dispatch.h 2025-07-24T05:40:13.5896305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_native.h 2025-07-24T05:40:13.5900033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_ops.h 2025-07-24T05:40:13.5904632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside.h 2025-07-24T05:40:13.5908585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6360310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cpu_dispatch.h 2025-07-24T05:40:13.6363661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cuda_dispatch.h 2025-07-24T05:40:13.6367548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta.h 2025-07-24T05:40:13.6371468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta_dispatch.h 2025-07-24T05:40:13.6375305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_native.h 2025-07-24T05:40:13.6379043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_ops.h 2025-07-24T05:40:13.6382798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss.h 2025-07-24T05:40:13.6387049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6390893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_native.h 2025-07-24T05:40:13.6395019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_ops.h 2025-07-24T05:40:13.6398633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc.h 2025-07-24T05:40:13.6402067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cpu_dispatch.h 2025-07-24T05:40:13.6405807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cuda_dispatch.h 2025-07-24T05:40:13.6409585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_native.h 2025-07-24T05:40:13.6413248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_ops.h 2025-07-24T05:40:13.6418276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram.h 2025-07-24T05:40:13.6420993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd.h 2025-07-24T05:40:13.6424767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6428527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_native.h 2025-07-24T05:40:13.6432262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_ops.h 2025-07-24T05:40:13.6436179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_cpu_dispatch.h 2025-07-24T05:40:13.6440208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_native.h 2025-07-24T05:40:13.6443927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_ops.h 2025-07-24T05:40:13.6448118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit.h 2025-07-24T05:40:13.6451905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6455461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_native.h 2025-07-24T05:40:13.6459256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_ops.h 2025-07-24T05:40:13.6462979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm.h 2025-07-24T05:40:13.6466464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_native.h 2025-07-24T05:40:13.6470147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_ops.h 2025-07-24T05:40:13.6474293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack.h 2025-07-24T05:40:13.6477826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6482065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_native.h 2025-07-24T05:40:13.6485470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_ops.h 2025-07-24T05:40:13.6489726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss.h 2025-07-24T05:40:13.6493714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward.h 2025-07-24T05:40:13.6497608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.6501822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h 2025-07-24T05:40:13.6505847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h 2025-07-24T05:40:13.6510550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_native.h 2025-07-24T05:40:13.6513923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_ops.h 2025-07-24T05:40:13.6518224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cpu_dispatch.h 2025-07-24T05:40:13.6522431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cuda_dispatch.h 2025-07-24T05:40:13.6526162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_native.h 2025-07-24T05:40:13.6530422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_ops.h 2025-07-24T05:40:13.6534377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot.h 2025-07-24T05:40:13.6539763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6543152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cpu_dispatch.h 2025-07-24T05:40:13.6547304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cuda_dispatch.h 2025-07-24T05:40:13.6551277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta.h 2025-07-24T05:40:13.6554972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta_dispatch.h 2025-07-24T05:40:13.6558761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_native.h 2025-07-24T05:40:13.6562941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_ops.h 2025-07-24T05:40:13.6566783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0.h 2025-07-24T05:40:13.6570780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6575663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cpu_dispatch.h 2025-07-24T05:40:13.6580678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cuda_dispatch.h 2025-07-24T05:40:13.6583970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta.h 2025-07-24T05:40:13.6588187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta_dispatch.h 2025-07-24T05:40:13.6592421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_native.h 2025-07-24T05:40:13.6596049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_ops.h 2025-07-24T05:40:13.6599934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma.h 2025-07-24T05:40:13.6603856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac.h 2025-07-24T05:40:13.6607517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6612040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cpu_dispatch.h 2025-07-24T05:40:13.6615937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cuda_dispatch.h 2025-07-24T05:40:13.6619609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta.h 2025-07-24T05:40:13.6623555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta_dispatch.h 2025-07-24T05:40:13.6627481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_native.h 2025-07-24T05:40:13.6631352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_ops.h 2025-07-24T05:40:13.6635655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6639409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cpu_dispatch.h 2025-07-24T05:40:13.6643805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cuda_dispatch.h 2025-07-24T05:40:13.6647140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta.h 2025-07-24T05:40:13.6651428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta_dispatch.h 2025-07-24T05:40:13.6655664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_native.h 2025-07-24T05:40:13.6659302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_ops.h 2025-07-24T05:40:13.6663200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col.h 2025-07-24T05:40:13.6667421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cpu_dispatch.h 2025-07-24T05:40:13.6670742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cuda_dispatch.h 2025-07-24T05:40:13.6674987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_native.h 2025-07-24T05:40:13.6678870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_ops.h 2025-07-24T05:40:13.6683510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag.h 2025-07-24T05:40:13.6687342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6691112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_native.h 2025-07-24T05:40:13.6694751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_ops.h 2025-07-24T05:40:13.6698500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index.h 2025-07-24T05:40:13.6702102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add.h 2025-07-24T05:40:13.6706089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6710054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6713894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cpu_dispatch.h 2025-07-24T05:40:13.6717618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cuda_dispatch.h 2025-07-24T05:40:13.6721840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta.h 2025-07-24T05:40:13.6726567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta_dispatch.h 2025-07-24T05:40:13.6730594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_native.h 2025-07-24T05:40:13.6734383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_ops.h 2025-07-24T05:40:13.6738652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6742833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy.h 2025-07-24T05:40:13.6746910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6750733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6755148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cpu_dispatch.h 2025-07-24T05:40:13.6759302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cuda_dispatch.h 2025-07-24T05:40:13.6763132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta.h 2025-07-24T05:40:13.6767515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta_dispatch.h 2025-07-24T05:40:13.6771392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_native.h 2025-07-24T05:40:13.6775233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_ops.h 2025-07-24T05:40:13.6779529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cpu_dispatch.h 2025-07-24T05:40:13.6784090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cuda_dispatch.h 2025-07-24T05:40:13.6788042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill.h 2025-07-24T05:40:13.6792541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.6796599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6800533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cpu_dispatch.h 2025-07-24T05:40:13.6804331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cuda_dispatch.h 2025-07-24T05:40:13.6808219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_meta_dispatch.h 2025-07-24T05:40:13.6812110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_native.h 2025-07-24T05:40:13.6816312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_ops.h 2025-07-24T05:40:13.6820101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta.h 2025-07-24T05:40:13.6823876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta_dispatch.h 2025-07-24T05:40:13.6828019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_native.h 2025-07-24T05:40:13.6831931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_ops.h 2025-07-24T05:40:13.6835677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put.h 2025-07-24T05:40:13.6839633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.6843573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_native.h 2025-07-24T05:40:13.6847678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_ops.h 2025-07-24T05:40:13.6851496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce.h 2025-07-24T05:40:13.6855568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6859771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cpu_dispatch.h 2025-07-24T05:40:13.6863615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cuda_dispatch.h 2025-07-24T05:40:13.6867617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta.h 2025-07-24T05:40:13.6871682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta_dispatch.h 2025-07-24T05:40:13.6875508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_native.h 2025-07-24T05:40:13.6879577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_ops.h 2025-07-24T05:40:13.6883163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select.h 2025-07-24T05:40:13.6887136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward.h 2025-07-24T05:40:13.6891202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6895188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_native.h 2025-07-24T05:40:13.6899720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_ops.h 2025-07-24T05:40:13.6904362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6908136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cpu_dispatch.h 2025-07-24T05:40:13.6913641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cuda_dispatch.h 2025-07-24T05:40:13.6932964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_native.h 2025-07-24T05:40:13.6937128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_ops.h 2025-07-24T05:40:13.6941843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices.h 2025-07-24T05:40:13.6945447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.6949244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy.h 2025-07-24T05:40:13.6953511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.6957540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.6961520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_native.h 2025-07-24T05:40:13.6966429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_ops.h 2025-07-24T05:40:13.6970174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_native.h 2025-07-24T05:40:13.6973878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_ops.h 2025-07-24T05:40:13.6977872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h 2025-07-24T05:40:13.6982191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.6986086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h 2025-07-24T05:40:13.6990210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h 2025-07-24T05:40:13.6993909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner.h 2025-07-24T05:40:13.6997519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7001367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_native.h 2025-07-24T05:40:13.7005158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_ops.h 2025-07-24T05:40:13.7009142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm.h 2025-07-24T05:40:13.7012879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7016792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_native.h 2025-07-24T05:40:13.7020820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_ops.h 2025-07-24T05:40:13.7024504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr.h 2025-07-24T05:40:13.7028140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7031771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_native.h 2025-07-24T05:40:13.7035525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_ops.h 2025-07-24T05:40:13.7039275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse.h 2025-07-24T05:40:13.7042891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7046913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_native.h 2025-07-24T05:40:13.7051037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_ops.h 2025-07-24T05:40:13.7054753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose.h 2025-07-24T05:40:13.7058335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7061961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_native.h 2025-07-24T05:40:13.7065558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_ops.h 2025-07-24T05:40:13.7069256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite.h 2025-07-24T05:40:13.7072949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7076849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_native.h 2025-07-24T05:40:13.7080433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_ops.h 2025-07-24T05:40:13.7084044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin.h 2025-07-24T05:40:13.7087693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf.h 2025-07-24T05:40:13.7091275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7095126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_native.h 2025-07-24T05:40:13.7098783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_ops.h 2025-07-24T05:40:13.7102873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7107018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cpu_dispatch.h 2025-07-24T05:40:13.7111074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cuda_dispatch.h 2025-07-24T05:40:13.7114889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta.h 2025-07-24T05:40:13.7119455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta_dispatch.h 2025-07-24T05:40:13.7123530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_native.h 2025-07-24T05:40:13.7127897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_ops.h 2025-07-24T05:40:13.7132183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan.h 2025-07-24T05:40:13.7137217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7141264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cpu_dispatch.h 2025-07-24T05:40:13.7146112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cuda_dispatch.h 2025-07-24T05:40:13.7150949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_native.h 2025-07-24T05:40:13.7155226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_ops.h 2025-07-24T05:40:13.7160176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf.h 2025-07-24T05:40:13.7164077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7168413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cpu_dispatch.h 2025-07-24T05:40:13.7172979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cuda_dispatch.h 2025-07-24T05:40:13.7177539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta.h 2025-07-24T05:40:13.7181237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta_dispatch.h 2025-07-24T05:40:13.7185601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_native.h 2025-07-24T05:40:13.7189670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_ops.h 2025-07-24T05:40:13.7193486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf.h 2025-07-24T05:40:13.7197622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7201642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cpu_dispatch.h 2025-07-24T05:40:13.7205545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cuda_dispatch.h 2025-07-24T05:40:13.7209574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta.h 2025-07-24T05:40:13.7213426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta_dispatch.h 2025-07-24T05:40:13.7217798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_native.h 2025-07-24T05:40:13.7221139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_ops.h 2025-07-24T05:40:13.7225413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal.h 2025-07-24T05:40:13.7229427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7233157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_native.h 2025-07-24T05:40:13.7236845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_ops.h 2025-07-24T05:40:13.7241368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft.h 2025-07-24T05:40:13.7244428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7248202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_native.h 2025-07-24T05:40:13.7252772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_ops.h 2025-07-24T05:40:13.7256694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced.h 2025-07-24T05:40:13.7260786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7264956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_native.h 2025-07-24T05:40:13.7268779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_ops.h 2025-07-24T05:40:13.7273067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex.h 2025-07-24T05:40:13.7277333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7281356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_native.h 2025-07-24T05:40:13.7284961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_ops.h 2025-07-24T05:40:13.7289371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj.h 2025-07-24T05:40:13.7293501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7296981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_native.h 2025-07-24T05:40:13.7300774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_ops.h 2025-07-24T05:40:13.7304818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed.h 2025-07-24T05:40:13.7308506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7312535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_native.h 2025-07-24T05:40:13.7316473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_ops.h 2025-07-24T05:40:13.7320558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point.h 2025-07-24T05:40:13.7324817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7328892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_native.h 2025-07-24T05:40:13.7333363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_ops.h 2025-07-24T05:40:13.7337628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference.h 2025-07-24T05:40:13.7341706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7345537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_native.h 2025-07-24T05:40:13.7349597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_ops.h 2025-07-24T05:40:13.7353375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf.h 2025-07-24T05:40:13.7357056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7361353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_native.h 2025-07-24T05:40:13.7365178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_ops.h 2025-07-24T05:40:13.7369882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg.h 2025-07-24T05:40:13.7373587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7377392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_native.h 2025-07-24T05:40:13.7381612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_ops.h 2025-07-24T05:40:13.7404963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero.h 2025-07-24T05:40:13.7428399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7432122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_native.h 2025-07-24T05:40:13.7436196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_ops.h 2025-07-24T05:40:13.7441254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned.h 2025-07-24T05:40:13.7457016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7461052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_native.h 2025-07-24T05:40:13.7464809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_ops.h 2025-07-24T05:40:13.7468662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size.h 2025-07-24T05:40:13.7472717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7476748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_native.h 2025-07-24T05:40:13.7480543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_ops.h 2025-07-24T05:40:13.7484709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to.h 2025-07-24T05:40:13.7488783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cpu_dispatch.h 2025-07-24T05:40:13.7492373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cuda_dispatch.h 2025-07-24T05:40:13.7496114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_native.h 2025-07-24T05:40:13.7499874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_ops.h 2025-07-24T05:40:13.7503663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed.h 2025-07-24T05:40:13.7507460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7511125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_native.h 2025-07-24T05:40:13.7514898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_ops.h 2025-07-24T05:40:13.7518878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available.h 2025-07-24T05:40:13.7522846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7526710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_native.h 2025-07-24T05:40:13.7530984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_ops.h 2025-07-24T05:40:13.7534620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item.h 2025-07-24T05:40:13.7538143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7541796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_native.h 2025-07-24T05:40:13.7545508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_ops.h 2025-07-24T05:40:13.7549000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window.h 2025-07-24T05:40:13.7552811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7556697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_native.h 2025-07-24T05:40:13.7560418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_ops.h 2025-07-24T05:40:13.7564081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div.h 2025-07-24T05:40:13.7567801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7571990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_native.h 2025-07-24T05:40:13.7575785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_ops.h 2025-07-24T05:40:13.7579864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron.h 2025-07-24T05:40:13.7583951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7588220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_native.h 2025-07-24T05:40:13.7592618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_ops.h 2025-07-24T05:40:13.7596929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue.h 2025-07-24T05:40:13.7601640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7606032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7610770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cpu_dispatch.h 2025-07-24T05:40:13.7615792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cuda_dispatch.h 2025-07-24T05:40:13.7620089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_native.h 2025-07-24T05:40:13.7624949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_ops.h 2025-07-24T05:40:13.7629114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss.h 2025-07-24T05:40:13.7633474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7637855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_native.h 2025-07-24T05:40:13.7642076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_ops.h 2025-07-24T05:40:13.7645908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm.h 2025-07-24T05:40:13.7650862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7655095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_native.h 2025-07-24T05:40:13.7659308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_ops.h 2025-07-24T05:40:13.7662805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm.h 2025-07-24T05:40:13.7667026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7670951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cpu_dispatch.h 2025-07-24T05:40:13.7674769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cuda_dispatch.h 2025-07-24T05:40:13.7678856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta.h 2025-07-24T05:40:13.7682602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta_dispatch.h 2025-07-24T05:40:13.7686400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_native.h 2025-07-24T05:40:13.7690221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_ops.h 2025-07-24T05:40:13.7693878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp.h 2025-07-24T05:40:13.7697560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7701336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_native.h 2025-07-24T05:40:13.7705429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_ops.h 2025-07-24T05:40:13.7709055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le.h 2025-07-24T05:40:13.7712646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu.h 2025-07-24T05:40:13.7716693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward.h 2025-07-24T05:40:13.7720494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7724431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h 2025-07-24T05:40:13.7728490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h 2025-07-24T05:40:13.7732415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta.h 2025-07-24T05:40:13.7736644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h 2025-07-24T05:40:13.7740889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_native.h 2025-07-24T05:40:13.7745257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_ops.h 2025-07-24T05:40:13.7748846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7752783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h 2025-07-24T05:40:13.7757421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h 2025-07-24T05:40:13.7762712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta.h 2025-07-24T05:40:13.7766988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta_dispatch.h 2025-07-24T05:40:13.7770694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_native.h 2025-07-24T05:40:13.7774617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_ops.h 2025-07-24T05:40:13.7778346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp.h 2025-07-24T05:40:13.7782149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7786075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cpu_dispatch.h 2025-07-24T05:40:13.7789848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cuda_dispatch.h 2025-07-24T05:40:13.7793718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta.h 2025-07-24T05:40:13.7797635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta_dispatch.h 2025-07-24T05:40:13.7801623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_native.h 2025-07-24T05:40:13.7805586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_ops.h 2025-07-24T05:40:13.7809724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less.h 2025-07-24T05:40:13.7813355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7817122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal.h 2025-07-24T05:40:13.7821317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7824953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_native.h 2025-07-24T05:40:13.7828760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_ops.h 2025-07-24T05:40:13.7832589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_native.h 2025-07-24T05:40:13.7837191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_ops.h 2025-07-24T05:40:13.7847572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7847824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cpu_dispatch.h 2025-07-24T05:40:13.7849201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cuda_dispatch.h 2025-07-24T05:40:13.7853392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta.h 2025-07-24T05:40:13.7856520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta_dispatch.h 2025-07-24T05:40:13.7860191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_native.h 2025-07-24T05:40:13.7863815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_ops.h 2025-07-24T05:40:13.7867241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma.h 2025-07-24T05:40:13.7871955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7876061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cpu_dispatch.h 2025-07-24T05:40:13.7880044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cuda_dispatch.h 2025-07-24T05:40:13.7884012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta.h 2025-07-24T05:40:13.7887882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta_dispatch.h 2025-07-24T05:40:13.7891695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_native.h 2025-07-24T05:40:13.7895429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_ops.h 2025-07-24T05:40:13.7900528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift.h 2025-07-24T05:40:13.7904234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7908324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh.h 2025-07-24T05:40:13.7912271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7915912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy.h 2025-07-24T05:40:13.7919965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7923732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.7927596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_native.h 2025-07-24T05:40:13.7931875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_ops.h 2025-07-24T05:40:13.7936480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_native.h 2025-07-24T05:40:13.7940776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_ops.h 2025-07-24T05:40:13.7945105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_native.h 2025-07-24T05:40:13.7949494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_ops.h 2025-07-24T05:40:13.7953517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky.h 2025-07-24T05:40:13.7957944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.7961299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex.h 2025-07-24T05:40:13.7965269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.7969467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h 2025-07-24T05:40:13.7973591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h 2025-07-24T05:40:13.7977779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta.h 2025-07-24T05:40:13.7981665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h 2025-07-24T05:40:13.7986384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_native.h 2025-07-24T05:40:13.7990211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_ops.h 2025-07-24T05:40:13.7994379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_native.h 2025-07-24T05:40:13.7998050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ops.h 2025-07-24T05:40:13.8001682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond.h 2025-07-24T05:40:13.8005634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8027362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_native.h 2025-07-24T05:40:13.8031256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_ops.h 2025-07-24T05:40:13.8035059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross.h 2025-07-24T05:40:13.8039373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8043240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h 2025-07-24T05:40:13.8047173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h 2025-07-24T05:40:13.8050992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta.h 2025-07-24T05:40:13.8054837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta_dispatch.h 2025-07-24T05:40:13.8058977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_native.h 2025-07-24T05:40:13.8063009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_ops.h 2025-07-24T05:40:13.8067020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det.h 2025-07-24T05:40:13.8071508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8075282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_native.h 2025-07-24T05:40:13.8079074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_ops.h 2025-07-24T05:40:13.8082961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal.h 2025-07-24T05:40:13.8087357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8090886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_native.h 2025-07-24T05:40:13.8095391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_ops.h 2025-07-24T05:40:13.8099461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig.h 2025-07-24T05:40:13.8104477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh.h 2025-07-24T05:40:13.8108000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8112200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_native.h 2025-07-24T05:40:13.8116377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_ops.h 2025-07-24T05:40:13.8120067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals.h 2025-07-24T05:40:13.8124225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh.h 2025-07-24T05:40:13.8128484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8132282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_native.h 2025-07-24T05:40:13.8136210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_ops.h 2025-07-24T05:40:13.8140699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8145130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h 2025-07-24T05:40:13.8148708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h 2025-07-24T05:40:13.8153074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_native.h 2025-07-24T05:40:13.8157112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_ops.h 2025-07-24T05:40:13.8161028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h 2025-07-24T05:40:13.8165440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h 2025-07-24T05:40:13.8169774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_native.h 2025-07-24T05:40:13.8173810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_ops.h 2025-07-24T05:40:13.8177735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product.h 2025-07-24T05:40:13.8182423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h 2025-07-24T05:40:13.8187024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h 2025-07-24T05:40:13.8191150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_native.h 2025-07-24T05:40:13.8195478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_ops.h 2025-07-24T05:40:13.8199527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv.h 2025-07-24T05:40:13.8204167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8210405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex.h 2025-07-24T05:40:13.8215056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8220016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h 2025-07-24T05:40:13.8223901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h 2025-07-24T05:40:13.8227900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta.h 2025-07-24T05:40:13.8232078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h 2025-07-24T05:40:13.8236000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_native.h 2025-07-24T05:40:13.8240165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_ops.h 2025-07-24T05:40:13.8244519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_native.h 2025-07-24T05:40:13.8248768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ops.h 2025-07-24T05:40:13.8252645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor.h 2025-07-24T05:40:13.8256774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8260789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex.h 2025-07-24T05:40:13.8264946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8269139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h 2025-07-24T05:40:13.8273264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h 2025-07-24T05:40:13.8277444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h 2025-07-24T05:40:13.8281220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h 2025-07-24T05:40:13.8285529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h 2025-07-24T05:40:13.8289701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h 2025-07-24T05:40:13.8294199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_native.h 2025-07-24T05:40:13.8297633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ops.h 2025-07-24T05:40:13.8301941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve.h 2025-07-24T05:40:13.8306281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8310185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h 2025-07-24T05:40:13.8314219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h 2025-07-24T05:40:13.8319600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta.h 2025-07-24T05:40:13.8323819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h 2025-07-24T05:40:13.8327810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_native.h 2025-07-24T05:40:13.8333066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_ops.h 2025-07-24T05:40:13.8337364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq.h 2025-07-24T05:40:13.8341938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.8345724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h 2025-07-24T05:40:13.8350661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h 2025-07-24T05:40:13.8354875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_native.h 2025-07-24T05:40:13.8360244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_ops.h 2025-07-24T05:40:13.8364129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu.h 2025-07-24T05:40:13.8368435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8373848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h 2025-07-24T05:40:13.8376994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h 2025-07-24T05:40:13.8381054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor.h 2025-07-24T05:40:13.8385693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8388985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex.h 2025-07-24T05:40:13.8393019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8396835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h 2025-07-24T05:40:13.8400791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h 2025-07-24T05:40:13.8404888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h 2025-07-24T05:40:13.8408891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h 2025-07-24T05:40:13.8412737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_native.h 2025-07-24T05:40:13.8416539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h 2025-07-24T05:40:13.8420414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_native.h 2025-07-24T05:40:13.8424236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ops.h 2025-07-24T05:40:13.8429099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta.h 2025-07-24T05:40:13.8433038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta_dispatch.h 2025-07-24T05:40:13.8436903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_native.h 2025-07-24T05:40:13.8440783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_ops.h 2025-07-24T05:40:13.8444814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve.h 2025-07-24T05:40:13.8449657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8452876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h 2025-07-24T05:40:13.8456888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h 2025-07-24T05:40:13.8460804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta.h 2025-07-24T05:40:13.8464666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h 2025-07-24T05:40:13.8468468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_native.h 2025-07-24T05:40:13.8472330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_ops.h 2025-07-24T05:40:13.8476485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul.h 2025-07-24T05:40:13.8480330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8484292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_native.h 2025-07-24T05:40:13.8488260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_ops.h 2025-07-24T05:40:13.8492112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp.h 2025-07-24T05:40:13.8496172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.8500488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h 2025-07-24T05:40:13.8504618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h 2025-07-24T05:40:13.8508816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_native.h 2025-07-24T05:40:13.8512638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_ops.h 2025-07-24T05:40:13.8516422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm.h 2025-07-24T05:40:13.8520411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8524171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_native.h 2025-07-24T05:40:13.8528094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_ops.h 2025-07-24T05:40:13.8532321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power.h 2025-07-24T05:40:13.8536624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8540408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_native.h 2025-07-24T05:40:13.8544274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_ops.h 2025-07-24T05:40:13.8548080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank.h 2025-07-24T05:40:13.8552149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8556219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_native.h 2025-07-24T05:40:13.8560287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_ops.h 2025-07-24T05:40:13.8564122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot.h 2025-07-24T05:40:13.8568210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8572065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_native.h 2025-07-24T05:40:13.8575902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_ops.h 2025-07-24T05:40:13.8579772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm.h 2025-07-24T05:40:13.8583988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8588471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_native.h 2025-07-24T05:40:13.8593671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_ops.h 2025-07-24T05:40:13.8597659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv.h 2025-07-24T05:40:13.8601670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8605902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.8610480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8614498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_native.h 2025-07-24T05:40:13.8618415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_ops.h 2025-07-24T05:40:13.8622497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr.h 2025-07-24T05:40:13.8626644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8630443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h 2025-07-24T05:40:13.8634190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h 2025-07-24T05:40:13.8638852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta.h 2025-07-24T05:40:13.8643279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta_dispatch.h 2025-07-24T05:40:13.8647488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_native.h 2025-07-24T05:40:13.8651637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_ops.h 2025-07-24T05:40:13.8655653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet.h 2025-07-24T05:40:13.8659978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8664013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_native.h 2025-07-24T05:40:13.8668073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_ops.h 2025-07-24T05:40:13.8672101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve.h 2025-07-24T05:40:13.8676344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8680514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex.h 2025-07-24T05:40:13.8684601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8688807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_native.h 2025-07-24T05:40:13.8692691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_ops.h 2025-07-24T05:40:13.8696495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_native.h 2025-07-24T05:40:13.8700504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ops.h 2025-07-24T05:40:13.8704577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular.h 2025-07-24T05:40:13.8708569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h 2025-07-24T05:40:13.8712543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h 2025-07-24T05:40:13.8716705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_native.h 2025-07-24T05:40:13.8720557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_ops.h 2025-07-24T05:40:13.8724581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd.h 2025-07-24T05:40:13.8728841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals.h 2025-07-24T05:40:13.8732962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8737260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_native.h 2025-07-24T05:40:13.8741044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_ops.h 2025-07-24T05:40:13.8745149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8750017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_native.h 2025-07-24T05:40:13.8753726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_ops.h 2025-07-24T05:40:13.8757937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv.h 2025-07-24T05:40:13.8761963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8765925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_native.h 2025-07-24T05:40:13.8769779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_ops.h 2025-07-24T05:40:13.8773885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve.h 2025-07-24T05:40:13.8777998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8782046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_native.h 2025-07-24T05:40:13.8786289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_ops.h 2025-07-24T05:40:13.8790755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander.h 2025-07-24T05:40:13.8794812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8798768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_native.h 2025-07-24T05:40:13.8802664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_ops.h 2025-07-24T05:40:13.8806663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot.h 2025-07-24T05:40:13.8810854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8834734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_native.h 2025-07-24T05:40:13.8838598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_ops.h 2025-07-24T05:40:13.8842523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm.h 2025-07-24T05:40:13.8846807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8850828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h 2025-07-24T05:40:13.8854921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h 2025-07-24T05:40:13.8865876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta.h 2025-07-24T05:40:13.8866238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h 2025-07-24T05:40:13.8869867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_native.h 2025-07-24T05:40:13.8873976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_ops.h 2025-07-24T05:40:13.8878578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear.h 2025-07-24T05:40:13.8881869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward.h 2025-07-24T05:40:13.8886006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.8889862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_native.h 2025-07-24T05:40:13.8893678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_ops.h 2025-07-24T05:40:13.8897669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.8901561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.8906092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_native.h 2025-07-24T05:40:13.8909315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_ops.h 2025-07-24T05:40:13.8913259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace.h 2025-07-24T05:40:13.8916808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.8920820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cpu_dispatch.h 2025-07-24T05:40:13.8924685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cuda_dispatch.h 2025-07-24T05:40:13.8928737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_meta_dispatch.h 2025-07-24T05:40:13.8932458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_native.h 2025-07-24T05:40:13.8936286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_ops.h 2025-07-24T05:40:13.8940275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log.h 2025-07-24T05:40:13.8943986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10.h 2025-07-24T05:40:13.8947716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8951569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cpu_dispatch.h 2025-07-24T05:40:13.8955622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cuda_dispatch.h 2025-07-24T05:40:13.8959371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta.h 2025-07-24T05:40:13.8963160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta_dispatch.h 2025-07-24T05:40:13.8967398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_native.h 2025-07-24T05:40:13.8971426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_ops.h 2025-07-24T05:40:13.8975149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p.h 2025-07-24T05:40:13.8978759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.8982502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cpu_dispatch.h 2025-07-24T05:40:13.8986660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cuda_dispatch.h 2025-07-24T05:40:13.8990382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta.h 2025-07-24T05:40:13.8994108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta_dispatch.h 2025-07-24T05:40:13.8997994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_native.h 2025-07-24T05:40:13.9001984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_ops.h 2025-07-24T05:40:13.9005899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2.h 2025-07-24T05:40:13.9009546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9013343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cpu_dispatch.h 2025-07-24T05:40:13.9017019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cuda_dispatch.h 2025-07-24T05:40:13.9020667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta.h 2025-07-24T05:40:13.9024616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta_dispatch.h 2025-07-24T05:40:13.9028386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_native.h 2025-07-24T05:40:13.9032307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_ops.h 2025-07-24T05:40:13.9035704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp.h 2025-07-24T05:40:13.9039421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2.h 2025-07-24T05:40:13.9043549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9047363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h 2025-07-24T05:40:13.9051117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h 2025-07-24T05:40:13.9054842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta.h 2025-07-24T05:40:13.9058689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta_dispatch.h 2025-07-24T05:40:13.9062809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_native.h 2025-07-24T05:40:13.9066609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_ops.h 2025-07-24T05:40:13.9070565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9074469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cpu_dispatch.h 2025-07-24T05:40:13.9078319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cuda_dispatch.h 2025-07-24T05:40:13.9082175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta.h 2025-07-24T05:40:13.9086105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta_dispatch.h 2025-07-24T05:40:13.9106450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_native.h 2025-07-24T05:40:13.9110768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_ops.h 2025-07-24T05:40:13.9114991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp.h 2025-07-24T05:40:13.9119089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9122885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9126751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_native.h 2025-07-24T05:40:13.9130459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_ops.h 2025-07-24T05:40:13.9134527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet.h 2025-07-24T05:40:13.9138122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9141763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_native.h 2025-07-24T05:40:13.9145446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_ops.h 2025-07-24T05:40:13.9149316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and.h 2025-07-24T05:40:13.9153614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9157018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cpu_dispatch.h 2025-07-24T05:40:13.9160983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cuda_dispatch.h 2025-07-24T05:40:13.9164898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_native.h 2025-07-24T05:40:13.9168918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_ops.h 2025-07-24T05:40:13.9172723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not.h 2025-07-24T05:40:13.9176910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9180516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cpu_dispatch.h 2025-07-24T05:40:13.9184590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cuda_dispatch.h 2025-07-24T05:40:13.9189526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_native.h 2025-07-24T05:40:13.9193519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_ops.h 2025-07-24T05:40:13.9197799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or.h 2025-07-24T05:40:13.9201614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9206006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cpu_dispatch.h 2025-07-24T05:40:13.9209934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cuda_dispatch.h 2025-07-24T05:40:13.9213745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_native.h 2025-07-24T05:40:13.9217690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_ops.h 2025-07-24T05:40:13.9221641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor.h 2025-07-24T05:40:13.9226097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9229890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cpu_dispatch.h 2025-07-24T05:40:13.9234343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cuda_dispatch.h 2025-07-24T05:40:13.9238261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_native.h 2025-07-24T05:40:13.9242052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_ops.h 2025-07-24T05:40:13.9246206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit.h 2025-07-24T05:40:13.9250107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward.h 2025-07-24T05:40:13.9254912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9258459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cpu_dispatch.h 2025-07-24T05:40:13.9262626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cuda_dispatch.h 2025-07-24T05:40:13.9266603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta.h 2025-07-24T05:40:13.9271392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta_dispatch.h 2025-07-24T05:40:13.9275111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_native.h 2025-07-24T05:40:13.9279358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_ops.h 2025-07-24T05:40:13.9283510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cpu_dispatch.h 2025-07-24T05:40:13.9287825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cuda_dispatch.h 2025-07-24T05:40:13.9291908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_meta_dispatch.h 2025-07-24T05:40:13.9296323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_native.h 2025-07-24T05:40:13.9300520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_ops.h 2025-07-24T05:40:13.9304518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace.h 2025-07-24T05:40:13.9308743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9313462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cpu_dispatch.h 2025-07-24T05:40:13.9317691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cuda_dispatch.h 2025-07-24T05:40:13.9321402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_meta_dispatch.h 2025-07-24T05:40:13.9325433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_native.h 2025-07-24T05:40:13.9329895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_ops.h 2025-07-24T05:40:13.9333721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp.h 2025-07-24T05:40:13.9337910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9342991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9347819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9351644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_native.h 2025-07-24T05:40:13.9355871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_ops.h 2025-07-24T05:40:13.9360124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9364612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cpu_dispatch.h 2025-07-24T05:40:13.9368895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cuda_dispatch.h 2025-07-24T05:40:13.9373361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta.h 2025-07-24T05:40:13.9377348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta_dispatch.h 2025-07-24T05:40:13.9380951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_native.h 2025-07-24T05:40:13.9384782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal.h 2025-07-24T05:40:13.9388916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9393293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cpu_dispatch.h 2025-07-24T05:40:13.9397419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cuda_dispatch.h 2025-07-24T05:40:13.9402071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_meta_dispatch.h 2025-07-24T05:40:13.9406384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_native.h 2025-07-24T05:40:13.9410391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_ops.h 2025-07-24T05:40:13.9414911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_ops.h 2025-07-24T05:40:13.9417940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid.h 2025-07-24T05:40:13.9421623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward.h 2025-07-24T05:40:13.9425390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h 2025-07-24T05:40:13.9429491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h 2025-07-24T05:40:13.9433725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_native.h 2025-07-24T05:40:13.9438117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_ops.h 2025-07-24T05:40:13.9441899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9445748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward.h 2025-07-24T05:40:13.9449754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h 2025-07-24T05:40:13.9454646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h 2025-07-24T05:40:13.9459040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_native.h 2025-07-24T05:40:13.9463183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_ops.h 2025-07-24T05:40:13.9467061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_native.h 2025-07-24T05:40:13.9471155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_ops.h 2025-07-24T05:40:13.9475055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax.h 2025-07-24T05:40:13.9479013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9483344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9487682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_native.h 2025-07-24T05:40:13.9491619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_ops.h 2025-07-24T05:40:13.9495521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift.h 2025-07-24T05:40:13.9499176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9503477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cpu_dispatch.h 2025-07-24T05:40:13.9507765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cuda_dispatch.h 2025-07-24T05:40:13.9511921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_meta_dispatch.h 2025-07-24T05:40:13.9515953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_native.h 2025-07-24T05:40:13.9520001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_ops.h 2025-07-24T05:40:13.9523936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm.h 2025-07-24T05:40:13.9527534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell.h 2025-07-24T05:40:13.9531354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9535559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_native.h 2025-07-24T05:40:13.9539303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_ops.h 2025-07-24T05:40:13.9543337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9547347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward.h 2025-07-24T05:40:13.9551366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9555495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_native.h 2025-07-24T05:40:13.9559408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_ops.h 2025-07-24T05:40:13.9563152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_native.h 2025-07-24T05:40:13.9567792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_ops.h 2025-07-24T05:40:13.9571413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt.h 2025-07-24T05:40:13.9575807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9579063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cpu_dispatch.h 2025-07-24T05:40:13.9583297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cuda_dispatch.h 2025-07-24T05:40:13.9587543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta.h 2025-07-24T05:40:13.9590881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta_dispatch.h 2025-07-24T05:40:13.9595102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_native.h 2025-07-24T05:40:13.9599081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_ops.h 2025-07-24T05:40:13.9602595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve.h 2025-07-24T05:40:13.9606781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9610697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_native.h 2025-07-24T05:40:13.9614333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_ops.h 2025-07-24T05:40:13.9618051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack.h 2025-07-24T05:40:13.9622263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9625615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h 2025-07-24T05:40:13.9629522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h 2025-07-24T05:40:13.9633824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta.h 2025-07-24T05:40:13.9637675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta_dispatch.h 2025-07-24T05:40:13.9641648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_native.h 2025-07-24T05:40:13.9645542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_ops.h 2025-07-24T05:40:13.9649615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss.h 2025-07-24T05:40:13.9654105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9658342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_native.h 2025-07-24T05:40:13.9662493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_ops.h 2025-07-24T05:40:13.9666434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill.h 2025-07-24T05:40:13.9670592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9674558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cpu_dispatch.h 2025-07-24T05:40:13.9679464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cuda_dispatch.h 2025-07-24T05:40:13.9683646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_meta_dispatch.h 2025-07-24T05:40:13.9687862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_native.h 2025-07-24T05:40:13.9692611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_ops.h 2025-07-24T05:40:13.9697140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter.h 2025-07-24T05:40:13.9701720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward.h 2025-07-24T05:40:13.9706857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9710832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_native.h 2025-07-24T05:40:13.9714873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_ops.h 2025-07-24T05:40:13.9718778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9722647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h 2025-07-24T05:40:13.9727403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h 2025-07-24T05:40:13.9731372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_meta_dispatch.h 2025-07-24T05:40:13.9735801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_native.h 2025-07-24T05:40:13.9739701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_ops.h 2025-07-24T05:40:13.9743726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select.h 2025-07-24T05:40:13.9747955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward.h 2025-07-24T05:40:13.9752305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9756136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_native.h 2025-07-24T05:40:13.9761292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_ops.h 2025-07-24T05:40:13.9764351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cpu_dispatch.h 2025-07-24T05:40:13.9769019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cuda_dispatch.h 2025-07-24T05:40:13.9773123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_native.h 2025-07-24T05:40:13.9777221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_ops.h 2025-07-24T05:40:13.9781178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul.h 2025-07-24T05:40:13.9784931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward.h 2025-07-24T05:40:13.9789719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9793257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_native.h 2025-07-24T05:40:13.9797727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_ops.h 2025-07-24T05:40:13.9801953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9807032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_native.h 2025-07-24T05:40:13.9810428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_ops.h 2025-07-24T05:40:13.9815047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp.h 2025-07-24T05:40:13.9818976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward.h 2025-07-24T05:40:13.9823023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9827014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_native.h 2025-07-24T05:40:13.9831342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_ops.h 2025-07-24T05:40:13.9836033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9839298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_native.h 2025-07-24T05:40:13.9843257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_ops.h 2025-07-24T05:40:13.9850203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H.h 2025-07-24T05:40:13.9851343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9894523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_native.h 2025-07-24T05:40:13.9895095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_ops.h 2025-07-24T05:40:13.9895628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power.h 2025-07-24T05:40:13.9896317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9897033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_native.h 2025-07-24T05:40:13.9897615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_ops.h 2025-07-24T05:40:13.9898143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max.h 2025-07-24T05:40:13.9898632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum.h 2025-07-24T05:40:13.9899393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9900245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cpu_dispatch.h 2025-07-24T05:40:13.9900852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cuda_dispatch.h 2025-07-24T05:40:13.9904662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta.h 2025-07-24T05:40:13.9908720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta_dispatch.h 2025-07-24T05:40:13.9912656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_native.h 2025-07-24T05:40:13.9916727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_ops.h 2025-07-24T05:40:13.9920931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:13.9924744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9929840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cpu_dispatch.h 2025-07-24T05:40:13.9933066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cuda_dispatch.h 2025-07-24T05:40:13.9936717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta.h 2025-07-24T05:40:13.9940157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta_dispatch.h 2025-07-24T05:40:13.9944316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_native.h 2025-07-24T05:40:13.9948291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_ops.h 2025-07-24T05:40:13.9952156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d.h 2025-07-24T05:40:13.9956058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9959906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_native.h 2025-07-24T05:40:13.9964366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_ops.h 2025-07-24T05:40:13.9968334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices.h 2025-07-24T05:40:13.9972303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:13.9976676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_native.h 2025-07-24T05:40:13.9980522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_ops.h 2025-07-24T05:40:13.9984503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d.h 2025-07-24T05:40:13.9988414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward.h 2025-07-24T05:40:13.9992740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:13.9996560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_native.h 2025-07-24T05:40:14.0000439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_ops.h 2025-07-24T05:40:14.0004592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0008808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_native.h 2025-07-24T05:40:14.0013373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_ops.h 2025-07-24T05:40:14.0017333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices.h 2025-07-24T05:40:14.0021308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward.h 2025-07-24T05:40:14.0025454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.0029592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h 2025-07-24T05:40:14.0033928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h 2025-07-24T05:40:14.0037946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h 2025-07-24T05:40:14.0041998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h 2025-07-24T05:40:14.0046006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h 2025-07-24T05:40:14.0049944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h 2025-07-24T05:40:14.0054126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.0058241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h 2025-07-24T05:40:14.0062087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h 2025-07-24T05:40:14.0066048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta.h 2025-07-24T05:40:14.0070079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h 2025-07-24T05:40:14.0074387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_native.h 2025-07-24T05:40:14.0078471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_ops.h 2025-07-24T05:40:14.0082278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d.h 2025-07-24T05:40:14.0086586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0090839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_native.h 2025-07-24T05:40:14.0094861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_ops.h 2025-07-24T05:40:14.0099081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices.h 2025-07-24T05:40:14.0103088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward.h 2025-07-24T05:40:14.0108030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h 2025-07-24T05:40:14.0112025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h 2025-07-24T05:40:14.0115894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h 2025-07-24T05:40:14.0119847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h 2025-07-24T05:40:14.0123771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h 2025-07-24T05:40:14.0128206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h 2025-07-24T05:40:14.0132232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_native.h 2025-07-24T05:40:14.0136081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_ops.h 2025-07-24T05:40:14.0139848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d.h 2025-07-24T05:40:14.0143680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h 2025-07-24T05:40:14.0147514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h 2025-07-24T05:40:14.0151312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_native.h 2025-07-24T05:40:14.0173330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_ops.h 2025-07-24T05:40:14.0177383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d.h 2025-07-24T05:40:14.0181304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h 2025-07-24T05:40:14.0185302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h 2025-07-24T05:40:14.0189379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_native.h 2025-07-24T05:40:14.0193709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_ops.h 2025-07-24T05:40:14.0197364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean.h 2025-07-24T05:40:14.0201542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.0206044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0209976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0213827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cpu_dispatch.h 2025-07-24T05:40:14.0218190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cuda_dispatch.h 2025-07-24T05:40:14.0222380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta.h 2025-07-24T05:40:14.0226526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta_dispatch.h 2025-07-24T05:40:14.0230826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_native.h 2025-07-24T05:40:14.0234754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_ops.h 2025-07-24T05:40:14.0238602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median.h 2025-07-24T05:40:14.0242561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0246593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0250238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cpu_dispatch.h 2025-07-24T05:40:14.0254901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cuda_dispatch.h 2025-07-24T05:40:14.0259189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_native.h 2025-07-24T05:40:14.0263172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_ops.h 2025-07-24T05:40:14.0267172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid.h 2025-07-24T05:40:14.0271174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0275067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_native.h 2025-07-24T05:40:14.0278765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_ops.h 2025-07-24T05:40:14.0282735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH.h 2025-07-24T05:40:14.0286896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0290582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_native.h 2025-07-24T05:40:14.0294652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_ops.h 2025-07-24T05:40:14.0298554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min.h 2025-07-24T05:40:14.0302064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum.h 2025-07-24T05:40:14.0305914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.0309772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cpu_dispatch.h 2025-07-24T05:40:14.0313561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cuda_dispatch.h 2025-07-24T05:40:14.0317551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta.h 2025-07-24T05:40:14.0321664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta_dispatch.h 2025-07-24T05:40:14.0326005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_native.h 2025-07-24T05:40:14.0329763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_ops.h 2025-07-24T05:40:14.0334392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.0338195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0342078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cpu_dispatch.h 2025-07-24T05:40:14.0346485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cuda_dispatch.h 2025-07-24T05:40:14.0350642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta.h 2025-07-24T05:40:14.0354140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta_dispatch.h 2025-07-24T05:40:14.0357933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_native.h 2025-07-24T05:40:14.0363480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_ops.h 2025-07-24T05:40:14.0365749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm.h 2025-07-24T05:40:14.0369731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward.h 2025-07-24T05:40:14.0373668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0378158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h 2025-07-24T05:40:14.0382314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_native.h 2025-07-24T05:40:14.0386829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h 2025-07-24T05:40:14.0393430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0395529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h 2025-07-24T05:40:14.0399992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_native.h 2025-07-24T05:40:14.0403933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_ops.h 2025-07-24T05:40:14.0408068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution.h 2025-07-24T05:40:14.0412140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu.h 2025-07-24T05:40:14.0417662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h 2025-07-24T05:40:14.0420552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_native.h 2025-07-24T05:40:14.0424698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h 2025-07-24T05:40:14.0429164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0433123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h 2025-07-24T05:40:14.0437299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_native.h 2025-07-24T05:40:14.0441207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_ops.h 2025-07-24T05:40:14.0445243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu.h 2025-07-24T05:40:14.0450323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h 2025-07-24T05:40:14.0454205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_native.h 2025-07-24T05:40:14.0458061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_ops.h 2025-07-24T05:40:14.0461870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose.h 2025-07-24T05:40:14.0466601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0470700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h 2025-07-24T05:40:14.0475578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_native.h 2025-07-24T05:40:14.0478741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_ops.h 2025-07-24T05:40:14.0482762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution.h 2025-07-24T05:40:14.0487059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0491201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h 2025-07-24T05:40:14.0495362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_native.h 2025-07-24T05:40:14.0499364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h 2025-07-24T05:40:14.0503342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn.h 2025-07-24T05:40:14.0507406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward.h 2025-07-24T05:40:14.0511546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0515408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h 2025-07-24T05:40:14.0519492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_native.h 2025-07-24T05:40:14.0523571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_ops.h 2025-07-24T05:40:14.0527625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0531484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h 2025-07-24T05:40:14.0535722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_native.h 2025-07-24T05:40:14.0539664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_ops.h 2025-07-24T05:40:14.0543735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish.h 2025-07-24T05:40:14.0547736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward.h 2025-07-24T05:40:14.0552404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.0556749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cpu_dispatch.h 2025-07-24T05:40:14.0560509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cuda_dispatch.h 2025-07-24T05:40:14.0564346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_native.h 2025-07-24T05:40:14.0568780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_ops.h 2025-07-24T05:40:14.0572759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.0576444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cpu_dispatch.h 2025-07-24T05:40:14.0580140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cuda_dispatch.h 2025-07-24T05:40:14.0583828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta.h 2025-07-24T05:40:14.0587455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta_dispatch.h 2025-07-24T05:40:14.0591644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_native.h 2025-07-24T05:40:14.0595696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_ops.h 2025-07-24T05:40:14.0599220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h 2025-07-24T05:40:14.0603315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h 2025-07-24T05:40:14.0607456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0611234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h 2025-07-24T05:40:14.0615086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h 2025-07-24T05:40:14.0619535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h 2025-07-24T05:40:14.0623527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h 2025-07-24T05:40:14.0627454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution.h 2025-07-24T05:40:14.0631872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0635763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_native.h 2025-07-24T05:40:14.0639534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_ops.h 2025-07-24T05:40:14.0644305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear.h 2025-07-24T05:40:14.0648402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward.h 2025-07-24T05:40:14.0652970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0657163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input.h 2025-07-24T05:40:14.0661484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0667095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h 2025-07-24T05:40:14.0671658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h 2025-07-24T05:40:14.0675767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_native.h 2025-07-24T05:40:14.0680309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_ops.h 2025-07-24T05:40:14.0684120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights.h 2025-07-24T05:40:14.0689003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0693751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h 2025-07-24T05:40:14.0889498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h 2025-07-24T05:40:14.0895581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0901353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_native.h 2025-07-24T05:40:14.0908097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_ops.h 2025-07-24T05:40:14.0914031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d.h 2025-07-24T05:40:14.0919966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h 2025-07-24T05:40:14.0927842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0934245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h 2025-07-24T05:40:14.0940582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h 2025-07-24T05:40:14.0947425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0953094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_native.h 2025-07-24T05:40:14.0958604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h 2025-07-24T05:40:14.0964486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d.h 2025-07-24T05:40:14.0968703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h 2025-07-24T05:40:14.0973346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0977273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h 2025-07-24T05:40:14.0981309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h 2025-07-24T05:40:14.0985559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.0989797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_native.h 2025-07-24T05:40:14.0993687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h 2025-07-24T05:40:14.0997544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h 2025-07-24T05:40:14.1001614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1005543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h 2025-07-24T05:40:14.1009867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h 2025-07-24T05:40:14.1013983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h 2025-07-24T05:40:14.1018004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1021958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h 2025-07-24T05:40:14.1025870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h 2025-07-24T05:40:14.1029720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer.h 2025-07-24T05:40:14.1033622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h 2025-07-24T05:40:14.1037925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1041932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h 2025-07-24T05:40:14.1046358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h 2025-07-24T05:40:14.1050465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h 2025-07-24T05:40:14.1054577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1058643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h 2025-07-24T05:40:14.1062679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_native.h 2025-07-24T05:40:14.1066890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h 2025-07-24T05:40:14.1070658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm.h 2025-07-24T05:40:14.1074681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.1078516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cpu_dispatch.h 2025-07-24T05:40:14.1082171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cuda_dispatch.h 2025-07-24T05:40:14.1085983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta.h 2025-07-24T05:40:14.1089722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta_dispatch.h 2025-07-24T05:40:14.1093647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_native.h 2025-07-24T05:40:14.1097304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_ops.h 2025-07-24T05:40:14.1114978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode.h 2025-07-24T05:40:14.1115647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1116419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1117104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cpu_dispatch.h 2025-07-24T05:40:14.1117694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cuda_dispatch.h 2025-07-24T05:40:14.1119586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_native.h 2025-07-24T05:40:14.1123221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_ops.h 2025-07-24T05:40:14.1126840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis.h 2025-07-24T05:40:14.1130511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1134275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_native.h 2025-07-24T05:40:14.1138012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_ops.h 2025-07-24T05:40:14.1141705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim.h 2025-07-24T05:40:14.1145323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1149273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_native.h 2025-07-24T05:40:14.1153117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_ops.h 2025-07-24T05:40:14.1156896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward.h 2025-07-24T05:40:14.1160843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1164626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_native.h 2025-07-24T05:40:14.1169407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_ops.h 2025-07-24T05:40:14.1174406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward.h 2025-07-24T05:40:14.1179091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1183056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h 2025-07-24T05:40:14.1188071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h 2025-07-24T05:40:14.1192516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss.h 2025-07-24T05:40:14.1196763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward.h 2025-07-24T05:40:14.1200814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h 2025-07-24T05:40:14.1205436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h 2025-07-24T05:40:14.1209843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_native.h 2025-07-24T05:40:14.1213884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_ops.h 2025-07-24T05:40:14.1218706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.1223059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cpu_dispatch.h 2025-07-24T05:40:14.1227678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cuda_dispatch.h 2025-07-24T05:40:14.1231723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta.h 2025-07-24T05:40:14.1236220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta_dispatch.h 2025-07-24T05:40:14.1241034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_native.h 2025-07-24T05:40:14.1245064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_ops.h 2025-07-24T05:40:14.1249439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort.h 2025-07-24T05:40:14.1253569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1257611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_native.h 2025-07-24T05:40:14.1261853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_ops.h 2025-07-24T05:40:14.1266094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT.h 2025-07-24T05:40:14.1270145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1274133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_native.h 2025-07-24T05:40:14.1278368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_ops.h 2025-07-24T05:40:14.1282909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul.h 2025-07-24T05:40:14.1286675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss.h 2025-07-24T05:40:14.1291393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward.h 2025-07-24T05:40:14.1295398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h 2025-07-24T05:40:14.1299828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h 2025-07-24T05:40:14.1303653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h 2025-07-24T05:40:14.1307693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h 2025-07-24T05:40:14.1311854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1316502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward.h 2025-07-24T05:40:14.1320512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h 2025-07-24T05:40:14.1324601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h 2025-07-24T05:40:14.1328734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h 2025-07-24T05:40:14.1332606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h 2025-07-24T05:40:14.1337028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_native.h 2025-07-24T05:40:14.1341383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_ops.h 2025-07-24T05:40:14.1345592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial.h 2025-07-24T05:40:14.1349353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cpu_dispatch.h 2025-07-24T05:40:14.1353571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cuda_dispatch.h 2025-07-24T05:40:14.1358525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_native.h 2025-07-24T05:40:14.1361883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_ops.h 2025-07-24T05:40:14.1366009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply.h 2025-07-24T05:40:14.1369980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1380534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_native.h 2025-07-24T05:40:14.1381107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_ops.h 2025-07-24T05:40:14.1382099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss.h 2025-07-24T05:40:14.1386561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward.h 2025-07-24T05:40:14.1390140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h 2025-07-24T05:40:14.1394380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h 2025-07-24T05:40:14.1398707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_native.h 2025-07-24T05:40:14.1402572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_ops.h 2025-07-24T05:40:14.1406751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h 2025-07-24T05:40:14.1410614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h 2025-07-24T05:40:14.1415797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_native.h 2025-07-24T05:40:14.1418461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_ops.h 2025-07-24T05:40:14.1422427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.1426334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1429978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cpu_dispatch.h 2025-07-24T05:40:14.1433838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cuda_dispatch.h 2025-07-24T05:40:14.1453050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta.h 2025-07-24T05:40:14.1456616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta_dispatch.h 2025-07-24T05:40:14.1460487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_native.h 2025-07-24T05:40:14.1478247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_ops.h 2025-07-24T05:40:14.1481590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv.h 2025-07-24T05:40:14.1485158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma.h 2025-07-24T05:40:14.1488878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1492808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h 2025-07-24T05:40:14.1496636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h 2025-07-24T05:40:14.1500389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_native.h 2025-07-24T05:40:14.1504111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_ops.h 2025-07-24T05:40:14.1511293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1515121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_native.h 2025-07-24T05:40:14.1519080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_ops.h 2025-07-24T05:40:14.1522509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean.h 2025-07-24T05:40:14.1526321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1529857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_native.h 2025-07-24T05:40:14.1534002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_ops.h 2025-07-24T05:40:14.1537718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian.h 2025-07-24T05:40:14.1541484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1545437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1549118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cpu_dispatch.h 2025-07-24T05:40:14.1552940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cuda_dispatch.h 2025-07-24T05:40:14.1556839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_native.h 2025-07-24T05:40:14.1560544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_ops.h 2025-07-24T05:40:14.1564175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile.h 2025-07-24T05:40:14.1568112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1571978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_native.h 2025-07-24T05:40:14.1575799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_ops.h 2025-07-24T05:40:14.1579500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum.h 2025-07-24T05:40:14.1583034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cpu_dispatch.h 2025-07-24T05:40:14.1586710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cuda_dispatch.h 2025-07-24T05:40:14.1590587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_native.h 2025-07-24T05:40:14.1594285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_ops.h 2025-07-24T05:40:14.1597955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num.h 2025-07-24T05:40:14.1601695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1605669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h 2025-07-24T05:40:14.1609428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h 2025-07-24T05:40:14.1613223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_native.h 2025-07-24T05:40:14.1616952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_ops.h 2025-07-24T05:40:14.1620677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow.h 2025-07-24T05:40:14.1625293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1629049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy.h 2025-07-24T05:40:14.1642592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.1644008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h 2025-07-24T05:40:14.1645129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_native.h 2025-07-24T05:40:14.1649472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_ops.h 2025-07-24T05:40:14.1653468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_native.h 2025-07-24T05:40:14.1657984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_ops.h 2025-07-24T05:40:14.1661597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm.h 2025-07-24T05:40:14.1665667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward.h 2025-07-24T05:40:14.1670918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1675355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h 2025-07-24T05:40:14.1678912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h 2025-07-24T05:40:14.1682760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_native.h 2025-07-24T05:40:14.1686731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_ops.h 2025-07-24T05:40:14.1690736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h 2025-07-24T05:40:14.1694605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h 2025-07-24T05:40:14.1698748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_native.h 2025-07-24T05:40:14.1702674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_ops.h 2025-07-24T05:40:14.1706584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle.h 2025-07-24T05:40:14.1710581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1714711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h 2025-07-24T05:40:14.1718602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_native.h 2025-07-24T05:40:14.1722494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_ops.h 2025-07-24T05:40:14.1726599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout.h 2025-07-24T05:40:14.1730524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward.h 2025-07-24T05:40:14.1734744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1738804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h 2025-07-24T05:40:14.1742704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h 2025-07-24T05:40:14.1747049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_native.h 2025-07-24T05:40:14.1750987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_ops.h 2025-07-24T05:40:14.1754986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1758838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cpu_dispatch.h 2025-07-24T05:40:14.1762870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cuda_dispatch.h 2025-07-24T05:40:14.1766867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_native.h 2025-07-24T05:40:14.1772171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_ops.h 2025-07-24T05:40:14.1777711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm.h 2025-07-24T05:40:14.1781201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward.h 2025-07-24T05:40:14.1785847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1790291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h 2025-07-24T05:40:14.1794552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h 2025-07-24T05:40:14.1798573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_native.h 2025-07-24T05:40:14.1802463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_ops.h 2025-07-24T05:40:14.1806746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1810994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h 2025-07-24T05:40:14.1815106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h 2025-07-24T05:40:14.1819355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_native.h 2025-07-24T05:40:14.1823782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_ops.h 2025-07-24T05:40:14.1827987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm.h 2025-07-24T05:40:14.1831964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward.h 2025-07-24T05:40:14.1836673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1841146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h 2025-07-24T05:40:14.1845188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h 2025-07-24T05:40:14.1849666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_native.h 2025-07-24T05:40:14.1853933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_ops.h 2025-07-24T05:40:14.1858182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1862339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h 2025-07-24T05:40:14.1866870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h 2025-07-24T05:40:14.1870867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_native.h 2025-07-24T05:40:14.1875064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_ops.h 2025-07-24T05:40:14.1879120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm.h 2025-07-24T05:40:14.1883905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1888109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_native.h 2025-07-24T05:40:14.1891920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_ops.h 2025-07-24T05:40:14.1897180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne.h 2025-07-24T05:40:14.1899684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg.h 2025-07-24T05:40:14.1903775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative.h 2025-07-24T05:40:14.1907447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1911224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_native.h 2025-07-24T05:40:14.1915389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_ops.h 2025-07-24T05:40:14.1919027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.1922659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cpu_dispatch.h 2025-07-24T05:40:14.1926972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cuda_dispatch.h 2025-07-24T05:40:14.1930694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta.h 2025-07-24T05:40:14.1934363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta_dispatch.h 2025-07-24T05:40:14.1937929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_native.h 2025-07-24T05:40:14.1942571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_ops.h 2025-07-24T05:40:14.1945853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor.h 2025-07-24T05:40:14.1949721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.1953564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_native.h 2025-07-24T05:40:14.1957738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_ops.h 2025-07-24T05:40:14.1961463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty.h 2025-07-24T05:40:14.1965220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1969085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_native.h 2025-07-24T05:40:14.1973304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_ops.h 2025-07-24T05:40:14.1976896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided.h 2025-07-24T05:40:14.1981004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.1984909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.1989168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_native.h 2025-07-24T05:40:14.1993000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_ops.h 2025-07-24T05:40:14.1996747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full.h 2025-07-24T05:40:14.2000319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2004170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_native.h 2025-07-24T05:40:14.2008067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_ops.h 2025-07-24T05:40:14.2012104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones.h 2025-07-24T05:40:14.2015763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2019353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_native.h 2025-07-24T05:40:14.2023110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_ops.h 2025-07-24T05:40:14.2026763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros.h 2025-07-24T05:40:14.2030596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2034459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_native.h 2025-07-24T05:40:14.2038161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_ops.h 2025-07-24T05:40:14.2041742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter.h 2025-07-24T05:40:14.2045626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2049240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cpu_dispatch.h 2025-07-24T05:40:14.2053167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cuda_dispatch.h 2025-07-24T05:40:14.2056840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta.h 2025-07-24T05:40:14.2061335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta_dispatch.h 2025-07-24T05:40:14.2065250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_native.h 2025-07-24T05:40:14.2068928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_ops.h 2025-07-24T05:40:14.2072874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2076522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cpu_dispatch.h 2025-07-24T05:40:14.2080505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cuda_dispatch.h 2025-07-24T05:40:14.2084022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta.h 2025-07-24T05:40:14.2087629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta_dispatch.h 2025-07-24T05:40:14.2091777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_native.h 2025-07-24T05:40:14.2095353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_ops.h 2025-07-24T05:40:14.2098671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss.h 2025-07-24T05:40:14.2102032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d.h 2025-07-24T05:40:14.2105691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward.h 2025-07-24T05:40:14.2109472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h 2025-07-24T05:40:14.2113252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h 2025-07-24T05:40:14.2117043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_native.h 2025-07-24T05:40:14.2121077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_ops.h 2025-07-24T05:40:14.2125102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2129089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward.h 2025-07-24T05:40:14.2132979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h 2025-07-24T05:40:14.2136816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h 2025-07-24T05:40:14.2140593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_native.h 2025-07-24T05:40:14.2145228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_ops.h 2025-07-24T05:40:14.2149106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_native.h 2025-07-24T05:40:14.2152931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_ops.h 2025-07-24T05:40:14.2156748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward.h 2025-07-24T05:40:14.2160814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2165273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h 2025-07-24T05:40:14.2169357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h 2025-07-24T05:40:14.2173549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta.h 2025-07-24T05:40:14.2177434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h 2025-07-24T05:40:14.2181828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_native.h 2025-07-24T05:40:14.2185310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_ops.h 2025-07-24T05:40:14.2189650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2193729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward.h 2025-07-24T05:40:14.2197857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2201915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h 2025-07-24T05:40:14.2206189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h 2025-07-24T05:40:14.2210750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta.h 2025-07-24T05:40:14.2214215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h 2025-07-24T05:40:14.2218600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_native.h 2025-07-24T05:40:14.2223178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_ops.h 2025-07-24T05:40:14.2227217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_native.h 2025-07-24T05:40:14.2231195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd.h 2025-07-24T05:40:14.2235238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2239639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_native.h 2025-07-24T05:40:14.2243308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_ops.h 2025-07-24T05:40:14.2247444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_ops.h 2025-07-24T05:40:14.2251510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero.h 2025-07-24T05:40:14.2254969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cpu_dispatch.h 2025-07-24T05:40:14.2259082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cuda_dispatch.h 2025-07-24T05:40:14.2263013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_native.h 2025-07-24T05:40:14.2266829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy.h 2025-07-24T05:40:14.2271185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2275626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_native.h 2025-07-24T05:40:14.2279934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_ops.h 2025-07-24T05:40:14.2283772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_ops.h 2025-07-24T05:40:14.2288093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static.h 2025-07-24T05:40:14.2292076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h 2025-07-24T05:40:14.2295944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h 2025-07-24T05:40:14.2299882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_native.h 2025-07-24T05:40:14.2304106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_ops.h 2025-07-24T05:40:14.2307895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm.h 2025-07-24T05:40:14.2311345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal.h 2025-07-24T05:40:14.2315128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2319042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cpu_dispatch.h 2025-07-24T05:40:14.2322932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cuda_dispatch.h 2025-07-24T05:40:14.2327385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_meta_dispatch.h 2025-07-24T05:40:14.2331612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_native.h 2025-07-24T05:40:14.2335965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_ops.h 2025-07-24T05:40:14.2340423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2344257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2348920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2352497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cpu_dispatch.h 2025-07-24T05:40:14.2357113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cuda_dispatch.h 2025-07-24T05:40:14.2361494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim.h 2025-07-24T05:40:14.2366149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2370059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_native.h 2025-07-24T05:40:14.2373986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_ops.h 2025-07-24T05:40:14.2378452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta.h 2025-07-24T05:40:14.2382108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta_dispatch.h 2025-07-24T05:40:14.2385916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_native.h 2025-07-24T05:40:14.2390970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_ops.h 2025-07-24T05:40:14.2393690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal.h 2025-07-24T05:40:14.2397748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2401506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_native.h 2025-07-24T05:40:14.2405443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_ops.h 2025-07-24T05:40:14.2409476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm.h 2025-07-24T05:40:14.2414573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2418288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_native.h 2025-07-24T05:40:14.2422207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_ops.h 2025-07-24T05:40:14.2426234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T.h 2025-07-24T05:40:14.2430051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2433832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_native.h 2025-07-24T05:40:14.2438316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_ops.h 2025-07-24T05:40:14.2442341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones.h 2025-07-24T05:40:14.2445872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2449487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like.h 2025-07-24T05:40:14.2453346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2457031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_native.h 2025-07-24T05:40:14.2460799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_ops.h 2025-07-24T05:40:14.2464664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_native.h 2025-07-24T05:40:14.2468626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_ops.h 2025-07-24T05:40:14.2472271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot.h 2025-07-24T05:40:14.2476307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2480743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_native.h 2025-07-24T05:40:14.2484309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_ops.h 2025-07-24T05:40:14.2488417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or.h 2025-07-24T05:40:14.2510382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr.h 2025-07-24T05:40:14.2514104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2518011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_native.h 2025-07-24T05:40:14.2522071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_ops.h 2025-07-24T05:40:14.2526772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr.h 2025-07-24T05:40:14.2530228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cpu_dispatch.h 2025-07-24T05:40:14.2533873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cuda_dispatch.h 2025-07-24T05:40:14.2537512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_native.h 2025-07-24T05:40:14.2541258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_ops.h 2025-07-24T05:40:14.2545172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2548701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_native.h 2025-07-24T05:40:14.2552557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_ops.h 2025-07-24T05:40:14.2556349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer.h 2025-07-24T05:40:14.2559639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2563187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_native.h 2025-07-24T05:40:14.2567039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_ops.h 2025-07-24T05:40:14.2570944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr.h 2025-07-24T05:40:14.2574517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2578116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_native.h 2025-07-24T05:40:14.2581924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_ops.h 2025-07-24T05:40:14.2585671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad.h 2025-07-24T05:40:14.2589306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2592871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_native.h 2025-07-24T05:40:14.2596709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_ops.h 2025-07-24T05:40:14.2599987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence.h 2025-07-24T05:40:14.2603900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2607838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_native.h 2025-07-24T05:40:14.2611600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_ops.h 2025-07-24T05:40:14.2615438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance.h 2025-07-24T05:40:14.2619266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2622948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_native.h 2025-07-24T05:40:14.2626780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_ops.h 2025-07-24T05:40:14.2631009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist.h 2025-07-24T05:40:14.2634809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2638637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_native.h 2025-07-24T05:40:14.2642305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_ops.h 2025-07-24T05:40:14.2646097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute.h 2025-07-24T05:40:14.2650307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2654011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy.h 2025-07-24T05:40:14.2658113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2662164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2666332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_native.h 2025-07-24T05:40:14.2670333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_ops.h 2025-07-24T05:40:14.2674561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_native.h 2025-07-24T05:40:14.2678015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_ops.h 2025-07-24T05:40:14.2681860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse.h 2025-07-24T05:40:14.2685793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2689445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_native.h 2025-07-24T05:40:14.2693693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_ops.h 2025-07-24T05:40:14.2697664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory.h 2025-07-24T05:40:14.2701492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2705227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_native.h 2025-07-24T05:40:14.2709325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_ops.h 2025-07-24T05:40:14.2712909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle.h 2025-07-24T05:40:14.2717285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2721389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2725132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h 2025-07-24T05:40:14.2729646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_native.h 2025-07-24T05:40:14.2733901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_ops.h 2025-07-24T05:40:14.2738421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle.h 2025-07-24T05:40:14.2742744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.2746887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2751133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h 2025-07-24T05:40:14.2755308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_native.h 2025-07-24T05:40:14.2759176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_ops.h 2025-07-24T05:40:14.2763160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson.h 2025-07-24T05:40:14.2767122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2770921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cpu_dispatch.h 2025-07-24T05:40:14.2774949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cuda_dispatch.h 2025-07-24T05:40:14.2778790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_native.h 2025-07-24T05:40:14.2782571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss.h 2025-07-24T05:40:14.2786661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.2790742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_native.h 2025-07-24T05:40:14.2795285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_ops.h 2025-07-24T05:40:14.2798393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_ops.h 2025-07-24T05:40:14.2802612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar.h 2025-07-24T05:40:14.2806663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.2810319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cpu_dispatch.h 2025-07-24T05:40:14.2815141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cuda_dispatch.h 2025-07-24T05:40:14.2820072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_native.h 2025-07-24T05:40:14.2824586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_ops.h 2025-07-24T05:40:14.3696658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma.h 2025-07-24T05:40:14.3700248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.3704892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.3708449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cpu_dispatch.h 2025-07-24T05:40:14.3712466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cuda_dispatch.h 2025-07-24T05:40:14.3716714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta.h 2025-07-24T05:40:14.3720839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta_dispatch.h 2025-07-24T05:40:14.3724866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_native.h 2025-07-24T05:40:14.3729085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_ops.h 2025-07-24T05:40:14.3733219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive.h 2025-07-24T05:40:14.3736775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3741307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_native.h 2025-07-24T05:40:14.3745731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_ops.h 2025-07-24T05:40:14.3750020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow.h 2025-07-24T05:40:14.3753529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.3757376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cpu_dispatch.h 2025-07-24T05:40:14.3761400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cuda_dispatch.h 2025-07-24T05:40:14.3765168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta.h 2025-07-24T05:40:14.3769054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta_dispatch.h 2025-07-24T05:40:14.3772665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_native.h 2025-07-24T05:40:14.3776465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_ops.h 2025-07-24T05:40:14.3780202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu.h 2025-07-24T05:40:14.3783723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3788046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_native.h 2025-07-24T05:40:14.3792086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_ops.h 2025-07-24T05:40:14.3795474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod.h 2025-07-24T05:40:14.3799443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.3803219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.3807064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3810901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cpu_dispatch.h 2025-07-24T05:40:14.3814790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cuda_dispatch.h 2025-07-24T05:40:14.3819401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta.h 2025-07-24T05:40:14.3823240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta_dispatch.h 2025-07-24T05:40:14.3827301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_native.h 2025-07-24T05:40:14.3831527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_ops.h 2025-07-24T05:40:14.3835014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types.h 2025-07-24T05:40:14.3839285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3843243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_native.h 2025-07-24T05:40:14.3847035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_ops.h 2025-07-24T05:40:14.3851171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put.h 2025-07-24T05:40:14.3854945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.3858852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cpu_dispatch.h 2025-07-24T05:40:14.3862695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cuda_dispatch.h 2025-07-24T05:40:14.3866473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_meta_dispatch.h 2025-07-24T05:40:14.3870188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_native.h 2025-07-24T05:40:14.3874125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_ops.h 2025-07-24T05:40:14.3877598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr.h 2025-07-24T05:40:14.3881442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3885472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_native.h 2025-07-24T05:40:14.3889406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_ops.h 2025-07-24T05:40:14.3893042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme.h 2025-07-24T05:40:14.3896845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_native.h 2025-07-24T05:40:14.3900449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_ops.h 2025-07-24T05:40:14.3904494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile.h 2025-07-24T05:40:14.3908155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3912339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_native.h 2025-07-24T05:40:14.3916140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_ops.h 2025-07-24T05:40:14.3920885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm.h 2025-07-24T05:40:14.3924059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.3928096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_native.h 2025-07-24T05:40:14.3932513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_ops.h 2025-07-24T05:40:14.3935964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell.h 2025-07-24T05:40:14.3940605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3944833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_native.h 2025-07-24T05:40:14.3949243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_ops.h 2025-07-24T05:40:14.3952767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell.h 2025-07-24T05:40:14.3956753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.3960499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_native.h 2025-07-24T05:40:14.3964980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_ops.h 2025-07-24T05:40:14.3969136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d.h 2025-07-24T05:40:14.3973058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.3976704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_native.h 2025-07-24T05:40:14.3980483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_ops.h 2025-07-24T05:40:14.3984293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d.h 2025-07-24T05:40:14.3988365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.3992476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_native.h 2025-07-24T05:40:14.3996350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_ops.h 2025-07-24T05:40:14.4000139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d.h 2025-07-24T05:40:14.4004238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4008162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_native.h 2025-07-24T05:40:14.4012030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_ops.h 2025-07-24T05:40:14.4016932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell.h 2025-07-24T05:40:14.4020908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4024630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h 2025-07-24T05:40:14.4028562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h 2025-07-24T05:40:14.4032724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell.h 2025-07-24T05:40:14.4036654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4040600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h 2025-07-24T05:40:14.4045103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h 2025-07-24T05:40:14.4049187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel.h 2025-07-24T05:40:14.4053254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4057092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h 2025-07-24T05:40:14.4061359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h 2025-07-24T05:40:14.4065102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_native.h 2025-07-24T05:40:14.4068841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_ops.h 2025-07-24T05:40:14.4072582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor.h 2025-07-24T05:40:14.4076753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4080503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h 2025-07-24T05:40:14.4084326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h 2025-07-24T05:40:14.4088598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic.h 2025-07-24T05:40:14.4092587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4096378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h 2025-07-24T05:40:14.4102222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h 2025-07-24T05:40:14.4106167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h 2025-07-24T05:40:14.4110155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h 2025-07-24T05:40:14.4113949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_native.h 2025-07-24T05:40:14.4117726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_ops.h 2025-07-24T05:40:14.4121438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis.h 2025-07-24T05:40:14.4125060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_native.h 2025-07-24T05:40:14.4128818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_ops.h 2025-07-24T05:40:14.4132594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales.h 2025-07-24T05:40:14.4136678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4140753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_native.h 2025-07-24T05:40:14.4144810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_ops.h 2025-07-24T05:40:14.4148531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points.h 2025-07-24T05:40:14.4152756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4156532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_native.h 2025-07-24T05:40:14.4160918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_ops.h 2025-07-24T05:40:14.4164839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale.h 2025-07-24T05:40:14.4168498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_native.h 2025-07-24T05:40:14.4172256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_ops.h 2025-07-24T05:40:14.4177427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point.h 2025-07-24T05:40:14.4181795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_native.h 2025-07-24T05:40:14.4185368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_ops.h 2025-07-24T05:40:14.4189267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg.h 2025-07-24T05:40:14.4193257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4196951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_native.h 2025-07-24T05:40:14.4201073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_ops.h 2025-07-24T05:40:14.4205052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand.h 2025-07-24T05:40:14.4208706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint.h 2025-07-24T05:40:14.4212912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4216965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like.h 2025-07-24T05:40:14.4220606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4224540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_native.h 2025-07-24T05:40:14.4228445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_ops.h 2025-07-24T05:40:14.4232322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_native.h 2025-07-24T05:40:14.4236157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_ops.h 2025-07-24T05:40:14.4239861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn.h 2025-07-24T05:40:14.4244020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4247875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4252121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like.h 2025-07-24T05:40:14.4256618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4260267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-07-24T05:40:14.4264019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_native.h 2025-07-24T05:40:14.4268223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_ops.h 2025-07-24T05:40:14.4271737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_native.h 2025-07-24T05:40:14.4275663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_ops.h 2025-07-24T05:40:14.4279563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random.h 2025-07-24T05:40:14.4283165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4286793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cpu_dispatch.h 2025-07-24T05:40:14.4290665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cuda_dispatch.h 2025-07-24T05:40:14.4294438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_meta_dispatch.h 2025-07-24T05:40:14.4298275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_native.h 2025-07-24T05:40:14.4302062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_ops.h 2025-07-24T05:40:14.4305785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm.h 2025-07-24T05:40:14.4309943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4313483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cpu_dispatch.h 2025-07-24T05:40:14.4317461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cuda_dispatch.h 2025-07-24T05:40:14.4321291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_native.h 2025-07-24T05:40:14.4325246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_ops.h 2025-07-24T05:40:14.4329262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4332966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4336729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like.h 2025-07-24T05:40:14.4340678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4344507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_native.h 2025-07-24T05:40:14.4349147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_ops.h 2025-07-24T05:40:14.4352310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_native.h 2025-07-24T05:40:14.4356906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_ops.h 2025-07-24T05:40:14.4361356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range.h 2025-07-24T05:40:14.4364853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4369201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cpu_dispatch.h 2025-07-24T05:40:14.4373495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cuda_dispatch.h 2025-07-24T05:40:14.4377280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_meta_dispatch.h 2025-07-24T05:40:14.4381042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_native.h 2025-07-24T05:40:14.4401138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_ops.h 2025-07-24T05:40:14.4404997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel.h 2025-07-24T05:40:14.4409058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4412961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_native.h 2025-07-24T05:40:14.4416928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_ops.h 2025-07-24T05:40:14.4420734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real.h 2025-07-24T05:40:14.4424352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4428069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_native.h 2025-07-24T05:40:14.4431917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_ops.h 2025-07-24T05:40:14.4435423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal.h 2025-07-24T05:40:14.4439374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4442997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cpu_dispatch.h 2025-07-24T05:40:14.4447072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cuda_dispatch.h 2025-07-24T05:40:14.4451032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta.h 2025-07-24T05:40:14.4454941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta_dispatch.h 2025-07-24T05:40:14.4458715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_native.h 2025-07-24T05:40:14.4462765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_ops.h 2025-07-24T05:40:14.4466677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream.h 2025-07-24T05:40:14.4471253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_cuda_dispatch.h 2025-07-24T05:40:14.4475569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_native.h 2025-07-24T05:40:14.4479656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_ops.h 2025-07-24T05:40:14.4483365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names.h 2025-07-24T05:40:14.4487512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4491657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_native.h 2025-07-24T05:40:14.4495428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_ops.h 2025-07-24T05:40:14.4499207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d.h 2025-07-24T05:40:14.4503045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward.h 2025-07-24T05:40:14.4507867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4511624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h 2025-07-24T05:40:14.4515520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h 2025-07-24T05:40:14.4519588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta.h 2025-07-24T05:40:14.4523443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h 2025-07-24T05:40:14.4527800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_native.h 2025-07-24T05:40:14.4531720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_ops.h 2025-07-24T05:40:14.4535870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4539615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h 2025-07-24T05:40:14.4543454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h 2025-07-24T05:40:14.4547379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta.h 2025-07-24T05:40:14.4551509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h 2025-07-24T05:40:14.4555340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_native.h 2025-07-24T05:40:14.4559185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_ops.h 2025-07-24T05:40:14.4563065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d.h 2025-07-24T05:40:14.4567204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward.h 2025-07-24T05:40:14.4571092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h 2025-07-24T05:40:14.4574970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h 2025-07-24T05:40:14.4579176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_native.h 2025-07-24T05:40:14.4583258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_ops.h 2025-07-24T05:40:14.4587062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h 2025-07-24T05:40:14.4591312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h 2025-07-24T05:40:14.4595172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_native.h 2025-07-24T05:40:14.4599328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_ops.h 2025-07-24T05:40:14.4603533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d.h 2025-07-24T05:40:14.4607558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward.h 2025-07-24T05:40:14.4611601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4615478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h 2025-07-24T05:40:14.4619410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h 2025-07-24T05:40:14.4623306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta.h 2025-07-24T05:40:14.4627465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h 2025-07-24T05:40:14.4631560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_native.h 2025-07-24T05:40:14.4635359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_ops.h 2025-07-24T05:40:14.4639521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4643257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h 2025-07-24T05:40:14.4647458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h 2025-07-24T05:40:14.4651313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta.h 2025-07-24T05:40:14.4655245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h 2025-07-24T05:40:14.4659112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_native.h 2025-07-24T05:40:14.4663492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_ops.h 2025-07-24T05:40:14.4667207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu.h 2025-07-24T05:40:14.4670659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6.h 2025-07-24T05:40:14.4674335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4678145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_native.h 2025-07-24T05:40:14.4681870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_ops.h 2025-07-24T05:40:14.4702208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4706362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cpu_dispatch.h 2025-07-24T05:40:14.4710934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cuda_dispatch.h 2025-07-24T05:40:14.4715893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_meta_dispatch.h 2025-07-24T05:40:14.4720018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_native.h 2025-07-24T05:40:14.4724259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_ops.h 2025-07-24T05:40:14.4727883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder.h 2025-07-24T05:40:14.4731931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4735890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4739762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cpu_dispatch.h 2025-07-24T05:40:14.4743745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cuda_dispatch.h 2025-07-24T05:40:14.4747678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta.h 2025-07-24T05:40:14.4751822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta_dispatch.h 2025-07-24T05:40:14.4755648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_native.h 2025-07-24T05:40:14.4759821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_ops.h 2025-07-24T05:40:14.4763629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename.h 2025-07-24T05:40:14.4767525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4771252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_native.h 2025-07-24T05:40:14.4775081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_ops.h 2025-07-24T05:40:14.4778900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm.h 2025-07-24T05:40:14.4782641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4786365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cpu_dispatch.h 2025-07-24T05:40:14.4790119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cuda_dispatch.h 2025-07-24T05:40:14.4793925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta.h 2025-07-24T05:40:14.4797868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta_dispatch.h 2025-07-24T05:40:14.4801739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_native.h 2025-07-24T05:40:14.4805700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_ops.h 2025-07-24T05:40:14.4810142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat.h 2025-07-24T05:40:14.4813563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4817321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave.h 2025-07-24T05:40:14.4822458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.4826402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.4830290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h 2025-07-24T05:40:14.4834233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h 2025-07-24T05:40:14.4839291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_native.h 2025-07-24T05:40:14.4842356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_ops.h 2025-07-24T05:40:14.4846428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_native.h 2025-07-24T05:40:14.4850849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_ops.h 2025-07-24T05:40:14.4854331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d.h 2025-07-24T05:40:14.4858447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward.h 2025-07-24T05:40:14.4862802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4866830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h 2025-07-24T05:40:14.4870930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h 2025-07-24T05:40:14.4875074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta.h 2025-07-24T05:40:14.4879036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h 2025-07-24T05:40:14.4883050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_native.h 2025-07-24T05:40:14.4887393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_ops.h 2025-07-24T05:40:14.4891336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4899640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h 2025-07-24T05:40:14.4900325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h 2025-07-24T05:40:14.4903535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta.h 2025-07-24T05:40:14.4908032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h 2025-07-24T05:40:14.4912024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_native.h 2025-07-24T05:40:14.4915930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_ops.h 2025-07-24T05:40:14.4920883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d.h 2025-07-24T05:40:14.4924528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward.h 2025-07-24T05:40:14.4929834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h 2025-07-24T05:40:14.4933883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h 2025-07-24T05:40:14.4939134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_native.h 2025-07-24T05:40:14.4941998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_ops.h 2025-07-24T05:40:14.4946109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.4950116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h 2025-07-24T05:40:14.4953932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h 2025-07-24T05:40:14.4957722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta.h 2025-07-24T05:40:14.4961624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h 2025-07-24T05:40:14.4967632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_native.h 2025-07-24T05:40:14.4971619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_ops.h 2025-07-24T05:40:14.4975499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d.h 2025-07-24T05:40:14.4979450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward.h 2025-07-24T05:40:14.4983427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h 2025-07-24T05:40:14.4987355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h 2025-07-24T05:40:14.4991470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_native.h 2025-07-24T05:40:14.4995303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_ops.h 2025-07-24T05:40:14.4999677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5003637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h 2025-07-24T05:40:14.5007768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h 2025-07-24T05:40:14.5011691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta.h 2025-07-24T05:40:14.5016229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h 2025-07-24T05:40:14.5020716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_native.h 2025-07-24T05:40:14.5024444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_ops.h 2025-07-24T05:40:14.5028468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad.h 2025-07-24T05:40:14.5032443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5036175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_native.h 2025-07-24T05:40:14.5039746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_ops.h 2025-07-24T05:40:14.5043654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape.h 2025-07-24T05:40:14.5047195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as.h 2025-07-24T05:40:14.5051050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h 2025-07-24T05:40:14.5055065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5058890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_native.h 2025-07-24T05:40:14.5062759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_ops.h 2025-07-24T05:40:14.5066888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h 2025-07-24T05:40:14.5071050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5074806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_native.h 2025-07-24T05:40:14.5088799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_ops.h 2025-07-24T05:40:14.5092942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize.h 2025-07-24T05:40:14.5096184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as.h 2025-07-24T05:40:14.5100128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5104168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_native.h 2025-07-24T05:40:14.5108123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_ops.h 2025-07-24T05:40:14.5111875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse.h 2025-07-24T05:40:14.5115946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5119796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h 2025-07-24T05:40:14.5123691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_native.h 2025-07-24T05:40:14.5127844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_ops.h 2025-07-24T05:40:14.5132644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5136531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cpu_dispatch.h 2025-07-24T05:40:14.5140551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cuda_dispatch.h 2025-07-24T05:40:14.5144388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_meta_dispatch.h 2025-07-24T05:40:14.5148224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_native.h 2025-07-24T05:40:14.5152006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_ops.h 2025-07-24T05:40:14.5155806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj.h 2025-07-24T05:40:14.5159730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5163806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_native.h 2025-07-24T05:40:14.5167630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_ops.h 2025-07-24T05:40:14.5171500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg.h 2025-07-24T05:40:14.5175835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5179703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_native.h 2025-07-24T05:40:14.5183498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_ops.h 2025-07-24T05:40:14.5188094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type.h 2025-07-24T05:40:14.5192235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5195925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_native.h 2025-07-24T05:40:14.5199703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_ops.h 2025-07-24T05:40:14.5203530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad.h 2025-07-24T05:40:14.5207538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5211328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_native.h 2025-07-24T05:40:14.5215130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_ops.h 2025-07-24T05:40:14.5219080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad.h 2025-07-24T05:40:14.5224163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5227997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_native.h 2025-07-24T05:40:14.5231800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_ops.h 2025-07-24T05:40:14.5235583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm.h 2025-07-24T05:40:14.5239188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5243225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_native.h 2025-07-24T05:40:14.5247226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_ops.h 2025-07-24T05:40:14.5251035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu.h 2025-07-24T05:40:14.5254524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell.h 2025-07-24T05:40:14.5258610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5262558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_native.h 2025-07-24T05:40:14.5266938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_ops.h 2025-07-24T05:40:14.5270452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5274740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_native.h 2025-07-24T05:40:14.5278902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_ops.h 2025-07-24T05:40:14.5282639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh.h 2025-07-24T05:40:14.5286304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell.h 2025-07-24T05:40:14.5290651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5294126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_native.h 2025-07-24T05:40:14.5298027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_ops.h 2025-07-24T05:40:14.5302055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5305790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_native.h 2025-07-24T05:40:14.5309616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_ops.h 2025-07-24T05:40:14.5313427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll.h 2025-07-24T05:40:14.5317086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5320817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cpu_dispatch.h 2025-07-24T05:40:14.5324558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cuda_dispatch.h 2025-07-24T05:40:14.5328513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_native.h 2025-07-24T05:40:14.5332203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_ops.h 2025-07-24T05:40:14.5335849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90.h 2025-07-24T05:40:14.5339574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5343425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_native.h 2025-07-24T05:40:14.5347075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_ops.h 2025-07-24T05:40:14.5350761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round.h 2025-07-24T05:40:14.5355176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5358787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cpu_dispatch.h 2025-07-24T05:40:14.5362585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cuda_dispatch.h 2025-07-24T05:40:14.5366721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta.h 2025-07-24T05:40:14.5370501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta_dispatch.h 2025-07-24T05:40:14.5374477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_native.h 2025-07-24T05:40:14.5378669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_ops.h 2025-07-24T05:40:14.5382865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices.h 2025-07-24T05:40:14.5387012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5391020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy.h 2025-07-24T05:40:14.5395355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5399857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5403631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_native.h 2025-07-24T05:40:14.5407683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_ops.h 2025-07-24T05:40:14.5411513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_native.h 2025-07-24T05:40:14.5415395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_ops.h 2025-07-24T05:40:14.5419771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack.h 2025-07-24T05:40:14.5423889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5427804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_native.h 2025-07-24T05:40:14.5431576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_ops.h 2025-07-24T05:40:14.5435290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu.h 2025-07-24T05:40:14.5439068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5442579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_native.h 2025-07-24T05:40:14.5464891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_ops.h 2025-07-24T05:40:14.5468704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise.h 2025-07-24T05:40:14.5472811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward.h 2025-07-24T05:40:14.5476897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5481195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_native.h 2025-07-24T05:40:14.5485543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h 2025-07-24T05:40:14.5489404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5493398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h 2025-07-24T05:40:14.5497632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h 2025-07-24T05:40:14.5501635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h 2025-07-24T05:40:14.5505504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_native.h 2025-07-24T05:40:14.5509675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_ops.h 2025-07-24T05:40:14.5513999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift.h 2025-07-24T05:40:14.5517295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5521272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cpu_dispatch.h 2025-07-24T05:40:14.5524986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cuda_dispatch.h 2025-07-24T05:40:14.5529576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_meta_dispatch.h 2025-07-24T05:40:14.5533601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_native.h 2025-07-24T05:40:14.5538059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_ops.h 2025-07-24T05:40:14.5541923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt.h 2025-07-24T05:40:14.5546303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5550659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cpu_dispatch.h 2025-07-24T05:40:14.5555315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cuda_dispatch.h 2025-07-24T05:40:14.5558550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta.h 2025-07-24T05:40:14.5562733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta_dispatch.h 2025-07-24T05:40:14.5566781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_native.h 2025-07-24T05:40:14.5570544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_ops.h 2025-07-24T05:40:14.5574730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub.h 2025-07-24T05:40:14.5578785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5582345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cpu_dispatch.h 2025-07-24T05:40:14.5586404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cuda_dispatch.h 2025-07-24T05:40:14.5590281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_native.h 2025-07-24T05:40:14.5594794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_ops.h 2025-07-24T05:40:14.5598263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor.h 2025-07-24T05:40:14.5602254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5606195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_native.h 2025-07-24T05:40:14.5610055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_ops.h 2025-07-24T05:40:14.5613936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention.h 2025-07-24T05:40:14.5618075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5621848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_native.h 2025-07-24T05:40:14.5625816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_ops.h 2025-07-24T05:40:14.5629608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter.h 2025-07-24T05:40:14.5633171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add.h 2025-07-24T05:40:14.5637629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5641700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5645621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cpu_dispatch.h 2025-07-24T05:40:14.5649675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cuda_dispatch.h 2025-07-24T05:40:14.5653846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta.h 2025-07-24T05:40:14.5657962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta_dispatch.h 2025-07-24T05:40:14.5663717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_native.h 2025-07-24T05:40:14.5667039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_ops.h 2025-07-24T05:40:14.5671112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5675809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5678905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cpu_dispatch.h 2025-07-24T05:40:14.5682716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cuda_dispatch.h 2025-07-24T05:40:14.5686805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta.h 2025-07-24T05:40:14.5690690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta_dispatch.h 2025-07-24T05:40:14.5694721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_native.h 2025-07-24T05:40:14.5699693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_ops.h 2025-07-24T05:40:14.5703731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce.h 2025-07-24T05:40:14.5707847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5711788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h 2025-07-24T05:40:14.5715741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h 2025-07-24T05:40:14.5719570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta.h 2025-07-24T05:40:14.5723602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h 2025-07-24T05:40:14.5727726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_native.h 2025-07-24T05:40:14.5731469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_ops.h 2025-07-24T05:40:14.5735359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted.h 2025-07-24T05:40:14.5739171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cpu_dispatch.h 2025-07-24T05:40:14.5742957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cuda_dispatch.h 2025-07-24T05:40:14.5746809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_native.h 2025-07-24T05:40:14.5750713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_ops.h 2025-07-24T05:40:14.5754622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce.h 2025-07-24T05:40:14.5758379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5762080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h 2025-07-24T05:40:14.5765864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h 2025-07-24T05:40:14.5769631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_native.h 2025-07-24T05:40:14.5773385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_ops.h 2025-07-24T05:40:14.5777195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select.h 2025-07-24T05:40:14.5780874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward.h 2025-07-24T05:40:14.5784894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5789693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5792748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_native.h 2025-07-24T05:40:14.5796594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_ops.h 2025-07-24T05:40:14.5800945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5804940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5809362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy.h 2025-07-24T05:40:14.5813427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5817516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5821319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_native.h 2025-07-24T05:40:14.5825046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_ops.h 2025-07-24T05:40:14.5829305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_native.h 2025-07-24T05:40:14.5832912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_ops.h 2025-07-24T05:40:14.5836563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter.h 2025-07-24T05:40:14.5840487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5844328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5848412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_native.h 2025-07-24T05:40:14.5852160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_ops.h 2025-07-24T05:40:14.5856558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu.h 2025-07-24T05:40:14.5860514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5863966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_native.h 2025-07-24T05:40:14.5867585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_ops.h 2025-07-24T05:40:14.5871126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set.h 2025-07-24T05:40:14.5875120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.5878833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5882585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cpu_dispatch.h 2025-07-24T05:40:14.5886449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cuda_dispatch.h 2025-07-24T05:40:14.5890108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data.h 2025-07-24T05:40:14.5893767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.5897500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_native.h 2025-07-24T05:40:14.5901229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_ops.h 2025-07-24T05:40:14.5905574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_meta_dispatch.h 2025-07-24T05:40:14.5909332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_native.h 2025-07-24T05:40:14.5913341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_ops.h 2025-07-24T05:40:14.5916819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn.h 2025-07-24T05:40:14.5920615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5924286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cpu_dispatch.h 2025-07-24T05:40:14.5928210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cuda_dispatch.h 2025-07-24T05:40:14.5931930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta.h 2025-07-24T05:40:14.5935473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta_dispatch.h 2025-07-24T05:40:14.5939276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_native.h 2025-07-24T05:40:14.5942998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_ops.h 2025-07-24T05:40:14.5946951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid.h 2025-07-24T05:40:14.5950728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward.h 2025-07-24T05:40:14.5955212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5959171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h 2025-07-24T05:40:14.5963360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h 2025-07-24T05:40:14.5967518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta.h 2025-07-24T05:40:14.5971710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h 2025-07-24T05:40:14.5975899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_native.h 2025-07-24T05:40:14.5979897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_ops.h 2025-07-24T05:40:14.5983924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.5987858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cpu_dispatch.h 2025-07-24T05:40:14.5992817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cuda_dispatch.h 2025-07-24T05:40:14.5995717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta.h 2025-07-24T05:40:14.5999986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta_dispatch.h 2025-07-24T05:40:14.6003901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_native.h 2025-07-24T05:40:14.6007886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_ops.h 2025-07-24T05:40:14.6011712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign.h 2025-07-24T05:40:14.6015139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit.h 2025-07-24T05:40:14.6019309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6022945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cpu_dispatch.h 2025-07-24T05:40:14.6026850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cuda_dispatch.h 2025-07-24T05:40:14.6030777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta.h 2025-07-24T05:40:14.6034995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta_dispatch.h 2025-07-24T05:40:14.6039077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_native.h 2025-07-24T05:40:14.6042746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_ops.h 2025-07-24T05:40:14.6046771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6050442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cpu_dispatch.h 2025-07-24T05:40:14.6054143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cuda_dispatch.h 2025-07-24T05:40:14.6057833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta.h 2025-07-24T05:40:14.6061704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta_dispatch.h 2025-07-24T05:40:14.6065720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_native.h 2025-07-24T05:40:14.6069232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_ops.h 2025-07-24T05:40:14.6072556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu.h 2025-07-24T05:40:14.6075951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward.h 2025-07-24T05:40:14.6079883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6083592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6087645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cpu_dispatch.h 2025-07-24T05:40:14.6091584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cuda_dispatch.h 2025-07-24T05:40:14.6095254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta.h 2025-07-24T05:40:14.6098915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta_dispatch.h 2025-07-24T05:40:14.6102863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_native.h 2025-07-24T05:40:14.6106777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_ops.h 2025-07-24T05:40:14.6110764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6114588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cpu_dispatch.h 2025-07-24T05:40:14.6118371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cuda_dispatch.h 2025-07-24T05:40:14.6122146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta.h 2025-07-24T05:40:14.6125798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta_dispatch.h 2025-07-24T05:40:14.6129607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_native.h 2025-07-24T05:40:14.6133243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_ops.h 2025-07-24T05:40:14.6136689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin.h 2025-07-24T05:40:14.6140488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc.h 2025-07-24T05:40:14.6144110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6148116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cpu_dispatch.h 2025-07-24T05:40:14.6151770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cuda_dispatch.h 2025-07-24T05:40:14.6155417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta.h 2025-07-24T05:40:14.6159029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta_dispatch.h 2025-07-24T05:40:14.6162849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_native.h 2025-07-24T05:40:14.6166657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_ops.h 2025-07-24T05:40:14.6170048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh.h 2025-07-24T05:40:14.6173678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6177573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cpu_dispatch.h 2025-07-24T05:40:14.6181644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cuda_dispatch.h 2025-07-24T05:40:14.6185546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta.h 2025-07-24T05:40:14.6189129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta_dispatch.h 2025-07-24T05:40:14.6193652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_native.h 2025-07-24T05:40:14.6197314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_ops.h 2025-07-24T05:40:14.6201132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6204980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cpu_dispatch.h 2025-07-24T05:40:14.6208755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cuda_dispatch.h 2025-07-24T05:40:14.6212475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta.h 2025-07-24T05:40:14.6215961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta_dispatch.h 2025-07-24T05:40:14.6219645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_native.h 2025-07-24T05:40:14.6223572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_ops.h 2025-07-24T05:40:14.6226939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size.h 2025-07-24T05:40:14.6230613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6234950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_native.h 2025-07-24T05:40:14.6238921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_ops.h 2025-07-24T05:40:14.6242273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice.h 2025-07-24T05:40:14.6245767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward.h 2025-07-24T05:40:14.6249639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6272663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_native.h 2025-07-24T05:40:14.6273333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_ops.h 2025-07-24T05:40:14.6274035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6274979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy.h 2025-07-24T05:40:14.6275714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6276602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6278090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_native.h 2025-07-24T05:40:14.6282609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_ops.h 2025-07-24T05:40:14.6286827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse.h 2025-07-24T05:40:14.6290958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6294879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_native.h 2025-07-24T05:40:14.6299011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_ops.h 2025-07-24T05:40:14.6302826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_native.h 2025-07-24T05:40:14.6306644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_ops.h 2025-07-24T05:40:14.6310721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter.h 2025-07-24T05:40:14.6315280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6319019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6323219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_native.h 2025-07-24T05:40:14.6327384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_ops.h 2025-07-24T05:40:14.6331217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet.h 2025-07-24T05:40:14.6335052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6338840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_native.h 2025-07-24T05:40:14.6343837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_ops.h 2025-07-24T05:40:14.6347551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d.h 2025-07-24T05:40:14.6351987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6355873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward.h 2025-07-24T05:40:14.6359793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h 2025-07-24T05:40:14.6363807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_native.h 2025-07-24T05:40:14.6368803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_ops.h 2025-07-24T05:40:14.6373007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_native.h 2025-07-24T05:40:14.6376988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_ops.h 2025-07-24T05:40:14.6381011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d.h 2025-07-24T05:40:14.6385301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6389132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h 2025-07-24T05:40:14.6393337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h 2025-07-24T05:40:14.6397705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_native.h 2025-07-24T05:40:14.6401882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_ops.h 2025-07-24T05:40:14.6406103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d.h 2025-07-24T05:40:14.6410223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6414104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h 2025-07-24T05:40:14.6418597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h 2025-07-24T05:40:14.6422810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_native.h 2025-07-24T05:40:14.6426951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_ops.h 2025-07-24T05:40:14.6431160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d.h 2025-07-24T05:40:14.6435342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6439365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h 2025-07-24T05:40:14.6443357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h 2025-07-24T05:40:14.6447899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta.h 2025-07-24T05:40:14.6451661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h 2025-07-24T05:40:14.6455621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_native.h 2025-07-24T05:40:14.6459466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_ops.h 2025-07-24T05:40:14.6463832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d.h 2025-07-24T05:40:14.6466988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h 2025-07-24T05:40:14.6470721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h 2025-07-24T05:40:14.6494649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_native.h 2025-07-24T05:40:14.6497894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_ops.h 2025-07-24T05:40:14.6501818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm.h 2025-07-24T05:40:14.6505399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6509100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_native.h 2025-07-24T05:40:14.6512853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_ops.h 2025-07-24T05:40:14.6516311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss.h 2025-07-24T05:40:14.6520102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward.h 2025-07-24T05:40:14.6524120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6528529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h 2025-07-24T05:40:14.6532337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h 2025-07-24T05:40:14.6536107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_native.h 2025-07-24T05:40:14.6540052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h 2025-07-24T05:40:14.6544121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6548135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h 2025-07-24T05:40:14.6552145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h 2025-07-24T05:40:14.6555891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta.h 2025-07-24T05:40:14.6559738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h 2025-07-24T05:40:14.6563604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_native.h 2025-07-24T05:40:14.6567962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_ops.h 2025-07-24T05:40:14.6571785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax.h 2025-07-24T05:40:14.6575630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6579400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6583493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_native.h 2025-07-24T05:40:14.6587289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_ops.h 2025-07-24T05:40:14.6591067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus.h 2025-07-24T05:40:14.6594505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward.h 2025-07-24T05:40:14.6598649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6602704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h 2025-07-24T05:40:14.6606584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h 2025-07-24T05:40:14.6610362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta.h 2025-07-24T05:40:14.6614218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta_dispatch.h 2025-07-24T05:40:14.6618094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_native.h 2025-07-24T05:40:14.6621917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_ops.h 2025-07-24T05:40:14.6626195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6630274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cpu_dispatch.h 2025-07-24T05:40:14.6634137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cuda_dispatch.h 2025-07-24T05:40:14.6637929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta.h 2025-07-24T05:40:14.6641805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta_dispatch.h 2025-07-24T05:40:14.6645483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_native.h 2025-07-24T05:40:14.6649376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_ops.h 2025-07-24T05:40:14.6653123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink.h 2025-07-24T05:40:14.6657069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward.h 2025-07-24T05:40:14.6661039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6665567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h 2025-07-24T05:40:14.6671032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h 2025-07-24T05:40:14.6675135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta.h 2025-07-24T05:40:14.6679502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h 2025-07-24T05:40:14.6683892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_native.h 2025-07-24T05:40:14.6688649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_ops.h 2025-07-24T05:40:14.6692131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6696827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cpu_dispatch.h 2025-07-24T05:40:14.6701504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cuda_dispatch.h 2025-07-24T05:40:14.6706601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta.h 2025-07-24T05:40:14.6712112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta_dispatch.h 2025-07-24T05:40:14.6717439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_native.h 2025-07-24T05:40:14.6722809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_ops.h 2025-07-24T05:40:14.6728239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss.h 2025-07-24T05:40:14.6733407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward.h 2025-07-24T05:40:14.6739262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6743369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_native.h 2025-07-24T05:40:14.6749053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_ops.h 2025-07-24T05:40:14.6754245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6759456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_native.h 2025-07-24T05:40:14.6764904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_ops.h 2025-07-24T05:40:14.6770398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort.h 2025-07-24T05:40:14.6775276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.6779308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6784519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6789696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cpu_dispatch.h 2025-07-24T05:40:14.6795927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cuda_dispatch.h 2025-07-24T05:40:14.6801397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta.h 2025-07-24T05:40:14.6806680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta_dispatch.h 2025-07-24T05:40:14.6812144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_native.h 2025-07-24T05:40:14.6817158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_ops.h 2025-07-24T05:40:14.6822096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor.h 2025-07-24T05:40:14.6826550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6831429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_native.h 2025-07-24T05:40:14.6836502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_ops.h 2025-07-24T05:40:14.6841790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor.h 2025-07-24T05:40:14.6847269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6852793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_native.h 2025-07-24T05:40:14.6858330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_ops.h 2025-07-24T05:40:14.6862197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor.h 2025-07-24T05:40:14.6867534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6872838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_native.h 2025-07-24T05:40:14.6878178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_ops.h 2025-07-24T05:40:14.6883444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor.h 2025-07-24T05:40:14.6889112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6896046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6922573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_native.h 2025-07-24T05:40:14.6928273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_ops.h 2025-07-24T05:40:14.6933930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor.h 2025-07-24T05:40:14.6939979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6944115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_native.h 2025-07-24T05:40:14.6949808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_ops.h 2025-07-24T05:40:14.6955057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor.h 2025-07-24T05:40:14.6961004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.6965010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_native.h 2025-07-24T05:40:14.6969303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_ops.h 2025-07-24T05:40:14.6975004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim.h 2025-07-24T05:40:14.6979130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6983637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_native.h 2025-07-24T05:40:14.6987514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_ops.h 2025-07-24T05:40:14.6991307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask.h 2025-07-24T05:40:14.6995267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.6999044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_native.h 2025-07-24T05:40:14.7003110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_ops.h 2025-07-24T05:40:14.7008489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize.h 2025-07-24T05:40:14.7012387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear.h 2025-07-24T05:40:14.7016458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7020312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h 2025-07-24T05:40:14.7024138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_native.h 2025-07-24T05:40:14.7028155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_ops.h 2025-07-24T05:40:14.7032366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7036300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_meta_dispatch.h 2025-07-24T05:40:14.7040162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_native.h 2025-07-24T05:40:14.7043981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_ops.h 2025-07-24T05:40:14.7048935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm.h 2025-07-24T05:40:14.7053102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_native.h 2025-07-24T05:40:14.7057076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_ops.h 2025-07-24T05:40:14.7060894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai.h 2025-07-24T05:40:14.7065397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7070092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h 2025-07-24T05:40:14.7073957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h 2025-07-24T05:40:14.7077737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta.h 2025-07-24T05:40:14.7081611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h 2025-07-24T05:40:14.7086141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_native.h 2025-07-24T05:40:14.7089953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_ops.h 2025-07-24T05:40:14.7093800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0.h 2025-07-24T05:40:14.7097901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7101651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h 2025-07-24T05:40:14.7105512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h 2025-07-24T05:40:14.7124754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta.h 2025-07-24T05:40:14.7129080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h 2025-07-24T05:40:14.7132933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_native.h 2025-07-24T05:40:14.7136832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_ops.h 2025-07-24T05:40:14.7140620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1.h 2025-07-24T05:40:14.7144686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7148746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h 2025-07-24T05:40:14.7152741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h 2025-07-24T05:40:14.7156564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta.h 2025-07-24T05:40:14.7160872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h 2025-07-24T05:40:14.7164836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_native.h 2025-07-24T05:40:14.7169239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_ops.h 2025-07-24T05:40:14.7173315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0.h 2025-07-24T05:40:14.7177604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7182507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h 2025-07-24T05:40:14.7186315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h 2025-07-24T05:40:14.7190171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta.h 2025-07-24T05:40:14.7194084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h 2025-07-24T05:40:14.7197919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_native.h 2025-07-24T05:40:14.7202188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_ops.h 2025-07-24T05:40:14.7206194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1.h 2025-07-24T05:40:14.7210351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7214167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h 2025-07-24T05:40:14.7218143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h 2025-07-24T05:40:14.7222246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta.h 2025-07-24T05:40:14.7226244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h 2025-07-24T05:40:14.7230040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_native.h 2025-07-24T05:40:14.7233861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_ops.h 2025-07-24T05:40:14.7237791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t.h 2025-07-24T05:40:14.7242383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7246519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7250698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h 2025-07-24T05:40:14.7254702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h 2025-07-24T05:40:14.7258595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h 2025-07-24T05:40:14.7262602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h 2025-07-24T05:40:14.7266534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h 2025-07-24T05:40:14.7270759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h 2025-07-24T05:40:14.7274566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u.h 2025-07-24T05:40:14.7279173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7283299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7287341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h 2025-07-24T05:40:14.7291882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h 2025-07-24T05:40:14.7295808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h 2025-07-24T05:40:14.7299841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h 2025-07-24T05:40:14.7303784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h 2025-07-24T05:40:14.7307838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h 2025-07-24T05:40:14.7311865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v.h 2025-07-24T05:40:14.7316019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7319858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7323764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h 2025-07-24T05:40:14.7327992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h 2025-07-24T05:40:14.7332102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h 2025-07-24T05:40:14.7336480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h 2025-07-24T05:40:14.7340487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h 2025-07-24T05:40:14.7344445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h 2025-07-24T05:40:14.7348333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w.h 2025-07-24T05:40:14.7352560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7356817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7361403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h 2025-07-24T05:40:14.7365372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h 2025-07-24T05:40:14.7369345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h 2025-07-24T05:40:14.7373546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h 2025-07-24T05:40:14.7377483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h 2025-07-24T05:40:14.7381711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h 2025-07-24T05:40:14.7385602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma.h 2025-07-24T05:40:14.7389629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7393550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_native.h 2025-07-24T05:40:14.7397751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_ops.h 2025-07-24T05:40:14.7401940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr.h 2025-07-24T05:40:14.7406273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7410136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cpu_dispatch.h 2025-07-24T05:40:14.7414468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cuda_dispatch.h 2025-07-24T05:40:14.7418520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta.h 2025-07-24T05:40:14.7422566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta_dispatch.h 2025-07-24T05:40:14.7426795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_native.h 2025-07-24T05:40:14.7431136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_ops.h 2025-07-24T05:40:14.7435184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf.h 2025-07-24T05:40:14.7439096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc.h 2025-07-24T05:40:14.7443180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx.h 2025-07-24T05:40:14.7447789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7451596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h 2025-07-24T05:40:14.7455946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h 2025-07-24T05:40:14.7459927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta.h 2025-07-24T05:40:14.7464446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta_dispatch.h 2025-07-24T05:40:14.7468970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_native.h 2025-07-24T05:40:14.7473786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_ops.h 2025-07-24T05:40:14.7477424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7481301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_native.h 2025-07-24T05:40:14.7485561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_ops.h 2025-07-24T05:40:14.7490030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv.h 2025-07-24T05:40:14.7494092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7497894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_native.h 2025-07-24T05:40:14.7501870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_ops.h 2025-07-24T05:40:14.7505934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7509700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_native.h 2025-07-24T05:40:14.7513682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_ops.h 2025-07-24T05:40:14.7517726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2.h 2025-07-24T05:40:14.7521858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7525692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_native.h 2025-07-24T05:40:14.7529746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_ops.h 2025-07-24T05:40:14.7533577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit.h 2025-07-24T05:40:14.7537611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7541464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_native.h 2025-07-24T05:40:14.7545330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_ops.h 2025-07-24T05:40:14.7549358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1.h 2025-07-24T05:40:14.7553141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7556952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_native.h 2025-07-24T05:40:14.7560801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_ops.h 2025-07-24T05:40:14.7564626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc.h 2025-07-24T05:40:14.7569770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc.h 2025-07-24T05:40:14.7574585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7578959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_native.h 2025-07-24T05:40:14.7582937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_ops.h 2025-07-24T05:40:14.7586982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7590963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_native.h 2025-07-24T05:40:14.7595101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_ops.h 2025-07-24T05:40:14.7599115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln.h 2025-07-24T05:40:14.7603096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7607135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_native.h 2025-07-24T05:40:14.7611058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_ops.h 2025-07-24T05:40:14.7614799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h.h 2025-07-24T05:40:14.7618635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he.h 2025-07-24T05:40:14.7622839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7650040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7653885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h 2025-07-24T05:40:14.7658001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h 2025-07-24T05:40:14.7661999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h 2025-07-24T05:40:14.7666079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h 2025-07-24T05:40:14.7669980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_native.h 2025-07-24T05:40:14.7673808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h 2025-07-24T05:40:14.7677861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7681749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7686306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h 2025-07-24T05:40:14.7690931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h 2025-07-24T05:40:14.7694821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h 2025-07-24T05:40:14.7698833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h 2025-07-24T05:40:14.7702650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_native.h 2025-07-24T05:40:14.7706689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h 2025-07-24T05:40:14.7710727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0.h 2025-07-24T05:40:14.7714565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e.h 2025-07-24T05:40:14.7718698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7722447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cpu_dispatch.h 2025-07-24T05:40:14.7726444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cuda_dispatch.h 2025-07-24T05:40:14.7730289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta.h 2025-07-24T05:40:14.7734172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta_dispatch.h 2025-07-24T05:40:14.7738298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_native.h 2025-07-24T05:40:14.7742171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_ops.h 2025-07-24T05:40:14.7746205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7750348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_native.h 2025-07-24T05:40:14.7754034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_ops.h 2025-07-24T05:40:14.7757854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1.h 2025-07-24T05:40:14.7761602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e.h 2025-07-24T05:40:14.7766040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7769924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cpu_dispatch.h 2025-07-24T05:40:14.7773758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cuda_dispatch.h 2025-07-24T05:40:14.7777645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta.h 2025-07-24T05:40:14.7781926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta_dispatch.h 2025-07-24T05:40:14.7785806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_native.h 2025-07-24T05:40:14.7790016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_ops.h 2025-07-24T05:40:14.7794885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7798714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cpu_dispatch.h 2025-07-24T05:40:14.7802626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cuda_dispatch.h 2025-07-24T05:40:14.7806678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta.h 2025-07-24T05:40:14.7811125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta_dispatch.h 2025-07-24T05:40:14.7815027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_native.h 2025-07-24T05:40:14.7819109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_ops.h 2025-07-24T05:40:14.7823308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l.h 2025-07-24T05:40:14.7827887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7831848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7835828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h 2025-07-24T05:40:14.7839690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h 2025-07-24T05:40:14.7843777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h 2025-07-24T05:40:14.7847860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h 2025-07-24T05:40:14.7851884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h 2025-07-24T05:40:14.7855725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h 2025-07-24T05:40:14.7859599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p.h 2025-07-24T05:40:14.7863709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7867974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.7871979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h 2025-07-24T05:40:14.7875913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h 2025-07-24T05:40:14.7879798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h 2025-07-24T05:40:14.7884518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h 2025-07-24T05:40:14.7888741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_native.h 2025-07-24T05:40:14.7893265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h 2025-07-24T05:40:14.7897110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p.h 2025-07-24T05:40:14.7901140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7905147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_native.h 2025-07-24T05:40:14.7909224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_ops.h 2025-07-24T05:40:14.7913206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit.h 2025-07-24T05:40:14.7917308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7921209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_native.h 2025-07-24T05:40:14.7925241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_ops.h 2025-07-24T05:40:14.7929227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp.h 2025-07-24T05:40:14.7933266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7937268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_native.h 2025-07-24T05:40:14.7941203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_ops.h 2025-07-24T05:40:14.7945114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr.h 2025-07-24T05:40:14.7949316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.7953133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h 2025-07-24T05:40:14.7957081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h 2025-07-24T05:40:14.7961198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta.h 2025-07-24T05:40:14.7964989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h 2025-07-24T05:40:14.7969235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_native.h 2025-07-24T05:40:14.7973777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_ops.h 2025-07-24T05:40:14.7977573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax.h 2025-07-24T05:40:14.7981981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.7986238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_native.h 2025-07-24T05:40:14.7990344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_ops.h 2025-07-24T05:40:14.7994561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0.h 2025-07-24T05:40:14.7998801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8002833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h 2025-07-24T05:40:14.8007165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h 2025-07-24T05:40:14.8011171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta.h 2025-07-24T05:40:14.8016108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h 2025-07-24T05:40:14.8020125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_native.h 2025-07-24T05:40:14.8024194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_ops.h 2025-07-24T05:40:14.8028271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1.h 2025-07-24T05:40:14.8032512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8036999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h 2025-07-24T05:40:14.8041471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h 2025-07-24T05:40:14.8045423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta.h 2025-07-24T05:40:14.8049537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h 2025-07-24T05:40:14.8053621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_native.h 2025-07-24T05:40:14.8057709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_ops.h 2025-07-24T05:40:14.8061938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0.h 2025-07-24T05:40:14.8066283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8070195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h 2025-07-24T05:40:14.8074546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h 2025-07-24T05:40:14.8078686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta.h 2025-07-24T05:40:14.8084347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h 2025-07-24T05:40:14.8088687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_native.h 2025-07-24T05:40:14.8092932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_ops.h 2025-07-24T05:40:14.8096703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1.h 2025-07-24T05:40:14.8101106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8104961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h 2025-07-24T05:40:14.8109707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h 2025-07-24T05:40:14.8114468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta.h 2025-07-24T05:40:14.8118406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h 2025-07-24T05:40:14.8122333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_native.h 2025-07-24T05:40:14.8126730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_ops.h 2025-07-24T05:40:14.8131107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln.h 2025-07-24T05:40:14.8135302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8139998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_native.h 2025-07-24T05:40:14.8144549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_ops.h 2025-07-24T05:40:14.8148602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr.h 2025-07-24T05:40:14.8152682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri.h 2025-07-24T05:40:14.8156946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8161489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h 2025-07-24T05:40:14.8165657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h 2025-07-24T05:40:14.8169769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta.h 2025-07-24T05:40:14.8174137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta_dispatch.h 2025-07-24T05:40:14.8178624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_native.h 2025-07-24T05:40:14.8182824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_ops.h 2025-07-24T05:40:14.8187453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8191900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_native.h 2025-07-24T05:40:14.8195873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_ops.h 2025-07-24T05:40:14.8199998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma.h 2025-07-24T05:40:14.8203959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8208236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_native.h 2025-07-24T05:40:14.8212260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_ops.h 2025-07-24T05:40:14.8216918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi.h 2025-07-24T05:40:14.8220598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8224971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_native.h 2025-07-24T05:40:14.8228939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_ops.h 2025-07-24T05:40:14.8233360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round.h 2025-07-24T05:40:14.8237044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8240867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_native.h 2025-07-24T05:40:14.8244957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_ops.h 2025-07-24T05:40:14.8249600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h 2025-07-24T05:40:14.8254260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8257925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h 2025-07-24T05:40:14.8262107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h 2025-07-24T05:40:14.8266047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h 2025-07-24T05:40:14.8270187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h 2025-07-24T05:40:14.8274156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h 2025-07-24T05:40:14.8278165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h 2025-07-24T05:40:14.8282307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h 2025-07-24T05:40:14.8287430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8292244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h 2025-07-24T05:40:14.8296287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h 2025-07-24T05:40:14.8300284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h 2025-07-24T05:40:14.8304985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h 2025-07-24T05:40:14.8309130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h 2025-07-24T05:40:14.8313283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h 2025-07-24T05:40:14.8317227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h 2025-07-24T05:40:14.8321764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8325891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8330165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h 2025-07-24T05:40:14.8334206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h 2025-07-24T05:40:14.8338472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h 2025-07-24T05:40:14.8342636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h 2025-07-24T05:40:14.8347309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h 2025-07-24T05:40:14.8351034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h 2025-07-24T05:40:14.8355066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h 2025-07-24T05:40:14.8359595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8364082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8368742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h 2025-07-24T05:40:14.8372769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h 2025-07-24T05:40:14.8376861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h 2025-07-24T05:40:14.8380911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h 2025-07-24T05:40:14.8384995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h 2025-07-24T05:40:14.8389504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h 2025-07-24T05:40:14.8427632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h 2025-07-24T05:40:14.8428187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8428642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8429097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h 2025-07-24T05:40:14.8429464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h 2025-07-24T05:40:14.8429797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h 2025-07-24T05:40:14.8430163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h 2025-07-24T05:40:14.8430509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h 2025-07-24T05:40:14.8431576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h 2025-07-24T05:40:14.8435981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h 2025-07-24T05:40:14.8440439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8444553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8448779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h 2025-07-24T05:40:14.8454026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h 2025-07-24T05:40:14.8457927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h 2025-07-24T05:40:14.8462148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h 2025-07-24T05:40:14.8466235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h 2025-07-24T05:40:14.8470273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h 2025-07-24T05:40:14.8474408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc.h 2025-07-24T05:40:14.8478586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8482597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_native.h 2025-07-24T05:40:14.8486683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_ops.h 2025-07-24T05:40:14.8490690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax.h 2025-07-24T05:40:14.8494909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8498847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_native.h 2025-07-24T05:40:14.8503334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_ops.h 2025-07-24T05:40:14.8507392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0.h 2025-07-24T05:40:14.8511646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8515506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h 2025-07-24T05:40:14.8520119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h 2025-07-24T05:40:14.8524209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h 2025-07-24T05:40:14.8528410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h 2025-07-24T05:40:14.8532324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_native.h 2025-07-24T05:40:14.8536292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h 2025-07-24T05:40:14.8540567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py.h 2025-07-24T05:40:14.8544742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8549483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8553647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h 2025-07-24T05:40:14.8557657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h 2025-07-24T05:40:14.8561689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta.h 2025-07-24T05:40:14.8565850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h 2025-07-24T05:40:14.8569805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_native.h 2025-07-24T05:40:14.8573955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_ops.h 2025-07-24T05:40:14.8577768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy.h 2025-07-24T05:40:14.8581990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8585829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_native.h 2025-07-24T05:40:14.8589742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_ops.h 2025-07-24T05:40:14.8593625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta.h 2025-07-24T05:40:14.8597829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8602076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8606086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cpu_dispatch.h 2025-07-24T05:40:14.8610118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cuda_dispatch.h 2025-07-24T05:40:14.8614001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta.h 2025-07-24T05:40:14.8618120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta_dispatch.h 2025-07-24T05:40:14.8622153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_native.h 2025-07-24T05:40:14.8626310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_ops.h 2025-07-24T05:40:14.8630173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split.h 2025-07-24T05:40:14.8633845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8637855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8641313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy.h 2025-07-24T05:40:14.8645253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8649782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8653721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_native.h 2025-07-24T05:40:14.8657514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_ops.h 2025-07-24T05:40:14.8661234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_native.h 2025-07-24T05:40:14.8665038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_ops.h 2025-07-24T05:40:14.8668906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes.h 2025-07-24T05:40:14.8673001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8677299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy.h 2025-07-24T05:40:14.8681547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8685753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8689727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h 2025-07-24T05:40:14.8702418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_native.h 2025-07-24T05:40:14.8702717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_ops.h 2025-07-24T05:40:14.8704181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_native.h 2025-07-24T05:40:14.8708715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_ops.h 2025-07-24T05:40:14.8712454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt.h 2025-07-24T05:40:14.8733425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8737193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cpu_dispatch.h 2025-07-24T05:40:14.8741045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cuda_dispatch.h 2025-07-24T05:40:14.8744948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta.h 2025-07-24T05:40:14.8748790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta_dispatch.h 2025-07-24T05:40:14.8752696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_native.h 2025-07-24T05:40:14.8756527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_ops.h 2025-07-24T05:40:14.8760042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square.h 2025-07-24T05:40:14.8763684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8767543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_native.h 2025-07-24T05:40:14.8771390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_ops.h 2025-07-24T05:40:14.8775468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze.h 2025-07-24T05:40:14.8779383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8783232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8787051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy.h 2025-07-24T05:40:14.8791878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8795793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8799632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_native.h 2025-07-24T05:40:14.8803584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_ops.h 2025-07-24T05:40:14.8807685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_native.h 2025-07-24T05:40:14.8811525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_ops.h 2025-07-24T05:40:14.8815298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm.h 2025-07-24T05:40:14.8819004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8823046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h 2025-07-24T05:40:14.8826723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h 2025-07-24T05:40:14.8830500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_native.h 2025-07-24T05:40:14.8835141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_ops.h 2025-07-24T05:40:14.8839209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack.h 2025-07-24T05:40:14.8842933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8846750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_native.h 2025-07-24T05:40:14.8850564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_ops.h 2025-07-24T05:40:14.8854330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std.h 2025-07-24T05:40:14.8858283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8862063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cpu_dispatch.h 2025-07-24T05:40:14.8865998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cuda_dispatch.h 2025-07-24T05:40:14.8869851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean.h 2025-07-24T05:40:14.8873514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8877414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8881418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cpu_dispatch.h 2025-07-24T05:40:14.8885187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cuda_dispatch.h 2025-07-24T05:40:14.8889266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_native.h 2025-07-24T05:40:14.8893304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_ops.h 2025-07-24T05:40:14.8897170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_native.h 2025-07-24T05:40:14.8901988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_ops.h 2025-07-24T05:40:14.8905905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft.h 2025-07-24T05:40:14.8909937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8914072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_native.h 2025-07-24T05:40:14.8918581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_ops.h 2025-07-24T05:40:14.8921521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride.h 2025-07-24T05:40:14.8925211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8929237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_native.h 2025-07-24T05:40:14.8933012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_ops.h 2025-07-24T05:40:14.8936973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub.h 2025-07-24T05:40:14.8940468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract.h 2025-07-24T05:40:14.8944384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.8947917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_native.h 2025-07-24T05:40:14.8951583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_ops.h 2025-07-24T05:40:14.8956013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8960064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8963767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cpu_dispatch.h 2025-07-24T05:40:14.8967549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cuda_dispatch.h 2025-07-24T05:40:14.8971317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta.h 2025-07-24T05:40:14.8974855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta_dispatch.h 2025-07-24T05:40:14.8979477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_native.h 2025-07-24T05:40:14.8983215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_ops.h 2025-07-24T05:40:14.8986581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum.h 2025-07-24T05:40:14.8990302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.8994704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.8998471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9002303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cpu_dispatch.h 2025-07-24T05:40:14.9006107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cuda_dispatch.h 2025-07-24T05:40:14.9010548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta.h 2025-07-24T05:40:14.9014011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta_dispatch.h 2025-07-24T05:40:14.9017722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_native.h 2025-07-24T05:40:14.9021382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_ops.h 2025-07-24T05:40:14.9024749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size.h 2025-07-24T05:40:14.9028649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9032462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_native.h 2025-07-24T05:40:14.9036218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_ops.h 2025-07-24T05:40:14.9039877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd.h 2025-07-24T05:40:14.9043511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9047410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_native.h 2025-07-24T05:40:14.9051105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_ops.h 2025-07-24T05:40:14.9054622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes.h 2025-07-24T05:40:14.9058220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9061910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_native.h 2025-07-24T05:40:14.9065687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_ops.h 2025-07-24T05:40:14.9069467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims.h 2025-07-24T05:40:14.9073122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9076919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_native.h 2025-07-24T05:40:14.9080693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_ops.h 2025-07-24T05:40:14.9084572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range.h 2025-07-24T05:40:14.9088539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9092099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size.h 2025-07-24T05:40:14.9096070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9100483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_native.h 2025-07-24T05:40:14.9104346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h 2025-07-24T05:40:14.9108231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_native.h 2025-07-24T05:40:14.9112069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_ops.h 2025-07-24T05:40:14.9115857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel.h 2025-07-24T05:40:14.9120098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9123810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_native.h 2025-07-24T05:40:14.9127949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_ops.h 2025-07-24T05:40:14.9131846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size.h 2025-07-24T05:40:14.9135653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9139356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_native.h 2025-07-24T05:40:14.9143850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_ops.h 2025-07-24T05:40:14.9147586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset.h 2025-07-24T05:40:14.9151541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9155457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_native.h 2025-07-24T05:40:14.9159452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_ops.h 2025-07-24T05:40:14.9163647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride.h 2025-07-24T05:40:14.9167795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9171813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_native.h 2025-07-24T05:40:14.9175673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_ops.h 2025-07-24T05:40:14.9179389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t.h 2025-07-24T05:40:14.9182952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take.h 2025-07-24T05:40:14.9186824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim.h 2025-07-24T05:40:14.9190522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9194239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_native.h 2025-07-24T05:40:14.9198081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_ops.h 2025-07-24T05:40:14.9201910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cpu_dispatch.h 2025-07-24T05:40:14.9205758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cuda_dispatch.h 2025-07-24T05:40:14.9209822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_native.h 2025-07-24T05:40:14.9213639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_ops.h 2025-07-24T05:40:14.9217313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan.h 2025-07-24T05:40:14.9220683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh.h 2025-07-24T05:40:14.9224200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward.h 2025-07-24T05:40:14.9228179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9231862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h 2025-07-24T05:40:14.9235682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h 2025-07-24T05:40:14.9239459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta.h 2025-07-24T05:40:14.9243425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta_dispatch.h 2025-07-24T05:40:14.9247363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_native.h 2025-07-24T05:40:14.9251333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_ops.h 2025-07-24T05:40:14.9255464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9259604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cpu_dispatch.h 2025-07-24T05:40:14.9263334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cuda_dispatch.h 2025-07-24T05:40:14.9267259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta.h 2025-07-24T05:40:14.9270984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta_dispatch.h 2025-07-24T05:40:14.9274593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_native.h 2025-07-24T05:40:14.9278206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_ops.h 2025-07-24T05:40:14.9282115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9285727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cpu_dispatch.h 2025-07-24T05:40:14.9289595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cuda_dispatch.h 2025-07-24T05:40:14.9293192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta.h 2025-07-24T05:40:14.9296673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta_dispatch.h 2025-07-24T05:40:14.9300584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_native.h 2025-07-24T05:40:14.9304515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_ops.h 2025-07-24T05:40:14.9308143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor.h 2025-07-24T05:40:14.9311612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot.h 2025-07-24T05:40:14.9315572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9320005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_native.h 2025-07-24T05:40:14.9323967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_ops.h 2025-07-24T05:40:14.9327872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split.h 2025-07-24T05:40:14.9331905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9335872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_native.h 2025-07-24T05:40:14.9340318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_ops.h 2025-07-24T05:40:14.9343551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d.h 2025-07-24T05:40:14.9347340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9351071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_native.h 2025-07-24T05:40:14.9354831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_ops.h 2025-07-24T05:40:14.9358729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold.h 2025-07-24T05:40:14.9379463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward.h 2025-07-24T05:40:14.9383613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9387345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h 2025-07-24T05:40:14.9391088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h 2025-07-24T05:40:14.9394982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta.h 2025-07-24T05:40:14.9398995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta_dispatch.h 2025-07-24T05:40:14.9403104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_native.h 2025-07-24T05:40:14.9407418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_ops.h 2025-07-24T05:40:14.9412354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9416031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cpu_dispatch.h 2025-07-24T05:40:14.9419925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cuda_dispatch.h 2025-07-24T05:40:14.9423757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta.h 2025-07-24T05:40:14.9427864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta_dispatch.h 2025-07-24T05:40:14.9431851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_native.h 2025-07-24T05:40:14.9435756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_ops.h 2025-07-24T05:40:14.9439730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile.h 2025-07-24T05:40:14.9443693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9447566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_native.h 2025-07-24T05:40:14.9451200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_ops.h 2025-07-24T05:40:14.9454671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to.h 2025-07-24T05:40:14.9458360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk.h 2025-07-24T05:40:14.9462042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9465950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cpu_dispatch.h 2025-07-24T05:40:14.9469679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cuda_dispatch.h 2025-07-24T05:40:14.9473510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta.h 2025-07-24T05:40:14.9477235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta_dispatch.h 2025-07-24T05:40:14.9480732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_native.h 2025-07-24T05:40:14.9484313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_ops.h 2025-07-24T05:40:14.9488040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9491944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense.h 2025-07-24T05:40:14.9495495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward.h 2025-07-24T05:40:14.9499429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9503502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_native.h 2025-07-24T05:40:14.9507263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_ops.h 2025-07-24T05:40:14.9511123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9514749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_native.h 2025-07-24T05:40:14.9518950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_ops.h 2025-07-24T05:40:14.9522615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn.h 2025-07-24T05:40:14.9526299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward.h 2025-07-24T05:40:14.9530187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9533937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_native.h 2025-07-24T05:40:14.9537963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_ops.h 2025-07-24T05:40:14.9542249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9546487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h 2025-07-24T05:40:14.9551363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_native.h 2025-07-24T05:40:14.9555519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_ops.h 2025-07-24T05:40:14.9559533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_native.h 2025-07-24T05:40:14.9563178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_ops.h 2025-07-24T05:40:14.9566856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor.h 2025-07-24T05:40:14.9570700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9574638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_native.h 2025-07-24T05:40:14.9578408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_ops.h 2025-07-24T05:40:14.9582164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse.h 2025-07-24T05:40:14.9586198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc.h 2025-07-24T05:40:14.9590239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9593914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_native.h 2025-07-24T05:40:14.9597659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_ops.h 2025-07-24T05:40:14.9601803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr.h 2025-07-24T05:40:14.9606227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9610318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_native.h 2025-07-24T05:40:14.9614060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_ops.h 2025-07-24T05:40:14.9618015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9621831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc.h 2025-07-24T05:40:14.9626011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9630144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_native.h 2025-07-24T05:40:14.9634261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_ops.h 2025-07-24T05:40:14.9638177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr.h 2025-07-24T05:40:14.9642288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9646548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_native.h 2025-07-24T05:40:14.9650999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_ops.h 2025-07-24T05:40:14.9655015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_native.h 2025-07-24T05:40:14.9659644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_ops.h 2025-07-24T05:40:14.9663498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace.h 2025-07-24T05:40:14.9667589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward.h 2025-07-24T05:40:14.9671631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9676060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_native.h 2025-07-24T05:40:14.9679645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_ops.h 2025-07-24T05:40:14.9684046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9688446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cpu_dispatch.h 2025-07-24T05:40:14.9692930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cuda_dispatch.h 2025-07-24T05:40:14.9696961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_native.h 2025-07-24T05:40:14.9701515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_ops.h 2025-07-24T05:40:14.9705599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose.h 2025-07-24T05:40:14.9709476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9713810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9718026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy.h 2025-07-24T05:40:14.9722552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9726486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9730733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_native.h 2025-07-24T05:40:14.9734860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_ops.h 2025-07-24T05:40:14.9738888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_native.h 2025-07-24T05:40:14.9742756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_ops.h 2025-07-24T05:40:14.9747135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid.h 2025-07-24T05:40:14.9766913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9770733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_native.h 2025-07-24T05:40:14.9774760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_ops.h 2025-07-24T05:40:14.9778639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz.h 2025-07-24T05:40:14.9782578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9786691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_native.h 2025-07-24T05:40:14.9790659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_ops.h 2025-07-24T05:40:14.9794742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve.h 2025-07-24T05:40:14.9798874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9803464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h 2025-07-24T05:40:14.9807324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h 2025-07-24T05:40:14.9811976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta.h 2025-07-24T05:40:14.9817606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta_dispatch.h 2025-07-24T05:40:14.9822036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_native.h 2025-07-24T05:40:14.9826526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_ops.h 2025-07-24T05:40:14.9830373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril.h 2025-07-24T05:40:14.9834591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9838401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cpu_dispatch.h 2025-07-24T05:40:14.9842377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cuda_dispatch.h 2025-07-24T05:40:14.9846733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices.h 2025-07-24T05:40:14.9851209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9855207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cpu_dispatch.h 2025-07-24T05:40:14.9859358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cuda_dispatch.h 2025-07-24T05:40:14.9863936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_native.h 2025-07-24T05:40:14.9868161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_ops.h 2025-07-24T05:40:14.9872390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta.h 2025-07-24T05:40:14.9876118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta_dispatch.h 2025-07-24T05:40:14.9879879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_native.h 2025-07-24T05:40:14.9884049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_ops.h 2025-07-24T05:40:14.9887686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss.h 2025-07-24T05:40:14.9891782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9895775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_native.h 2025-07-24T05:40:14.9899959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_ops.h 2025-07-24T05:40:14.9904044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu.h 2025-07-24T05:40:14.9908101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9912003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cpu_dispatch.h 2025-07-24T05:40:14.9915767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cuda_dispatch.h 2025-07-24T05:40:14.9919819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices.h 2025-07-24T05:40:14.9923685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:14.9927559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cpu_dispatch.h 2025-07-24T05:40:14.9931472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cuda_dispatch.h 2025-07-24T05:40:14.9935545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_native.h 2025-07-24T05:40:14.9939532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_ops.h 2025-07-24T05:40:14.9943320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta.h 2025-07-24T05:40:14.9947209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta_dispatch.h 2025-07-24T05:40:14.9951084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_native.h 2025-07-24T05:40:14.9954731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_ops.h 2025-07-24T05:40:14.9958093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide.h 2025-07-24T05:40:14.9961856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:14.9967430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_native.h 2025-07-24T05:40:14.9971693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_ops.h 2025-07-24T05:40:14.9975835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc.h 2025-07-24T05:40:14.9980010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:14.9983943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cpu_dispatch.h 2025-07-24T05:40:14.9987702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cuda_dispatch.h 2025-07-24T05:40:14.9991440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta.h 2025-07-24T05:40:14.9995429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta_dispatch.h 2025-07-24T05:40:14.9999778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_native.h 2025-07-24T05:40:15.0004191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_ops.h 2025-07-24T05:40:15.0008090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as.h 2025-07-24T05:40:15.0012095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0016276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_native.h 2025-07-24T05:40:15.0020180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_ops.h 2025-07-24T05:40:15.0024114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0028214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy.h 2025-07-24T05:40:15.0032315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0036165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0040593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_native.h 2025-07-24T05:40:15.0044583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_ops.h 2025-07-24T05:40:15.0048792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_native.h 2025-07-24T05:40:15.0052266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_ops.h 2025-07-24T05:40:15.0055922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind.h 2025-07-24T05:40:15.0060318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0064527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0068452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy.h 2025-07-24T05:40:15.0072701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0076495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0080390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_native.h 2025-07-24T05:40:15.0084103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_ops.h 2025-07-24T05:40:15.0088237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_native.h 2025-07-24T05:40:15.0091992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_ops.h 2025-07-24T05:40:15.0096141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten.h 2025-07-24T05:40:15.0100054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0103868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors.h 2025-07-24T05:40:15.0108194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0111940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_native.h 2025-07-24T05:40:15.0115945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_ops.h 2025-07-24T05:40:15.0119700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_native.h 2025-07-24T05:40:15.0123957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_ops.h 2025-07-24T05:40:15.0128354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold.h 2025-07-24T05:40:15.0132026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward.h 2025-07-24T05:40:15.0135860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0139496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h 2025-07-24T05:40:15.0143637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h 2025-07-24T05:40:15.0147278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_native.h 2025-07-24T05:40:15.0151301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_ops.h 2025-07-24T05:40:15.0155011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy.h 2025-07-24T05:40:15.0159039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0162871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0166884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_native.h 2025-07-24T05:40:15.0170703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_ops.h 2025-07-24T05:40:15.0174837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cpu_dispatch.h 2025-07-24T05:40:15.0178627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cuda_dispatch.h 2025-07-24T05:40:15.0182554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_meta_dispatch.h 2025-07-24T05:40:15.0186140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_native.h 2025-07-24T05:40:15.0189925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_ops.h 2025-07-24T05:40:15.0193655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform.h 2025-07-24T05:40:15.0197448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0201184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cpu_dispatch.h 2025-07-24T05:40:15.0204931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cuda_dispatch.h 2025-07-24T05:40:15.0208789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_meta_dispatch.h 2025-07-24T05:40:15.0212579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_native.h 2025-07-24T05:40:15.0216436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_ops.h 2025-07-24T05:40:15.0220119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive.h 2025-07-24T05:40:15.0224945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0228850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h 2025-07-24T05:40:15.0233123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h 2025-07-24T05:40:15.0237232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_native.h 2025-07-24T05:40:15.0241022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_ops.h 2025-07-24T05:40:15.0244810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim.h 2025-07-24T05:40:15.0249414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0253682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive.h 2025-07-24T05:40:15.0257691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0261549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h 2025-07-24T05:40:15.0265958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h 2025-07-24T05:40:15.0270136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_native.h 2025-07-24T05:40:15.0274093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_ops.h 2025-07-24T05:40:15.0278192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cpu_dispatch.h 2025-07-24T05:40:15.0282040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cuda_dispatch.h 2025-07-24T05:40:15.0286415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_native.h 2025-07-24T05:40:15.0290472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_ops.h 2025-07-24T05:40:15.0295278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk.h 2025-07-24T05:40:15.0298755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0302837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_native.h 2025-07-24T05:40:15.0306832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_ops.h 2025-07-24T05:40:15.0310671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split.h 2025-07-24T05:40:15.0314985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0319057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_native.h 2025-07-24T05:40:15.0322800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_ops.h 2025-07-24T05:40:15.0327154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes.h 2025-07-24T05:40:15.0331608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0336883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_native.h 2025-07-24T05:40:15.0341325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h 2025-07-24T05:40:15.0345067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze.h 2025-07-24T05:40:15.0349017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0353046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy.h 2025-07-24T05:40:15.0357370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0361474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0365879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_native.h 2025-07-24T05:40:15.0369974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_ops.h 2025-07-24T05:40:15.0374092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_native.h 2025-07-24T05:40:15.0378244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_ops.h 2025-07-24T05:40:15.0382246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d.h 2025-07-24T05:40:15.0386798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward.h 2025-07-24T05:40:15.0390556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0394779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h 2025-07-24T05:40:15.0399326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h 2025-07-24T05:40:15.0403205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h 2025-07-24T05:40:15.0407385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h 2025-07-24T05:40:15.0411953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h 2025-07-24T05:40:15.0436860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h 2025-07-24T05:40:15.0437742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0438699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0439470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h 2025-07-24T05:40:15.0440155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h 2025-07-24T05:40:15.0440821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta.h 2025-07-24T05:40:15.0443774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h 2025-07-24T05:40:15.0448936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_native.h 2025-07-24T05:40:15.0452003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_ops.h 2025-07-24T05:40:15.0456093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d.h 2025-07-24T05:40:15.0461077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward.h 2025-07-24T05:40:15.0464574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0468632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h 2025-07-24T05:40:15.0472735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h 2025-07-24T05:40:15.0476651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h 2025-07-24T05:40:15.0480543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h 2025-07-24T05:40:15.0484618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h 2025-07-24T05:40:15.0488807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h 2025-07-24T05:40:15.0493020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0496968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0500934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0504995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h 2025-07-24T05:40:15.0508942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h 2025-07-24T05:40:15.0512763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta.h 2025-07-24T05:40:15.0516640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h 2025-07-24T05:40:15.0520894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_native.h 2025-07-24T05:40:15.0524753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_ops.h 2025-07-24T05:40:15.0528880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d.h 2025-07-24T05:40:15.0533411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward.h 2025-07-24T05:40:15.0537864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0541816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h 2025-07-24T05:40:15.0545895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h 2025-07-24T05:40:15.0549864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta.h 2025-07-24T05:40:15.0554034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h 2025-07-24T05:40:15.0558253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_native.h 2025-07-24T05:40:15.0562314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_ops.h 2025-07-24T05:40:15.0566534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0570468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0574544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h 2025-07-24T05:40:15.0578972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h 2025-07-24T05:40:15.0582866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta.h 2025-07-24T05:40:15.0586748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h 2025-07-24T05:40:15.0590946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_native.h 2025-07-24T05:40:15.0594660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_ops.h 2025-07-24T05:40:15.0598452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d.h 2025-07-24T05:40:15.0602620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward.h 2025-07-24T05:40:15.0606879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0610840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h 2025-07-24T05:40:15.0614896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h 2025-07-24T05:40:15.0619085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h 2025-07-24T05:40:15.0623114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h 2025-07-24T05:40:15.0627796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_native.h 2025-07-24T05:40:15.0631502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h 2025-07-24T05:40:15.0635384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0639140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0642799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h 2025-07-24T05:40:15.0646940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h 2025-07-24T05:40:15.0650880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta.h 2025-07-24T05:40:15.0654844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h 2025-07-24T05:40:15.0659130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_native.h 2025-07-24T05:40:15.0663132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_ops.h 2025-07-24T05:40:15.0667152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d.h 2025-07-24T05:40:15.0670994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward.h 2025-07-24T05:40:15.0675323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0679209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h 2025-07-24T05:40:15.0683496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h 2025-07-24T05:40:15.0687577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h 2025-07-24T05:40:15.0691551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h 2025-07-24T05:40:15.0695895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_native.h 2025-07-24T05:40:15.0699804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h 2025-07-24T05:40:15.0704035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0707806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0712113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0716709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h 2025-07-24T05:40:15.0721053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h 2025-07-24T05:40:15.0724978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta.h 2025-07-24T05:40:15.0729209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h 2025-07-24T05:40:15.0733153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_native.h 2025-07-24T05:40:15.0737565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_ops.h 2025-07-24T05:40:15.0741411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d.h 2025-07-24T05:40:15.0745728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward.h 2025-07-24T05:40:15.0750036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0754230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h 2025-07-24T05:40:15.0758055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h 2025-07-24T05:40:15.0762015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h 2025-07-24T05:40:15.0766410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h 2025-07-24T05:40:15.0770432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_native.h 2025-07-24T05:40:15.0774430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h 2025-07-24T05:40:15.0778944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0782721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0786729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h 2025-07-24T05:40:15.0790724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h 2025-07-24T05:40:15.0794584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta.h 2025-07-24T05:40:15.0798616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h 2025-07-24T05:40:15.0802534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_native.h 2025-07-24T05:40:15.0806704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_ops.h 2025-07-24T05:40:15.0827893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d.h 2025-07-24T05:40:15.0831938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward.h 2025-07-24T05:40:15.0836686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0840677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h 2025-07-24T05:40:15.0844749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h 2025-07-24T05:40:15.0849043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h 2025-07-24T05:40:15.0853044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h 2025-07-24T05:40:15.0857098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h 2025-07-24T05:40:15.0861169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h 2025-07-24T05:40:15.0865346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0869335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0873834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h 2025-07-24T05:40:15.0878450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h 2025-07-24T05:40:15.0882995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta.h 2025-07-24T05:40:15.0886559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h 2025-07-24T05:40:15.0890539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_native.h 2025-07-24T05:40:15.0894793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_ops.h 2025-07-24T05:40:15.0898760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values.h 2025-07-24T05:40:15.0902569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0906336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy.h 2025-07-24T05:40:15.0910426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.0914475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0918372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_native.h 2025-07-24T05:40:15.0922373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_ops.h 2025-07-24T05:40:15.0926645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_native.h 2025-07-24T05:40:15.0930653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_ops.h 2025-07-24T05:40:15.0935214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward.h 2025-07-24T05:40:15.0939135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0943137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_native.h 2025-07-24T05:40:15.0947181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h 2025-07-24T05:40:15.0951243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander.h 2025-07-24T05:40:15.0954804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0958814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_native.h 2025-07-24T05:40:15.0962541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_ops.h 2025-07-24T05:40:15.0966908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var.h 2025-07-24T05:40:15.0970513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0974262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cpu_dispatch.h 2025-07-24T05:40:15.0978356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cuda_dispatch.h 2025-07-24T05:40:15.0982036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean.h 2025-07-24T05:40:15.0985584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.0990123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.0993325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cpu_dispatch.h 2025-07-24T05:40:15.0997048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cuda_dispatch.h 2025-07-24T05:40:15.1001007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_native.h 2025-07-24T05:40:15.1005461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_ops.h 2025-07-24T05:40:15.1009163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_native.h 2025-07-24T05:40:15.1012918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_ops.h 2025-07-24T05:40:15.1016261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot.h 2025-07-24T05:40:15.1020159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1023752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cpu_dispatch.h 2025-07-24T05:40:15.1027609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cuda_dispatch.h 2025-07-24T05:40:15.1031681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_native.h 2025-07-24T05:40:15.1035569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_ops.h 2025-07-24T05:40:15.1039182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view.h 2025-07-24T05:40:15.1043114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as.h 2025-07-24T05:40:15.1046701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex.h 2025-07-24T05:40:15.1050736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy.h 2025-07-24T05:40:15.1054680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.1058607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1062491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_native.h 2025-07-24T05:40:15.1066342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_ops.h 2025-07-24T05:40:15.1070359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h 2025-07-24T05:40:15.1074222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h 2025-07-24T05:40:15.1078009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_meta_dispatch.h 2025-07-24T05:40:15.1081900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_native.h 2025-07-24T05:40:15.1086147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_ops.h 2025-07-24T05:40:15.1090291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1094070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_native.h 2025-07-24T05:40:15.1097969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_ops.h 2025-07-24T05:40:15.1102106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real.h 2025-07-24T05:40:15.1106010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy.h 2025-07-24T05:40:15.1110194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.1115167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1118930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_native.h 2025-07-24T05:40:15.1122973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_ops.h 2025-07-24T05:40:15.1126916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cpu_dispatch.h 2025-07-24T05:40:15.1131051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cuda_dispatch.h 2025-07-24T05:40:15.1135068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_meta_dispatch.h 2025-07-24T05:40:15.1139924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_native.h 2025-07-24T05:40:15.1144217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_ops.h 2025-07-24T05:40:15.1148933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1153243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy.h 2025-07-24T05:40:15.1157461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.1161335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1165117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_native.h 2025-07-24T05:40:15.1169428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_ops.h 2025-07-24T05:40:15.1174069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cpu_dispatch.h 2025-07-24T05:40:15.1178759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cuda_dispatch.h 2025-07-24T05:40:15.1182664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_meta_dispatch.h 2025-07-24T05:40:15.1186280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_native.h 2025-07-24T05:40:15.1189988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_ops.h 2025-07-24T05:40:15.1193258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit.h 2025-07-24T05:40:15.1196830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1200424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_native.h 2025-07-24T05:40:15.1204311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_ops.h 2025-07-24T05:40:15.1208231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack.h 2025-07-24T05:40:15.1212197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1215796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_native.h 2025-07-24T05:40:15.1219660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_ops.h 2025-07-24T05:40:15.1223631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where.h 2025-07-24T05:40:15.1227480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1240845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cpu_dispatch.h 2025-07-24T05:40:15.1241455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cuda_dispatch.h 2025-07-24T05:40:15.1242034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_native.h 2025-07-24T05:40:15.1243734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_ops.h 2025-07-24T05:40:15.1248038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy.h 2025-07-24T05:40:15.1252261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.1255690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1259956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cpu_dispatch.h 2025-07-24T05:40:15.1264357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cuda_dispatch.h 2025-07-24T05:40:15.1268175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta.h 2025-07-24T05:40:15.1272381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta_dispatch.h 2025-07-24T05:40:15.1276427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_native.h 2025-07-24T05:40:15.1280316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_ops.h 2025-07-24T05:40:15.1284166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor.h 2025-07-24T05:40:15.1288011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1291765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_native.h 2025-07-24T05:40:15.1295767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_ops.h 2025-07-24T05:40:15.1299701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero.h 2025-07-24T05:40:15.1303369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros.h 2025-07-24T05:40:15.1307189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1310965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like.h 2025-07-24T05:40:15.1315132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1319357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-07-24T05:40:15.1323832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_native.h 2025-07-24T05:40:15.1327822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_ops.h 2025-07-24T05:40:15.1331706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_native.h 2025-07-24T05:40:15.1335502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_ops.h 2025-07-24T05:40:15.1339847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1343603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cpu_dispatch.h 2025-07-24T05:40:15.1347422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cuda_dispatch.h 2025-07-24T05:40:15.1351115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_meta_dispatch.h 2025-07-24T05:40:15.1355320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_native.h 2025-07-24T05:40:15.1359719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_ops.h 2025-07-24T05:40:15.1363825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d.h 2025-07-24T05:40:15.1367525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h 2025-07-24T05:40:15.1372385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1376818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h 2025-07-24T05:40:15.1380830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h 2025-07-24T05:40:15.1385099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h 2025-07-24T05:40:15.1389439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h 2025-07-24T05:40:15.1393496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1397112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h 2025-07-24T05:40:15.1401077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h 2025-07-24T05:40:15.1405490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h 2025-07-24T05:40:15.1409518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h 2025-07-24T05:40:15.1413346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d.h 2025-07-24T05:40:15.1417116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h 2025-07-24T05:40:15.1421238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1428033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-07-24T05:40:15.1432521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-07-24T05:40:15.1436839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h 2025-07-24T05:40:15.1441023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h 2025-07-24T05:40:15.1445384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1449330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h 2025-07-24T05:40:15.1453270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h 2025-07-24T05:40:15.1457630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h 2025-07-24T05:40:15.1461883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h 2025-07-24T05:40:15.1466813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation.h 2025-07-24T05:40:15.1471151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.1475426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h 2025-07-24T05:40:15.1479277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h 2025-07-24T05:40:15.1483461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta.h 2025-07-24T05:40:15.1487540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h 2025-07-24T05:40:15.1491541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_native.h 2025-07-24T05:40:15.1495323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_ops.h 2025-07-24T05:40:15.1499689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim.h 2025-07-24T05:40:15.1503675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1507694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_native.h 2025-07-24T05:40:15.1511620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_ops.h 2025-07-24T05:40:15.1515677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu.h 2025-07-24T05:40:15.1519881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1523565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_cpu_dispatch.h 2025-07-24T05:40:15.1528285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_meta_dispatch.h 2025-07-24T05:40:15.1532122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_native.h 2025-07-24T05:40:15.1536166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_ops.h 2025-07-24T05:40:15.1539995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax.h 2025-07-24T05:40:15.1543703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1547669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cpu_dispatch.h 2025-07-24T05:40:15.1551426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cuda_dispatch.h 2025-07-24T05:40:15.1555169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_native.h 2025-07-24T05:40:15.1558947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_ops.h 2025-07-24T05:40:15.1562873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h 2025-07-24T05:40:15.1567384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1571236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h 2025-07-24T05:40:15.1575207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h 2025-07-24T05:40:15.1579853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h 2025-07-24T05:40:15.1583873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h 2025-07-24T05:40:15.1587625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale.h 2025-07-24T05:40:15.1591572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1595452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h 2025-07-24T05:40:15.1599602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h 2025-07-24T05:40:15.1603579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h 2025-07-24T05:40:15.1608046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_native.h 2025-07-24T05:40:15.1612303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_ops.h 2025-07-24T05:40:15.1616135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async.h 2025-07-24T05:40:15.1620244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cpu_dispatch.h 2025-07-24T05:40:15.1623995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cuda_dispatch.h 2025-07-24T05:40:15.1627673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_native.h 2025-07-24T05:40:15.1631570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_ops.h 2025-07-24T05:40:15.1635586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar.h 2025-07-24T05:40:15.1639652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1643346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_native.h 2025-07-24T05:40:15.1647454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_ops.h 2025-07-24T05:40:15.1651467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata.h 2025-07-24T05:40:15.1656253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1660138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h 2025-07-24T05:40:15.1664241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_native.h 2025-07-24T05:40:15.1668109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_ops.h 2025-07-24T05:40:15.1671862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision.h 2025-07-24T05:40:15.1675832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1680212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_native.h 2025-07-24T05:40:15.1684204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_ops.h 2025-07-24T05:40:15.1688543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision.h 2025-07-24T05:40:15.1692572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1696724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h 2025-07-24T05:40:15.1700709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h 2025-07-24T05:40:15.1704514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward.h 2025-07-24T05:40:15.1708856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1712600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_native.h 2025-07-24T05:40:15.1716368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_ops.h 2025-07-24T05:40:15.1720049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index.h 2025-07-24T05:40:15.1723647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward.h 2025-07-24T05:40:15.1727783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1731808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h 2025-07-24T05:40:15.1736038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h 2025-07-24T05:40:15.1756282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1760374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_native.h 2025-07-24T05:40:15.1764362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_ops.h 2025-07-24T05:40:15.1768416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update.h 2025-07-24T05:40:15.1772711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1776475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_native.h 2025-07-24T05:40:15.1780357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_ops.h 2025-07-24T05:40:15.1784672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update.h 2025-07-24T05:40:15.1789021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1794437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h 2025-07-24T05:40:15.1798256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h 2025-07-24T05:40:15.1802553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_native.h 2025-07-24T05:40:15.1806542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_ops.h 2025-07-24T05:40:15.1810394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte.h 2025-07-24T05:40:15.1814763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1818623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_native.h 2025-07-24T05:40:15.1823033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_ops.h 2025-07-24T05:40:15.1826713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char.h 2025-07-24T05:40:15.1831149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1835308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_native.h 2025-07-24T05:40:15.1839403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_ops.h 2025-07-24T05:40:15.1843530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double.h 2025-07-24T05:40:15.1847323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1851880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_native.h 2025-07-24T05:40:15.1855391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_ops.h 2025-07-24T05:40:15.1859746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float.h 2025-07-24T05:40:15.1872314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1876729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_native.h 2025-07-24T05:40:15.1880599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_ops.h 2025-07-24T05:40:15.1884672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half.h 2025-07-24T05:40:15.1908029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1912730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_native.h 2025-07-24T05:40:15.1916538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_ops.h 2025-07-24T05:40:15.1920673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int.h 2025-07-24T05:40:15.1925076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1929295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_native.h 2025-07-24T05:40:15.1934404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_ops.h 2025-07-24T05:40:15.1938578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long.h 2025-07-24T05:40:15.1942757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1947021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_native.h 2025-07-24T05:40:15.1951251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_ops.h 2025-07-24T05:40:15.1956205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short.h 2025-07-24T05:40:15.1959348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.1963417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_native.h 2025-07-24T05:40:15.1968365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_ops.h 2025-07-24T05:40:15.1971691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward.h 2025-07-24T05:40:15.1975543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.1979726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h 2025-07-24T05:40:15.1983829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h 2025-07-24T05:40:15.1987771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_native.h 2025-07-24T05:40:15.1991674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_ops.h 2025-07-24T05:40:15.1995969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward.h 2025-07-24T05:40:15.2000179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2003935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h 2025-07-24T05:40:15.2008117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h 2025-07-24T05:40:15.2012193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_native.h 2025-07-24T05:40:15.2015956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_ops.h 2025-07-24T05:40:15.2019894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper.h 2025-07-24T05:40:15.2023992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2028033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h 2025-07-24T05:40:15.2031867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h 2025-07-24T05:40:15.2035986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_native.h 2025-07-24T05:40:15.2040413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_ops.h 2025-07-24T05:40:15.2044676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor.h 2025-07-24T05:40:15.2049373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2053345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h 2025-07-24T05:40:15.2057396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h 2025-07-24T05:40:15.2061275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat.h 2025-07-24T05:40:15.2065419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2069336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h 2025-07-24T05:40:15.2073290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_native.h 2025-07-24T05:40:15.2078325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_ops.h 2025-07-24T05:40:15.2082510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce.h 2025-07-24T05:40:15.2086748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced.h 2025-07-24T05:40:15.2090822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2094955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_meta_dispatch.h 2025-07-24T05:40:15.2098985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_native.h 2025-07-24T05:40:15.2102841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_ops.h 2025-07-24T05:40:15.2106958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2111112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_native.h 2025-07-24T05:40:15.2115223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_ops.h 2025-07-24T05:40:15.2119477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination.h 2025-07-24T05:40:15.2123924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h 2025-07-24T05:40:15.2128039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h 2025-07-24T05:40:15.2132178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_native.h 2025-07-24T05:40:15.2136594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_ops.h 2025-07-24T05:40:15.2140418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj.h 2025-07-24T05:40:15.2144529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2148807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy.h 2025-07-24T05:40:15.2152935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.2157134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2161414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_native.h 2025-07-24T05:40:15.2166002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_ops.h 2025-07-24T05:40:15.2170036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_native.h 2025-07-24T05:40:15.2174565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_ops.h 2025-07-24T05:40:15.2178314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical.h 2025-07-24T05:40:15.2182630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2186300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_native.h 2025-07-24T05:40:15.2190600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_ops.h 2025-07-24T05:40:15.2194963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h 2025-07-24T05:40:15.2199028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.2203189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h 2025-07-24T05:40:15.2207678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h 2025-07-24T05:40:15.2212064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h 2025-07-24T05:40:15.2216111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h 2025-07-24T05:40:15.2220077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h 2025-07-24T05:40:15.2224005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h 2025-07-24T05:40:15.2228459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h 2025-07-24T05:40:15.2232555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.2236780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h 2025-07-24T05:40:15.2240973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h 2025-07-24T05:40:15.2245831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h 2025-07-24T05:40:15.2249586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h 2025-07-24T05:40:15.2253944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h 2025-07-24T05:40:15.2258276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h 2025-07-24T05:40:15.2262110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack.h 2025-07-24T05:40:15.2266072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h 2025-07-24T05:40:15.2270010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h 2025-07-24T05:40:15.2274177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h 2025-07-24T05:40:15.2278126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h 2025-07-24T05:40:15.2282701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h 2025-07-24T05:40:15.2286893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h 2025-07-24T05:40:15.2291394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h 2025-07-24T05:40:15.2295435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution.h 2025-07-24T05:40:15.2300055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2304299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2308358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward.h 2025-07-24T05:40:15.2312509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2316497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_native.h 2025-07-24T05:40:15.2321064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_ops.h 2025-07-24T05:40:15.2324625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode.h 2025-07-24T05:40:15.2329389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2333523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_native.h 2025-07-24T05:40:15.2337467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_ops.h 2025-07-24T05:40:15.2341958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_native.h 2025-07-24T05:40:15.2346413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_ops.h 2025-07-24T05:40:15.2350378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d.h 2025-07-24T05:40:15.2354448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h 2025-07-24T05:40:15.2358727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_native.h 2025-07-24T05:40:15.2362938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_ops.h 2025-07-24T05:40:15.2367033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from.h 2025-07-24T05:40:15.2370503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize.h 2025-07-24T05:40:15.2375135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2379087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_native.h 2025-07-24T05:40:15.2383308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_ops.h 2025-07-24T05:40:15.2387334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2391434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_native.h 2025-07-24T05:40:15.2395185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_ops.h 2025-07-24T05:40:15.2398989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress.h 2025-07-24T05:40:15.2402797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h 2025-07-24T05:40:15.2406759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_native.h 2025-07-24T05:40:15.2410787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_ops.h 2025-07-24T05:40:15.2415099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm.h 2025-07-24T05:40:15.2419311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h 2025-07-24T05:40:15.2423101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_native.h 2025-07-24T05:40:15.2427361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_ops.h 2025-07-24T05:40:15.2431704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search.h 2025-07-24T05:40:15.2435495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h 2025-07-24T05:40:15.2439720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h 2025-07-24T05:40:15.2443996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h 2025-07-24T05:40:15.2448034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss.h 2025-07-24T05:40:15.2452045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward.h 2025-07-24T05:40:15.2456454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2460226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h 2025-07-24T05:40:15.2464394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h 2025-07-24T05:40:15.2468453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_native.h 2025-07-24T05:40:15.2472305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_ops.h 2025-07-24T05:40:15.2476154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2479818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h 2025-07-24T05:40:15.2483726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h 2025-07-24T05:40:15.2488489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h 2025-07-24T05:40:15.2492445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_native.h 2025-07-24T05:40:15.2496272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_ops.h 2025-07-24T05:40:15.2500168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward.h 2025-07-24T05:40:15.2503955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h 2025-07-24T05:40:15.2507693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_native.h 2025-07-24T05:40:15.2511678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_attention_forward_ops.h 2025-07-24T05:40:15.2515363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss.h 2025-07-24T05:40:15.2519595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2523747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h 2025-07-24T05:40:15.2527552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_native.h 2025-07-24T05:40:15.2531920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h 2025-07-24T05:40:15.2535446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state.h 2025-07-24T05:40:15.2539545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2543377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h 2025-07-24T05:40:15.2547415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h 2025-07-24T05:40:15.2551847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h 2025-07-24T05:40:15.2555601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn.h 2025-07-24T05:40:15.2559364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward.h 2025-07-24T05:40:15.2563614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2567900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h 2025-07-24T05:40:15.2571851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_native.h 2025-07-24T05:40:15.2575960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h 2025-07-24T05:40:15.2580072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2583990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h 2025-07-24T05:40:15.2587827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h 2025-07-24T05:40:15.2591803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2595646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h 2025-07-24T05:40:15.2599939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h 2025-07-24T05:40:15.2603765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h 2025-07-24T05:40:15.2607538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_native.h 2025-07-24T05:40:15.2611288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_ops.h 2025-07-24T05:40:15.2615404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache.h 2025-07-24T05:40:15.2619425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2623360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h 2025-07-24T05:40:15.2627193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h 2025-07-24T05:40:15.2631230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h 2025-07-24T05:40:15.2635256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2638914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h 2025-07-24T05:40:15.2642752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h 2025-07-24T05:40:15.2647520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size.h 2025-07-24T05:40:15.2651628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2655318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h 2025-07-24T05:40:15.2658938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h 2025-07-24T05:40:15.2662752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h 2025-07-24T05:40:15.2667031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2670841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h 2025-07-24T05:40:15.2675011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h 2025-07-24T05:40:15.2679139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper.h 2025-07-24T05:40:15.2682952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h 2025-07-24T05:40:15.2686854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h 2025-07-24T05:40:15.2690775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_native.h 2025-07-24T05:40:15.2694802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_ops.h 2025-07-24T05:40:15.2698836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper.h 2025-07-24T05:40:15.2702661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h 2025-07-24T05:40:15.2706465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h 2025-07-24T05:40:15.2710167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_native.h 2025-07-24T05:40:15.2714104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_ops.h 2025-07-24T05:40:15.2717932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap.h 2025-07-24T05:40:15.2722009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2725854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_native.h 2025-07-24T05:40:15.2729986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h 2025-07-24T05:40:15.2733714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI.h 2025-07-24T05:40:15.2737478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_native.h 2025-07-24T05:40:15.2741775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_ops.h 2025-07-24T05:40:15.2745715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV.h 2025-07-24T05:40:15.2751188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_native.h 2025-07-24T05:40:15.2754119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_ops.h 2025-07-24T05:40:15.2758081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange.h 2025-07-24T05:40:15.2762490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.2766303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_native.h 2025-07-24T05:40:15.2770521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_ops.h 2025-07-24T05:40:15.2774665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad.h 2025-07-24T05:40:15.2778603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2783276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h 2025-07-24T05:40:15.2787645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h 2025-07-24T05:40:15.2792145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_native.h 2025-07-24T05:40:15.2795757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_ops.h 2025-07-24T05:40:15.2800130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h 2025-07-24T05:40:15.2804018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h 2025-07-24T05:40:15.2808848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h 2025-07-24T05:40:15.2812288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h 2025-07-24T05:40:15.2816913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h 2025-07-24T05:40:15.2821102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h 2025-07-24T05:40:15.2824959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h 2025-07-24T05:40:15.2828978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h 2025-07-24T05:40:15.2833152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor.h 2025-07-24T05:40:15.2838090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2841759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h 2025-07-24T05:40:15.2846149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h 2025-07-24T05:40:15.2850176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h 2025-07-24T05:40:15.2854816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_native.h 2025-07-24T05:40:15.2859273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_ops.h 2025-07-24T05:40:15.2863447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward.h 2025-07-24T05:40:15.2867619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h 2025-07-24T05:40:15.2872042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_native.h 2025-07-24T05:40:15.2875987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_ops.h 2025-07-24T05:40:15.2880057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward.h 2025-07-24T05:40:15.2884422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h 2025-07-24T05:40:15.2888481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_native.h 2025-07-24T05:40:15.2892538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_ops.h 2025-07-24T05:40:15.2896876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag.h 2025-07-24T05:40:15.2901361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward.h 2025-07-24T05:40:15.2905298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h 2025-07-24T05:40:15.2909631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h 2025-07-24T05:40:15.2913752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_native.h 2025-07-24T05:40:15.2918175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_ops.h 2025-07-24T05:40:15.2921850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2926132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h 2025-07-24T05:40:15.2950830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h 2025-07-24T05:40:15.2951130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward.h 2025-07-24T05:40:15.2951566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2951901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h 2025-07-24T05:40:15.2952403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h 2025-07-24T05:40:15.2953763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h 2025-07-24T05:40:15.2957891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h 2025-07-24T05:40:15.2979917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only.h 2025-07-24T05:40:15.2984320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.2988455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h 2025-07-24T05:40:15.2992416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h 2025-07-24T05:40:15.2996283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_native.h 2025-07-24T05:40:15.3000436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h 2025-07-24T05:40:15.3004656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_native.h 2025-07-24T05:40:15.3008940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_ops.h 2025-07-24T05:40:15.3013132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h 2025-07-24T05:40:15.3017274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3021256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h 2025-07-24T05:40:15.3025650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h 2025-07-24T05:40:15.3029582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h 2025-07-24T05:40:15.3033875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h 2025-07-24T05:40:15.3037703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward.h 2025-07-24T05:40:15.3041854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.3046419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h 2025-07-24T05:40:15.3050647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h 2025-07-24T05:40:15.3054488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized.h 2025-07-24T05:40:15.3058746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3062523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h 2025-07-24T05:40:15.3066734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_native.h 2025-07-24T05:40:15.3071258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_ops.h 2025-07-24T05:40:15.3075545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h 2025-07-24T05:40:15.3079286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3083519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h 2025-07-24T05:40:15.3088483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h 2025-07-24T05:40:15.3092428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h 2025-07-24T05:40:15.3096465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist.h 2025-07-24T05:40:15.3100799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3104712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_native.h 2025-07-24T05:40:15.3108590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_ops.h 2025-07-24T05:40:15.3112516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h 2025-07-24T05:40:15.3117046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h 2025-07-24T05:40:15.3120873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h 2025-07-24T05:40:15.3124796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h 2025-07-24T05:40:15.3129140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h 2025-07-24T05:40:15.3133593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h 2025-07-24T05:40:15.3137993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3142043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h 2025-07-24T05:40:15.3146728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h 2025-07-24T05:40:15.3150778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h 2025-07-24T05:40:15.3154966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h 2025-07-24T05:40:15.3159692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h 2025-07-24T05:40:15.3163957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h 2025-07-24T05:40:15.3168456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h 2025-07-24T05:40:15.3172802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h 2025-07-24T05:40:15.3176721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h 2025-07-24T05:40:15.3180919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h 2025-07-24T05:40:15.3185316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3189669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h 2025-07-24T05:40:15.3193794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h 2025-07-24T05:40:15.3198271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h 2025-07-24T05:40:15.3203109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h 2025-07-24T05:40:15.3207902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h 2025-07-24T05:40:15.3212787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3216399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h 2025-07-24T05:40:15.3220819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h 2025-07-24T05:40:15.3224855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h 2025-07-24T05:40:15.3229710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h 2025-07-24T05:40:15.3233313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c.h 2025-07-24T05:40:15.3237301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h 2025-07-24T05:40:15.3241657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h 2025-07-24T05:40:15.3245599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_native.h 2025-07-24T05:40:15.3249481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_ops.h 2025-07-24T05:40:15.3254302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r.h 2025-07-24T05:40:15.3258438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h 2025-07-24T05:40:15.3262288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h 2025-07-24T05:40:15.3266811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_native.h 2025-07-24T05:40:15.3271447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_ops.h 2025-07-24T05:40:15.3275661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c.h 2025-07-24T05:40:15.3279145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h 2025-07-24T05:40:15.3283366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h 2025-07-24T05:40:15.3287443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_native.h 2025-07-24T05:40:15.3291772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_ops.h 2025-07-24T05:40:15.3295867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h 2025-07-24T05:40:15.3300268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h 2025-07-24T05:40:15.3305172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h 2025-07-24T05:40:15.3308549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h 2025-07-24T05:40:15.3312664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h 2025-07-24T05:40:15.3317166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward.h 2025-07-24T05:40:15.3321714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h 2025-07-24T05:40:15.3324590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_native.h 2025-07-24T05:40:15.3328649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_ops.h 2025-07-24T05:40:15.3333000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward.h 2025-07-24T05:40:15.3336599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h 2025-07-24T05:40:15.3340713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_native.h 2025-07-24T05:40:15.3344896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_ops.h 2025-07-24T05:40:15.3348791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar.h 2025-07-24T05:40:15.3353671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3357894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_cpu_dispatch.h 2025-07-24T05:40:15.3362102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_native.h 2025-07-24T05:40:15.3366022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_ops.h 2025-07-24T05:40:15.3370338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs.h 2025-07-24T05:40:15.3374532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3378280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h 2025-07-24T05:40:15.3382337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_native.h 2025-07-24T05:40:15.3386661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_ops.h 2025-07-24T05:40:15.3390998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos.h 2025-07-24T05:40:15.3395200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3399234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h 2025-07-24T05:40:15.3403833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_native.h 2025-07-24T05:40:15.3408274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_ops.h 2025-07-24T05:40:15.3412225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add.h 2025-07-24T05:40:15.3416177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv.h 2025-07-24T05:40:15.3420558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3425549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h 2025-07-24T05:40:15.3429680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_native.h 2025-07-24T05:40:15.3434154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_ops.h 2025-07-24T05:40:15.3438324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul.h 2025-07-24T05:40:15.3442533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3446846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h 2025-07-24T05:40:15.3451255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_native.h 2025-07-24T05:40:15.3455437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_ops.h 2025-07-24T05:40:15.3460105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3465267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h 2025-07-24T05:40:15.3469543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_native.h 2025-07-24T05:40:15.3473628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_ops.h 2025-07-24T05:40:15.3478193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin.h 2025-07-24T05:40:15.3481903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3485911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h 2025-07-24T05:40:15.3490404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_native.h 2025-07-24T05:40:15.3494551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_ops.h 2025-07-24T05:40:15.3498436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan.h 2025-07-24T05:40:15.3502557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3506438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h 2025-07-24T05:40:15.3510376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_native.h 2025-07-24T05:40:15.3514290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_ops.h 2025-07-24T05:40:15.3518387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil.h 2025-07-24T05:40:15.3522757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3527365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h 2025-07-24T05:40:15.3531414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_native.h 2025-07-24T05:40:15.3535639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_ops.h 2025-07-24T05:40:15.3539516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max.h 2025-07-24T05:40:15.3543998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3548962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h 2025-07-24T05:40:15.3553154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_native.h 2025-07-24T05:40:15.3557293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_ops.h 2025-07-24T05:40:15.3561135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min.h 2025-07-24T05:40:15.3565441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3569852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h 2025-07-24T05:40:15.3574089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_native.h 2025-07-24T05:40:15.3577954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_ops.h 2025-07-24T05:40:15.3581766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy.h 2025-07-24T05:40:15.3586337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3590168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h 2025-07-24T05:40:15.3594302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_native.h 2025-07-24T05:40:15.3598620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_ops.h 2025-07-24T05:40:15.3603156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos.h 2025-07-24T05:40:15.3607298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh.h 2025-07-24T05:40:15.3611361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3615391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h 2025-07-24T05:40:15.3619461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_native.h 2025-07-24T05:40:15.3623297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_ops.h 2025-07-24T05:40:15.3628004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3632384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h 2025-07-24T05:40:15.3636293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_native.h 2025-07-24T05:40:15.3640128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_ops.h 2025-07-24T05:40:15.3644096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div.h 2025-07-24T05:40:15.3648271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3652257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h 2025-07-24T05:40:15.3656140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_native.h 2025-07-24T05:40:15.3660566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_ops.h 2025-07-24T05:40:15.3664467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf.h 2025-07-24T05:40:15.3668366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc.h 2025-07-24T05:40:15.3672391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3676263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h 2025-07-24T05:40:15.3680353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_native.h 2025-07-24T05:40:15.3684767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_ops.h 2025-07-24T05:40:15.3689342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3693186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h 2025-07-24T05:40:15.3697103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_native.h 2025-07-24T05:40:15.3701254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_ops.h 2025-07-24T05:40:15.3705171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp.h 2025-07-24T05:40:15.3709068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1.h 2025-07-24T05:40:15.3713168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3717374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h 2025-07-24T05:40:15.3721421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_native.h 2025-07-24T05:40:15.3725367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_ops.h 2025-07-24T05:40:15.3729732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3733583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h 2025-07-24T05:40:15.3737462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_native.h 2025-07-24T05:40:15.3741440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_ops.h 2025-07-24T05:40:15.3745525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor.h 2025-07-24T05:40:15.3750391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3754514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h 2025-07-24T05:40:15.3758769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_native.h 2025-07-24T05:40:15.3762989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_ops.h 2025-07-24T05:40:15.3767741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac.h 2025-07-24T05:40:15.3771350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3775552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h 2025-07-24T05:40:15.3779641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_native.h 2025-07-24T05:40:15.3783566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_ops.h 2025-07-24T05:40:15.3787711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp.h 2025-07-24T05:40:15.3792594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3796784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h 2025-07-24T05:40:15.3800984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_native.h 2025-07-24T05:40:15.3805156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_ops.h 2025-07-24T05:40:15.3809618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma.h 2025-07-24T05:40:15.3813986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3817717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h 2025-07-24T05:40:15.3821919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_native.h 2025-07-24T05:40:15.3825967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_ops.h 2025-07-24T05:40:15.3830627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log.h 2025-07-24T05:40:15.3834146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10.h 2025-07-24T05:40:15.3838858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3843010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h 2025-07-24T05:40:15.3847015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_native.h 2025-07-24T05:40:15.3851330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_ops.h 2025-07-24T05:40:15.3855205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p.h 2025-07-24T05:40:15.3859512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3863677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h 2025-07-24T05:40:15.3867848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_native.h 2025-07-24T05:40:15.3871997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_ops.h 2025-07-24T05:40:15.3876606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2.h 2025-07-24T05:40:15.3880469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3884821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h 2025-07-24T05:40:15.3889175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_native.h 2025-07-24T05:40:15.3892864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_ops.h 2025-07-24T05:40:15.3897204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3902190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h 2025-07-24T05:40:15.3906288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_native.h 2025-07-24T05:40:15.3910433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_ops.h 2025-07-24T05:40:15.3914805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max.h 2025-07-24T05:40:15.3919462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum.h 2025-07-24T05:40:15.3923699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3927824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h 2025-07-24T05:40:15.3931925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_native.h 2025-07-24T05:40:15.3936291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_ops.h 2025-07-24T05:40:15.3940928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3944850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h 2025-07-24T05:40:15.3949647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_native.h 2025-07-24T05:40:15.3954219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_ops.h 2025-07-24T05:40:15.3959114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum.h 2025-07-24T05:40:15.3964449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3968586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h 2025-07-24T05:40:15.3972584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_native.h 2025-07-24T05:40:15.3978143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_ops.h 2025-07-24T05:40:15.3982395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul.h 2025-07-24T05:40:15.3986417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.3990389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h 2025-07-24T05:40:15.3994404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_native.h 2025-07-24T05:40:15.3999370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_ops.h 2025-07-24T05:40:15.4002552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg.h 2025-07-24T05:40:15.4006888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4010862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h 2025-07-24T05:40:15.4015458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_native.h 2025-07-24T05:40:15.4019826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_ops.h 2025-07-24T05:40:15.4023795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm.h 2025-07-24T05:40:15.4028061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4032359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h 2025-07-24T05:40:15.4036378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_native.h 2025-07-24T05:40:15.4040353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_ops.h 2025-07-24T05:40:15.4044382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow.h 2025-07-24T05:40:15.4048789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4053012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h 2025-07-24T05:40:15.4073848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_native.h 2025-07-24T05:40:15.4077877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_ops.h 2025-07-24T05:40:15.4082151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal.h 2025-07-24T05:40:15.4086660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4090621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h 2025-07-24T05:40:15.4094512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_native.h 2025-07-24T05:40:15.4098402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_ops.h 2025-07-24T05:40:15.4102307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round.h 2025-07-24T05:40:15.4106394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4110440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h 2025-07-24T05:40:15.4114516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_native.h 2025-07-24T05:40:15.4118845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_ops.h 2025-07-24T05:40:15.4122583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt.h 2025-07-24T05:40:15.4126498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4130627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h 2025-07-24T05:40:15.4134713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_native.h 2025-07-24T05:40:15.4138551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_ops.h 2025-07-24T05:40:15.4143413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid.h 2025-07-24T05:40:15.4147874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4151730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h 2025-07-24T05:40:15.4155861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_native.h 2025-07-24T05:40:15.4159939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_ops.h 2025-07-24T05:40:15.4164245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign.h 2025-07-24T05:40:15.4185096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4189205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h 2025-07-24T05:40:15.4193104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_native.h 2025-07-24T05:40:15.4196859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_ops.h 2025-07-24T05:40:15.4201244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin.h 2025-07-24T05:40:15.4205365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh.h 2025-07-24T05:40:15.4209902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4213997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h 2025-07-24T05:40:15.4217926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_native.h 2025-07-24T05:40:15.4221900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_ops.h 2025-07-24T05:40:15.4225925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4238234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h 2025-07-24T05:40:15.4238495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_native.h 2025-07-24T05:40:15.4240486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_ops.h 2025-07-24T05:40:15.4244471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt.h 2025-07-24T05:40:15.4249259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4253847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h 2025-07-24T05:40:15.4257931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_native.h 2025-07-24T05:40:15.4262122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_ops.h 2025-07-24T05:40:15.4266196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub.h 2025-07-24T05:40:15.4271056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4275076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h 2025-07-24T05:40:15.4279021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_native.h 2025-07-24T05:40:15.4282901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_ops.h 2025-07-24T05:40:15.4286673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan.h 2025-07-24T05:40:15.4290680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh.h 2025-07-24T05:40:15.4295293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4299766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h 2025-07-24T05:40:15.4303930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_native.h 2025-07-24T05:40:15.4308049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_ops.h 2025-07-24T05:40:15.4312223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4316072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h 2025-07-24T05:40:15.4320073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_native.h 2025-07-24T05:40:15.4324344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_ops.h 2025-07-24T05:40:15.4328442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc.h 2025-07-24T05:40:15.4332476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4336409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h 2025-07-24T05:40:15.4340424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_native.h 2025-07-24T05:40:15.4344296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_ops.h 2025-07-24T05:40:15.4348215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero.h 2025-07-24T05:40:15.4352234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4357590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h 2025-07-24T05:40:15.4362567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_native.h 2025-07-24T05:40:15.4367145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_ops.h 2025-07-24T05:40:15.4371137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async.h 2025-07-24T05:40:15.4375241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h 2025-07-24T05:40:15.4380292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_native.h 2025-07-24T05:40:15.4384612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_ops.h 2025-07-24T05:40:15.4389366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar.h 2025-07-24T05:40:15.4393967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4398190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_native.h 2025-07-24T05:40:15.4402431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_ops.h 2025-07-24T05:40:15.4407119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range.h 2025-07-24T05:40:15.4411627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4416411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h 2025-07-24T05:40:15.4421678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4426089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h 2025-07-24T05:40:15.4430713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h 2025-07-24T05:40:15.4435383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_native.h 2025-07-24T05:40:15.4439708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h 2025-07-24T05:40:15.4444405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad.h 2025-07-24T05:40:15.4448914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4453532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h 2025-07-24T05:40:15.4458550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_native.h 2025-07-24T05:40:15.4463530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_ops.h 2025-07-24T05:40:15.4467934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam.h 2025-07-24T05:40:15.4472355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw.h 2025-07-24T05:40:15.4477536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4482256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h 2025-07-24T05:40:15.4486944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h 2025-07-24T05:40:15.4492137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_native.h 2025-07-24T05:40:15.4496577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_ops.h 2025-07-24T05:40:15.4501181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4506137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h 2025-07-24T05:40:15.4510777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h 2025-07-24T05:40:15.4515442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_native.h 2025-07-24T05:40:15.4520072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_ops.h 2025-07-24T05:40:15.4523773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout.h 2025-07-24T05:40:15.4528124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4532929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h 2025-07-24T05:40:15.4536541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_native.h 2025-07-24T05:40:15.4540452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_ops.h 2025-07-24T05:40:15.4544517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h 2025-07-24T05:40:15.4548593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4552521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h 2025-07-24T05:40:15.4556842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h 2025-07-24T05:40:15.4560634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h 2025-07-24T05:40:15.4564549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h 2025-07-24T05:40:15.4568519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm.h 2025-07-24T05:40:15.4572593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward.h 2025-07-24T05:40:15.4577051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward_cuda_dispatch.h 2025-07-24T05:40:15.4580972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward_native.h 2025-07-24T05:40:15.4584885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_backward_ops.h 2025-07-24T05:40:15.4588857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.4592527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_cuda_dispatch.h 2025-07-24T05:40:15.4596743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_native.h 2025-07-24T05:40:15.4600688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_rms_norm_ops.h 2025-07-24T05:40:15.4604644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice.h 2025-07-24T05:40:15.4608861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h 2025-07-24T05:40:15.4612686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h 2025-07-24T05:40:15.4616536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h 2025-07-24T05:40:15.4620388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_native.h 2025-07-24T05:40:15.4624240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_ops.h 2025-07-24T05:40:15.4628054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd.h 2025-07-24T05:40:15.4632426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4636401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h 2025-07-24T05:40:15.4640110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h 2025-07-24T05:40:15.4644031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_native.h 2025-07-24T05:40:15.4648186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_ops.h 2025-07-24T05:40:15.4652206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal.h 2025-07-24T05:40:15.4656055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4659892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy.h 2025-07-24T05:40:15.4663904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.4667797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4671633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_native.h 2025-07-24T05:40:15.4675465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_ops.h 2025-07-24T05:40:15.4679285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_native.h 2025-07-24T05:40:15.4683437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_ops.h 2025-07-24T05:40:15.4687548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward.h 2025-07-24T05:40:15.4691412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.4695212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_native.h 2025-07-24T05:40:15.4699416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_ops.h 2025-07-24T05:40:15.4703260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h 2025-07-24T05:40:15.4707338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h 2025-07-24T05:40:15.4711288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.4715044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h 2025-07-24T05:40:15.4718905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h 2025-07-24T05:40:15.4722912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4727327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h 2025-07-24T05:40:15.4731307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h 2025-07-24T05:40:15.4735184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm.h 2025-07-24T05:40:15.4738813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_cuda_dispatch.h 2025-07-24T05:40:15.4742500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_native.h 2025-07-24T05:40:15.4746338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grouped_mm_ops.h 2025-07-24T05:40:15.4750497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h 2025-07-24T05:40:15.4754372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.4758412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h 2025-07-24T05:40:15.4762510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h 2025-07-24T05:40:15.4766332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel.h 2025-07-24T05:40:15.4770396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4774427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_native.h 2025-07-24T05:40:15.4778256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_ops.h 2025-07-24T05:40:15.4782121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges.h 2025-07-24T05:40:15.4786113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4791028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h 2025-07-24T05:40:15.4794991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_native.h 2025-07-24T05:40:15.4798866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h 2025-07-24T05:40:15.4802777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts.h 2025-07-24T05:40:15.4806974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4811048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h 2025-07-24T05:40:15.4815914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h 2025-07-24T05:40:15.4820409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h 2025-07-24T05:40:15.4825453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h 2025-07-24T05:40:15.4830132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4834075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h 2025-07-24T05:40:15.4838468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h 2025-07-24T05:40:15.4842686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h 2025-07-24T05:40:15.4847402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl.h 2025-07-24T05:40:15.4851257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4855169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h 2025-07-24T05:40:15.4859024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h 2025-07-24T05:40:15.4863481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h 2025-07-24T05:40:15.4867804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_native.h 2025-07-24T05:40:15.4871965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_ops.h 2025-07-24T05:40:15.4875865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices.h 2025-07-24T05:40:15.4879834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy.h 2025-07-24T05:40:15.4883952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.4887884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4892198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_native.h 2025-07-24T05:40:15.4896394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_ops.h 2025-07-24T05:40:15.4900485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_native.h 2025-07-24T05:40:15.4904634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_ops.h 2025-07-24T05:40:15.4908469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm.h 2025-07-24T05:40:15.4912281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cpu_dispatch.h 2025-07-24T05:40:15.4915896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cuda_dispatch.h 2025-07-24T05:40:15.4919737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_native.h 2025-07-24T05:40:15.4923807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_ops.h 2025-07-24T05:40:15.4927803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true.h 2025-07-24T05:40:15.4931670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4935561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_native.h 2025-07-24T05:40:15.4939462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_ops.h 2025-07-24T05:40:15.4943415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true.h 2025-07-24T05:40:15.4947454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.4951522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_native.h 2025-07-24T05:40:15.4955614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_ops.h 2025-07-24T05:40:15.4959814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor.h 2025-07-24T05:40:15.4963833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.4967985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_native.h 2025-07-24T05:40:15.4972121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_ops.h 2025-07-24T05:40:15.4976259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h 2025-07-24T05:40:15.4980384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h 2025-07-24T05:40:15.4984756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h 2025-07-24T05:40:15.4990085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h 2025-07-24T05:40:15.4994114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h 2025-07-24T05:40:15.4997842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone.h 2025-07-24T05:40:15.5002575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5006500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_native.h 2025-07-24T05:40:15.5010474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_ops.h 2025-07-24T05:40:15.5014315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors.h 2025-07-24T05:40:15.5018436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5022279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_native.h 2025-07-24T05:40:15.5026050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_ops.h 2025-07-24T05:40:15.5030194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det.h 2025-07-24T05:40:15.5034324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5038405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h 2025-07-24T05:40:15.5042346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h 2025-07-24T05:40:15.5046328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta.h 2025-07-24T05:40:15.5050389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta_dispatch.h 2025-07-24T05:40:15.5054222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_native.h 2025-07-24T05:40:15.5057983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_ops.h 2025-07-24T05:40:15.5061874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh.h 2025-07-24T05:40:15.5066334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5070182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h 2025-07-24T05:40:15.5074120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h 2025-07-24T05:40:15.5077890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta.h 2025-07-24T05:40:15.5081809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h 2025-07-24T05:40:15.5085710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_native.h 2025-07-24T05:40:15.5089748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_ops.h 2025-07-24T05:40:15.5093674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals.h 2025-07-24T05:40:15.5097738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h 2025-07-24T05:40:15.5101516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h 2025-07-24T05:40:15.5106209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_native.h 2025-07-24T05:40:15.5110225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_ops.h 2025-07-24T05:40:15.5114124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet.h 2025-07-24T05:40:15.5118404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5122472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h 2025-07-24T05:40:15.5126472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h 2025-07-24T05:40:15.5130483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta.h 2025-07-24T05:40:15.5134262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h 2025-07-24T05:40:15.5138152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_native.h 2025-07-24T05:40:15.5141852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_ops.h 2025-07-24T05:40:15.5145910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex.h 2025-07-24T05:40:15.5166284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5170508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h 2025-07-24T05:40:15.5174250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h 2025-07-24T05:40:15.5178177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta.h 2025-07-24T05:40:15.5182334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h 2025-07-24T05:40:15.5186269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_native.h 2025-07-24T05:40:15.5190058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_ops.h 2025-07-24T05:40:15.5193851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd.h 2025-07-24T05:40:15.5197973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5201799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h 2025-07-24T05:40:15.5206009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h 2025-07-24T05:40:15.5209878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta.h 2025-07-24T05:40:15.5213984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h 2025-07-24T05:40:15.5217802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_native.h 2025-07-24T05:40:15.5221692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_ops.h 2025-07-24T05:40:15.5226365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense.h 2025-07-24T05:40:15.5230200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h 2025-07-24T05:40:15.5234200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h 2025-07-24T05:40:15.5238019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_native.h 2025-07-24T05:40:15.5242338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_ops.h 2025-07-24T05:40:15.5246732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp.h 2025-07-24T05:40:15.5250236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h 2025-07-24T05:40:15.5254039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h 2025-07-24T05:40:15.5257865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_native.h 2025-07-24T05:40:15.5261759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_ops.h 2025-07-24T05:40:15.5265737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax.h 2025-07-24T05:40:15.5269524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data.h 2025-07-24T05:40:15.5273770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5277491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h 2025-07-24T05:40:15.5281355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h 2025-07-24T05:40:15.5285378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta.h 2025-07-24T05:40:15.5289335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h 2025-07-24T05:40:15.5293981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_native.h 2025-07-24T05:40:15.5298104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_ops.h 2025-07-24T05:40:15.5302212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5306301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h 2025-07-24T05:40:15.5310268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h 2025-07-24T05:40:15.5314234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta.h 2025-07-24T05:40:15.5318504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta_dispatch.h 2025-07-24T05:40:15.5322903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_native.h 2025-07-24T05:40:15.5327528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_ops.h 2025-07-24T05:40:15.5331382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps.h 2025-07-24T05:40:15.5335342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5339138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_native.h 2025-07-24T05:40:15.5343571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_ops.h 2025-07-24T05:40:15.5346866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info.h 2025-07-24T05:40:15.5351341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.5355487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_native.h 2025-07-24T05:40:15.5359109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_ops.h 2025-07-24T05:40:15.5362998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token.h 2025-07-24T05:40:15.5367081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h 2025-07-24T05:40:15.5371116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_native.h 2025-07-24T05:40:15.5375433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_ops.h 2025-07-24T05:40:15.5379912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual.h 2025-07-24T05:40:15.5384312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5387866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy.h 2025-07-24T05:40:15.5392222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5396177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5399973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_native.h 2025-07-24T05:40:15.5404140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_ops.h 2025-07-24T05:40:15.5408111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_native.h 2025-07-24T05:40:15.5412017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_ops.h 2025-07-24T05:40:15.5415996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h 2025-07-24T05:40:15.5420265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5424392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h 2025-07-24T05:40:15.5428345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h 2025-07-24T05:40:15.5432946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h 2025-07-24T05:40:15.5436924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h 2025-07-24T05:40:15.5440894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h 2025-07-24T05:40:15.5445754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5450013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h 2025-07-24T05:40:15.5454290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h 2025-07-24T05:40:15.5458371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h 2025-07-24T05:40:15.5462470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h 2025-07-24T05:40:15.5466675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale.h 2025-07-24T05:40:15.5470817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5474721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h 2025-07-24T05:40:15.5478525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_native.h 2025-07-24T05:40:15.5482718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_ops.h 2025-07-24T05:40:15.5486427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax.h 2025-07-24T05:40:15.5490301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward.h 2025-07-24T05:40:15.5494332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5498146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h 2025-07-24T05:40:15.5502614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h 2025-07-24T05:40:15.5506435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_native.h 2025-07-24T05:40:15.5510488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_ops.h 2025-07-24T05:40:15.5514561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5518452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h 2025-07-24T05:40:15.5522418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h 2025-07-24T05:40:15.5526970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_native.h 2025-07-24T05:40:15.5530911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_ops.h 2025-07-24T05:40:15.5534773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear.h 2025-07-24T05:40:15.5538520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h 2025-07-24T05:40:15.5542232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_native.h 2025-07-24T05:40:15.5547083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h 2025-07-24T05:40:15.5551272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape.h 2025-07-24T05:40:15.5554320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5557896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_native.h 2025-07-24T05:40:15.5561606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_ops.h 2025-07-24T05:40:15.5565655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose.h 2025-07-24T05:40:15.5569593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5573367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h 2025-07-24T05:40:15.5577356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_native.h 2025-07-24T05:40:15.5581159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_ops.h 2025-07-24T05:40:15.5584958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution.h 2025-07-24T05:40:15.5588873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5592556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_native.h 2025-07-24T05:40:15.5596325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_ops.h 2025-07-24T05:40:15.5600170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose.h 2025-07-24T05:40:15.5604576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5608746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_native.h 2025-07-24T05:40:15.5612495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_ops.h 2025-07-24T05:40:15.5616646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit.h 2025-07-24T05:40:15.5620549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5625495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h 2025-07-24T05:40:15.5629248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h 2025-07-24T05:40:15.5633557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_native.h 2025-07-24T05:40:15.5638196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h 2025-07-24T05:40:15.5642423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5647307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h 2025-07-24T05:40:15.5652056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h 2025-07-24T05:40:15.5656430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_ops.h 2025-07-24T05:40:15.5661261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention.h 2025-07-24T05:40:15.5665926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5670107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h 2025-07-24T05:40:15.5686650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h 2025-07-24T05:40:15.5687517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_native.h 2025-07-24T05:40:15.5688227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_ops.h 2025-07-24T05:40:15.5688842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view.h 2025-07-24T05:40:15.5692645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5695283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy.h 2025-07-24T05:40:15.5699671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5704870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5707669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_native.h 2025-07-24T05:40:15.5711479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_ops.h 2025-07-24T05:40:15.5715320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_native.h 2025-07-24T05:40:15.5719110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_ops.h 2025-07-24T05:40:15.5723678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h 2025-07-24T05:40:15.5727876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h 2025-07-24T05:40:15.5731738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h 2025-07-24T05:40:15.5735750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h 2025-07-24T05:40:15.5739579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h 2025-07-24T05:40:15.5743337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded.h 2025-07-24T05:40:15.5747308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h 2025-07-24T05:40:15.5751413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5755223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h 2025-07-24T05:40:15.5759112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h 2025-07-24T05:40:15.5763053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5767274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h 2025-07-24T05:40:15.5771353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h 2025-07-24T05:40:15.5775159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_native.h 2025-07-24T05:40:15.5779059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_ops.h 2025-07-24T05:40:15.5783031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor.h 2025-07-24T05:40:15.5786888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_native.h 2025-07-24T05:40:15.5790928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h 2025-07-24T05:40:15.5794856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy.h 2025-07-24T05:40:15.5798921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h 2025-07-24T05:40:15.5802790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h 2025-07-24T05:40:15.5806667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths.h 2025-07-24T05:40:15.5810589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_native.h 2025-07-24T05:40:15.5815111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_ops.h 2025-07-24T05:40:15.5819005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen.h 2025-07-24T05:40:15.5822917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_native.h 2025-07-24T05:40:15.5826991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h 2025-07-24T05:40:15.5830942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen.h 2025-07-24T05:40:15.5835570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_native.h 2025-07-24T05:40:15.5839361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h 2025-07-24T05:40:15.5843359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets.h 2025-07-24T05:40:15.5847304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_native.h 2025-07-24T05:40:15.5851142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_ops.h 2025-07-24T05:40:15.5854956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx.h 2025-07-24T05:40:15.5858806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_native.h 2025-07-24T05:40:15.5862600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h 2025-07-24T05:40:15.5866428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values.h 2025-07-24T05:40:15.5870439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy.h 2025-07-24T05:40:15.5874614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.5878697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5882631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_native.h 2025-07-24T05:40:15.5886555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_ops.h 2025-07-24T05:40:15.5890405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_native.h 2025-07-24T05:40:15.5894446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_ops.h 2025-07-24T05:40:15.5898319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward.h 2025-07-24T05:40:15.5902198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_native.h 2025-07-24T05:40:15.5906044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_ops.h 2025-07-24T05:40:15.5909864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward.h 2025-07-24T05:40:15.5913693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_native.h 2025-07-24T05:40:15.5917797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_ops.h 2025-07-24T05:40:15.5921837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask.h 2025-07-24T05:40:15.5926358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5930317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h 2025-07-24T05:40:15.5934482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h 2025-07-24T05:40:15.5938376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h 2025-07-24T05:40:15.5942513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h 2025-07-24T05:40:15.5946671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h 2025-07-24T05:40:15.5950985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h 2025-07-24T05:40:15.5991290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h 2025-07-24T05:40:15.5992022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_native.h 2025-07-24T05:40:15.5992693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h 2025-07-24T05:40:15.5993364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h 2025-07-24T05:40:15.5994621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5995475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h 2025-07-24T05:40:15.5996292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h 2025-07-24T05:40:15.5997003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size.h 2025-07-24T05:40:15.5997722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.5998481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_native.h 2025-07-24T05:40:15.5999487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_ops.h 2025-07-24T05:40:15.6003546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h 2025-07-24T05:40:15.6007553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h 2025-07-24T05:40:15.6012265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h 2025-07-24T05:40:15.6017719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets.h 2025-07-24T05:40:15.6022037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6026495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h 2025-07-24T05:40:15.6030105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h 2025-07-24T05:40:15.6033815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides.h 2025-07-24T05:40:15.6038831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6043310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_native.h 2025-07-24T05:40:15.6047432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_ops.h 2025-07-24T05:40:15.6051327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer.h 2025-07-24T05:40:15.6055191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy.h 2025-07-24T05:40:15.6059338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.6063568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6067359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h 2025-07-24T05:40:15.6071322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h 2025-07-24T05:40:15.6075258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h 2025-07-24T05:40:15.6079126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h 2025-07-24T05:40:15.6083072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_native.h 2025-07-24T05:40:15.6087278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_ops.h 2025-07-24T05:40:15.6091088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged.h 2025-07-24T05:40:15.6094926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy.h 2025-07-24T05:40:15.6099030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.6102985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6107424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h 2025-07-24T05:40:15.6111379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h 2025-07-24T05:40:15.6115467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_native.h 2025-07-24T05:40:15.6119441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_ops.h 2025-07-24T05:40:15.6123474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h 2025-07-24T05:40:15.6127555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6131542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h 2025-07-24T05:40:15.6135271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h 2025-07-24T05:40:15.6139015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available.h 2025-07-24T05:40:15.6153276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6154135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_native.h 2025-07-24T05:40:15.6154781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_ops.h 2025-07-24T05:40:15.6155432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution.h 2025-07-24T05:40:15.6158768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6162756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h 2025-07-24T05:40:15.6167165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h 2025-07-24T05:40:15.6170913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz.h 2025-07-24T05:40:15.6174391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_native.h 2025-07-24T05:40:15.6178138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_ops.h 2025-07-24T05:40:15.6181730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence.h 2025-07-24T05:40:15.6185465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward.h 2025-07-24T05:40:15.6189512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6193160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h 2025-07-24T05:40:15.6196988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h 2025-07-24T05:40:15.6201742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6224735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_native.h 2025-07-24T05:40:15.6228911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_ops.h 2025-07-24T05:40:15.6232610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h 2025-07-24T05:40:15.6236598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h 2025-07-24T05:40:15.6240309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h 2025-07-24T05:40:15.6244466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h 2025-07-24T05:40:15.6248552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h 2025-07-24T05:40:15.6252511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular.h 2025-07-24T05:40:15.6256400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6260094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_native.h 2025-07-24T05:40:15.6263964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_ops.h 2025-07-24T05:40:15.6268170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum.h 2025-07-24T05:40:15.6272733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6276823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_native.h 2025-07-24T05:40:15.6280830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_ops.h 2025-07-24T05:40:15.6284780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence.h 2025-07-24T05:40:15.6288869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6293325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_native.h 2025-07-24T05:40:15.6296846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_ops.h 2025-07-24T05:40:15.6301038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward.h 2025-07-24T05:40:15.6305275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6308841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h 2025-07-24T05:40:15.6312766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h 2025-07-24T05:40:15.6316693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_native.h 2025-07-24T05:40:15.6321072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_ops.h 2025-07-24T05:40:15.6325421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward.h 2025-07-24T05:40:15.6329496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6333469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h 2025-07-24T05:40:15.6337416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h 2025-07-24T05:40:15.6341461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_native.h 2025-07-24T05:40:15.6345607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_ops.h 2025-07-24T05:40:15.6349405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory.h 2025-07-24T05:40:15.6353592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6357364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_native.h 2025-07-24T05:40:15.6362072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_ops.h 2025-07-24T05:40:15.6365948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel.h 2025-07-24T05:40:15.6369944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward.h 2025-07-24T05:40:15.6374082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h 2025-07-24T05:40:15.6377704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h 2025-07-24T05:40:15.6381643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_native.h 2025-07-24T05:40:15.6385545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_ops.h 2025-07-24T05:40:15.6389466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h 2025-07-24T05:40:15.6393398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h 2025-07-24T05:40:15.6397384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_native.h 2025-07-24T05:40:15.6401224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_ops.h 2025-07-24T05:40:15.6405058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print.h 2025-07-24T05:40:15.6409072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6427234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_native.h 2025-07-24T05:40:15.6431320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_ops.h 2025-07-24T05:40:15.6435078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data.h 2025-07-24T05:40:15.6439249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6443535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_native.h 2025-07-24T05:40:15.6447504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_ops.h 2025-07-24T05:40:15.6451639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim.h 2025-07-24T05:40:15.6455564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6465678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_native.h 2025-07-24T05:40:15.6466318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_ops.h 2025-07-24T05:40:15.6467672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias.h 2025-07-24T05:40:15.6485673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy.h 2025-07-24T05:40:15.6486489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.6487417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6488185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_native.h 2025-07-24T05:40:15.6489357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_ops.h 2025-07-24T05:40:15.6493302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h 2025-07-24T05:40:15.6497741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h 2025-07-24T05:40:15.6501539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h 2025-07-24T05:40:15.6505403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_native.h 2025-07-24T05:40:15.6509942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_ops.h 2025-07-24T05:40:15.6513790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy.h 2025-07-24T05:40:15.6517767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6521753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_native.h 2025-07-24T05:40:15.6525632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_ops.h 2025-07-24T05:40:15.6529678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor.h 2025-07-24T05:40:15.6533682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6545841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_native.h 2025-07-24T05:40:15.6546771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_ops.h 2025-07-24T05:40:15.6548507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output.h 2025-07-24T05:40:15.6552892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6556681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_meta_dispatch.h 2025-07-24T05:40:15.6560882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_native.h 2025-07-24T05:40:15.6564473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_ops.h 2025-07-24T05:40:15.6568333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune.h 2025-07-24T05:40:15.6572229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6576051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_native.h 2025-07-24T05:40:15.6579850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_ops.h 2025-07-24T05:40:15.6583728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax.h 2025-07-24T05:40:15.6587755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6591348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_native.h 2025-07-24T05:40:15.6595065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_ops.h 2025-07-24T05:40:15.6598804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet.h 2025-07-24T05:40:15.6602737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6606588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h 2025-07-24T05:40:15.6610600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h 2025-07-24T05:40:15.6614476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_native.h 2025-07-24T05:40:15.6618429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_ops.h 2025-07-24T05:40:15.6622340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16.h 2025-07-24T05:40:15.6626432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6629894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h 2025-07-24T05:40:15.6633787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h 2025-07-24T05:40:15.6637683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math.h 2025-07-24T05:40:15.6641620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6645552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h 2025-07-24T05:40:15.6649905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h 2025-07-24T05:40:15.6653793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h 2025-07-24T05:40:15.6657972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h 2025-07-24T05:40:15.6661960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h 2025-07-24T05:40:15.6665932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h 2025-07-24T05:40:15.6669873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h 2025-07-24T05:40:15.6673836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h 2025-07-24T05:40:15.6678104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h 2025-07-24T05:40:15.6682061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h 2025-07-24T05:40:15.6686123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h 2025-07-24T05:40:15.6690259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h 2025-07-24T05:40:15.6694191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h 2025-07-24T05:40:15.6698910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h 2025-07-24T05:40:15.6702974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h 2025-07-24T05:40:15.6707364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h 2025-07-24T05:40:15.6711304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h 2025-07-24T05:40:15.6715289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h 2025-07-24T05:40:15.6719608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h 2025-07-24T05:40:15.6723606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h 2025-07-24T05:40:15.6728515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h 2025-07-24T05:40:15.6732476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h 2025-07-24T05:40:15.6736832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h 2025-07-24T05:40:15.6741075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h 2025-07-24T05:40:15.6745073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h 2025-07-24T05:40:15.6749092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h 2025-07-24T05:40:15.6753109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h 2025-07-24T05:40:15.6757110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h 2025-07-24T05:40:15.6761412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h 2025-07-24T05:40:15.6766040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h 2025-07-24T05:40:15.6770117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h 2025-07-24T05:40:15.6774201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h 2025-07-24T05:40:15.6778333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h 2025-07-24T05:40:15.6782267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h 2025-07-24T05:40:15.6786210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h 2025-07-24T05:40:15.6790874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h 2025-07-24T05:40:15.6794941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h 2025-07-24T05:40:15.6799068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h 2025-07-24T05:40:15.6803418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h 2025-07-24T05:40:15.6807338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6811195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h 2025-07-24T05:40:15.6815555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h 2025-07-24T05:40:15.6819926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6823905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h 2025-07-24T05:40:15.6827944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h 2025-07-24T05:40:15.6831905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm.h 2025-07-24T05:40:15.6836081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h 2025-07-24T05:40:15.6840038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_native.h 2025-07-24T05:40:15.6843867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_grouped_mm_ops.h 2025-07-24T05:40:15.6847780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm.h 2025-07-24T05:40:15.6851623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cpu_dispatch.h 2025-07-24T05:40:15.6855450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h 2025-07-24T05:40:15.6859471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_native.h 2025-07-24T05:40:15.6863335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_ops.h 2025-07-24T05:40:15.6867023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward.h 2025-07-24T05:40:15.6871469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6875427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h 2025-07-24T05:40:15.6879341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h 2025-07-24T05:40:15.6883226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_native.h 2025-07-24T05:40:15.6887329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_ops.h 2025-07-24T05:40:15.6891109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor.h 2025-07-24T05:40:15.6894972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6898633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_native.h 2025-07-24T05:40:15.6902343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_ops.h 2025-07-24T05:40:15.6906110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward.h 2025-07-24T05:40:15.6910971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.6915085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h 2025-07-24T05:40:15.6918998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h 2025-07-24T05:40:15.6922787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_native.h 2025-07-24T05:40:15.6926857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_ops.h 2025-07-24T05:40:15.6930644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward.h 2025-07-24T05:40:15.6934540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h 2025-07-24T05:40:15.6938610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h 2025-07-24T05:40:15.6942449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_native.h 2025-07-24T05:40:15.6946300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_ops.h 2025-07-24T05:40:15.6950261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw.h 2025-07-24T05:40:15.6954237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6957849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_native.h 2025-07-24T05:40:15.6961937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_ops.h 2025-07-24T05:40:15.6965819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff.h 2025-07-24T05:40:15.6969781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6973605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_native.h 2025-07-24T05:40:15.6977654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_ops.h 2025-07-24T05:40:15.6981520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state.h 2025-07-24T05:40:15.6985739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.6989703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h 2025-07-24T05:40:15.6993446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h 2025-07-24T05:40:15.6997452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble.h 2025-07-24T05:40:15.7001445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7006089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_native.h 2025-07-24T05:40:15.7010564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_ops.h 2025-07-24T05:40:15.7014386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax.h 2025-07-24T05:40:15.7017910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data.h 2025-07-24T05:40:15.7022601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.7026405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h 2025-07-24T05:40:15.7030258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h 2025-07-24T05:40:15.7034673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta.h 2025-07-24T05:40:15.7038598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h 2025-07-24T05:40:15.7042459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_native.h 2025-07-24T05:40:15.7046438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_ops.h 2025-07-24T05:40:15.7050538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.7054331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cpu_dispatch.h 2025-07-24T05:40:15.7058252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cuda_dispatch.h 2025-07-24T05:40:15.7062161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta.h 2025-07-24T05:40:15.7065975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta_dispatch.h 2025-07-24T05:40:15.7070305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_native.h 2025-07-24T05:40:15.7074415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_ops.h 2025-07-24T05:40:15.7078513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm.h 2025-07-24T05:40:15.7082286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7086672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_native.h 2025-07-24T05:40:15.7090694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_ops.h 2025-07-24T05:40:15.7094859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to.h 2025-07-24T05:40:15.7098738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy.h 2025-07-24T05:40:15.7103226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.7107977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7111865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h 2025-07-24T05:40:15.7116165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h 2025-07-24T05:40:15.7120154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_native.h 2025-07-24T05:40:15.7124054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_ops.h 2025-07-24T05:40:15.7128170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h 2025-07-24T05:40:15.7132387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7136232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h 2025-07-24T05:40:15.7140530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h 2025-07-24T05:40:15.7144651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h 2025-07-24T05:40:15.7148804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7152780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h 2025-07-24T05:40:15.7156792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h 2025-07-24T05:40:15.7160940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h 2025-07-24T05:40:15.7165520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7169362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h 2025-07-24T05:40:15.7173206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h 2025-07-24T05:40:15.7177532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h 2025-07-24T05:40:15.7181764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7185867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h 2025-07-24T05:40:15.7189918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h 2025-07-24T05:40:15.7194006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h 2025-07-24T05:40:15.7198653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7202898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h 2025-07-24T05:40:15.7207009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h 2025-07-24T05:40:15.7211620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h 2025-07-24T05:40:15.7215726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h 2025-07-24T05:40:15.7219807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7223823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h 2025-07-24T05:40:15.7227945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h 2025-07-24T05:40:15.7232158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h 2025-07-24T05:40:15.7236297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7240377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h 2025-07-24T05:40:15.7244253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h 2025-07-24T05:40:15.7248416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h 2025-07-24T05:40:15.7252753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h 2025-07-24T05:40:15.7256983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7260993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h 2025-07-24T05:40:15.7265001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h 2025-07-24T05:40:15.7269838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod.h 2025-07-24T05:40:15.7273884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7295265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_native.h 2025-07-24T05:40:15.7299276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_ops.h 2025-07-24T05:40:15.7303490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum.h 2025-07-24T05:40:15.7308212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7312204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_native.h 2025-07-24T05:40:15.7316226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_ops.h 2025-07-24T05:40:15.7320171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h 2025-07-24T05:40:15.7324648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7328869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h 2025-07-24T05:40:15.7332728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h 2025-07-24T05:40:15.7336853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax.h 2025-07-24T05:40:15.7340835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h 2025-07-24T05:40:15.7344882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7349092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h 2025-07-24T05:40:15.7353086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h 2025-07-24T05:40:15.7357067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7361149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7365250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_native.h 2025-07-24T05:40:15.7369329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_ops.h 2025-07-24T05:40:15.7373578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection.h 2025-07-24T05:40:15.7377808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7382268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_native.h 2025-07-24T05:40:15.7386431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_ops.h 2025-07-24T05:40:15.7390270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm.h 2025-07-24T05:40:15.7394544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7399163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_native.h 2025-07-24T05:40:15.7403703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_ops.h 2025-07-24T05:40:15.7408270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl.h 2025-07-24T05:40:15.7412287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h 2025-07-24T05:40:15.7416854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h 2025-07-24T05:40:15.7420934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h 2025-07-24T05:40:15.7424835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h 2025-07-24T05:40:15.7428734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h 2025-07-24T05:40:15.7432659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm.h 2025-07-24T05:40:15.7436705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h 2025-07-24T05:40:15.7440619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h 2025-07-24T05:40:15.7444751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h 2025-07-24T05:40:15.7448971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply.h 2025-07-24T05:40:15.7453031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h 2025-07-24T05:40:15.7457053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h 2025-07-24T05:40:15.7461017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h 2025-07-24T05:40:15.7464920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h 2025-07-24T05:40:15.7469034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h 2025-07-24T05:40:15.7473114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h 2025-07-24T05:40:15.7477038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h 2025-07-24T05:40:15.7480916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear.h 2025-07-24T05:40:15.7484882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h 2025-07-24T05:40:15.7488933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h 2025-07-24T05:40:15.7493115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h 2025-07-24T05:40:15.7497228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm.h 2025-07-24T05:40:15.7501218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h 2025-07-24T05:40:15.7505777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h 2025-07-24T05:40:15.7509559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h 2025-07-24T05:40:15.7513401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile.h 2025-07-24T05:40:15.7517427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h 2025-07-24T05:40:15.7521114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h 2025-07-24T05:40:15.7525023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h 2025-07-24T05:40:15.7529091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax.h 2025-07-24T05:40:15.7533068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data.h 2025-07-24T05:40:15.7537203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7541312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h 2025-07-24T05:40:15.7545299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h 2025-07-24T05:40:15.7549403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7553435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7557292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_native.h 2025-07-24T05:40:15.7561386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_ops.h 2025-07-24T05:40:15.7565394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul.h 2025-07-24T05:40:15.7569454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7573137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_native.h 2025-07-24T05:40:15.7576966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h 2025-07-24T05:40:15.7580903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum.h 2025-07-24T05:40:15.7584831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward.h 2025-07-24T05:40:15.7589120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7592999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_native.h 2025-07-24T05:40:15.7596912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_ops.h 2025-07-24T05:40:15.7601492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7606236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7609938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_native.h 2025-07-24T05:40:15.7614541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_ops.h 2025-07-24T05:40:15.7618389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags.h 2025-07-24T05:40:15.7622245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7625950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_cpu_dispatch.h 2025-07-24T05:40:15.7629901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_native.h 2025-07-24T05:40:15.7633814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_ops.h 2025-07-24T05:40:15.7637677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve.h 2025-07-24T05:40:15.7641329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_native.h 2025-07-24T05:40:15.7645860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_ops.h 2025-07-24T05:40:15.7650473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack.h 2025-07-24T05:40:15.7653754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7657446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_cpu_dispatch.h 2025-07-24T05:40:15.7661145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_native.h 2025-07-24T05:40:15.7665744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_ops.h 2025-07-24T05:40:15.7669801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma.h 2025-07-24T05:40:15.7673852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7677789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h 2025-07-24T05:40:15.7681755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h 2025-07-24T05:40:15.7686114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad.h 2025-07-24T05:40:15.7690129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7694078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h 2025-07-24T05:40:15.7698117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h 2025-07-24T05:40:15.7702283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_native.h 2025-07-24T05:40:15.7706814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_ops.h 2025-07-24T05:40:15.7711561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_native.h 2025-07-24T05:40:15.7715659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_ops.h 2025-07-24T05:40:15.7719606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults.h 2025-07-24T05:40:15.7723710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7728045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_native.h 2025-07-24T05:40:15.7731972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h 2025-07-24T05:40:15.7735983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h 2025-07-24T05:40:15.7740085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7744048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7748460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h 2025-07-24T05:40:15.7752470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h 2025-07-24T05:40:15.7756363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h 2025-07-24T05:40:15.7760756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7764847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h 2025-07-24T05:40:15.7769884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.7773915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7778021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h 2025-07-24T05:40:15.7782025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h 2025-07-24T05:40:15.7786336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h 2025-07-24T05:40:15.7790420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h 2025-07-24T05:40:15.7794597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor.h 2025-07-24T05:40:15.7799320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7803400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_native.h 2025-07-24T05:40:15.7807708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_ops.h 2025-07-24T05:40:15.7812027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback.h 2025-07-24T05:40:15.7816182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7820216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h 2025-07-24T05:40:15.7824239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_native.h 2025-07-24T05:40:15.7828632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_ops.h 2025-07-24T05:40:15.7832798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist.h 2025-07-24T05:40:15.7837220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7841421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h 2025-07-24T05:40:15.7845296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_native.h 2025-07-24T05:40:15.7849464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h 2025-07-24T05:40:15.7853762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist.h 2025-07-24T05:40:15.7857887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7862148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h 2025-07-24T05:40:15.7866078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_native.h 2025-07-24T05:40:15.7869740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_ops.h 2025-07-24T05:40:15.7873723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist.h 2025-07-24T05:40:15.7877727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7882252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h 2025-07-24T05:40:15.7886364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_native.h 2025-07-24T05:40:15.7890309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_ops.h 2025-07-24T05:40:15.7894667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize.h 2025-07-24T05:40:15.7898852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7902908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_native.h 2025-07-24T05:40:15.7907205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_ops.h 2025-07-24T05:40:15.7911068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul.h 2025-07-24T05:40:15.7915128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7919117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_native.h 2025-07-24T05:40:15.7922959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_ops.h 2025-07-24T05:40:15.7926829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default.h 2025-07-24T05:40:15.7931159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7935012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_native.h 2025-07-24T05:40:15.7938686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_ops.h 2025-07-24T05:40:15.7942628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd.h 2025-07-24T05:40:15.7946843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.7950700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_native.h 2025-07-24T05:40:15.7954895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_ops.h 2025-07-24T05:40:15.7958992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h 2025-07-24T05:40:15.7963051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7967084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h 2025-07-24T05:40:15.7971210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h 2025-07-24T05:40:15.7975260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h 2025-07-24T05:40:15.7979682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.7984257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h 2025-07-24T05:40:15.7988249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h 2025-07-24T05:40:15.7992314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell.h 2025-07-24T05:40:15.7996609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h 2025-07-24T05:40:15.8001476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8005424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h 2025-07-24T05:40:15.8010193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h 2025-07-24T05:40:15.8013950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h 2025-07-24T05:40:15.8018259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8022525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h 2025-07-24T05:40:15.8026574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h 2025-07-24T05:40:15.8030754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h 2025-07-24T05:40:15.8034558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell.h 2025-07-24T05:40:15.8038746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h 2025-07-24T05:40:15.8043140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8047405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h 2025-07-24T05:40:15.8051879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8055942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h 2025-07-24T05:40:15.8060234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h 2025-07-24T05:40:15.8064522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h 2025-07-24T05:40:15.8068802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h 2025-07-24T05:40:15.8072990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h 2025-07-24T05:40:15.8078103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8082222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h 2025-07-24T05:40:15.8086553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h 2025-07-24T05:40:15.8090861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h 2025-07-24T05:40:15.8094817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy.h 2025-07-24T05:40:15.8098707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8102640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_native.h 2025-07-24T05:40:15.8106546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_ops.h 2025-07-24T05:40:15.8110304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu.h 2025-07-24T05:40:15.8113922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8117984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_native.h 2025-07-24T05:40:15.8121894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_ops.h 2025-07-24T05:40:15.8125787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense.h 2025-07-24T05:40:15.8129689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8133633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_native.h 2025-07-24T05:40:15.8137655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_ops.h 2025-07-24T05:40:15.8141432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse.h 2025-07-24T05:40:15.8145079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc.h 2025-07-24T05:40:15.8149081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8152827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h 2025-07-24T05:40:15.8156668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h 2025-07-24T05:40:15.8160668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_native.h 2025-07-24T05:40:15.8164910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_ops.h 2025-07-24T05:40:15.8168888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr.h 2025-07-24T05:40:15.8172804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8177037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h 2025-07-24T05:40:15.8180961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h 2025-07-24T05:40:15.8185221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_native.h 2025-07-24T05:40:15.8189316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_ops.h 2025-07-24T05:40:15.8193310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8196991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h 2025-07-24T05:40:15.8201013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc.h 2025-07-24T05:40:15.8205074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8209174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h 2025-07-24T05:40:15.8213177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h 2025-07-24T05:40:15.8216859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_native.h 2025-07-24T05:40:15.8221041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_ops.h 2025-07-24T05:40:15.8225046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr.h 2025-07-24T05:40:15.8229240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8233145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h 2025-07-24T05:40:15.8237092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h 2025-07-24T05:40:15.8241075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_native.h 2025-07-24T05:40:15.8244986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_ops.h 2025-07-24T05:40:15.8249673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h 2025-07-24T05:40:15.8253698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_native.h 2025-07-24T05:40:15.8257447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_ops.h 2025-07-24T05:40:15.8260982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured.h 2025-07-24T05:40:15.8264711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h 2025-07-24T05:40:15.8268342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_native.h 2025-07-24T05:40:15.8272147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h 2025-07-24T05:40:15.8276048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h 2025-07-24T05:40:15.8280098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8284692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h 2025-07-24T05:40:15.8288839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h 2025-07-24T05:40:15.8292779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h 2025-07-24T05:40:15.8296697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h 2025-07-24T05:40:15.8300544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv.h 2025-07-24T05:40:15.8304789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8309325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h 2025-07-24T05:40:15.8313391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h 2025-07-24T05:40:15.8317378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h 2025-07-24T05:40:15.8321459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h 2025-07-24T05:40:15.8325592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear.h 2025-07-24T05:40:15.8329966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8333939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8337755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_native.h 2025-07-24T05:40:15.8359234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_ops.h 2025-07-24T05:40:15.8363319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention.h 2025-07-24T05:40:15.8367627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8371802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h 2025-07-24T05:40:15.8375943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_native.h 2025-07-24T05:40:15.8379957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_ops.h 2025-07-24T05:40:15.8384460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention.h 2025-07-24T05:40:15.8388649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8392993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h 2025-07-24T05:40:15.8397710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h 2025-07-24T05:40:15.8401639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h 2025-07-24T05:40:15.8405807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique.h 2025-07-24T05:40:15.8409487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2.h 2025-07-24T05:40:15.8413191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8417245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cpu_dispatch.h 2025-07-24T05:40:15.8421097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cuda_dispatch.h 2025-07-24T05:40:15.8425048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_native.h 2025-07-24T05:40:15.8429069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_ops.h 2025-07-24T05:40:15.8433125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8437066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cpu_dispatch.h 2025-07-24T05:40:15.8441361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cuda_dispatch.h 2025-07-24T05:40:15.8445760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_native.h 2025-07-24T05:40:15.8450433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_ops.h 2025-07-24T05:40:15.8455003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual.h 2025-07-24T05:40:15.8458652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8462898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_native.h 2025-07-24T05:40:15.8467345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_ops.h 2025-07-24T05:40:15.8471596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index.h 2025-07-24T05:40:15.8475555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8479701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_native.h 2025-07-24T05:40:15.8483671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_ops.h 2025-07-24T05:40:15.8487746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put.h 2025-07-24T05:40:15.8492001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8496038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_native.h 2025-07-24T05:40:15.8500046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_ops.h 2025-07-24T05:40:15.8503966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index.h 2025-07-24T05:40:15.8509147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8513024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_native.h 2025-07-24T05:40:15.8516865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_ops.h 2025-07-24T05:40:15.8520809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h 2025-07-24T05:40:15.8525154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8529371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h 2025-07-24T05:40:15.8533287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h 2025-07-24T05:40:15.8537295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view.h 2025-07-24T05:40:15.8541564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.8545525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_native.h 2025-07-24T05:40:15.8549426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_ops.h 2025-07-24T05:40:15.8553362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa.h 2025-07-24T05:40:15.8557541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h 2025-07-24T05:40:15.8561732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8565654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h 2025-07-24T05:40:15.8569749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h 2025-07-24T05:40:15.8573663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h 2025-07-24T05:40:15.8577684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h 2025-07-24T05:40:15.8581656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h 2025-07-24T05:40:15.8585568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h 2025-07-24T05:40:15.8606600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8610461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8615291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h 2025-07-24T05:40:15.8619343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h 2025-07-24T05:40:15.8623422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h 2025-07-24T05:40:15.8627528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h 2025-07-24T05:40:15.8631399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h 2025-07-24T05:40:15.8635163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h 2025-07-24T05:40:15.8639248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa.h 2025-07-24T05:40:15.8643162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h 2025-07-24T05:40:15.8647483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8651352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h 2025-07-24T05:40:15.8655364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h 2025-07-24T05:40:15.8659435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h 2025-07-24T05:40:15.8663444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h 2025-07-24T05:40:15.8667603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h 2025-07-24T05:40:15.8671659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h 2025-07-24T05:40:15.8675750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8679852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8683772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h 2025-07-24T05:40:15.8687870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h 2025-07-24T05:40:15.8691727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h 2025-07-24T05:40:15.8695669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h 2025-07-24T05:40:15.8699613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h 2025-07-24T05:40:15.8704106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h 2025-07-24T05:40:15.8708035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d.h 2025-07-24T05:40:15.8712041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h 2025-07-24T05:40:15.8717184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8721382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h 2025-07-24T05:40:15.8726325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h 2025-07-24T05:40:15.8730455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h 2025-07-24T05:40:15.8734591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h 2025-07-24T05:40:15.8738898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h 2025-07-24T05:40:15.8742893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h 2025-07-24T05:40:15.8747351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8751474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8755952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h 2025-07-24T05:40:15.8760269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h 2025-07-24T05:40:15.8764420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h 2025-07-24T05:40:15.8768866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h 2025-07-24T05:40:15.8772951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h 2025-07-24T05:40:15.8776928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h 2025-07-24T05:40:15.8780980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d.h 2025-07-24T05:40:15.8785374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h 2025-07-24T05:40:15.8789442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8795027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h 2025-07-24T05:40:15.8799254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h 2025-07-24T05:40:15.8803500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h 2025-07-24T05:40:15.8807626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h 2025-07-24T05:40:15.8811684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h 2025-07-24T05:40:15.8816019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h 2025-07-24T05:40:15.8820453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8824428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8828282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h 2025-07-24T05:40:15.8832226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h 2025-07-24T05:40:15.8836554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h 2025-07-24T05:40:15.8840670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h 2025-07-24T05:40:15.8844661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h 2025-07-24T05:40:15.8848735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h 2025-07-24T05:40:15.8852856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d.h 2025-07-24T05:40:15.8856950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h 2025-07-24T05:40:15.8861283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8865501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h 2025-07-24T05:40:15.8869635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h 2025-07-24T05:40:15.8873460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h 2025-07-24T05:40:15.8877508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h 2025-07-24T05:40:15.8882280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h 2025-07-24T05:40:15.8886487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h 2025-07-24T05:40:15.8890697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.8894779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8899020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h 2025-07-24T05:40:15.8902979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h 2025-07-24T05:40:15.8907072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h 2025-07-24T05:40:15.8911273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h 2025-07-24T05:40:15.8915353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h 2025-07-24T05:40:15.8919989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h 2025-07-24T05:40:15.8924460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss.h 2025-07-24T05:40:15.8928432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h 2025-07-24T05:40:15.8939437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h 2025-07-24T05:40:15.8940159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h 2025-07-24T05:40:15.8943448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h 2025-07-24T05:40:15.8949012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8952965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h 2025-07-24T05:40:15.8956998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h 2025-07-24T05:40:15.8961028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices.h 2025-07-24T05:40:15.8965022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h 2025-07-24T05:40:15.8969223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h 2025-07-24T05:40:15.8973334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h 2025-07-24T05:40:15.8978355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h 2025-07-24T05:40:15.8982841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h 2025-07-24T05:40:15.8987305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.8991259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h 2025-07-24T05:40:15.8995409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h 2025-07-24T05:40:15.8999504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h 2025-07-24T05:40:15.9003696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9007856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h 2025-07-24T05:40:15.9011787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h 2025-07-24T05:40:15.9015777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h 2025-07-24T05:40:15.9020103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9024236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h 2025-07-24T05:40:15.9028151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h 2025-07-24T05:40:15.9032058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h 2025-07-24T05:40:15.9036310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9040338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h 2025-07-24T05:40:15.9044280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h 2025-07-24T05:40:15.9048287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h 2025-07-24T05:40:15.9052520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9056404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h 2025-07-24T05:40:15.9060359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h 2025-07-24T05:40:15.9065162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h 2025-07-24T05:40:15.9069363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9073208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h 2025-07-24T05:40:15.9077199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h 2025-07-24T05:40:15.9080956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values.h 2025-07-24T05:40:15.9084777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy.h 2025-07-24T05:40:15.9089340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-07-24T05:40:15.9093151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.9096811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_native.h 2025-07-24T05:40:15.9100713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_ops.h 2025-07-24T05:40:15.9104526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_native.h 2025-07-24T05:40:15.9108337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_ops.h 2025-07-24T05:40:15.9112107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version.h 2025-07-24T05:40:15.9116162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9119687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_native.h 2025-07-24T05:40:15.9123519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_ops.h 2025-07-24T05:40:15.9127571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm.h 2025-07-24T05:40:15.9131406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h 2025-07-24T05:40:15.9135230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h 2025-07-24T05:40:15.9139150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h 2025-07-24T05:40:15.9143138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h 2025-07-24T05:40:15.9146926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h 2025-07-24T05:40:15.9150756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_native.h 2025-07-24T05:40:15.9154495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_ops.h 2025-07-24T05:40:15.9158447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros.h 2025-07-24T05:40:15.9162908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_native.h 2025-07-24T05:40:15.9167141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_ops.h 2025-07-24T05:40:15.9171276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm.h 2025-07-24T05:40:15.9175992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h 2025-07-24T05:40:15.9180516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_native.h 2025-07-24T05:40:15.9184385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_ops.h 2025-07-24T05:40:15.9188231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm.h 2025-07-24T05:40:15.9192212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9196327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward.h 2025-07-24T05:40:15.9200332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9204564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h 2025-07-24T05:40:15.9208649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h 2025-07-24T05:40:15.9212474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface.h 2025-07-24T05:40:15.9216697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward.h 2025-07-24T05:40:15.9220961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.9224879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h 2025-07-24T05:40:15.9228914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h 2025-07-24T05:40:15.9232829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_native.h 2025-07-24T05:40:15.9236945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h 2025-07-24T05:40:15.9241023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h 2025-07-24T05:40:15.9244924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h 2025-07-24T05:40:15.9248940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h 2025-07-24T05:40:15.9253035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_native.h 2025-07-24T05:40:15.9257291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_ops.h 2025-07-24T05:40:15.9261283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_native.h 2025-07-24T05:40:15.9265158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_ops.h 2025-07-24T05:40:15.9269135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack.h 2025-07-24T05:40:15.9273105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9277016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_native.h 2025-07-24T05:40:15.9280742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h 2025-07-24T05:40:15.9284785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h 2025-07-24T05:40:15.9289142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h 2025-07-24T05:40:15.9293126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h 2025-07-24T05:40:15.9297173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h 2025-07-24T05:40:15.9553631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\QTensorImpl.h 2025-07-24T05:40:15.9557300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\Quantizer.h 2025-07-24T05:40:15.9565369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\CachingHostAllocator.h 2025-07-24T05:40:15.9568938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\PinnedMemoryAllocator.h 2025-07-24T05:40:15.9572402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUContext.h 2025-07-24T05:40:15.9575836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUDevice.h 2025-07-24T05:40:15.9584282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUEvent.h 2025-07-24T05:40:15.9587678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUGeneratorImpl.h 2025-07-24T05:40:15.9594761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\detail\XPUHooks.h 2025-07-24T05:40:15.9607264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\alignment.h 2025-07-24T05:40:15.9610734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Allocator.h 2025-07-24T05:40:15.9614089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\AutogradState.h 2025-07-24T05:40:15.9617452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Backend.h 2025-07-24T05:40:15.9626745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CachingDeviceAllocator.h 2025-07-24T05:40:15.9630270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CompileTimeFunctionPointer.h 2025-07-24T05:40:15.9634113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ConstantSymNodeImpl.h 2025-07-24T05:40:15.9637615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Contiguity.h 2025-07-24T05:40:15.9641063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CopyBytes.h 2025-07-24T05:40:15.9644508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CPUAllocator.h 2025-07-24T05:40:15.9648143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultDtype.h 2025-07-24T05:40:15.9651632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultTensorOptions.h 2025-07-24T05:40:15.9655826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Device.h 2025-07-24T05:40:15.9659148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceArray.h 2025-07-24T05:40:15.9662700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceGuard.h 2025-07-24T05:40:15.9666323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceType.h 2025-07-24T05:40:15.9669779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKey.h 2025-07-24T05:40:15.9673445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKeySet.h 2025-07-24T05:40:15.9693195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DynamicCast.h 2025-07-24T05:40:15.9696834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Event.h 2025-07-24T05:40:15.9705260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GeneratorImpl.h 2025-07-24T05:40:15.9708891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GradMode.h 2025-07-24T05:40:15.9712382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\InferenceMode.h 2025-07-24T05:40:15.9715914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Layout.h 2025-07-24T05:40:15.9719469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\MemoryFormat.h 2025-07-24T05:40:15.9722940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\OptionalRef.h 2025-07-24T05:40:15.9726623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\PyHandleCache.h 2025-07-24T05:40:15.9730107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QEngine.h 2025-07-24T05:40:15.9733440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QScheme.h 2025-07-24T05:40:15.9736818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\RefcountedDeleter.h 2025-07-24T05:40:15.9740286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SafePyObject.h 2025-07-24T05:40:15.9743976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Scalar.h 2025-07-24T05:40:15.9747417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarType.h 2025-07-24T05:40:15.9755111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarTypeToTypeMeta.h 2025-07-24T05:40:15.9758657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Storage.h 2025-07-24T05:40:15.9762027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StorageImpl.h 2025-07-24T05:40:15.9765478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Stream.h 2025-07-24T05:40:15.9768870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StreamGuard.h 2025-07-24T05:40:15.9772357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymbolicShapeMeta.h 2025-07-24T05:40:15.9776091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymBool.h 2025-07-24T05:40:15.9779261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymFloat.h 2025-07-24T05:40:15.9782502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymInt.h 2025-07-24T05:40:15.9785989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymIntArrayRef.h 2025-07-24T05:40:15.9789786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymNodeImpl.h 2025-07-24T05:40:15.9793488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorImpl.h 2025-07-24T05:40:15.9802085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorOptions.h 2025-07-24T05:40:15.9805854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\thread_pool.h 2025-07-24T05:40:15.9809514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\UndefinedTensorImpl.h 2025-07-24T05:40:15.9813211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\WrapDimMinimal.h 2025-07-24T05:40:15.9820920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\alloc_cpu.h 2025-07-24T05:40:15.9824571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COW.h 2025-07-24T05:40:15.9828624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COWDeleter.h 2025-07-24T05:40:15.9833336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\DeviceGuardImplInterface.h 2025-07-24T05:40:15.9841310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\FakeGuardImpl.h 2025-07-24T05:40:15.9844997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\GPUTrace.h 2025-07-24T05:40:15.9848554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\HermeticPyObjectTLS.h 2025-07-24T05:40:15.9852182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineDeviceGuard.h 2025-07-24T05:40:15.9855853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineEvent.h 2025-07-24T05:40:15.9859350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineStreamGuard.h 2025-07-24T05:40:15.9863117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\LocalDispatchKeySet.h 2025-07-24T05:40:15.9866541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyInterpreter.h 2025-07-24T05:40:15.9870066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyObjectSlot.h 2025-07-24T05:40:15.9873682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PythonDispatcherTLS.h 2025-07-24T05:40:15.9877294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\SizesAndStrides.h 2025-07-24T05:40:15.9880930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\TorchDispatchModeTLS.h 2025-07-24T05:40:15.9884499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\VirtualGuardImpl.h 2025-07-24T05:40:15.9893778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAlgorithm.h 2025-07-24T05:40:15.9897460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAllocatorConfig.h 2025-07-24T05:40:15.9900881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDACachingAllocator.h 2025-07-24T05:40:15.9904306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertion.h 2025-07-24T05:40:15.9912636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertionHost.h 2025-07-24T05:40:15.9916054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAException.h 2025-07-24T05:40:15.9919656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAFunctions.h 2025-07-24T05:40:15.9923198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGraphsC10Utils.h 2025-07-24T05:40:15.9926902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGuard.h 2025-07-24T05:40:15.9930705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMacros.h 2025-07-24T05:40:15.9934378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMathCompat.h 2025-07-24T05:40:15.9937966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMiscFunctions.h 2025-07-24T05:40:15.9941481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAStream.h 2025-07-24T05:40:15.9944964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\driver_api.h 2025-07-24T05:40:15.9952366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDAGuardImpl.h 2025-07-24T05:40:15.9955856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDATest.h 2025-07-24T05:40:15.9963544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\cmake_macros.h 2025-07-24T05:40:15.9967208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Export.h 2025-07-24T05:40:15.9970480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Macros.h 2025-07-24T05:40:15.9977409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\atomic.h 2025-07-24T05:40:15.9981065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\common.h 2025-07-24T05:40:15.9984639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\expm1f.h 2025-07-24T05:40:15.9988293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\indexing.h 2025-07-24T05:40:15.9992106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\random.h 2025-07-24T05:40:15.9995798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\reduction_utils.h 2025-07-24T05:40:16.0004159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\special_math.h 2025-07-24T05:40:16.0008630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\utils.h 2025-07-24T05:40:16.0015868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\mobile\CPUCachingAllocator.h 2025-07-24T05:40:16.0019206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\mobile\CPUProfilingAllocator.h 2025-07-24T05:40:16.0030230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\test\util\complex_math_test_common.h 2025-07-24T05:40:16.0033691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\test\util\complex_test_common.h 2025-07-24T05:40:16.0037327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\test\util\Macros.h 2025-07-24T05:40:16.0046465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AbortHandler.h 2025-07-24T05:40:16.0049931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\accumulate.h 2025-07-24T05:40:16.0053345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AlignOf.h 2025-07-24T05:40:16.0056936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ApproximateClock.h 2025-07-24T05:40:16.0064573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Array.h 2025-07-24T05:40:16.0067933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ArrayRef.h 2025-07-24T05:40:16.0071074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Backtrace.h 2025-07-24T05:40:16.0074475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-inl.h 2025-07-24T05:40:16.0077975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-math.h 2025-07-24T05:40:16.0081191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16.h 2025-07-24T05:40:16.0084421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bits.h 2025-07-24T05:40:16.0088051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Bitset.h 2025-07-24T05:40:16.0091599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bit_cast.h 2025-07-24T05:40:16.0094726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\C++17.h 2025-07-24T05:40:16.0098058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\CallOnce.h 2025-07-24T05:40:16.0101350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex.h 2025-07-24T05:40:16.0104846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_math.h 2025-07-24T05:40:16.0108504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_utils.h 2025-07-24T05:40:16.0112769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ConstexprCrc.h 2025-07-24T05:40:16.0115510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\copysign.h 2025-07-24T05:40:16.0118939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DeadlockDetection.h 2025-07-24T05:40:16.0122561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Deprecated.h 2025-07-24T05:40:16.0126133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DimVector.h 2025-07-24T05:40:16.0129644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DynamicCounter.h 2025-07-24T05:40:16.0138947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Enumerate.h 2025-07-24T05:40:16.0142421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\env.h 2025-07-24T05:40:16.0146116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\error.h 2025-07-24T05:40:16.0150159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Exception.h 2025-07-24T05:40:16.0153867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwned.h 2025-07-24T05:40:16.0157394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h 2025-07-24T05:40:16.0160884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FbcodeMaps.h 2025-07-24T05:40:16.0164397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Flags.h 2025-07-24T05:40:16.0168405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\flat_hash_map.h 2025-07-24T05:40:16.0172498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float4_e2m1fn_x2.h 2025-07-24T05:40:16.0176107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn-inl.h 2025-07-24T05:40:16.0186113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn.h 2025-07-24T05:40:16.0189624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz-inl.h 2025-07-24T05:40:16.0193199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz.h 2025-07-24T05:40:16.0196764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2-inl.h 2025-07-24T05:40:16.0200413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2.h 2025-07-24T05:40:16.0203989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz-inl.h 2025-07-24T05:40:16.0207716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz.h 2025-07-24T05:40:16.0211356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu-inl.h 2025-07-24T05:40:16.0215254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e8m0fnu.h 2025-07-24T05:40:16.0224235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_fnuz_cvt.h 2025-07-24T05:40:16.0227915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\floating_point_utils.h 2025-07-24T05:40:16.0231839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FunctionRef.h 2025-07-24T05:40:16.0235383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Gauge.h 2025-07-24T05:40:16.0238802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\generic_math.h 2025-07-24T05:40:16.0242308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half-inl.h 2025-07-24T05:40:16.0245697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half.h 2025-07-24T05:40:16.0249126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\hash.h 2025-07-24T05:40:16.0252437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\IdWrapper.h 2025-07-24T05:40:16.0256041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\int128.h 2025-07-24T05:40:16.0259409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\IntrusiveList.h 2025-07-24T05:40:16.0263007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\intrusive_ptr.h 2025-07-24T05:40:16.0267118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\irange.h 2025-07-24T05:40:16.0274601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Lazy.h 2025-07-24T05:40:16.0277943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\LeftRight.h 2025-07-24T05:40:16.0281476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\llvmMathExtras.h 2025-07-24T05:40:16.0285237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Load.h 2025-07-24T05:40:16.0288690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Logging.h 2025-07-24T05:40:16.0292515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_google_glog.h 2025-07-24T05:40:16.0296203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_not_google_glog.h 2025-07-24T05:40:16.0299915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MathConstants.h 2025-07-24T05:40:16.0303506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MaybeOwned.h 2025-07-24T05:40:16.0306963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Metaprogramming.h 2025-07-24T05:40:16.0310407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\NetworkFlow.h 2025-07-24T05:40:16.0323117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\numa.h 2025-07-24T05:40:16.0326625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Optional.h 2025-07-24T05:40:16.0330286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\OptionalArrayRef.h 2025-07-24T05:40:16.0334074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\order_preserving_flat_hash_map.h 2025-07-24T05:40:16.0338141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overflows.h 2025-07-24T05:40:16.0341794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overloaded.h 2025-07-24T05:40:16.0345307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ParallelGuard.h 2025-07-24T05:40:16.0348762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\python_stub.h 2025-07-24T05:40:16.0352209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint32.h 2025-07-24T05:40:16.0355505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint8.h 2025-07-24T05:40:16.0358887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint2x4.h 2025-07-24T05:40:16.0362176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint4x2.h 2025-07-24T05:40:16.0369477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint8.h 2025-07-24T05:40:16.0372965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Registry.h 2025-07-24T05:40:16.0376394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\safe_numerics.h 2025-07-24T05:40:16.0379903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ScopeExit.h 2025-07-24T05:40:16.0383859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Semaphore.h 2025-07-24T05:40:16.0387440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\signal_handler.h 2025-07-24T05:40:16.0390986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallBuffer.h 2025-07-24T05:40:16.0394634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallVector.h 2025-07-24T05:40:16.0398727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\sparse_bitset.h 2025-07-24T05:40:16.0403147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ssize.h 2025-07-24T05:40:16.0406944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint.h 2025-07-24T05:40:16.0410670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint_elfx86.h 2025-07-24T05:40:16.0418960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strides.h 2025-07-24T05:40:16.0422418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\StringUtil.h 2025-07-24T05:40:16.0426117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_utils.h 2025-07-24T05:40:16.0429660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_view.h 2025-07-24T05:40:16.0433594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strong_type.h 2025-07-24T05:40:16.0437770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Synchronized.h 2025-07-24T05:40:16.0441473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\tempfile.h 2025-07-24T05:40:16.0444769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocal.h 2025-07-24T05:40:16.0448638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocalDebugInfo.h 2025-07-24T05:40:16.0452231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\thread_name.h 2025-07-24T05:40:16.0456039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Type.h 2025-07-24T05:40:16.0459530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeCast.h 2025-07-24T05:40:16.0462974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\typeid.h 2025-07-24T05:40:16.0466564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeIndex.h 2025-07-24T05:40:16.0470023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeList.h 2025-07-24T05:40:16.0473687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeSafeSignMath.h 2025-07-24T05:40:16.0477381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeTraits.h 2025-07-24T05:40:16.0481296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unicode.h 2025-07-24T05:40:16.0485153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\UniqueVoidPtr.h 2025-07-24T05:40:16.0489210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unroll.h 2025-07-24T05:40:16.0493131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounter.h 2025-07-24T05:40:16.0497216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounterDynamicBackend.h 2025-07-24T05:40:16.0501203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\win32-headers.h 2025-07-24T05:40:16.0523272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUCachingAllocator.h 2025-07-24T05:40:16.0527433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUDeviceProp.h 2025-07-24T05:40:16.0531134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUException.h 2025-07-24T05:40:16.0534629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUFunctions.h 2025-07-24T05:40:16.0543251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUMacros.h 2025-07-24T05:40:16.0546754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUStream.h 2025-07-24T05:40:16.0553783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\impl\XPUGuardImpl.h 2025-07-24T05:40:16.0564584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\test\impl\XPUTest.h 2025-07-24T05:40:16.0578033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\core\common.h 2025-07-24T05:40:16.0581470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\core\macros.h 2025-07-24T05:40:16.0584793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\core\timer.h 2025-07-24T05:40:16.0591846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\perfkernels\batch_box_cox_vec.h 2025-07-24T05:40:16.0595334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\perfkernels\common.h 2025-07-24T05:40:16.0598735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\perfkernels\embedding_lookup_idx.h 2025-07-24T05:40:16.0606308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\crc_alt.h 2025-07-24T05:40:16.0610338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\file_adapter.h 2025-07-24T05:40:16.0613852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\inline_container.h 2025-07-24T05:40:16.0617416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\in_memory_adapter.h 2025-07-24T05:40:16.0625491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\istream_adapter.h 2025-07-24T05:40:16.0628759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\read_adapter_interface.h 2025-07-24T05:40:16.0632164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\versions.h 2025-07-24T05:40:16.0639532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\fixed_divisor.h 2025-07-24T05:40:16.0642962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\proto_wrap.h 2025-07-24T05:40:16.0646446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\string_utils.h 2025-07-24T05:40:16.0658155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\pthreadpool-cpp.h 2025-07-24T05:40:16.0661726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\pthreadpool.h 2025-07-24T05:40:16.0665171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\ThreadPool.h 2025-07-24T05:40:16.0673460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\ThreadPoolCommon.h 2025-07-24T05:40:16.0676973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\thread_pool_guard.h 2025-07-24T05:40:16.0680606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\utils\threadpool\WorkersPool.h 2025-07-24T05:40:16.0689999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\ConvUtils.h 2025-07-24T05:40:16.0694125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\Fbgemm.h 2025-07-24T05:40:16.0697675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmBuild.h 2025-07-24T05:40:16.0701169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmConvert.h 2025-07-24T05:40:16.0709087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmEmbedding.h 2025-07-24T05:40:16.0712453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmFP16.h 2025-07-24T05:40:16.0715946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmFP32.h 2025-07-24T05:40:16.0719662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmFPCommon.h 2025-07-24T05:40:16.0723085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI64.h 2025-07-24T05:40:16.0726801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI8DepthwiseAvx2.h 2025-07-24T05:40:16.0730417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI8DirectconvAvx2.h 2025-07-24T05:40:16.0752040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmI8Spmdm.h 2025-07-24T05:40:16.0755686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmPackMatrixB.h 2025-07-24T05:40:16.0759092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FbgemmSparse.h 2025-07-24T05:40:16.0762636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\FloatConversion.h 2025-07-24T05:40:16.0766498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\OutputProcessing-inl.h 2025-07-24T05:40:16.0769990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\PackingTraits-inl.h 2025-07-24T05:40:16.0773495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\QuantUtils.h 2025-07-24T05:40:16.0777275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\QuantUtilsAvx2.h 2025-07-24T05:40:16.0785246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\QuantUtilsAvx512.h 2025-07-24T05:40:16.0788791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\QuantUtilsNeon.h 2025-07-24T05:40:16.0792426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\SimdUtils.h 2025-07-24T05:40:16.0796234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\spmmUtils.h 2025-07-24T05:40:16.0799952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\spmmUtilsAvx2.h 2025-07-24T05:40:16.0803973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\Types.h 2025-07-24T05:40:16.0807169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\Utils.h 2025-07-24T05:40:16.0810549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fbgemm\UtilsAvx2.h 2025-07-24T05:40:16.0819187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\args.h 2025-07-24T05:40:16.0822528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\base.h 2025-07-24T05:40:16.0826700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\chrono.h 2025-07-24T05:40:16.0830622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\color.h 2025-07-24T05:40:16.0833861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\compile.h 2025-07-24T05:40:16.0837193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\core.h 2025-07-24T05:40:16.0840588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\format-inl.h 2025-07-24T05:40:16.0849495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\format.h 2025-07-24T05:40:16.0853687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\os.h 2025-07-24T05:40:16.0857290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\ostream.h 2025-07-24T05:40:16.0860619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\printf.h 2025-07-24T05:40:16.0863977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\ranges.h 2025-07-24T05:40:16.0867482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\std.h 2025-07-24T05:40:16.0870851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fmt\xchar.h 2025-07-24T05:40:16.0878372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16\bitcasts.h 2025-07-24T05:40:16.0881758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16\fp16.h 2025-07-24T05:40:16.0885449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16\psimd.h 2025-07-24T05:40:16.0896809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\any.h 2025-07-24T05:40:16.0900210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\any.pb.h 2025-07-24T05:40:16.0903661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\api.pb.h 2025-07-24T05:40:16.0907230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\arena.h 2025-07-24T05:40:16.0910842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\arenastring.h 2025-07-24T05:40:16.0919636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\arena_impl.h 2025-07-24T05:40:16.0923220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\descriptor.h 2025-07-24T05:40:16.0927450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\descriptor.pb.h 2025-07-24T05:40:16.0934453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\descriptor_database.h 2025-07-24T05:40:16.0938080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\duration.pb.h 2025-07-24T05:40:16.0941892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\dynamic_message.h 2025-07-24T05:40:16.0945459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\empty.pb.h 2025-07-24T05:40:16.0949047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\extension_set.h 2025-07-24T05:40:16.0953620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\extension_set_inl.h 2025-07-24T05:40:16.0957121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\field_mask.pb.h 2025-07-24T05:40:16.0960789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_enum_reflection.h 2025-07-24T05:40:16.0964594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_enum_util.h 2025-07-24T05:40:16.0968544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_message_reflection.h 2025-07-24T05:40:16.0972883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_message_table_driven.h 2025-07-24T05:40:16.0976661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\generated_message_util.h 2025-07-24T05:40:16.0983868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\has_bits.h 2025-07-24T05:40:16.0987405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\implicit_weak_message.h 2025-07-24T05:40:16.0990920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\inlined_string_field.h 2025-07-24T05:40:16.0995226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map.h 2025-07-24T05:40:16.0998984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_entry.h 2025-07-24T05:40:16.1002926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_entry_lite.h 2025-07-24T05:40:16.1006960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_field.h 2025-07-24T05:40:16.1010888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_field_inl.h 2025-07-24T05:40:16.1015200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_field_lite.h 2025-07-24T05:40:16.1018864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\map_type_handler.h 2025-07-24T05:40:16.1026398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\message.h 2025-07-24T05:40:16.1030554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\message_lite.h 2025-07-24T05:40:16.1034209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\metadata.h 2025-07-24T05:40:16.1037823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\metadata_lite.h 2025-07-24T05:40:16.1041348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\parse_context.h 2025-07-24T05:40:16.1045356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\port.h 2025-07-24T05:40:16.1049166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\reflection.h 2025-07-24T05:40:16.1052951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\reflection_ops.h 2025-07-24T05:40:16.1056616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\repeated_field.h 2025-07-24T05:40:16.1060799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\service.h 2025-07-24T05:40:16.1064560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\source_context.pb.h 2025-07-24T05:40:16.1068254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\struct.pb.h 2025-07-24T05:40:16.1077859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\text_format.h 2025-07-24T05:40:16.1081454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\timestamp.pb.h 2025-07-24T05:40:16.1084963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\type.pb.h 2025-07-24T05:40:16.1089408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\unknown_field_set.h 2025-07-24T05:40:16.1093145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\wire_format.h 2025-07-24T05:40:16.1096945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\wire_format_lite.h 2025-07-24T05:40:16.1101481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\wrappers.pb.h 2025-07-24T05:40:16.1110008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\code_generator.h 2025-07-24T05:40:16.1113635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\command_line_interface.h 2025-07-24T05:40:16.1117209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\importer.h 2025-07-24T05:40:16.1120781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\parser.h 2025-07-24T05:40:16.1124430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\plugin.h 2025-07-24T05:40:16.1132266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\plugin.pb.h 2025-07-24T05:40:16.1139908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\cpp\cpp_generator.h 2025-07-24T05:40:16.1147161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\csharp\csharp_generator.h 2025-07-24T05:40:16.1150943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\csharp\csharp_names.h 2025-07-24T05:40:16.1158018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\java\java_generator.h 2025-07-24T05:40:16.1161566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\java\java_names.h 2025-07-24T05:40:16.1168783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\js\js_generator.h 2025-07-24T05:40:16.1172375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\js\well_known_types_embed.h 2025-07-24T05:40:16.1179666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\objectivec\objectivec_generator.h 2025-07-24T05:40:16.1183603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\objectivec\objectivec_helpers.h 2025-07-24T05:40:16.1191425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\php\php_generator.h 2025-07-24T05:40:16.1198599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\python\python_generator.h 2025-07-24T05:40:16.1205838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\compiler\ruby\ruby_generator.h 2025-07-24T05:40:16.1213973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\coded_stream.h 2025-07-24T05:40:16.1217937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\gzip_stream.h 2025-07-24T05:40:16.1221292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\io_win32.h 2025-07-24T05:40:16.1224503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\printer.h 2025-07-24T05:40:16.1227866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\strtod.h 2025-07-24T05:40:16.1236899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\tokenizer.h 2025-07-24T05:40:16.1240658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream.h 2025-07-24T05:40:16.1244564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream_impl.h 2025-07-24T05:40:16.1248464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\io\zero_copy_stream_impl_lite.h 2025-07-24T05:40:16.1257077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\bytestream.h 2025-07-24T05:40:16.1260676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\callback.h 2025-07-24T05:40:16.1264062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\casts.h 2025-07-24T05:40:16.1267391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\common.h 2025-07-24T05:40:16.1270775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\fastmem.h 2025-07-24T05:40:16.1274225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\hash.h 2025-07-24T05:40:16.1282142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\logging.h 2025-07-24T05:40:16.1285491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\macros.h 2025-07-24T05:40:16.1290135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\map_util.h 2025-07-24T05:40:16.1293673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\mutex.h 2025-07-24T05:40:16.1297154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\once.h 2025-07-24T05:40:16.1300875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\platform_macros.h 2025-07-24T05:40:16.1304241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\port.h 2025-07-24T05:40:16.1316560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\status.h 2025-07-24T05:40:16.1317284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\stl_util.h 2025-07-24T05:40:16.1317979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\stringpiece.h 2025-07-24T05:40:16.1319028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\strutil.h 2025-07-24T05:40:16.1322868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\stubs\template_util.h 2025-07-24T05:40:16.1331125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\delimited_message_util.h 2025-07-24T05:40:16.1334902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\field_comparator.h 2025-07-24T05:40:16.1338574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\field_mask_util.h 2025-07-24T05:40:16.1346820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\json_util.h 2025-07-24T05:40:16.1350614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\message_differencer.h 2025-07-24T05:40:16.1354969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\time_util.h 2025-07-24T05:40:16.1358330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\type_resolver.h 2025-07-24T05:40:16.1362270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\google\protobuf\util\type_resolver_util.h 2025-07-24T05:40:16.1371890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\AbstractConfig.h 2025-07-24T05:40:16.1375849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityProfilerInterface.h 2025-07-24T05:40:16.1379443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityTraceInterface.h 2025-07-24T05:40:16.1388149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityType.h 2025-07-24T05:40:16.1391790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ClientInterface.h 2025-07-24T05:40:16.1395295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\Config.h 2025-07-24T05:40:16.1398808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\GenericTraceActivity.h 2025-07-24T05:40:16.1402409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\IActivityProfiler.h 2025-07-24T05:40:16.1406174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ILoggerObserver.h 2025-07-24T05:40:16.1409889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ITraceActivity.h 2025-07-24T05:40:16.1413979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\libkineto.h 2025-07-24T05:40:16.1417703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\LoggingAPI.h 2025-07-24T05:40:16.1421197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\output_base.h 2025-07-24T05:40:16.1424891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ThreadUtil.h 2025-07-24T05:40:16.1428537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\time_since_epoch.h 2025-07-24T05:40:16.1432129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\TraceSpan.h 2025-07-24T05:40:16.1440073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\legacy\ittnotify.h 2025-07-24T05:40:16.1448150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc-new-delete.h 2025-07-24T05:40:16.1451834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc-override.h 2025-07-24T05:40:16.1455503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc-stats.h 2025-07-24T05:40:16.1463838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\mimalloc-2.2\mimalloc.h 2025-07-24T05:40:16.1476488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl.h 2025-07-24T05:40:16.1480851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl.hpp 2025-07-24T05:40:16.1488933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common.h 2025-07-24T05:40:16.1492420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common.hpp 2025-07-24T05:40:16.1496368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_common_types.h 2025-07-24T05:40:16.1505592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_config.h 2025-07-24T05:40:16.1509177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_debug.h 2025-07-24T05:40:16.1513483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph.h 2025-07-24T05:40:16.1517515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph.hpp 2025-07-24T05:40:16.1522055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_ocl.h 2025-07-24T05:40:16.1526058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_ocl.hpp 2025-07-24T05:40:16.1530183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_sycl.h 2025-07-24T05:40:16.1533886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_sycl.hpp 2025-07-24T05:40:16.1537728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_graph_types.h 2025-07-24T05:40:16.1541566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl.h 2025-07-24T05:40:16.1545205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl.hpp 2025-07-24T05:40:16.1548652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ocl_types.h 2025-07-24T05:40:16.1552217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl.h 2025-07-24T05:40:16.1555718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl.hpp 2025-07-24T05:40:16.1559463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_sycl_types.h 2025-07-24T05:40:16.1563403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool.h 2025-07-24T05:40:16.1572684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool.hpp 2025-07-24T05:40:16.1576518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_threadpool_iface.hpp 2025-07-24T05:40:16.1580124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_types.h 2025-07-24T05:40:16.1584508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel.h 2025-07-24T05:40:16.1588316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel.hpp 2025-07-24T05:40:16.1591940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_ukernel_types.h 2025-07-24T05:40:16.1595650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_version.h 2025-07-24T05:40:16.1599424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\oneapi\dnnl\dnnl_version_hash.h 2025-07-24T05:40:16.1609953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\attr.h 2025-07-24T05:40:16.1613576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\buffer_info.h 2025-07-24T05:40:16.1617022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\cast.h 2025-07-24T05:40:16.1621082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\chrono.h 2025-07-24T05:40:16.1624781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\common.h 2025-07-24T05:40:16.1628172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\complex.h 2025-07-24T05:40:16.1636233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen.h 2025-07-24T05:40:16.1639657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\embed.h 2025-07-24T05:40:16.1644451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eval.h 2025-07-24T05:40:16.1647617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\functional.h 2025-07-24T05:40:16.1650863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil.h 2025-07-24T05:40:16.1654156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil_safe_call_once.h 2025-07-24T05:40:16.1657616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\iostream.h 2025-07-24T05:40:16.1661101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\numpy.h 2025-07-24T05:40:16.1665156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\operators.h 2025-07-24T05:40:16.1668661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\options.h 2025-07-24T05:40:16.1672504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pybind11.h 2025-07-24T05:40:16.1676898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pytypes.h 2025-07-24T05:40:16.1681309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl.h 2025-07-24T05:40:16.1684651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl_bind.h 2025-07-24T05:40:16.1688377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\type_caster_pyobject_ptr.h 2025-07-24T05:40:16.1692040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\typing.h 2025-07-24T05:40:16.1698897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\class.h 2025-07-24T05:40:16.1702414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\common.h 2025-07-24T05:40:16.1705976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\cpp_conduit.h 2025-07-24T05:40:16.1709413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\descr.h 2025-07-24T05:40:16.1712749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\exception_translation.h 2025-07-24T05:40:16.1720871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\init.h 2025-07-24T05:40:16.1724321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\internals.h 2025-07-24T05:40:16.1728041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\typeid.h 2025-07-24T05:40:16.1731634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\type_caster_base.h 2025-07-24T05:40:16.1735389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\value_and_holder.h 2025-07-24T05:40:16.1742392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\common.h 2025-07-24T05:40:16.1745572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\matrix.h 2025-07-24T05:40:16.1748898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\tensor.h 2025-07-24T05:40:16.1755762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl\filesystem.h 2025-07-24T05:40:16.1764473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class.h 2025-07-24T05:40:16.1767849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class_detail.h 2025-07-24T05:40:16.1771058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\extension.h 2025-07-24T05:40:16.1774219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\library.h 2025-07-24T05:40:16.1782279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\script.h 2025-07-24T05:40:16.1790231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\copy_utils.h 2025-07-24T05:40:16.1794003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\CudaIPCTypes.h 2025-07-24T05:40:16.1798157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DataLoader.h 2025-07-24T05:40:16.1818090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Device.h 2025-07-24T05:40:16.1825814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DeviceAccelerator.h 2025-07-24T05:40:16.1829591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Dtype.h 2025-07-24T05:40:16.1833116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DynamicTypes.h 2025-07-24T05:40:16.1836742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Event.h 2025-07-24T05:40:16.1840165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Exceptions.h 2025-07-24T05:40:16.1843943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Export.h 2025-07-24T05:40:16.1847618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Generator.h 2025-07-24T05:40:16.1851471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\itt.h 2025-07-24T05:40:16.1854839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\itt_wrapper.h 2025-07-24T05:40:16.1858809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Layout.h 2025-07-24T05:40:16.1862505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\MemoryFormat.h 2025-07-24T05:40:16.1866211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Module.h 2025-07-24T05:40:16.1870029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\PyInterpreter.h 2025-07-24T05:40:16.1873573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_dimname.h 2025-07-24T05:40:16.1877068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_headers.h 2025-07-24T05:40:16.1880719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\QScheme.h 2025-07-24T05:40:16.1884367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\serialization.h 2025-07-24T05:40:16.1888117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Size.h 2025-07-24T05:40:16.1891979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Storage.h 2025-07-24T05:40:16.1895523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageMethods.h 2025-07-24T05:40:16.1903385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageSharing.h 2025-07-24T05:40:16.1906815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Stream.h 2025-07-24T05:40:16.1910329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THConcat.h 2025-07-24T05:40:16.1914060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THP.h 2025-07-24T05:40:16.1917662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\TypeInfo.h 2025-07-24T05:40:16.1920794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Types.h 2025-07-24T05:40:16.1924338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils.h 2025-07-24T05:40:16.1939429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\all.h 2025-07-24T05:40:16.1942819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\arg.h 2025-07-24T05:40:16.1946746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\autograd.h 2025-07-24T05:40:16.1950199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\cuda.h 2025-07-24T05:40:16.1953749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data.h 2025-07-24T05:40:16.1957216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\enum.h 2025-07-24T05:40:16.1960604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\expanding_array.h 2025-07-24T05:40:16.1969317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\fft.h 2025-07-24T05:40:16.1972880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\imethod.h 2025-07-24T05:40:16.1976460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\jit.h 2025-07-24T05:40:16.1979813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\mps.h 2025-07-24T05:40:16.1983790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nested.h 2025-07-24T05:40:16.1987429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn.h 2025-07-24T05:40:16.1990964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim.h 2025-07-24T05:40:16.1994807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\ordered_dict.h 2025-07-24T05:40:16.2007233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python.h 2025-07-24T05:40:16.2007929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize.h 2025-07-24T05:40:16.2008590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\sparse.h 2025-07-24T05:40:16.2011621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\special.h 2025-07-24T05:40:16.2015568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\torch.h 2025-07-24T05:40:16.2019915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\types.h 2025-07-24T05:40:16.2023818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\utils.h 2025-07-24T05:40:16.2027815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\version.h 2025-07-24T05:40:16.2032390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\xpu.h 2025-07-24T05:40:16.2040162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader.h 2025-07-24T05:40:16.2043923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h 2025-07-24T05:40:16.2049257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets.h 2025-07-24T05:40:16.2053461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\example.h 2025-07-24T05:40:16.2057108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\iterator.h 2025-07-24T05:40:16.2065347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers.h 2025-07-24T05:40:16.2068835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms.h 2025-07-24T05:40:16.2072433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\worker_exception.h 2025-07-24T05:40:16.2079956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h 2025-07-24T05:40:16.2083675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h 2025-07-24T05:40:16.2087344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h 2025-07-24T05:40:16.2095195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\base.h 2025-07-24T05:40:16.2098472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h 2025-07-24T05:40:16.2102059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\map.h 2025-07-24T05:40:16.2105476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h 2025-07-24T05:40:16.2109416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h 2025-07-24T05:40:16.2112912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h 2025-07-24T05:40:16.2116549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h 2025-07-24T05:40:16.2128032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h 2025-07-24T05:40:16.2131468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\queue.h 2025-07-24T05:40:16.2135085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h 2025-07-24T05:40:16.2142856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\base.h 2025-07-24T05:40:16.2147154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h 2025-07-24T05:40:16.2150211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h 2025-07-24T05:40:16.2153747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\random.h 2025-07-24T05:40:16.2157157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h 2025-07-24T05:40:16.2165178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h 2025-07-24T05:40:16.2169229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h 2025-07-24T05:40:16.2176785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\base.h 2025-07-24T05:40:16.2180214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h 2025-07-24T05:40:16.2183947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h 2025-07-24T05:40:16.2187175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h 2025-07-24T05:40:16.2190776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h 2025-07-24T05:40:16.2198990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\static.h 2025-07-24T05:40:16.2202764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h 2025-07-24T05:40:16.2211036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\cloneable.h 2025-07-24T05:40:16.2214595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional.h 2025-07-24T05:40:16.2218539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\init.h 2025-07-24T05:40:16.2221999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\module.h 2025-07-24T05:40:16.2225398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules.h 2025-07-24T05:40:16.2232653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options.h 2025-07-24T05:40:16.2236371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h 2025-07-24T05:40:16.2240014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl.h 2025-07-24T05:40:16.2243509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils.h 2025-07-24T05:40:16.2251175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h 2025-07-24T05:40:16.2255008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h 2025-07-24T05:40:16.2258568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h 2025-07-24T05:40:16.2261994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h 2025-07-24T05:40:16.2270414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h 2025-07-24T05:40:16.2274159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h 2025-07-24T05:40:16.2277549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h 2025-07-24T05:40:16.2281093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h 2025-07-24T05:40:16.2284884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h 2025-07-24T05:40:16.2288876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h 2025-07-24T05:40:16.2292492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h 2025-07-24T05:40:16.2296031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h 2025-07-24T05:40:16.2299736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h 2025-07-24T05:40:16.2303499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h 2025-07-24T05:40:16.2307102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h 2025-07-24T05:40:16.2310662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h 2025-07-24T05:40:16.2318744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h 2025-07-24T05:40:16.2322278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h 2025-07-24T05:40:16.2326316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h 2025-07-24T05:40:16.2329958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\common.h 2025-07-24T05:40:16.2333471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h 2025-07-24T05:40:16.2341328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h 2025-07-24T05:40:16.2344919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h 2025-07-24T05:40:16.2348362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h 2025-07-24T05:40:16.2351980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h 2025-07-24T05:40:16.2355426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h 2025-07-24T05:40:16.2358927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h 2025-07-24T05:40:16.2362417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h 2025-07-24T05:40:16.2366691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h 2025-07-24T05:40:16.2370223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h 2025-07-24T05:40:16.2374125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h 2025-07-24T05:40:16.2377925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h 2025-07-24T05:40:16.2381457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h 2025-07-24T05:40:16.2385002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h 2025-07-24T05:40:16.2388588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h 2025-07-24T05:40:16.2392528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h 2025-07-24T05:40:16.2395942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h 2025-07-24T05:40:16.2399558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h 2025-07-24T05:40:16.2403273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h 2025-07-24T05:40:16.2411468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h 2025-07-24T05:40:16.2415120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h 2025-07-24T05:40:16.2418720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h 2025-07-24T05:40:16.2422261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h 2025-07-24T05:40:16.2430331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h 2025-07-24T05:40:16.2433925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h 2025-07-24T05:40:16.2437576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h 2025-07-24T05:40:16.2441645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h 2025-07-24T05:40:16.2445700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h 2025-07-24T05:40:16.2449294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h 2025-07-24T05:40:16.2458048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\activation.h 2025-07-24T05:40:16.2461725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h 2025-07-24T05:40:16.2465285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h 2025-07-24T05:40:16.2468918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\conv.h 2025-07-24T05:40:16.2472483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\distance.h 2025-07-24T05:40:16.2481615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h 2025-07-24T05:40:16.2485543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h 2025-07-24T05:40:16.2489154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\fold.h 2025-07-24T05:40:16.2492888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h 2025-07-24T05:40:16.2497096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\linear.h 2025-07-24T05:40:16.2500962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\loss.h 2025-07-24T05:40:16.2505166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h 2025-07-24T05:40:16.2510057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\padding.h 2025-07-24T05:40:16.2513817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h 2025-07-24T05:40:16.2519014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h 2025-07-24T05:40:16.2522770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h 2025-07-24T05:40:16.2526732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h 2025-07-24T05:40:16.2531231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h 2025-07-24T05:40:16.2535348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h 2025-07-24T05:40:16.2539057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h 2025-07-24T05:40:16.2543578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\vision.h 2025-07-24T05:40:16.2551782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h 2025-07-24T05:40:16.2559710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h 2025-07-24T05:40:16.2563593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h 2025-07-24T05:40:16.2567560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h 2025-07-24T05:40:16.2575573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adagrad.h 2025-07-24T05:40:16.2579315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adam.h 2025-07-24T05:40:16.2583483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adamw.h 2025-07-24T05:40:16.2587024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h 2025-07-24T05:40:16.2590976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\optimizer.h 2025-07-24T05:40:16.2594599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h 2025-07-24T05:40:16.2602978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\serialize.h 2025-07-24T05:40:16.2606868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\sgd.h 2025-07-24T05:40:16.2614670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h 2025-07-24T05:40:16.2618502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h 2025-07-24T05:40:16.2622068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h 2025-07-24T05:40:16.2634292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python\init.h 2025-07-24T05:40:16.2641978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\archive.h 2025-07-24T05:40:16.2645874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h 2025-07-24T05:40:16.2649834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h 2025-07-24T05:40:16.2653374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\tensor.h 2025-07-24T05:40:16.2668648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\anomaly_mode.h 2025-07-24T05:40:16.2672175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd.h 2025-07-24T05:40:16.2675860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h 2025-07-24T05:40:16.2679512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\cpp_hook.h 2025-07-24T05:40:16.2687753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\custom_function.h 2025-07-24T05:40:16.2692430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\edge.h 2025-07-24T05:40:16.2695339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\engine.h 2025-07-24T05:40:16.2698644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\forward_grad.h 2025-07-24T05:40:16.2702328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function.h 2025-07-24T05:40:16.2705990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\FunctionsManual.h 2025-07-24T05:40:16.2709565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function_hook.h 2025-07-24T05:40:16.2713256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\grad_mode.h 2025-07-24T05:40:16.2717084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\graph_task.h 2025-07-24T05:40:16.2721006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\InferenceMode.h 2025-07-24T05:40:16.2725467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_buffer.h 2025-07-24T05:40:16.2729755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_metadata.h 2025-07-24T05:40:16.2733392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\jit_decomp_interface.h 2025-07-24T05:40:16.2736855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler.h 2025-07-24T05:40:16.2740193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_kineto.h 2025-07-24T05:40:16.2744096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_legacy.h 2025-07-24T05:40:16.2748012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_python.h 2025-07-24T05:40:16.2751567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_anomaly_mode.h 2025-07-24T05:40:16.2759692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_autograd.h 2025-07-24T05:40:16.2763916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_cpp_function.h 2025-07-24T05:40:16.2767649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_engine.h 2025-07-24T05:40:16.2771194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_enum_tag.h 2025-07-24T05:40:16.2775034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_fft_functions.h 2025-07-24T05:40:16.2778691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_function.h 2025-07-24T05:40:16.2782342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_hook.h 2025-07-24T05:40:16.2786598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_legacy_variable.h 2025-07-24T05:40:16.2790319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_linalg_functions.h 2025-07-24T05:40:16.2797968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nested_functions.h 2025-07-24T05:40:16.2801497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nn_functions.h 2025-07-24T05:40:16.2805196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h 2025-07-24T05:40:16.2809173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_sparse_functions.h 2025-07-24T05:40:16.2812887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_special_functions.h 2025-07-24T05:40:16.2816603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_torch_functions.h 2025-07-24T05:40:16.2820463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable.h 2025-07-24T05:40:16.2824739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable_indexing.h 2025-07-24T05:40:16.2828928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\record_function_ops.h 2025-07-24T05:40:16.2832429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable.h 2025-07-24T05:40:16.2836164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable_hooks.h 2025-07-24T05:40:16.2844994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\symbolic.h 2025-07-24T05:40:16.2848640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable.h 2025-07-24T05:40:16.2852536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\VariableTypeUtils.h 2025-07-24T05:40:16.2856272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable_info.h 2025-07-24T05:40:16.2865241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\accumulate_grad.h 2025-07-24T05:40:16.2869035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\basic_ops.h 2025-07-24T05:40:16.2872647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\comm.h 2025-07-24T05:40:16.2892708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\pybind.h 2025-07-24T05:40:16.2900208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\tensor.h 2025-07-24T05:40:16.2904122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\utils.h 2025-07-24T05:40:16.2911857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\Functions.h 2025-07-24T05:40:16.2919239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_functions.h 2025-07-24T05:40:16.2922982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_return_types.h 2025-07-24T05:40:16.2930877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\VariableType.h 2025-07-24T05:40:16.2934689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\variable_factories.h 2025-07-24T05:40:16.2939111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\ViewFuncs.h 2025-07-24T05:40:16.2948483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\error_messages.h 2025-07-24T05:40:16.2952179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h 2025-07-24T05:40:16.2955808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h 2025-07-24T05:40:16.2959432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h 2025-07-24T05:40:16.2968241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\warnings.h 2025-07-24T05:40:16.2972239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\wrap_outputs.h 2025-07-24T05:40:16.2980646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cpu\Module.h 2025-07-24T05:40:16.2987780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\comm.h 2025-07-24T05:40:16.2991383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h 2025-07-24T05:40:16.2995168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\device_set.h 2025-07-24T05:40:16.2998610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Event.h 2025-07-24T05:40:16.3002082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\GdsFile.h 2025-07-24T05:40:16.3011142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\memory_snapshot.h 2025-07-24T05:40:16.3015081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Module.h 2025-07-24T05:40:16.3019371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\nccl.h 2025-07-24T05:40:16.3023161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_comm.h 2025-07-24T05:40:16.3026632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_nccl.h 2025-07-24T05:40:16.3030866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Stream.h 2025-07-24T05:40:16.3034394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\THCP.h 2025-07-24T05:40:16.3037837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\utils.h 2025-07-24T05:40:16.3049709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\autograd.h 2025-07-24T05:40:16.3053617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\python_autograd.h 2025-07-24T05:40:16.3057162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\utils.h 2025-07-24T05:40:16.3063921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\container.h 2025-07-24T05:40:16.3067553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\context.h 2025-07-24T05:40:16.3075027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\engine\dist_engine.h 2025-07-24T05:40:16.3087562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h 2025-07-24T05:40:16.3091814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h 2025-07-24T05:40:16.3099845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h 2025-07-24T05:40:16.3103792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h 2025-07-24T05:40:16.3107257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h 2025-07-24T05:40:16.3115685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h 2025-07-24T05:40:16.3119363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h 2025-07-24T05:40:16.3123181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h 2025-07-24T05:40:16.3126890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h 2025-07-24T05:40:16.3130774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h 2025-07-24T05:40:16.3134673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h 2025-07-24T05:40:16.3138872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h 2025-07-24T05:40:16.3147525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backend.hpp 2025-07-24T05:40:16.3151051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backoff.hpp 2025-07-24T05:40:16.3155406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\c10d.h 2025-07-24T05:40:16.3158794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\comm.hpp 2025-07-24T05:40:16.3162478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\debug.h 2025-07-24T05:40:16.3166148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp 2025-07-24T05:40:16.3175232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\error.h 2025-07-24T05:40:16.3178986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\exception.h 2025-07-24T05:40:16.3182481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp 2025-07-24T05:40:16.3186724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FileStore.hpp 2025-07-24T05:40:16.3190602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp 2025-07-24T05:40:16.3194340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FlightRecorderDetail.hpp 2025-07-24T05:40:16.3198136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Functional.hpp 2025-07-24T05:40:16.3201538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp 2025-07-24T05:40:16.3204988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp 2025-07-24T05:40:16.3208899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\HashStore.hpp 2025-07-24T05:40:16.3212264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logger.hpp 2025-07-24T05:40:16.3215316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logging.h 2025-07-24T05:40:16.3218658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp 2025-07-24T05:40:16.3221897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp 2025-07-24T05:40:16.3225527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp 2025-07-24T05:40:16.3228956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp 2025-07-24T05:40:16.3232419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp 2025-07-24T05:40:16.3240828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp 2025-07-24T05:40:16.3244790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGlooDetail.hpp 2025-07-24T05:40:16.3248803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp 2025-07-24T05:40:16.3252464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp 2025-07-24T05:40:16.3256857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp 2025-07-24T05:40:16.3260896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp 2025-07-24T05:40:16.3264462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp 2025-07-24T05:40:16.3268607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h 2025-07-24T05:40:16.3272604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp 2025-07-24T05:40:16.3280127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer.hpp 2025-07-24T05:40:16.3283746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp 2025-07-24T05:40:16.3287599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp 2025-07-24T05:40:16.3291085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket.h 2025-07-24T05:40:16.3294372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket_fmt.h 2025-07-24T05:40:16.3298013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Store.hpp 2025-07-24T05:40:16.3301384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp 2025-07-24T05:40:16.3304619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp 2025-07-24T05:40:16.3308107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TraceUtils.h 2025-07-24T05:40:16.3311451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Types.hpp 2025-07-24T05:40:16.3314738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp 2025-07-24T05:40:16.3318476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp 2025-07-24T05:40:16.3325477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp 2025-07-24T05:40:16.3329836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Utils.hpp 2025-07-24T05:40:16.3334015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp 2025-07-24T05:40:16.3337552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Work.hpp 2025-07-24T05:40:16.3345441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_collectives\ControlCollectives.hpp 2025-07-24T05:40:16.3349249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.hpp 2025-07-24T05:40:16.3356951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_plane\Handlers.hpp 2025-07-24T05:40:16.3360713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\control_plane\WorkerServer.hpp 2025-07-24T05:40:16.3368513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\cuda\CUDAEventCache.hpp 2025-07-24T05:40:16.3372523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\cuda\StreamBlock.hpp 2025-07-24T05:40:16.3376141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\cuda\utils.hpp 2025-07-24T05:40:16.3384454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization.h 2025-07-24T05:40:16.3388909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization_gpu.h 2025-07-24T05:40:16.3392595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\quantization\quantization_utils.h 2025-07-24T05:40:16.3404720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory-inl.h 2025-07-24T05:40:16.3409044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory.hpp 2025-07-24T05:40:16.3412891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryTypes.hpp 2025-07-24T05:40:16.3421420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryUtils.hpp 2025-07-24T05:40:16.3425470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.hpp 2025-07-24T05:40:16.3429534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\intra_node_comm.hpp 2025-07-24T05:40:16.3433396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.hpp 2025-07-24T05:40:16.3442582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\agent_utils.h 2025-07-24T05:40:16.3446424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\message.h 2025-07-24T05:40:16.3450383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_call.h 2025-07-24T05:40:16.3454574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_functions.h 2025-07-24T05:40:16.3462695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_remote_call.h 2025-07-24T05:40:16.3466517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_resp.h 2025-07-24T05:40:16.3470329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h 2025-07-24T05:40:16.3474421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\py_rref.h 2025-07-24T05:40:16.3478163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback.h 2025-07-24T05:40:16.3482232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h 2025-07-24T05:40:16.3486392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h 2025-07-24T05:40:16.3490481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc.h 2025-07-24T05:40:16.3494271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_agent.h 2025-07-24T05:40:16.3498294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h 2025-07-24T05:40:16.3502354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_context.h 2025-07-24T05:40:16.3506124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_impl.h 2025-07-24T05:40:16.3510097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_proto.h 2025-07-24T05:40:16.3513988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_call.h 2025-07-24T05:40:16.3518009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_remote_call.h 2025-07-24T05:40:16.3521995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_resp.h 2025-07-24T05:40:16.3530778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h 2025-07-24T05:40:16.3534678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h 2025-07-24T05:40:16.3538632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h 2025-07-24T05:40:16.3542542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\types.h 2025-07-24T05:40:16.3546593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h 2025-07-24T05:40:16.3550458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h 2025-07-24T05:40:16.3554529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\utils.h 2025-07-24T05:40:16.3562340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\metrics\RpcMetricsHandler.h 2025-07-24T05:40:16.3569774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\profiler\remote_profiler_manager.h 2025-07-24T05:40:16.3573995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\profiler\server_process_global_profiler.h 2025-07-24T05:40:16.3582030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\testing\faulty_tensorpipe_agent.h 2025-07-24T05:40:16.3585902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\testing\testing.h 2025-07-24T05:40:16.3595173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cache_entry.h 2025-07-24T05:40:16.3599016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\compiled_autograd.h 2025-07-24T05:40:16.3602987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpp_shim.h 2025-07-24T05:40:16.3606786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_defs.h 2025-07-24T05:40:16.3614339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_includes.h 2025-07-24T05:40:16.3617826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\debug_macros.h 2025-07-24T05:40:16.3621323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame.h 2025-07-24T05:40:16.3625241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame_cpp.h 2025-07-24T05:40:16.3629178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\extra_state.h 2025-07-24T05:40:16.3632977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\framelocals_mapping.h 2025-07-24T05:40:16.3636676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\guards.h 2025-07-24T05:40:16.3640412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\init.h 2025-07-24T05:40:16.3644127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\python_compiled_autograd.h 2025-07-24T05:40:16.3647989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\utils.h 2025-07-24T05:40:16.3656408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\export\example_upgraders.h 2025-07-24T05:40:16.3660168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\export\pt2_archive_constants.h 2025-07-24T05:40:16.3663642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\export\pybind.h 2025-07-24T05:40:16.3666919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\export\upgrader.h 2025-07-24T05:40:16.3673973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\functorch\init.h 2025-07-24T05:40:16.3680647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\fx\node.h 2025-07-24T05:40:16.3688526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\array_ref_impl.h 2025-07-24T05:40:16.3692298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_prefix.h 2025-07-24T05:40:16.3696220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\inductor_ops.h 2025-07-24T05:40:16.3699740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\static_cuda_launcher.h 2025-07-24T05:40:16.3711698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_eager\kernel_holder.h 2025-07-24T05:40:16.3715363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_eager\kernel_meta_info.h 2025-07-24T05:40:16.3723123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\array_ref.h 2025-07-24T05:40:16.3727009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\common.h 2025-07-24T05:40:16.3730835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cpu.h 2025-07-24T05:40:16.3734681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\cuda.h 2025-07-24T05:40:16.3738088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\mps.h 2025-07-24T05:40:16.3746829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_include\xpu.h 2025-07-24T05:40:16.3754852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h 2025-07-24T05:40:16.3758900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\pybind.h 2025-07-24T05:40:16.3766829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h 2025-07-24T05:40:16.3770655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h 2025-07-24T05:40:16.3774745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h 2025-07-24T05:40:16.3783451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_mps.h 2025-07-24T05:40:16.3787630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h 2025-07-24T05:40:16.3791431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\pybind.h 2025-07-24T05:40:16.3799116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h 2025-07-24T05:40:16.3802563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\constant_type.h 2025-07-24T05:40:16.3806517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h 2025-07-24T05:40:16.3816428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\interface.h 2025-07-24T05:40:16.3821485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h 2025-07-24T05:40:16.3825449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model.h 2025-07-24T05:40:16.3829317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_base.h 2025-07-24T05:40:16.3833059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h 2025-07-24T05:40:16.3836867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h 2025-07-24T05:40:16.3840578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h 2025-07-24T05:40:16.3844209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h 2025-07-24T05:40:16.3848045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils.h 2025-07-24T05:40:16.3851707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h 2025-07-24T05:40:16.3855489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h 2025-07-24T05:40:16.3864725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h 2025-07-24T05:40:16.3868541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h 2025-07-24T05:40:16.3872218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h 2025-07-24T05:40:16.3880529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h 2025-07-24T05:40:16.3884295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\utils.h 2025-07-24T05:40:16.3891943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\macros.h 2025-07-24T05:40:16.3895683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h 2025-07-24T05:40:16.3899127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_cpu.h 2025-07-24T05:40:16.3902643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_deprecated.h 2025-07-24T05:40:16.3906051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mps.h 2025-07-24T05:40:16.3909628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h 2025-07-24T05:40:16.3922029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h 2025-07-24T05:40:16.3925997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h 2025-07-24T05:40:16.3929877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_mps.h 2025-07-24T05:40:16.3938376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h 2025-07-24T05:40:16.3947027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h 2025-07-24T05:40:16.3950719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\common.h 2025-07-24T05:40:16.3954688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h 2025-07-24T05:40:16.3958242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h 2025-07-24T05:40:16.3961822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\mps.h 2025-07-24T05:40:16.3969860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h 2025-07-24T05:40:16.3977714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h 2025-07-24T05:40:16.3981549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h 2025-07-24T05:40:16.4000570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\mps.h 2025-07-24T05:40:16.4004862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h 2025-07-24T05:40:16.4015370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\instruction_counter\Module.h 2025-07-24T05:40:16.4024184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_log.h 2025-07-24T05:40:16.4028235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_opt_limit.h 2025-07-24T05:40:16.4033014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\resource_guard.h 2025-07-24T05:40:16.4041129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\compilation_unit.h 2025-07-24T05:40:16.4044771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\function_impl.h 2025-07-24T05:40:16.4048527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\method.h 2025-07-24T05:40:16.4052299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\module.h 2025-07-24T05:40:16.4056343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\object.h 2025-07-24T05:40:16.4071884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend.h 2025-07-24T05:40:16.4075622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_handler.h 2025-07-24T05:40:16.4079285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_info.h 2025-07-24T05:40:16.4083143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_detail.h 2025-07-24T05:40:16.4091046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_exception.h 2025-07-24T05:40:16.4094604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_init.h 2025-07-24T05:40:16.4098135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_interface.h 2025-07-24T05:40:16.4101866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_preprocess.h 2025-07-24T05:40:16.4105501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_resolver.h 2025-07-24T05:40:16.4117329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\cpp\context.h 2025-07-24T05:40:16.4125152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLCompiler.h 2025-07-24T05:40:16.4128795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLExecutor.h 2025-07-24T05:40:16.4132587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLFeatureProvider.h 2025-07-24T05:40:16.4141220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLModelWrapper.h 2025-07-24T05:40:16.4144943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLTensorSpec.h 2025-07-24T05:40:16.4153781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\xnnpack_graph_builder.h 2025-07-24T05:40:16.4160930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\compiler\xnn_compiler.h 2025-07-24T05:40:16.4168280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\executor\xnn_executor.h 2025-07-24T05:40:16.4175754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\xnnpack\serialization\serializer.h 2025-07-24T05:40:16.4187641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\cuda\interface.h 2025-07-24T05:40:16.4194968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\arg_spec.h 2025-07-24T05:40:16.4198358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\codegen.h 2025-07-24T05:40:16.4201755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\compiler.h 2025-07-24T05:40:16.4205318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\executor.h 2025-07-24T05:40:16.4208803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\fallback.h 2025-07-24T05:40:16.4212106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\fused_kernel.h 2025-07-24T05:40:16.4219989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\interface.h 2025-07-24T05:40:16.4223676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\kernel_cache.h 2025-07-24T05:40:16.4227256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\kernel_spec.h 2025-07-24T05:40:16.4230716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\partition_desc.h 2025-07-24T05:40:16.4234317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\tensor_desc.h 2025-07-24T05:40:16.4238102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\tensor_info.h 2025-07-24T05:40:16.4245409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.h 2025-07-24T05:40:16.4248971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\resource_strings.h 2025-07-24T05:40:16.4252543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cpu\temp_file.h 2025-07-24T05:40:16.4259846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.h 2025-07-24T05:40:16.4263384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\fuser\cuda\resource_strings.h 2025-07-24T05:40:16.4271653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\decompose_silu.h 2025-07-24T05:40:16.4275119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\defer_size_check.h 2025-07-24T05:40:16.4278535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\graph_fuser.h 2025-07-24T05:40:16.4282141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\graph_helper.h 2025-07-24T05:40:16.4291171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\guard_shape.h 2025-07-24T05:40:16.4294877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\interface.h 2025-07-24T05:40:16.4298541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\kernel.h 2025-07-24T05:40:16.4302030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\layout_propagation.h 2025-07-24T05:40:16.4305597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\LlgaTensorImpl.h 2025-07-24T05:40:16.4309335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\operator.h 2025-07-24T05:40:16.4313262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\onednn\prepare_binary.h 2025-07-24T05:40:16.4321328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\cuda\cuda.h 2025-07-24T05:40:16.4329494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\builtin_functions.h 2025-07-24T05:40:16.4333094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h 2025-07-24T05:40:16.4336724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\concrete_module_type.h 2025-07-24T05:40:16.4344869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h 2025-07-24T05:40:16.4348232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\edit_distance.h 2025-07-24T05:40:16.4351832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\error_report.h 2025-07-24T05:40:16.4355512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\exit_transforms.h 2025-07-24T05:40:16.4359009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\function_schema_parser.h 2025-07-24T05:40:16.4362640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h 2025-07-24T05:40:16.4366236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\ir_emitter.h 2025-07-24T05:40:16.4369953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\lexer.h 2025-07-24T05:40:16.4373549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\mini_environment.h 2025-07-24T05:40:16.4377390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\name_mangler.h 2025-07-24T05:40:16.4381092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser.h 2025-07-24T05:40:16.4384687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser_constants.h 2025-07-24T05:40:16.4388347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parse_string_literal.h 2025-07-24T05:40:16.4392464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\resolver.h 2025-07-24T05:40:16.4396222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_matching.h 2025-07-24T05:40:16.4400250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_type_parser.h 2025-07-24T05:40:16.4404116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\script_type_parser.h 2025-07-24T05:40:16.4412605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_range.h 2025-07-24T05:40:16.4416390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_ref.h 2025-07-24T05:40:16.4420008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\strtod.h 2025-07-24T05:40:16.4423795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\sugared_value.h 2025-07-24T05:40:16.4427441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tracer.h 2025-07-24T05:40:16.4430914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree.h 2025-07-24T05:40:16.4434804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree_views.h 2025-07-24T05:40:16.4439007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\versioned_symbols.h 2025-07-24T05:40:16.4447554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\alias_analysis.h 2025-07-24T05:40:16.4451566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\attributes.h 2025-07-24T05:40:16.4455658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\constants.h 2025-07-24T05:40:16.4459423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_node_list.h 2025-07-24T05:40:16.4469474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_utils.h 2025-07-24T05:40:16.4474022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir.h 2025-07-24T05:40:16.4477755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\irparser.h 2025-07-24T05:40:16.4481638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir_views.h 2025-07-24T05:40:16.4485471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\named_value.h 2025-07-24T05:40:16.4489138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\node_hashing.h 2025-07-24T05:40:16.4493322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\scope.h 2025-07-24T05:40:16.4496554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\subgraph_matcher.h 2025-07-24T05:40:16.4500205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\type_hashing.h 2025-07-24T05:40:16.4509024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\code.h 2025-07-24T05:40:16.4514108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\debug_info.h 2025-07-24T05:40:16.4518609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\file_format.h 2025-07-24T05:40:16.4522298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h 2025-07-24T05:40:16.4530127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\frame.h 2025-07-24T05:40:16.4533762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\function.h 2025-07-24T05:40:16.4538214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import.h 2025-07-24T05:40:16.4541898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_data.h 2025-07-24T05:40:16.4545507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_export_common.h 2025-07-24T05:40:16.4549299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\interpreter.h 2025-07-24T05:40:16.4552836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\method.h 2025-07-24T05:40:16.4556543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\module.h 2025-07-24T05:40:16.4560336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\observer.h 2025-07-24T05:40:16.4563847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_bytecode.h 2025-07-24T05:40:16.4568134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_operators.h 2025-07-24T05:40:16.4572143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h 2025-07-24T05:40:16.4575807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\profiler_edge.h 2025-07-24T05:40:16.4579929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h 2025-07-24T05:40:16.4583626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\quantization.h 2025-07-24T05:40:16.4587458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h 2025-07-24T05:40:16.4591044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\type_parser.h 2025-07-24T05:40:16.4594747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h 2025-07-24T05:40:16.4607608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\backport.h 2025-07-24T05:40:16.4611224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\backport_manager.h 2025-07-24T05:40:16.4614955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\model_compatibility.h 2025-07-24T05:40:16.4623714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\compatibility\runtime_compatibility.h 2025-07-24T05:40:16.4632343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\BuildFeatureTracer.h 2025-07-24T05:40:16.4636000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\CustomClassTracer.h 2025-07-24T05:40:16.4639824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\KernelDTypeTracer.h 2025-07-24T05:40:16.4648685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\MobileModelRunner.h 2025-07-24T05:40:16.4652617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\OperatorCallTracer.h 2025-07-24T05:40:16.4656277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\TensorUtils.h 2025-07-24T05:40:16.4660238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\model_tracer\TracerRunner.h 2025-07-24T05:40:16.4667886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\aot_compiler.h 2025-07-24T05:40:16.4671585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\context.h 2025-07-24T05:40:16.4674970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\nnc\registry.h 2025-07-24T05:40:16.4682631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\export_data.h 2025-07-24T05:40:16.4686626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\random.h 2025-07-24T05:40:16.4690154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\sequential.h 2025-07-24T05:40:16.4696717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\train\optim\sgd.h 2025-07-24T05:40:16.4704593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\upgraders.h 2025-07-24T05:40:16.4708180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\upgraders_entry.h 2025-07-24T05:40:16.4711577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\utils.h 2025-07-24T05:40:16.4715037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\operator_upgraders\version_map.h 2025-07-24T05:40:16.4728857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\add_if_then_else.h 2025-07-24T05:40:16.4732644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\annotate_warns.h 2025-07-24T05:40:16.4736211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\autocast.h 2025-07-24T05:40:16.4739940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\bailout_graph.h 2025-07-24T05:40:16.4748326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\batch_mm.h 2025-07-24T05:40:16.4751808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize.h 2025-07-24T05:40:16.4755676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h 2025-07-24T05:40:16.4759334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\check_strict_fusion.h 2025-07-24T05:40:16.4763395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_profiling.h 2025-07-24T05:40:16.4767764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_undefinedness.h 2025-07-24T05:40:16.4771535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h 2025-07-24T05:40:16.4775047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\concat_opt.h 2025-07-24T05:40:16.4778569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_pooling.h 2025-07-24T05:40:16.4782300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_propagation.h 2025-07-24T05:40:16.4785950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h 2025-07-24T05:40:16.4789601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_functional_graphs.h 2025-07-24T05:40:16.4793760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dead_code_elimination.h 2025-07-24T05:40:16.4797371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\decompose_ops.h 2025-07-24T05:40:16.4800974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\device_type_analysis.h 2025-07-24T05:40:16.4809397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dtype_analysis.h 2025-07-24T05:40:16.4812593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h 2025-07-24T05:40:16.4816191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\erase_number_types.h 2025-07-24T05:40:16.4819925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h 2025-07-24T05:40:16.4823598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_conv_bn.h 2025-07-24T05:40:16.4827372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_linear_bn.h 2025-07-24T05:40:16.4830884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\freeze_module.h 2025-07-24T05:40:16.4834735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h 2025-07-24T05:40:16.4838478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h 2025-07-24T05:40:16.4846397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h 2025-07-24T05:40:16.4850249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h 2025-07-24T05:40:16.4853911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h 2025-07-24T05:40:16.4857788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h 2025-07-24T05:40:16.4861403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h 2025-07-24T05:40:16.4864954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_linear.h 2025-07-24T05:40:16.4868551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_relu.h 2025-07-24T05:40:16.4872128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_fuser.h 2025-07-24T05:40:16.4875911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h 2025-07-24T05:40:16.4883672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\guard_elimination.h 2025-07-24T05:40:16.4887430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h 2025-07-24T05:40:16.4891082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inliner.h 2025-07-24T05:40:16.4894532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h 2025-07-24T05:40:16.4898341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_forked_closures.h 2025-07-24T05:40:16.4901776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_fork_wait.h 2025-07-24T05:40:16.4905372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inplace_check.h 2025-07-24T05:40:16.4908928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\insert_guards.h 2025-07-24T05:40:16.4912627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\integer_value_refinement.h 2025-07-24T05:40:16.4921748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lift_closures.h 2025-07-24T05:40:16.4926396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\liveness.h 2025-07-24T05:40:16.4930350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\loop_unrolling.h 2025-07-24T05:40:16.4934180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_grad_of.h 2025-07-24T05:40:16.4937817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_graph.h 2025-07-24T05:40:16.4941500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_tuples.h 2025-07-24T05:40:16.4945161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\metal_rewrite.h 2025-07-24T05:40:16.4948904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h 2025-07-24T05:40:16.4952892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h 2025-07-24T05:40:16.4956852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\normalize_ops.h 2025-07-24T05:40:16.4968764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h 2025-07-24T05:40:16.4972404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx.h 2025-07-24T05:40:16.4976144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\pass_manager.h 2025-07-24T05:40:16.4979666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole.h 2025-07-24T05:40:16.4983490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h 2025-07-24T05:40:16.4987071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h 2025-07-24T05:40:16.4990706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h 2025-07-24T05:40:16.4994363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h 2025-07-24T05:40:16.4998490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\prepack_folding.h 2025-07-24T05:40:16.5002215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\refine_tuple_types.h 2025-07-24T05:40:16.5005807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_dropout.h 2025-07-24T05:40:16.5014400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_exceptions.h 2025-07-24T05:40:16.5017932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_expands.h 2025-07-24T05:40:16.5022353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h 2025-07-24T05:40:16.5026484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_mutation.h 2025-07-24T05:40:16.5030974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h 2025-07-24T05:40:16.5034680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h 2025-07-24T05:40:16.5038598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h 2025-07-24T05:40:16.5042271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\restore_mutation.h 2025-07-24T05:40:16.5046439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\shape_analysis.h 2025-07-24T05:40:16.5056241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h 2025-07-24T05:40:16.5060120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h 2025-07-24T05:40:16.5064196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h 2025-07-24T05:40:16.5068220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h 2025-07-24T05:40:16.5072747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h 2025-07-24T05:40:16.5076886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h 2025-07-24T05:40:16.5081387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h 2025-07-24T05:40:16.5103564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\value_refinement_utils.h 2025-07-24T05:40:16.5106979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\variadic_ops.h 2025-07-24T05:40:16.5111375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h 2025-07-24T05:40:16.5115153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h 2025-07-24T05:40:16.5123479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.h 2025-07-24T05:40:16.5132437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\cast_all_constant_to_floating.h 2025-07-24T05:40:16.5136583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\constant_fold.h 2025-07-24T05:40:16.5140413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\constant_map.h 2025-07-24T05:40:16.5144532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\deduplicate_initializers.h 2025-07-24T05:40:16.5152692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\eliminate_unused_items.h 2025-07-24T05:40:16.5156694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\eval_peephole.h 2025-07-24T05:40:16.5160244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\fixup_onnx_controlflow.h 2025-07-24T05:40:16.5163871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\function_extraction.h 2025-07-24T05:40:16.5167922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\function_substitution.h 2025-07-24T05:40:16.5172452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\helper.h 2025-07-24T05:40:16.5176418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\list_model_parameters.h 2025-07-24T05:40:16.5180181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\naming.h 2025-07-24T05:40:16.5183714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\onnx_log.h 2025-07-24T05:40:16.5187247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\peephole.h 2025-07-24T05:40:16.5190911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\prepare_division_for_onnx.h 2025-07-24T05:40:16.5194493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\preprocess_for_onnx.h 2025-07-24T05:40:16.5198264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.h 2025-07-24T05:40:16.5202736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\scalar_type_analysis.h 2025-07-24T05:40:16.5205695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\shape_type_inference.h 2025-07-24T05:40:16.5209294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\unpack_quantized_weights.h 2025-07-24T05:40:16.5221708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.h 2025-07-24T05:40:16.5234436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\common.h 2025-07-24T05:40:16.5238394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.h 2025-07-24T05:40:16.5245928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.h 2025-07-24T05:40:16.5254850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h 2025-07-24T05:40:16.5259099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\finalize.h 2025-07-24T05:40:16.5263424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h 2025-07-24T05:40:16.5267210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\helper.h 2025-07-24T05:40:16.5275085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h 2025-07-24T05:40:16.5278906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h 2025-07-24T05:40:16.5282535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h 2025-07-24T05:40:16.5286640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h 2025-07-24T05:40:16.5290418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h 2025-07-24T05:40:16.5298881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h 2025-07-24T05:40:16.5302359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\memory_dag.h 2025-07-24T05:40:16.5306232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h 2025-07-24T05:40:16.5313922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\op_registry.h 2025-07-24T05:40:16.5317555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h 2025-07-24T05:40:16.5326370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\init.h 2025-07-24T05:40:16.5330105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\module_python.h 2025-07-24T05:40:16.5333360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind.h 2025-07-24T05:40:16.5336703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind_utils.h 2025-07-24T05:40:16.5340381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_arg_flatten.h 2025-07-24T05:40:16.5350873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_custom_class.h 2025-07-24T05:40:16.5354442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_dict.h 2025-07-24T05:40:16.5358702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ir.h 2025-07-24T05:40:16.5362455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ivalue.h 2025-07-24T05:40:16.5366726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_list.h 2025-07-24T05:40:16.5370260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_sugared_value.h 2025-07-24T05:40:16.5374151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tracer.h 2025-07-24T05:40:16.5378316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tree_views.h 2025-07-24T05:40:16.5381975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\script_init.h 2025-07-24T05:40:16.5385740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h 2025-07-24T05:40:16.5389310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h 2025-07-24T05:40:16.5397378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\argument_spec.h 2025-07-24T05:40:16.5400930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\autodiff.h 2025-07-24T05:40:16.5404511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h 2025-07-24T05:40:16.5408332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\custom_operator.h 2025-07-24T05:40:16.5416014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry.h 2025-07-24T05:40:16.5419958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h 2025-07-24T05:40:16.5423490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\exception_message.h 2025-07-24T05:40:16.5427296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor.h 2025-07-24T05:40:16.5430806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h 2025-07-24T05:40:16.5434297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_iterator.h 2025-07-24T05:40:16.5437789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\instruction.h 2025-07-24T05:40:16.5441292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter.h 2025-07-24T05:40:16.5445145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_exception.h 2025-07-24T05:40:16.5448933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_trace.h 2025-07-24T05:40:16.5452433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\logging.h 2025-07-24T05:40:16.5455846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator.h 2025-07-24T05:40:16.5459207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator_options.h 2025-07-24T05:40:16.5462998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\print_handler.h 2025-07-24T05:40:16.5466738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h 2025-07-24T05:40:16.5470398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_record.h 2025-07-24T05:40:16.5479050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\register_ops_utils.h 2025-07-24T05:40:16.5482972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\script_profile.h 2025-07-24T05:40:16.5487348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h 2025-07-24T05:40:16.5491104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\shape_function_registry.h 2025-07-24T05:40:16.5494785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h 2025-07-24T05:40:16.5498456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h 2025-07-24T05:40:16.5502265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_script.h 2025-07-24T05:40:16.5506283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h 2025-07-24T05:40:16.5510111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h 2025-07-24T05:40:16.5519389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\vararg_functions.h 2025-07-24T05:40:16.5523680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h 2025-07-24T05:40:16.5533183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\can_emit_inline.h 2025-07-24T05:40:16.5537266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\code_impl.h 2025-07-24T05:40:16.5541208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\frame.h 2025-07-24T05:40:16.5544934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter\preprocess_graph.h 2025-07-24T05:40:16.5558258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\fusion.h 2025-07-24T05:40:16.5562225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\impl.h 2025-07-24T05:40:16.5566635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\init.h 2025-07-24T05:40:16.5570530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\memory_planner.h 2025-07-24T05:40:16.5574384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\ops.h 2025-07-24T05:40:16.5578259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\passes.h 2025-07-24T05:40:16.5587189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\ProcessedNodeInputs.h 2025-07-24T05:40:16.5591190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\processed_node_wrapper.h 2025-07-24T05:40:16.5595270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\static_method.h 2025-07-24T05:40:16.5598973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\static\te_wrapper.h 2025-07-24T05:40:16.5608567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h 2025-07-24T05:40:16.5612195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export.h 2025-07-24T05:40:16.5615982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export_bytecode.h 2025-07-24T05:40:16.5624896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h 2025-07-24T05:40:16.5628959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h 2025-07-24T05:40:16.5632442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import.h 2025-07-24T05:40:16.5635884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_constants.h 2025-07-24T05:40:16.5640180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_functions.h 2025-07-24T05:40:16.5644398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_helpers.h 2025-07-24T05:40:16.5648162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_read.h 2025-07-24T05:40:16.5652205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_source.h 2025-07-24T05:40:16.5656019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h 2025-07-24T05:40:16.5661081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\onnx.h 2025-07-24T05:40:16.5664650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickle.h 2025-07-24T05:40:16.5668221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler.h 2025-07-24T05:40:16.5672246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler_helper.h 2025-07-24T05:40:16.5675809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\python_print.h 2025-07-24T05:40:16.5679465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization.h 2025-07-24T05:40:16.5683203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h 2025-07-24T05:40:16.5687179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\storage_context.h 2025-07-24T05:40:16.5694708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h 2025-07-24T05:40:16.5698294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\unpickler.h 2025-07-24T05:40:16.5707280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\analysis.h 2025-07-24T05:40:16.5710650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h 2025-07-24T05:40:16.5714432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h 2025-07-24T05:40:16.5718063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h 2025-07-24T05:40:16.5725600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\codegen.h 2025-07-24T05:40:16.5729377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h 2025-07-24T05:40:16.5732913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h 2025-07-24T05:40:16.5736426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h 2025-07-24T05:40:16.5739866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h 2025-07-24T05:40:16.5743579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\eval.h 2025-07-24T05:40:16.5746990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\exceptions.h 2025-07-24T05:40:16.5750554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\expr.h 2025-07-24T05:40:16.5754188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions.h 2025-07-24T05:40:16.5757835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h 2025-07-24T05:40:16.5761523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h 2025-07-24T05:40:16.5765078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h 2025-07-24T05:40:16.5768760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h 2025-07-24T05:40:16.5772364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\half_support.h 2025-07-24T05:40:16.5776157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h 2025-07-24T05:40:16.5780127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h 2025-07-24T05:40:16.5783584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir.h 2025-07-24T05:40:16.5793484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h 2025-07-24T05:40:16.5797824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h 2025-07-24T05:40:16.5801173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h 2025-07-24T05:40:16.5804661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h 2025-07-24T05:40:16.5808394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h 2025-07-24T05:40:16.5812038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h 2025-07-24T05:40:16.5815907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\kernel.h 2025-07-24T05:40:16.5819463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h 2025-07-24T05:40:16.5823234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h 2025-07-24T05:40:16.5826727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest.h 2025-07-24T05:40:16.5830342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h 2025-07-24T05:40:16.5838496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\lowerings.h 2025-07-24T05:40:16.5842358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h 2025-07-24T05:40:16.5846097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\reduction.h 2025-07-24T05:40:16.5849675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\registerizer.h 2025-07-24T05:40:16.5853450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\stmt.h 2025-07-24T05:40:16.5857014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensor.h 2025-07-24T05:40:16.5860463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h 2025-07-24T05:40:16.5864020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\types.h 2025-07-24T05:40:16.5867487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h 2025-07-24T05:40:16.5871096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h 2025-07-24T05:40:16.5879477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h 2025-07-24T05:40:16.5883061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h 2025-07-24T05:40:16.5887370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h 2025-07-24T05:40:16.5891461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h 2025-07-24T05:40:16.5894987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h 2025-07-24T05:40:16.5904362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h 2025-07-24T05:40:16.5908020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h 2025-07-24T05:40:16.5911492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h 2025-07-24T05:40:16.5915069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h 2025-07-24T05:40:16.5923089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\catch_utils.hpp 2025-07-24T05:40:16.5926683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\file_check.h 2025-07-24T05:40:16.5930356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\hooks_for_testing.h 2025-07-24T05:40:16.5942474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_data.h 2025-07-24T05:40:16.5946460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_device.h 2025-07-24T05:40:16.5949844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_interface.h 2025-07-24T05:40:16.5953428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\lowering_context.h 2025-07-24T05:40:16.5965991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\cache.h 2025-07-24T05:40:16.5969662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\config.h 2025-07-24T05:40:16.5973226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\debug_util.h 2025-07-24T05:40:16.5976756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\dynamic_ir.h 2025-07-24T05:40:16.5980302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\hash.h 2025-07-24T05:40:16.5989075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\helpers.h 2025-07-24T05:40:16.5992696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir.h 2025-07-24T05:40:16.5996022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_builder.h 2025-07-24T05:40:16.6000031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_dump_util.h 2025-07-24T05:40:16.6003826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_metadata.h 2025-07-24T05:40:16.6007521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_util.h 2025-07-24T05:40:16.6011634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h 2025-07-24T05:40:16.6014731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\metrics.h 2025-07-24T05:40:16.6018726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\multi_wait.h 2025-07-24T05:40:16.6022780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\permutation_util.h 2025-07-24T05:40:16.6027079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape.h 2025-07-24T05:40:16.6030857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape_inference.h 2025-07-24T05:40:16.6034819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor.h 2025-07-24T05:40:16.6039060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_impl.h 2025-07-24T05:40:16.6043148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_util.h 2025-07-24T05:40:16.6047512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\thread_pool.h 2025-07-24T05:40:16.6051571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\trie.h 2025-07-24T05:40:16.6055667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\unique.h 2025-07-24T05:40:16.6059858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\util.h 2025-07-24T05:40:16.6071572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h 2025-07-24T05:40:16.6079122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h 2025-07-24T05:40:16.6082713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\utils.h 2025-07-24T05:40:16.6090907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyIr.h 2025-07-24T05:40:16.6096253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyNativeFunctions.h 2025-07-24T05:40:16.6100215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\generated\LazyNonNativeIr.h 2025-07-24T05:40:16.6108057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\python\init.h 2025-07-24T05:40:16.6111688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\python\python_util.h 2025-07-24T05:40:16.6123803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\config.h 2025-07-24T05:40:16.6127395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h 2025-07-24T05:40:16.6131204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h 2025-07-24T05:40:16.6135035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h 2025-07-24T05:40:16.6143335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h 2025-07-24T05:40:16.6147032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h 2025-07-24T05:40:16.6150682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h 2025-07-24T05:40:16.6154474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h 2025-07-24T05:40:16.6157938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node.h 2025-07-24T05:40:16.6161403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h 2025-07-24T05:40:16.6168726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\device_data.h 2025-07-24T05:40:16.6172351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\generic.h 2025-07-24T05:40:16.6175929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ops\to_copy.h 2025-07-24T05:40:16.6184278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\monitor\counters.h 2025-07-24T05:40:16.6187564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\monitor\events.h 2025-07-24T05:40:16.6190925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\monitor\python_init.h 2025-07-24T05:40:16.6212407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\mps\Module.h 2025-07-24T05:40:16.6219517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\mtia\Module.h 2025-07-24T05:40:16.6226430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\mtia\profiler\MTIAMemoryProfiler.h 2025-07-24T05:40:16.6233846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\multiprocessing\init.h 2025-07-24T05:40:16.6240816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\back_compat.h 2025-07-24T05:40:16.6244324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\init.h 2025-07-24T05:40:16.6247774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\onnx.h 2025-07-24T05:40:16.6255173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\api.h 2025-07-24T05:40:16.6258731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\collection.h 2025-07-24T05:40:16.6262304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\combined_traceback.h 2025-07-24T05:40:16.6265763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\containers.h 2025-07-24T05:40:16.6274582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\data_flow.h 2025-07-24T05:40:16.6278271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\events.h 2025-07-24T05:40:16.6281715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_client_interface.h 2025-07-24T05:40:16.6285298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_shim.h 2025-07-24T05:40:16.6289086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf-inl.h 2025-07-24T05:40:16.6292502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf.h 2025-07-24T05:40:16.6296937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\util.h 2025-07-24T05:40:16.6303999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\observer.h 2025-07-24T05:40:16.6307491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\python_tracer.h 2025-07-24T05:40:16.6310964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\vulkan.h 2025-07-24T05:40:16.6318695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\combined_traceback.h 2025-07-24T05:40:16.6322331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\init.h 2025-07-24T05:40:16.6325864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\pybind.h 2025-07-24T05:40:16.6334761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h 2025-07-24T05:40:16.6338045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\itt_observer.h 2025-07-24T05:40:16.6341796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h 2025-07-24T05:40:16.6350572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h 2025-07-24T05:40:16.6358038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\stubs\base.h 2025-07-24T05:40:16.6365359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\action.h 2025-07-24T05:40:16.6368858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\communicate.h 2025-07-24T05:40:16.6372743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\debug_info.h 2025-07-24T05:40:16.6376309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h 2025-07-24T05:40:16.6384608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h 2025-07-24T05:40:16.6388170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h 2025-07-24T05:40:16.6391706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h 2025-07-24T05:40:16.6395411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fde.h 2025-07-24T05:40:16.6398943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\lexer.h 2025-07-24T05:40:16.6402404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\line_number_program.h 2025-07-24T05:40:16.6406164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\mem_file.h 2025-07-24T05:40:16.6409808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\range_table.h 2025-07-24T05:40:16.6413334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\sections.h 2025-07-24T05:40:16.6416995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind.h 2025-07-24T05:40:16.6420608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwinder.h 2025-07-24T05:40:16.6424046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind_error.h 2025-07-24T05:40:16.6432165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\stable\library.h 2025-07-24T05:40:16.6435542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\stable\ops.h 2025-07-24T05:40:16.6439066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\stable\tensor.h 2025-07-24T05:40:16.6446654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\tensor\python_tensor.h 2025-07-24T05:40:16.6458497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\byte_order.h 2025-07-24T05:40:16.6462450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cpp_stacktraces.h 2025-07-24T05:40:16.6466239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cuda_enabled.h 2025-07-24T05:40:16.6469604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\device_lazy_init.h 2025-07-24T05:40:16.6477658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\disable_torch_function.h 2025-07-24T05:40:16.6481550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\generated_serialization_types.h 2025-07-24T05:40:16.6485875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\init.h 2025-07-24T05:40:16.6489889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\invalid_arguments.h 2025-07-24T05:40:16.6493676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\nested.h 2025-07-24T05:40:16.6497068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\numpy_stub.h 2025-07-24T05:40:16.6500651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\object_ptr.h 2025-07-24T05:40:16.6504127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\out_types.h 2025-07-24T05:40:16.6507545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pybind.h 2025-07-24T05:40:16.6511044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pycfunction_helpers.h 2025-07-24T05:40:16.6514795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pyobject_preservation.h 2025-07-24T05:40:16.6518325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pythoncapi_compat.h 2025-07-24T05:40:16.6533106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_arg_parser.h 2025-07-24T05:40:16.6533851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_compat.h 2025-07-24T05:40:16.6534537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_dispatch.h 2025-07-24T05:40:16.6535270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_numbers.h 2025-07-24T05:40:16.6543510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_raii.h 2025-07-24T05:40:16.6547660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_scalars.h 2025-07-24T05:40:16.6550794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_strings.h 2025-07-24T05:40:16.6554718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_stub.h 2025-07-24T05:40:16.6559494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_symnode.h 2025-07-24T05:40:16.6563308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_torch_function_mode.h 2025-07-24T05:40:16.6567258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_tuples.h 2025-07-24T05:40:16.6571324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\schema_info.h 2025-07-24T05:40:16.6575312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\six.h 2025-07-24T05:40:16.6579701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\structseq.h 2025-07-24T05:40:16.6588112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_apply.h 2025-07-24T05:40:16.6592615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_dtypes.h 2025-07-24T05:40:16.6596771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_flatten.h 2025-07-24T05:40:16.6600943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_layouts.h 2025-07-24T05:40:16.6604930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_list.h 2025-07-24T05:40:16.6609373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_memoryformats.h 2025-07-24T05:40:16.6613111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_new.h 2025-07-24T05:40:16.6617079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_numpy.h 2025-07-24T05:40:16.6620910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_qschemes.h 2025-07-24T05:40:16.6629436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_types.h 2025-07-24T05:40:16.6633685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark-inl.h 2025-07-24T05:40:16.6637422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark.h 2025-07-24T05:40:16.6641391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\torch_dispatch_mode.h 2025-07-24T05:40:16.6644965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\variadic.h 2025-07-24T05:40:16.6648513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\verbose.h 2025-07-24T05:40:16.6657393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Event.h 2025-07-24T05:40:16.6661369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Module.h 2025-07-24T05:40:16.6664905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Stream.h 2025-07-24T05:40:16.6677596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\headeronly\macros\cmake_macros.h 2025-07-24T05:40:16.6680989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\headeronly\macros\Export.h 2025-07-24T05:40:16.6684250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\headeronly\macros\Macros.h 2025-07-24T05:40:16.6691302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\headeronly\util\Exception.h 2025-07-24T05:40:16.6702813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\annotations.py 2025-07-24T05:40:16.6706472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\frontend.py 2025-07-24T05:40:16.6710200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\generate_bytecode.py 2025-07-24T05:40:16.6713914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\quantized.py 2025-07-24T05:40:16.6721752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\supported_ops.py 2025-07-24T05:40:16.6725304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\unsupported_tensor_ops.py 2025-07-24T05:40:16.6728837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_async.py 2025-07-24T05:40:16.6732278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_await.py 2025-07-24T05:40:16.6735757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_builtins.py 2025-07-24T05:40:16.6739188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_check.py 2025-07-24T05:40:16.6742624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_dataclass_impls.py 2025-07-24T05:40:16.6746071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decompositions.py 2025-07-24T05:40:16.6749594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decomposition_utils.py 2025-07-24T05:40:16.6753179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_freeze.py 2025-07-24T05:40:16.6756580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_fuser.py 2025-07-24T05:40:16.6759937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_ir_utils.py 2025-07-24T05:40:16.6763473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_logging.py 2025-07-24T05:40:16.6767243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_monkeytype_config.py 2025-07-24T05:40:16.6770842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_pickle.py 2025-07-24T05:40:16.6774368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_recursive.py 2025-07-24T05:40:16.6778088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.py 2025-07-24T05:40:16.6782241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.pyi 2025-07-24T05:40:16.6785952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_serialization.py 2025-07-24T05:40:16.6789509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_shape_functions.py 2025-07-24T05:40:16.6798500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_state.py 2025-07-24T05:40:16.6802161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_trace.py 2025-07-24T05:40:16.6806104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__init__.py 2025-07-24T05:40:16.6812991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__init__.py 2025-07-24T05:40:16.6819773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:16.6827487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\_property_propagation.py 2025-07-24T05:40:16.6830976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__init__.py 2025-07-24T05:40:16.6837215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\_property_propagation.cpython-39.pyc 2025-07-24T05:40:16.6841262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:16.6849430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\annotations.cpython-39.pyc 2025-07-24T05:40:16.6853056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\frontend.cpython-39.pyc 2025-07-24T05:40:16.6856924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\generate_bytecode.cpython-39.pyc 2025-07-24T05:40:16.6865149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\quantized.cpython-39.pyc 2025-07-24T05:40:16.6868655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\supported_ops.cpython-39.pyc 2025-07-24T05:40:16.6872117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\unsupported_tensor_ops.cpython-39.pyc 2025-07-24T05:40:16.6875739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_async.cpython-39.pyc 2025-07-24T05:40:16.6879563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_await.cpython-39.pyc 2025-07-24T05:40:16.6883310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_builtins.cpython-39.pyc 2025-07-24T05:40:16.6886839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_check.cpython-39.pyc 2025-07-24T05:40:16.6890441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_dataclass_impls.cpython-39.pyc 2025-07-24T05:40:16.6894216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decompositions.cpython-39.pyc 2025-07-24T05:40:16.6897909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decomposition_utils.cpython-39.pyc 2025-07-24T05:40:16.6901509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_freeze.cpython-39.pyc 2025-07-24T05:40:16.6905068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_fuser.cpython-39.pyc 2025-07-24T05:40:16.6909216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_ir_utils.cpython-39.pyc 2025-07-24T05:40:16.6912882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_logging.cpython-39.pyc 2025-07-24T05:40:16.6921077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_monkeytype_config.cpython-39.pyc 2025-07-24T05:40:16.6924986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_pickle.cpython-39.pyc 2025-07-24T05:40:16.6928874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_recursive.cpython-39.pyc 2025-07-24T05:40:16.6932538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_script.cpython-39.pyc 2025-07-24T05:40:16.6936480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_serialization.cpython-39.pyc 2025-07-24T05:40:16.6940265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_shape_functions.cpython-39.pyc 2025-07-24T05:40:16.6944429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_state.cpython-39.pyc 2025-07-24T05:40:16.6948095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_trace.cpython-39.pyc 2025-07-24T05:40:16.6955964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:16.6965486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.dll 2025-07-24T05:40:16.6970586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.lib 2025-07-24T05:40:16.6974353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.dll 2025-07-24T05:40:16.6980024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.lib 2025-07-24T05:40:16.6984967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.dll 2025-07-24T05:40:16.6995254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.lib 2025-07-24T05:40:16.6999578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.dll 2025-07-24T05:40:16.7009078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.lib 2025-07-24T05:40:16.7016376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\cpuinfo.lib 2025-07-24T05:40:16.7022678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\dnnl.lib 2025-07-24T05:40:17.8330112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.dll 2025-07-24T05:40:17.8361062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.lib 2025-07-24T05:40:17.8371644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fmt.lib 2025-07-24T05:40:17.8392211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.dll 2025-07-24T05:40:17.8396719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.lib 2025-07-24T05:40:17.8401678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\kineto.lib 2025-07-24T05:40:17.8688969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libittnotify.lib 2025-07-24T05:40:17.8695494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf-lite.lib 2025-07-24T05:40:17.8790363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf.lib 2025-07-24T05:40:17.9407763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotoc.lib 2025-07-24T05:40:18.0168370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\microkernels-prod.lib 2025-07-24T05:40:18.0270571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\pthreadpool.lib 2025-07-24T05:40:18.0277226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.dll 2025-07-24T05:40:18.0280790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.lib 2025-07-24T05:40:18.0284364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\sleef.lib 2025-07-24T05:40:18.0424013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.dll 2025-07-24T05:40:18.0427326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.lib 2025-07-24T05:40:18.0430795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.dll 2025-07-24T05:40:18.0438298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.lib 2025-07-24T05:40:18.0442085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.dll 2025-07-24T05:40:18.1710276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.lib 2025-07-24T05:40:18.1858807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_global_deps.dll 2025-07-24T05:40:18.1862428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.dll 2025-07-24T05:40:18.1949360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.lib 2025-07-24T05:40:18.1955985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\XNNPACK.lib 2025-07-24T05:40:18.2035448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\_C.lib 2025-07-24T05:40:18.2925579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\alloc_info.h 2025-07-24T05:40:18.2928636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\err.h 2025-07-24T05:40:18.2932486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\libshm.h 2025-07-24T05:40:18.2935748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm\socket.h 2025-07-24T05:40:18.2943533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libshm_windows\libshm.h 2025-07-24T05:40:18.2951515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__init__.py 2025-07-24T05:40:18.2959199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.2968047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_docs.py 2025-07-24T05:40:18.2971525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_ops.py 2025-07-24T05:40:18.2975511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__init__.py 2025-07-24T05:40:18.2982046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\binary.py 2025-07-24T05:40:18.2985505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\core.py 2025-07-24T05:40:18.2988873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\creation.py 2025-07-24T05:40:18.2992278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\passthrough.py 2025-07-24T05:40:18.2995736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\reductions.py 2025-07-24T05:40:18.3005495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\unary.py 2025-07-24T05:40:18.3008802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\_ops_refs.py 2025-07-24T05:40:18.3012382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__init__.py 2025-07-24T05:40:18.3020714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\binary.cpython-39.pyc 2025-07-24T05:40:18.3024392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\core.cpython-39.pyc 2025-07-24T05:40:18.3028257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\creation.cpython-39.pyc 2025-07-24T05:40:18.3036043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\passthrough.cpython-39.pyc 2025-07-24T05:40:18.3039830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\reductions.cpython-39.pyc 2025-07-24T05:40:18.3043466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\unary.cpython-39.pyc 2025-07-24T05:40:18.3047193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\_ops_refs.cpython-39.pyc 2025-07-24T05:40:18.3051093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3082695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_docs.cpython-39.pyc 2025-07-24T05:40:18.3086440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_ops.cpython-39.pyc 2025-07-24T05:40:18.3090351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3102720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__init__.py 2025-07-24T05:40:18.3109844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3118010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\event.py 2025-07-24T05:40:18.3121664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\profiler.py 2025-07-24T05:40:18.3125232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__init__.py 2025-07-24T05:40:18.3137587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\event.cpython-39.pyc 2025-07-24T05:40:18.3141202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\profiler.cpython-39.pyc 2025-07-24T05:40:18.3144926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3157427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\memory.py 2025-07-24T05:40:18.3162162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\_utils.py 2025-07-24T05:40:18.3164417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__init__.py 2025-07-24T05:40:18.3171701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\memory.cpython-39.pyc 2025-07-24T05:40:18.3175170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:18.3178615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3190250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\pool.py 2025-07-24T05:40:18.3193775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\queue.py 2025-07-24T05:40:18.3197203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\reductions.py 2025-07-24T05:40:18.3201454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\spawn.py 2025-07-24T05:40:18.3204075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\_atfork.py 2025-07-24T05:40:18.3213012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__init__.py 2025-07-24T05:40:18.3220034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\pool.cpython-39.pyc 2025-07-24T05:40:18.3223538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\queue.cpython-39.pyc 2025-07-24T05:40:18.3227053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\reductions.cpython-39.pyc 2025-07-24T05:40:18.3235316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\spawn.cpython-39.pyc 2025-07-24T05:40:18.3238982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\_atfork.cpython-39.pyc 2025-07-24T05:40:18.3242455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3250616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__init__.py 2025-07-24T05:40:18.3257355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_int.py 2025-07-24T05:40:18.3260825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_tensor.py 2025-07-24T05:40:18.3264206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\ops.py 2025-07-24T05:40:18.3268320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\sdpa.py 2025-07-24T05:40:18.3277781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__init__.py 2025-07-24T05:40:18.3284160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_int.cpython-39.pyc 2025-07-24T05:40:18.3287853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_tensor.cpython-39.pyc 2025-07-24T05:40:18.3291292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\ops.cpython-39.pyc 2025-07-24T05:40:18.3299608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\sdpa.cpython-39.pyc 2025-07-24T05:40:18.3303629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3311596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3320292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\common_types.py 2025-07-24T05:40:18.3323719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\cpp.py 2025-07-24T05:40:18.3327204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.py 2025-07-24T05:40:18.3332030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.pyi 2025-07-24T05:40:18.3339508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\grad.py 2025-07-24T05:40:18.3343099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\init.py 2025-07-24T05:40:18.3346642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.py 2025-07-24T05:40:18.3350061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.pyi 2025-07-24T05:40:18.3353761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\_reduction.py 2025-07-24T05:40:18.3357220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__init__.py 2025-07-24T05:40:18.3364027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\bias.py 2025-07-24T05:40:18.3367608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\flex_attention.py 2025-07-24T05:40:18.3371579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\_utils.py 2025-07-24T05:40:18.3375029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__init__.py 2025-07-24T05:40:18.3387145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\_paged_attention.py 2025-07-24T05:40:18.3390877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__init__.py 2025-07-24T05:40:18.3397621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\_paged_attention.cpython-39.pyc 2025-07-24T05:40:18.3401102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3408713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\bias.cpython-39.pyc 2025-07-24T05:40:18.3412548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\flex_attention.cpython-39.pyc 2025-07-24T05:40:18.3416385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:18.3425965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3433482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\thnn.py 2025-07-24T05:40:18.3437040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__init__.py 2025-07-24T05:40:18.3443502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\thnn.cpython-39.pyc 2025-07-24T05:40:18.3447229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3455250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__init__.py 2025-07-24T05:40:18.3462260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\fused.py 2025-07-24T05:40:18.3465716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__init__.py 2025-07-24T05:40:18.3473131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-07-24T05:40:18.3476898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3484746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__init__.py 2025-07-24T05:40:18.3491900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\conv_fused.py 2025-07-24T05:40:18.3495674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_fused.py 2025-07-24T05:40:18.3499647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_relu.py 2025-07-24T05:40:18.3502688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__init__.py 2025-07-24T05:40:18.3514397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-07-24T05:40:18.3518370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-07-24T05:40:18.3522252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-07-24T05:40:18.3532151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3540179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3548933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__init__.py 2025-07-24T05:40:18.3557085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__init__.py 2025-07-24T05:40:18.3563541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-07-24T05:40:18.3567226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-07-24T05:40:18.3574715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-07-24T05:40:18.3578460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3586431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3595004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\bn_relu.py 2025-07-24T05:40:18.3598338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\conv_relu.py 2025-07-24T05:40:18.3601924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\linear_relu.py 2025-07-24T05:40:18.3605624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__init__.py 2025-07-24T05:40:18.3622374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-07-24T05:40:18.3626121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-07-24T05:40:18.3629831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-07-24T05:40:18.3638471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3647813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3659932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3668104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\activation.py 2025-07-24T05:40:18.3671905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\adaptive.py 2025-07-24T05:40:18.3675236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\batchnorm.py 2025-07-24T05:40:18.3678835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\channelshuffle.py 2025-07-24T05:40:18.3686974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\container.py 2025-07-24T05:40:18.3691000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\conv.py 2025-07-24T05:40:18.3694764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\distance.py 2025-07-24T05:40:18.3698117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\dropout.py 2025-07-24T05:40:18.3701432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\flatten.py 2025-07-24T05:40:18.3704623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\fold.py 2025-07-24T05:40:18.3707988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\instancenorm.py 2025-07-24T05:40:18.3711492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\lazy.py 2025-07-24T05:40:18.3714779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\linear.py 2025-07-24T05:40:18.3718130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\loss.py 2025-07-24T05:40:18.3722565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\module.py 2025-07-24T05:40:18.3727015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\normalization.py 2025-07-24T05:40:18.3730510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\padding.py 2025-07-24T05:40:18.3734148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pixelshuffle.py 2025-07-24T05:40:18.3737617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pooling.py 2025-07-24T05:40:18.3741177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\rnn.py 2025-07-24T05:40:18.3744869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\sparse.py 2025-07-24T05:40:18.3748316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\transformer.py 2025-07-24T05:40:18.3751901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\upsampling.py 2025-07-24T05:40:18.3755313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\utils.py 2025-07-24T05:40:18.3758895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\_functions.py 2025-07-24T05:40:18.3762390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__init__.py 2025-07-24T05:40:18.3770180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\activation.cpython-39.pyc 2025-07-24T05:40:18.3774134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\adaptive.cpython-39.pyc 2025-07-24T05:40:18.3779761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\batchnorm.cpython-39.pyc 2025-07-24T05:40:18.3789281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\channelshuffle.cpython-39.pyc 2025-07-24T05:40:18.3794073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\container.cpython-39.pyc 2025-07-24T05:40:18.3799174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:18.3803956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\distance.cpython-39.pyc 2025-07-24T05:40:18.3808251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\dropout.cpython-39.pyc 2025-07-24T05:40:18.3812583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\flatten.cpython-39.pyc 2025-07-24T05:40:18.3816920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\fold.cpython-39.pyc 2025-07-24T05:40:18.3820933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\instancenorm.cpython-39.pyc 2025-07-24T05:40:18.3825009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\lazy.cpython-39.pyc 2025-07-24T05:40:18.3829630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:18.3833717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\loss.cpython-39.pyc 2025-07-24T05:40:18.3838433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\module.cpython-39.pyc 2025-07-24T05:40:18.3842936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\normalization.cpython-39.pyc 2025-07-24T05:40:18.3846997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\padding.cpython-39.pyc 2025-07-24T05:40:18.3857549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pixelshuffle.cpython-39.pyc 2025-07-24T05:40:18.3861499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pooling.cpython-39.pyc 2025-07-24T05:40:18.3865942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:18.3870559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\sparse.cpython-39.pyc 2025-07-24T05:40:18.3874078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\transformer.cpython-39.pyc 2025-07-24T05:40:18.3877917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\upsampling.cpython-39.pyc 2025-07-24T05:40:18.3882056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:18.3886247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\_functions.cpython-39.pyc 2025-07-24T05:40:18.3889698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3902784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\comm.py 2025-07-24T05:40:18.3906575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\data_parallel.py 2025-07-24T05:40:18.3910000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\distributed.py 2025-07-24T05:40:18.3914973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\parallel_apply.py 2025-07-24T05:40:18.3932176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\replicate.py 2025-07-24T05:40:18.3935868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\scatter_gather.py 2025-07-24T05:40:18.3939209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\_functions.py 2025-07-24T05:40:18.3942687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__init__.py 2025-07-24T05:40:18.3950224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\comm.cpython-39.pyc 2025-07-24T05:40:18.3954019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\data_parallel.cpython-39.pyc 2025-07-24T05:40:18.3958079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\distributed.cpython-39.pyc 2025-07-24T05:40:18.3967253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\parallel_apply.cpython-39.pyc 2025-07-24T05:40:18.3970812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\replicate.cpython-39.pyc 2025-07-24T05:40:18.3974390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\scatter_gather.cpython-39.pyc 2025-07-24T05:40:18.3978244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\_functions.cpython-39.pyc 2025-07-24T05:40:18.3982341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.3991040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__init__.py 2025-07-24T05:40:18.3998309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__init__.py 2025-07-24T05:40:18.4005435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\linear.py 2025-07-24T05:40:18.4008791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__init__.py 2025-07-24T05:40:18.4017435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:18.4021134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4029301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4037277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\conv.py 2025-07-24T05:40:18.4040852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\embedding_ops.py 2025-07-24T05:40:18.4044270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\linear.py 2025-07-24T05:40:18.4047804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__init__.py 2025-07-24T05:40:18.4059995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:18.4063539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-07-24T05:40:18.4067055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:18.4075773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4083466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4092504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__init__.py 2025-07-24T05:40:18.4099666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\activation.py 2025-07-24T05:40:18.4103280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\rnn.py 2025-07-24T05:40:18.4106608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__init__.py 2025-07-24T05:40:18.4113633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-07-24T05:40:18.4117365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:18.4120985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4134040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4142999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\functional.py 2025-07-24T05:40:18.4146543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__init__.py 2025-07-24T05:40:18.4154770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__init__.py 2025-07-24T05:40:18.4161485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\conv.py 2025-07-24T05:40:18.4164862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\linear.py 2025-07-24T05:40:18.4168739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\rnn.py 2025-07-24T05:40:18.4172008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__init__.py 2025-07-24T05:40:18.4179111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:18.4183136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:18.4203162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:18.4211155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4219256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4226964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\activation.py 2025-07-24T05:40:18.4230375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\batchnorm.py 2025-07-24T05:40:18.4233705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\conv.py 2025-07-24T05:40:18.4237207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\dropout.py 2025-07-24T05:40:18.4240556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\embedding_ops.py 2025-07-24T05:40:18.4248804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\functional_modules.py 2025-07-24T05:40:18.4252202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\linear.py 2025-07-24T05:40:18.4256212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\normalization.py 2025-07-24T05:40:18.4259623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\rnn.py 2025-07-24T05:40:18.4262861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\utils.py 2025-07-24T05:40:18.4266085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__init__.py 2025-07-24T05:40:18.4273258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-07-24T05:40:18.4276889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-07-24T05:40:18.4280443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:18.4288817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-07-24T05:40:18.4292341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-07-24T05:40:18.4295893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-07-24T05:40:18.4299379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:18.4303006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-07-24T05:40:18.4306746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:18.4310321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:18.4313858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4326317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__init__.py 2025-07-24T05:40:18.4332899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\conv.py 2025-07-24T05:40:18.4336272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\linear.py 2025-07-24T05:40:18.4339618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\rnn.py 2025-07-24T05:40:18.4342992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\sparse.py 2025-07-24T05:40:18.4346329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\utils.py 2025-07-24T05:40:18.4349495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__init__.py 2025-07-24T05:40:18.4361475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:18.4365414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\linear.cpython-39.pyc 2025-07-24T05:40:18.4368996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:18.4376797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\sparse.cpython-39.pyc 2025-07-24T05:40:18.4380378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:18.4383933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4391945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4400257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-07-24T05:40:18.4403775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4412493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\clip_grad.py 2025-07-24T05:40:18.4415783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\convert_parameters.py 2025-07-24T05:40:18.4419326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\fusion.py 2025-07-24T05:40:18.4422563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\init.py 2025-07-24T05:40:18.4425998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\memory_format.py 2025-07-24T05:40:18.4433954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrizations.py 2025-07-24T05:40:18.4437539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrize.py 2025-07-24T05:40:18.4441872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\prune.py 2025-07-24T05:40:18.4445652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\rnn.py 2025-07-24T05:40:18.4449254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\spectral_norm.py 2025-07-24T05:40:18.4453182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\stateless.py 2025-07-24T05:40:18.4456349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\weight_norm.py 2025-07-24T05:40:18.4459818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_deprecation_utils.py 2025-07-24T05:40:18.4463418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_named_member_accessor.py 2025-07-24T05:40:18.4467305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_per_sample_grad.py 2025-07-24T05:40:18.4470825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__init__.py 2025-07-24T05:40:18.4478446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_expanded_weights.py 2025-07-24T05:40:18.4482193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_utils.py 2025-07-24T05:40:18.4485750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py 2025-07-24T05:40:18.4494347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_impl.py 2025-07-24T05:40:18.4497978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_utils.py 2025-07-24T05:40:18.4501613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py 2025-07-24T05:40:18.4505295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py 2025-07-24T05:40:18.4509207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py 2025-07-24T05:40:18.4513185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\linear_expanded_weights.py 2025-07-24T05:40:18.4517068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__init__.py 2025-07-24T05:40:18.4525233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_expanded_weights.cpython-39.pyc 2025-07-24T05:40:18.4529061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_utils.cpython-39.pyc 2025-07-24T05:40:18.4532631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\embedding_expanded_weights.cpython-39.pyc 2025-07-24T05:40:18.4541668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_impl.cpython-39.pyc 2025-07-24T05:40:18.4545492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_utils.cpython-39.pyc 2025-07-24T05:40:18.4548942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\group_norm_expanded_weights.cpython-39.pyc 2025-07-24T05:40:18.4553495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\instance_norm_expanded_weights.cpython-39.pyc 2025-07-24T05:40:18.4557558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\layer_norm_expanded_weights.cpython-39.pyc 2025-07-24T05:40:18.4561280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\linear_expanded_weights.cpython-39.pyc 2025-07-24T05:40:18.4565025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4574609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\clip_grad.cpython-39.pyc 2025-07-24T05:40:18.4577655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\convert_parameters.cpython-39.pyc 2025-07-24T05:40:18.4581759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\fusion.cpython-39.pyc 2025-07-24T05:40:18.4591154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\init.cpython-39.pyc 2025-07-24T05:40:18.4594220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\memory_format.cpython-39.pyc 2025-07-24T05:40:18.4597828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrizations.cpython-39.pyc 2025-07-24T05:40:18.4602595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrize.cpython-39.pyc 2025-07-24T05:40:18.4606491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\prune.cpython-39.pyc 2025-07-24T05:40:18.4610521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\rnn.cpython-39.pyc 2025-07-24T05:40:18.4614497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\spectral_norm.cpython-39.pyc 2025-07-24T05:40:18.4618790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\stateless.cpython-39.pyc 2025-07-24T05:40:18.4622571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\weight_norm.cpython-39.pyc 2025-07-24T05:40:18.4626282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_deprecation_utils.cpython-39.pyc 2025-07-24T05:40:18.4629914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_named_member_accessor.cpython-39.pyc 2025-07-24T05:40:18.4633604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_per_sample_grad.cpython-39.pyc 2025-07-24T05:40:18.4637122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4646125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\common_types.cpython-39.pyc 2025-07-24T05:40:18.4649551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\cpp.cpython-39.pyc 2025-07-24T05:40:18.4653556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\functional.cpython-39.pyc 2025-07-24T05:40:18.4664152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\grad.cpython-39.pyc 2025-07-24T05:40:18.4667673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\init.cpython-39.pyc 2025-07-24T05:40:18.4671226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\parameter.cpython-39.pyc 2025-07-24T05:40:18.4674810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\_reduction.cpython-39.pyc 2025-07-24T05:40:18.4678649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4688555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\errors.py 2025-07-24T05:40:18.4692923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\operators.py 2025-07-24T05:40:18.4695678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_helper.py 2025-07-24T05:40:18.4699651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset10.py 2025-07-24T05:40:18.4709968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset11.py 2025-07-24T05:40:18.4713834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset12.py 2025-07-24T05:40:18.4717685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset13.py 2025-07-24T05:40:18.4721292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset14.py 2025-07-24T05:40:18.4724764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset15.py 2025-07-24T05:40:18.4728398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset16.py 2025-07-24T05:40:18.4731808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset17.py 2025-07-24T05:40:18.4735316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset18.py 2025-07-24T05:40:18.4739717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset19.py 2025-07-24T05:40:18.4742372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset20.py 2025-07-24T05:40:18.4746148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset7.py 2025-07-24T05:40:18.4749679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset8.py 2025-07-24T05:40:18.4753329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset9.py 2025-07-24T05:40:18.4758454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\utils.py 2025-07-24T05:40:18.4762367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\verification.py 2025-07-24T05:40:18.4766333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_constants.py 2025-07-24T05:40:18.4774832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_experimental.py 2025-07-24T05:40:18.4778440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_flags.py 2025-07-24T05:40:18.4781863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_globals.py 2025-07-24T05:40:18.4785744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_onnx_supported_ops.py 2025-07-24T05:40:18.4789348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_type_utils.py 2025-07-24T05:40:18.4793455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__init__.py 2025-07-24T05:40:18.4800949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\_dtype_mappings.py 2025-07-24T05:40:18.4804360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\_impl.py 2025-07-24T05:40:18.4807813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\_symbolic_impl.py 2025-07-24T05:40:18.4811100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__init__.py 2025-07-24T05:40:18.4823608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__pycache__\_dtype_mappings.cpython-39.pyc 2025-07-24T05:40:18.4827125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__pycache__\_impl.cpython-39.pyc 2025-07-24T05:40:18.4830508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__pycache__\_symbolic_impl.cpython-39.pyc 2025-07-24T05:40:18.4837840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\ops\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.4846705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\jit_utils.py 2025-07-24T05:40:18.4850043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnx_proto_utils.py 2025-07-24T05:40:18.4853719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\registration.py 2025-07-24T05:40:18.4862204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_exporter_legacy.py 2025-07-24T05:40:18.4865577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_lazy_import.py 2025-07-24T05:40:18.4868976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__init__.py 2025-07-24T05:40:18.4875001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_analysis.py 2025-07-24T05:40:18.4878438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_building.py 2025-07-24T05:40:18.4881990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_capture_strategies.py 2025-07-24T05:40:18.4885479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_compat.py 2025-07-24T05:40:18.4892950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_constants.py 2025-07-24T05:40:18.4896800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_core.py 2025-07-24T05:40:18.4900361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_decomp.py 2025-07-24T05:40:18.4903929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dispatching.py 2025-07-24T05:40:18.4907354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dynamic_shapes.py 2025-07-24T05:40:18.4911441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_errors.py 2025-07-24T05:40:18.4914934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_flags.py 2025-07-24T05:40:18.4918322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_fx_passes.py 2025-07-24T05:40:18.4922199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_ir_passes.py 2025-07-24T05:40:18.4926188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_isolated.py 2025-07-24T05:40:18.4929427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_onnx_program.py 2025-07-24T05:40:18.4933730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_registration.py 2025-07-24T05:40:18.4937621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_reporting.py 2025-07-24T05:40:18.4940671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_schemas.py 2025-07-24T05:40:18.4944021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_tensors.py 2025-07-24T05:40:18.4947293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_testing.py 2025-07-24T05:40:18.4950767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_type_casting.py 2025-07-24T05:40:18.4954457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_verification.py 2025-07-24T05:40:18.4957766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__init__.py 2025-07-24T05:40:18.4970605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py 2025-07-24T05:40:18.4974238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py 2025-07-24T05:40:18.4977868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__init__.py 2025-07-24T05:40:18.4989509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\core.py 2025-07-24T05:40:18.4992897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\hop.py 2025-07-24T05:40:18.4996702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\nn.py 2025-07-24T05:40:18.5000291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\symbolic.py 2025-07-24T05:40:18.5003660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\symops.py 2025-07-24T05:40:18.5007341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py 2025-07-24T05:40:18.5020719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\core.cpython-39.pyc 2025-07-24T05:40:18.5024253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\hop.cpython-39.pyc 2025-07-24T05:40:18.5028272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\nn.cpython-39.pyc 2025-07-24T05:40:18.5036181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\symbolic.cpython-39.pyc 2025-07-24T05:40:18.5039686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\symops.cpython-39.pyc 2025-07-24T05:40:18.5043661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.5052480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_tensor_typing.cpython-39.pyc 2025-07-24T05:40:18.5055703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_torchlib_registry.cpython-39.pyc 2025-07-24T05:40:18.5059259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.5072739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_analysis.cpython-39.pyc 2025-07-24T05:40:18.5076312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_building.cpython-39.pyc 2025-07-24T05:40:18.5079863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_capture_strategies.cpython-39.pyc 2025-07-24T05:40:18.5088932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_compat.cpython-39.pyc 2025-07-24T05:40:18.5092827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_constants.cpython-39.pyc 2025-07-24T05:40:18.5096471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_core.cpython-39.pyc 2025-07-24T05:40:18.5101758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_decomp.cpython-39.pyc 2025-07-24T05:40:18.5106569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dispatching.cpython-39.pyc 2025-07-24T05:40:18.5110337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dynamic_shapes.cpython-39.pyc 2025-07-24T05:40:18.5113855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_errors.cpython-39.pyc 2025-07-24T05:40:18.5117871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_flags.cpython-39.pyc 2025-07-24T05:40:18.5121888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_fx_passes.cpython-39.pyc 2025-07-24T05:40:18.5125707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_ir_passes.cpython-39.pyc 2025-07-24T05:40:18.5129657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_isolated.cpython-39.pyc 2025-07-24T05:40:18.5133770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_onnx_program.cpython-39.pyc 2025-07-24T05:40:18.5137238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_registration.cpython-39.pyc 2025-07-24T05:40:18.5140953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_reporting.cpython-39.pyc 2025-07-24T05:40:18.5149120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_schemas.cpython-39.pyc 2025-07-24T05:40:18.5153135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_tensors.cpython-39.pyc 2025-07-24T05:40:18.5156645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_testing.cpython-39.pyc 2025-07-24T05:40:18.5160317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_type_casting.cpython-39.pyc 2025-07-24T05:40:18.5167459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_verification.cpython-39.pyc 2025-07-24T05:40:18.5168230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.5178701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\patcher.py 2025-07-24T05:40:18.5181183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\serialization.py 2025-07-24T05:40:18.5184827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\type_utils.py 2025-07-24T05:40:18.5188159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\_pass.py 2025-07-24T05:40:18.5191769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__init__.py 2025-07-24T05:40:18.5204731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\type_promotion.py 2025-07-24T05:40:18.5211812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\_utils.py 2025-07-24T05:40:18.5212695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__init__.py 2025-07-24T05:40:18.5219923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\type_promotion.cpython-39.pyc 2025-07-24T05:40:18.5223964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:18.5227527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.5240798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\patcher.cpython-39.pyc 2025-07-24T05:40:18.5244362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\serialization.cpython-39.pyc 2025-07-24T05:40:18.5247945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\type_utils.cpython-39.pyc 2025-07-24T05:40:18.5257505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\_pass.cpython-39.pyc 2025-07-24T05:40:18.5260995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.5270275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-07-24T05:40:18.5273403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnx_proto_utils.cpython-39.pyc 2025-07-24T05:40:18.5276813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\registration.cpython-39.pyc 2025-07-24T05:40:18.5285064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_exporter_legacy.cpython-39.pyc 2025-07-24T05:40:18.5288668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_lazy_import.cpython-39.pyc 2025-07-24T05:40:18.5292326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.5319275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\errors.cpython-39.pyc 2025-07-24T05:40:18.5322916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\operators.cpython-39.pyc 2025-07-24T05:40:18.5326561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_helper.cpython-39.pyc 2025-07-24T05:40:18.5335093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset10.cpython-39.pyc 2025-07-24T05:40:18.5338633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset11.cpython-39.pyc 2025-07-24T05:40:18.5342357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset12.cpython-39.pyc 2025-07-24T05:40:18.5345957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset13.cpython-39.pyc 2025-07-24T05:40:18.5349504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset14.cpython-39.pyc 2025-07-24T05:40:18.5353022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset15.cpython-39.pyc 2025-07-24T05:40:18.5356569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset16.cpython-39.pyc 2025-07-24T05:40:18.5360122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset17.cpython-39.pyc 2025-07-24T05:40:18.5363678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset18.cpython-39.pyc 2025-07-24T05:40:18.5367438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset19.cpython-39.pyc 2025-07-24T05:40:18.5371092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset20.cpython-39.pyc 2025-07-24T05:40:18.5374782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset7.cpython-39.pyc 2025-07-24T05:40:18.5378581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset8.cpython-39.pyc 2025-07-24T05:40:18.7486801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset9.cpython-39.pyc 2025-07-24T05:40:18.7491445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:18.7495560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\verification.cpython-39.pyc 2025-07-24T05:40:18.7499881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_constants.cpython-39.pyc 2025-07-24T05:40:18.7503677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_experimental.cpython-39.pyc 2025-07-24T05:40:18.7507420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_flags.cpython-39.pyc 2025-07-24T05:40:18.7511486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_globals.cpython-39.pyc 2025-07-24T05:40:18.7515597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_onnx_supported_ops.cpython-39.pyc 2025-07-24T05:40:18.7519296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_type_utils.cpython-39.pyc 2025-07-24T05:40:18.7522984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.7538521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adadelta.py 2025-07-24T05:40:18.7541896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adagrad.py 2025-07-24T05:40:18.7545281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adam.py 2025-07-24T05:40:18.7549756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamax.py 2025-07-24T05:40:18.7553213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamw.py 2025-07-24T05:40:18.7556481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\asgd.py 2025-07-24T05:40:18.7560495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lbfgs.py 2025-07-24T05:40:18.7569799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lr_scheduler.py 2025-07-24T05:40:18.7573375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\nadam.py 2025-07-24T05:40:18.7577201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\optimizer.py 2025-07-24T05:40:18.7581154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\radam.py 2025-07-24T05:40:18.7584380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rmsprop.py 2025-07-24T05:40:18.7587810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rprop.py 2025-07-24T05:40:18.7591096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sgd.py 2025-07-24T05:40:18.7594836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sparse_adam.py 2025-07-24T05:40:18.7598809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\swa_utils.py 2025-07-24T05:40:18.7601950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_adafactor.py 2025-07-24T05:40:18.7606204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_functional.py 2025-07-24T05:40:18.7609880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__init__.py 2025-07-24T05:40:18.7617333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.py 2025-07-24T05:40:18.7620764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.pyi 2025-07-24T05:40:18.7628025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.7635836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adadelta.cpython-39.pyc 2025-07-24T05:40:18.7639535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adagrad.cpython-39.pyc 2025-07-24T05:40:18.7643221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adam.cpython-39.pyc 2025-07-24T05:40:18.7652259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamax.cpython-39.pyc 2025-07-24T05:40:18.7655719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamw.cpython-39.pyc 2025-07-24T05:40:18.7660261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\asgd.cpython-39.pyc 2025-07-24T05:40:18.7663751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lbfgs.cpython-39.pyc 2025-07-24T05:40:18.7667246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lr_scheduler.cpython-39.pyc 2025-07-24T05:40:18.7671028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\nadam.cpython-39.pyc 2025-07-24T05:40:18.7674715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\optimizer.cpython-39.pyc 2025-07-24T05:40:18.7678573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\radam.cpython-39.pyc 2025-07-24T05:40:18.7682074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rmsprop.cpython-39.pyc 2025-07-24T05:40:18.7685579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rprop.cpython-39.pyc 2025-07-24T05:40:18.7689915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sgd.cpython-39.pyc 2025-07-24T05:40:18.7692862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sparse_adam.cpython-39.pyc 2025-07-24T05:40:18.7696355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\swa_utils.cpython-39.pyc 2025-07-24T05:40:18.7700179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_adafactor.cpython-39.pyc 2025-07-24T05:40:18.7708219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_functional.cpython-39.pyc 2025-07-24T05:40:18.7711705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.7721010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\file_structure_representation.py 2025-07-24T05:40:18.7723847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\find_file_dependencies.py 2025-07-24T05:40:18.7727557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\glob_group.py 2025-07-24T05:40:18.7735628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\importer.py 2025-07-24T05:40:18.7738844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_exporter.py 2025-07-24T05:40:18.7742573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_importer.py 2025-07-24T05:40:18.7746119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_digraph.py 2025-07-24T05:40:18.7750128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_directory_reader.py 2025-07-24T05:40:18.7753502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_importlib.py 2025-07-24T05:40:18.7756950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mangling.py 2025-07-24T05:40:18.7760345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mock.py 2025-07-24T05:40:18.7763726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_pickler.py 2025-07-24T05:40:18.7767444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_unpickler.py 2025-07-24T05:40:18.7771023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_stdlib.py 2025-07-24T05:40:18.7774198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__init__.py 2025-07-24T05:40:18.7781001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\find_first_use_of_broken_modules.py 2025-07-24T05:40:18.7784455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\is_from_package.py 2025-07-24T05:40:18.7787983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\trace_dependencies.py 2025-07-24T05:40:18.7796370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__init__.py 2025-07-24T05:40:18.7803352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\find_first_use_of_broken_modules.cpython-39.pyc 2025-07-24T05:40:18.7807201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\is_from_package.cpython-39.pyc 2025-07-24T05:40:18.7810893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\trace_dependencies.cpython-39.pyc 2025-07-24T05:40:18.7818740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.7826620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\file_structure_representation.cpython-39.pyc 2025-07-24T05:40:18.7830238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\find_file_dependencies.cpython-39.pyc 2025-07-24T05:40:18.7834477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\glob_group.cpython-39.pyc 2025-07-24T05:40:18.7841758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\importer.cpython-39.pyc 2025-07-24T05:40:18.7845356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_exporter.cpython-39.pyc 2025-07-24T05:40:18.7849054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_importer.cpython-39.pyc 2025-07-24T05:40:18.7852611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_digraph.cpython-39.pyc 2025-07-24T05:40:18.7856096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_directory_reader.cpython-39.pyc 2025-07-24T05:40:18.7859563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_importlib.cpython-39.pyc 2025-07-24T05:40:18.7863275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mangling.cpython-39.pyc 2025-07-24T05:40:18.7866792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mock.cpython-39.pyc 2025-07-24T05:40:18.7870393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_pickler.cpython-39.pyc 2025-07-24T05:40:18.7873949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_unpickler.cpython-39.pyc 2025-07-24T05:40:18.7877508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_stdlib.cpython-39.pyc 2025-07-24T05:40:18.7881023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.7889963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\itt.py 2025-07-24T05:40:18.7893534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\profiler.py 2025-07-24T05:40:18.7896955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\python_tracer.py 2025-07-24T05:40:18.7900288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_memory_profiler.py 2025-07-24T05:40:18.7903946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_pattern_matcher.py 2025-07-24T05:40:18.7914084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_utils.py 2025-07-24T05:40:18.7917320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__init__.py 2025-07-24T05:40:18.7924226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\itt.cpython-39.pyc 2025-07-24T05:40:18.7927919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\profiler.cpython-39.pyc 2025-07-24T05:40:18.7931792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\python_tracer.cpython-39.pyc 2025-07-24T05:40:18.7940472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_memory_profiler.cpython-39.pyc 2025-07-24T05:40:18.7943936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_pattern_matcher.cpython-39.pyc 2025-07-24T05:40:18.7947567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:18.7951041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.7963385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fake_quantize.py 2025-07-24T05:40:18.7968454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuser_method_mappings.py 2025-07-24T05:40:18.7972922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuse_modules.py 2025-07-24T05:40:18.8266770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\observer.py 2025-07-24T05:40:18.8271301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\qconfig.py 2025-07-24T05:40:18.8275556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantization_mappings.py 2025-07-24T05:40:18.8280103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize.py 2025-07-24T05:40:18.8285369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_fx.py 2025-07-24T05:40:18.8289877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_jit.py 2025-07-24T05:40:18.8293786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quant_type.py 2025-07-24T05:40:18.8298115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\stubs.py 2025-07-24T05:40:18.8302080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\utils.py 2025-07-24T05:40:18.8305570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite.py 2025-07-24T05:40:18.8310591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite_fx.py 2025-07-24T05:40:18.8314361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_quantized_conversions.py 2025-07-24T05:40:18.8318599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__init__.py 2025-07-24T05:40:18.8326889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\convert.py 2025-07-24T05:40:18.8330210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fuse.py 2025-07-24T05:40:18.8333972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fusion_patterns.py 2025-07-24T05:40:18.8337306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\graph_module.py 2025-07-24T05:40:18.8340992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\match_utils.py 2025-07-24T05:40:18.8486590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\pattern_utils.py 2025-07-24T05:40:18.8491925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\prepare.py 2025-07-24T05:40:18.8496941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_patterns.py 2025-07-24T05:40:18.8501581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_types.py 2025-07-24T05:40:18.8506414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\utils.py 2025-07-24T05:40:18.8510852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\_equalize.py 2025-07-24T05:40:18.8515317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__init__.py 2025-07-24T05:40:18.8523661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-07-24T05:40:18.8528268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-07-24T05:40:18.8532809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fusion_patterns.cpython-39.pyc 2025-07-24T05:40:18.8642966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-07-24T05:40:18.8647437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-07-24T05:40:18.8651912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-07-24T05:40:18.8656336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-07-24T05:40:18.8661624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_patterns.cpython-39.pyc 2025-07-24T05:40:18.8666098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_types.cpython-39.pyc 2025-07-24T05:40:18.8671085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:18.8675189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-07-24T05:40:18.8679726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:18.8690508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-07-24T05:40:18.8695084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-07-24T05:40:18.8699191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-07-24T05:40:18.8831409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\observer.cpython-39.pyc 2025-07-24T05:40:18.8835259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\qconfig.cpython-39.pyc 2025-07-24T05:40:18.8839657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-07-24T05:40:18.8844185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize.cpython-39.pyc 2025-07-24T05:40:18.8847986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-07-24T05:40:18.8851673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-07-24T05:40:18.8855394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quant_type.cpython-39.pyc 2025-07-24T05:40:18.8859065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\stubs.cpython-39.pyc 2025-07-24T05:40:18.8863729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:18.8869621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite.cpython-39.pyc 2025-07-24T05:40:18.8874263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-07-24T05:40:18.8878942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_quantized_conversions.cpython-39.pyc 2025-07-24T05:40:18.8882662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:19.9856391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\ATen\ATenConfig.cmake 2025-07-24T05:40:19.9864065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Config.cmake 2025-07-24T05:40:19.9867959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake 2025-07-24T05:40:19.9871437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets.cmake 2025-07-24T05:40:20.0033635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake 2025-07-24T05:40:20.0036960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDSS.cmake 2025-07-24T05:40:20.0040710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake 2025-07-24T05:40:20.0044781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake 2025-07-24T05:40:20.0053015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake 2025-07-24T05:40:20.0057159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake 2025-07-24T05:40:20.0206021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake 2025-07-24T05:40:20.0209559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake 2025-07-24T05:40:20.0213818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake 2025-07-24T05:40:20.0369129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake 2025-07-24T05:40:20.0375928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake 2025-07-24T05:40:20.0379814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake 2025-07-24T05:40:20.0383481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake 2025-07-24T05:40:20.0513214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake 2025-07-24T05:40:20.0520854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\cuda.cmake 2025-07-24T05:40:20.0524390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\gflags.cmake 2025-07-24T05:40:20.0528062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\glog.cmake 2025-07-24T05:40:20.0531468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\LoadHIP.cmake 2025-07-24T05:40:20.0651756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkl.cmake 2025-07-24T05:40:20.0655337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkldnn.cmake 2025-07-24T05:40:20.0658864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\protobuf.cmake 2025-07-24T05:40:20.0662462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\utils.cmake 2025-07-24T05:40:20.0666054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\xpu.cmake 2025-07-24T05:40:20.0673814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfig.cmake 2025-07-24T05:40:20.0677296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfigVersion.cmake 2025-07-24T05:40:20.0687025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__init__.py 2025-07-24T05:40:20.0693791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\windows.py 2025-07-24T05:40:20.0697663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__init__.py 2025-07-24T05:40:20.0705100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\windows.cpython-39.pyc 2025-07-24T05:40:20.0708726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:20.0716064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:20.0724364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\semi_structured.py 2025-07-24T05:40:20.0728537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_conversions.py 2025-07-24T05:40:20.0738305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_ops.py 2025-07-24T05:40:20.0858743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops.py 2025-07-24T05:40:20.0862988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops_meta.py 2025-07-24T05:40:20.0869309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__init__.py 2025-07-24T05:40:20.0876736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\semi_structured.cpython-39.pyc 2025-07-24T05:40:20.0880810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_conversions.cpython-39.pyc 2025-07-24T05:40:20.0884928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_ops.cpython-39.pyc 2025-07-24T05:40:20.1053279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops.cpython-39.pyc 2025-07-24T05:40:20.1057526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops_meta.cpython-39.pyc 2025-07-24T05:40:20.1062214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:22.1671565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__init__.py 2025-07-24T05:40:22.1679494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:23.1651386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\apply_utils_test.exe 2025-07-24T05:40:23.1656705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\atest.exe 2025-07-24T05:40:23.1662615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\backend_fallback_test.exe 2025-07-24T05:40:23.1668199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\basic.exe 2025-07-24T05:40:24.3722346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\broadcast_test.exe 2025-07-24T05:40:24.3727565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_accumulate_test.exe 2025-07-24T05:40:24.3732688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ArrayRef_test.exe 2025-07-24T05:40:24.3737886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bfloat16_test.exe 2025-07-24T05:40:24.3743773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Bitset_test.exe 2025-07-24T05:40:24.3748904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bit_cast_test.exe 2025-07-24T05:40:24.3754100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_CompileTimeFunctionPointer_test.exe 2025-07-24T05:40:24.3761231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_math_test.exe 2025-07-24T05:40:24.3767785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_test.exe 2025-07-24T05:40:24.3773828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ConstexprCrc_test.exe 2025-07-24T05:40:24.3779202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_cow_test.exe 2025-07-24T05:40:24.3784884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeadlockDetection_test.exe 2025-07-24T05:40:24.3790234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeviceGuard_test.exe 2025-07-24T05:40:24.3795312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Device_test.exe 2025-07-24T05:40:25.6974095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DispatchKeySet_test.exe 2025-07-24T05:40:25.6982033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Enumerate_test.exe 2025-07-24T05:40:25.6988080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_error_test.exe 2025-07-24T05:40:25.7023431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_exception_test.exe 2025-07-24T05:40:27.2430662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_flags_test.exe 2025-07-24T05:40:27.2436766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_generic_math_test.exe 2025-07-24T05:40:27.2442207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Half_test.exe 2025-07-24T05:40:27.2448192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineDeviceGuard_test.exe 2025-07-24T05:40:27.2453406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineStreamGuard_test.exe 2025-07-24T05:40:27.7585187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_IntrusiveList_test.exe 2025-07-24T05:40:27.7591475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_benchmark.exe 2025-07-24T05:40:27.7596428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_test.exe 2025-07-24T05:40:27.7605936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_irange_test.exe 2025-07-24T05:40:27.7611189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_lazy_test.exe 2025-07-24T05:40:27.7617423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_LeftRight_test.exe 2025-07-24T05:40:27.7622262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_logging_test.exe 2025-07-24T05:40:27.7627803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Metaprogramming_test.exe 2025-07-24T05:40:28.4478693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_NetworkFlow_test.exe 2025-07-24T05:40:28.4485264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_optional_test.exe 2025-07-24T05:40:28.4491896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ordered_preserving_dict_test.exe 2025-07-24T05:40:28.4497582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_registry_test.exe 2025-07-24T05:40:28.4503723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Scalar_test.exe 2025-07-24T05:40:28.4509432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Semaphore_test.exe 2025-07-24T05:40:28.4514534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SizesAndStrides_test.exe 2025-07-24T05:40:28.4519951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_small_vector_test.exe 2025-07-24T05:40:28.4529068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ssize_test.exe 2025-07-24T05:40:29.2707282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_StreamGuard_test.exe 2025-07-24T05:40:29.2712322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_util_test.exe 2025-07-24T05:40:29.2718100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_view_test.exe 2025-07-24T05:40:29.2723727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SymInt_test.exe 2025-07-24T05:40:29.2729108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Synchronized_test.exe 2025-07-24T05:40:29.2734621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_tempfile_test.exe 2025-07-24T05:40:29.2739684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ThreadLocal_test.exe 2025-07-24T05:40:29.2745358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_typeid_test.exe 2025-07-24T05:40:30.5506600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeIndex_test.exe 2025-07-24T05:40:30.5511531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeList_test.exe 2025-07-24T05:40:30.5516757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeTraits_test.exe 2025-07-24T05:40:30.5522252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\CppSignature_test.exe 2025-07-24T05:40:30.5527869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_allocator_test.exe 2025-07-24T05:40:30.5533388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_generator_test.exe 2025-07-24T05:40:30.5539372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_profiling_allocator_test.exe 2025-07-24T05:40:30.5544781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_rng_test.exe 2025-07-24T05:40:30.5551811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dict_test.exe 2025-07-24T05:40:30.8766147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dimname_test.exe 2025-07-24T05:40:30.8798221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dlconvertor_test.exe 2025-07-24T05:40:30.8803742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\extension_backend_test.exe 2025-07-24T05:40:30.8809900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\half_test.exe 2025-07-24T05:40:30.8815517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\IListRef_test.exe 2025-07-24T05:40:30.8821320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\inline_container_test.exe 2025-07-24T05:40:30.8827367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\ivalue_test.exe 2025-07-24T05:40:30.8834430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\KernelFunction_test.exe 2025-07-24T05:40:30.8840632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_legacy_test.exe 2025-07-24T05:40:30.8859482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_test.exe 2025-07-24T05:40:30.8866848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_legacy_test.exe 2025-07-24T05:40:30.8874682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_test.exe 2025-07-24T05:40:30.8881507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_stackbased_test.exe 2025-07-24T05:40:30.8887565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\lazy_tensor_test.exe 2025-07-24T05:40:30.8893425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\legacy_vmap_test.exe 2025-07-24T05:40:30.8900769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\List_test.exe 2025-07-24T05:40:30.8908178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\make_boxed_from_unboxed_functor_test.exe 2025-07-24T05:40:30.8915082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\math_kernel_test.exe 2025-07-24T05:40:30.8920943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\MaybeOwned_test.exe 2025-07-24T05:40:30.8927403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_format_test.exe 2025-07-24T05:40:30.8933217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_overlapping_test.exe 2025-07-24T05:40:30.8938628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\mobile_memory_cleanup.exe 2025-07-24T05:40:30.8943984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\NamedTensor_test.exe 2025-07-24T05:40:30.8949902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\native_test.exe 2025-07-24T05:40:30.8955477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operators_test.exe 2025-07-24T05:40:30.8971150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operator_name_test.exe 2025-07-24T05:40:30.8976341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_allowlist_test.exe 2025-07-24T05:40:30.8981325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_registration_test.exe 2025-07-24T05:40:30.8997365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\packedtensoraccessor_test.exe 2025-07-24T05:40:30.9002552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\pow_test.exe 2025-07-24T05:40:30.9009049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\quantized_test.exe 2025-07-24T05:40:30.9014545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reduce_ops_test.exe 2025-07-24T05:40:30.9020968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reportMemoryUsage_test.exe 2025-07-24T05:40:30.9026310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_tensor_test.exe 2025-07-24T05:40:30.9032134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_test.exe 2025-07-24T05:40:30.9037703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\StorageUtils_test.exe 2025-07-24T05:40:30.9043583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\stride_properties_test.exe 2025-07-24T05:40:30.9048784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\tensor_iterator_test.exe 2025-07-24T05:40:30.9055354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\test_parallel.exe 2025-07-24T05:40:30.9060589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\thread_init_test.exe 2025-07-24T05:40:30.9064701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_ptr_test.exe 2025-07-24T05:40:30.9069927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_test.exe 2025-07-24T05:40:30.9075847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\undefined_tensor_test.exe 2025-07-24T05:40:30.9092157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\verify_api_visibility.exe 2025-07-24T05:40:30.9097575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\weakref_test.exe 2025-07-24T05:40:30.9102764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\wrapdim_test.exe 2025-07-24T05:40:30.9108178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\xla_tensor_test.exe 2025-07-24T05:40:30.9122658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_comparison.py 2025-07-24T05:40:30.9126822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_creation.py 2025-07-24T05:40:30.9130261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_utils.py 2025-07-24T05:40:30.9133782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__init__.py 2025-07-24T05:40:30.9151926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autocast_test_lists.py 2025-07-24T05:40:30.9155579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autograd_function_db.py 2025-07-24T05:40:30.9159219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\check_kernel_launches.py 2025-07-24T05:40:30.9172463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_cuda.py 2025-07-24T05:40:30.9175993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_device_type.py 2025-07-24T05:40:30.9179842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_distributed.py 2025-07-24T05:40:30.9183800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dist_composable.py 2025-07-24T05:40:30.9187324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dtype.py 2025-07-24T05:40:30.9190761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_fsdp.py 2025-07-24T05:40:30.9194719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_jit.py 2025-07-24T05:40:30.9198436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_methods_invocations.py 2025-07-24T05:40:30.9208424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_mkldnn.py 2025-07-24T05:40:30.9212137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_modules.py 2025-07-24T05:40:30.9216825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_mps.py 2025-07-24T05:40:30.9221174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_nn.py 2025-07-24T05:40:30.9225796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_optimizers.py 2025-07-24T05:40:30.9230133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_pruning.py 2025-07-24T05:40:30.9233835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantization.py 2025-07-24T05:40:30.9249228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantized.py 2025-07-24T05:40:30.9253652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_subclass.py 2025-07-24T05:40:30.9257442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_utils.py 2025-07-24T05:40:30.9263504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\composite_compliance.py 2025-07-24T05:40:30.9266890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_op_db.py 2025-07-24T05:40:30.9270697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_tensor.py 2025-07-24T05:40:30.9274289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dist_utils.py 2025-07-24T05:40:30.9277881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dynamo_test_failures.py 2025-07-24T05:40:30.9281623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module.py 2025-07-24T05:40:30.9285558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module2.py 2025-07-24T05:40:30.9289094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module3.py 2025-07-24T05:40:30.9302404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hop_db.py 2025-07-24T05:40:30.9305869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hypothesis_utils.py 2025-07-24T05:40:30.9309588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\inductor_utils.py 2025-07-24T05:40:30.9313379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_metaprogramming_utils.py 2025-07-24T05:40:30.9316722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_utils.py 2025-07-24T05:40:30.9320680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_tensor.py 2025-07-24T05:40:30.9323893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_utils.py 2025-07-24T05:40:30.9327845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\quantization_torch_package_models.py 2025-07-24T05:40:30.9331444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\static_module.py 2025-07-24T05:40:30.9334675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\subclasses.py 2025-07-24T05:40:30.9347696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\torchbind_impls.py 2025-07-24T05:40:30.9351011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\triton_utils.py 2025-07-24T05:40:30.9354818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\two_tensor.py 2025-07-24T05:40:30.9358032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__init__.py 2025-07-24T05:40:30.9365064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__init__.py 2025-07-24T05:40:30.9372171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9380156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network1.py 2025-07-24T05:40:30.9383547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network2.py 2025-07-24T05:40:30.9386946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__init__.py 2025-07-24T05:40:30.9393673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network1.cpython-39.pyc 2025-07-24T05:40:30.9397786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network2.cpython-39.pyc 2025-07-24T05:40:30.9401302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9419828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\checkpoint_utils.py 2025-07-24T05:40:30.9423441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\common_state_dict.py 2025-07-24T05:40:30.9427432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py 2025-07-24T05:40:30.9441059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_test.py 2025-07-24T05:40:30.9447899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_utils.py 2025-07-24T05:40:30.9451822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\fake_pg.py 2025-07-24T05:40:30.9456206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\multi_threaded_pg.py 2025-07-24T05:40:30.9459810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc_utils.py 2025-07-24T05:40:30.9463568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__init__.py 2025-07-24T05:40:30.9470598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__init__.py 2025-07-24T05:40:30.9477082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\remote_module_test.py 2025-07-24T05:40:30.9480921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__init__.py 2025-07-24T05:40:30.9487318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\remote_module_test.cpython-39.pyc 2025-07-24T05:40:30.9490909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9499326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9507019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_autograd_test.py 2025-07-24T05:40:30.9511736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py 2025-07-24T05:40:30.9515187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py 2025-07-24T05:40:30.9528969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py 2025-07-24T05:40:30.9533110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py 2025-07-24T05:40:30.9536760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_test.py 2025-07-24T05:40:30.9541968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py 2025-07-24T05:40:30.9545784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__init__.py 2025-07-24T05:40:30.9552044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py 2025-07-24T05:40:30.9555656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py 2025-07-24T05:40:30.9559218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__init__.py 2025-07-24T05:40:30.9575082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\parameter_server_test.cpython-39.pyc 2025-07-24T05:40:30.9578927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\reinforcement_learning_rpc_test.cpython-39.pyc 2025-07-24T05:40:30.9582433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9599522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py 2025-07-24T05:40:30.9602897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test.py 2025-07-24T05:40:30.9606594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py 2025-07-24T05:40:30.9610080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__init__.py 2025-07-24T05:40:30.9626300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\dist_autograd_test.cpython-39.pyc 2025-07-24T05:40:30.9630037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test.cpython-39.pyc 2025-07-24T05:40:30.9634131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test_faulty.cpython-39.pyc 2025-07-24T05:40:30.9647333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9655454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_autograd_test.cpython-39.pyc 2025-07-24T05:40:30.9659521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_optimizer_test.cpython-39.pyc 2025-07-24T05:40:30.9663083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_agent_rpc_test.cpython-39.pyc 2025-07-24T05:40:30.9676502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_rpc_agent_test_fixture.cpython-39.pyc 2025-07-24T05:40:30.9680269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_agent_test_fixture.cpython-39.pyc 2025-07-24T05:40:30.9683819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_test.cpython-39.pyc 2025-07-24T05:40:30.9688577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\tensorpipe_rpc_agent_test_fixture.cpython-39.pyc 2025-07-24T05:40:30.9692230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9700919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\test_common.py 2025-07-24T05:40:30.9704426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__init__.py 2025-07-24T05:40:30.9711706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py 2025-07-24T05:40:30.9715342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py 2025-07-24T05:40:30.9718896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py 2025-07-24T05:40:30.9736481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_ops_common.cpython-39.pyc 2025-07-24T05:40:30.9740738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_st_common.cpython-39.pyc 2025-07-24T05:40:30.9744353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9771121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\test_common.cpython-39.pyc 2025-07-24T05:40:30.9775147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9783220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\common_dtensor.py 2025-07-24T05:40:30.9787073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__init__.py 2025-07-24T05:40:30.9793654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\common_dtensor.cpython-39.pyc 2025-07-24T05:40:30.9797557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9805361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\checkpoint_utils.cpython-39.pyc 2025-07-24T05:40:30.9841817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\common_state_dict.cpython-39.pyc 2025-07-24T05:40:30.9845533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\ddp_under_dist_autograd_test.cpython-39.pyc 2025-07-24T05:40:30.9852903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_test.cpython-39.pyc 2025-07-24T05:40:30.9858599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_utils.cpython-39.pyc 2025-07-24T05:40:30.9862475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\fake_pg.cpython-39.pyc 2025-07-24T05:40:30.9866259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\multi_threaded_pg.cpython-39.pyc 2025-07-24T05:40:30.9870042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\rpc_utils.cpython-39.pyc 2025-07-24T05:40:30.9873868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9882253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\annotated_fn_args.py 2025-07-24T05:40:30.9889592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__init__.py 2025-07-24T05:40:30.9895897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\annotated_fn_args.cpython-39.pyc 2025-07-24T05:40:30.9900610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:30.9908393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\core.py 2025-07-24T05:40:30.9913507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\refs.py 2025-07-24T05:40:30.9917973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\utils.py 2025-07-24T05:40:30.9920291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__init__.py 2025-07-24T05:40:30.9939230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\fft.py 2025-07-24T05:40:30.9944562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\linalg.py 2025-07-24T05:40:30.9950315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\nested.py 2025-07-24T05:40:30.9955893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\signal.py 2025-07-24T05:40:30.9960609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\sparse.py 2025-07-24T05:40:30.9965480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\special.py 2025-07-24T05:40:30.9979697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\_masked.py 2025-07-24T05:40:30.9983453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__init__.py 2025-07-24T05:40:30.9991008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\fft.cpython-39.pyc 2025-07-24T05:40:30.9994580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\linalg.cpython-39.pyc 2025-07-24T05:40:30.9998343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\nested.cpython-39.pyc 2025-07-24T05:40:31.0013050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\signal.cpython-39.pyc 2025-07-24T05:40:31.0016588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\sparse.cpython-39.pyc 2025-07-24T05:40:31.0020123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\special.cpython-39.pyc 2025-07-24T05:40:31.0023628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\_masked.cpython-39.pyc 2025-07-24T05:40:31.0027400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0045372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\core.cpython-39.pyc 2025-07-24T05:40:31.0049292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\refs.cpython-39.pyc 2025-07-24T05:40:31.0053238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.0066762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0074766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\aot_autograd.py 2025-07-24T05:40:31.0078705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\autograd_registration.py 2025-07-24T05:40:31.0082255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\fake_tensor.py 2025-07-24T05:40:31.0085788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\generate_tests.py 2025-07-24T05:40:31.0099213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\make_fx.py 2025-07-24T05:40:31.0102684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__init__.py 2025-07-24T05:40:31.0109665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\aot_autograd.cpython-39.pyc 2025-07-24T05:40:31.0113225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\autograd_registration.cpython-39.pyc 2025-07-24T05:40:31.0116636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\fake_tensor.cpython-39.pyc 2025-07-24T05:40:31.0130502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\generate_tests.cpython-39.pyc 2025-07-24T05:40:31.0133813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\make_fx.cpython-39.pyc 2025-07-24T05:40:31.0137312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0145130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\future_div.py 2025-07-24T05:40:31.0148948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\no_future_div.py 2025-07-24T05:40:31.0152358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__init__.py 2025-07-24T05:40:31.0168518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\future_div.cpython-39.pyc 2025-07-24T05:40:31.0172532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\no_future_div.cpython-39.pyc 2025-07-24T05:40:31.0176006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0194863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autocast_test_lists.cpython-39.pyc 2025-07-24T05:40:31.0198386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autograd_function_db.cpython-39.pyc 2025-07-24T05:40:31.0201875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\check_kernel_launches.cpython-39.pyc 2025-07-24T05:40:31.0215249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_cuda.cpython-39.pyc 2025-07-24T05:40:31.0218829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_device_type.cpython-39.pyc 2025-07-24T05:40:31.0222504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_distributed.cpython-39.pyc 2025-07-24T05:40:31.0226240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dist_composable.cpython-39.pyc 2025-07-24T05:40:31.0229726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dtype.cpython-39.pyc 2025-07-24T05:40:31.0233250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_fsdp.cpython-39.pyc 2025-07-24T05:40:31.0236925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_jit.cpython-39.pyc 2025-07-24T05:40:31.0240962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_methods_invocations.cpython-39.pyc 2025-07-24T05:40:31.0247706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_mkldnn.cpython-39.pyc 2025-07-24T05:40:31.0251326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_modules.cpython-39.pyc 2025-07-24T05:40:31.0255656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_mps.cpython-39.pyc 2025-07-24T05:40:31.0259511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_nn.cpython-39.pyc 2025-07-24T05:40:31.0264141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_optimizers.cpython-39.pyc 2025-07-24T05:40:31.0277694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_pruning.cpython-39.pyc 2025-07-24T05:40:31.0282055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantization.cpython-39.pyc 2025-07-24T05:40:31.0286347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantized.cpython-39.pyc 2025-07-24T05:40:31.0290028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_subclass.cpython-39.pyc 2025-07-24T05:40:31.0293680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_utils.cpython-39.pyc 2025-07-24T05:40:31.0299127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\composite_compliance.cpython-39.pyc 2025-07-24T05:40:31.0302341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_op_db.cpython-39.pyc 2025-07-24T05:40:31.0306260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_tensor.cpython-39.pyc 2025-07-24T05:40:31.0310034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dist_utils.cpython-39.pyc 2025-07-24T05:40:31.0313731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dynamo_test_failures.cpython-39.pyc 2025-07-24T05:40:31.0317753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module.cpython-39.pyc 2025-07-24T05:40:31.0331691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module2.cpython-39.pyc 2025-07-24T05:40:31.0335589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module3.cpython-39.pyc 2025-07-24T05:40:31.0339377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hop_db.cpython-39.pyc 2025-07-24T05:40:31.0342906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hypothesis_utils.cpython-39.pyc 2025-07-24T05:40:31.0346714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\inductor_utils.cpython-39.pyc 2025-07-24T05:40:31.0350660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_metaprogramming_utils.cpython-39.pyc 2025-07-24T05:40:31.0353956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-07-24T05:40:31.0357598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_tensor.cpython-39.pyc 2025-07-24T05:40:31.0380182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_utils.cpython-39.pyc 2025-07-24T05:40:31.0384126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\quantization_torch_package_models.cpython-39.pyc 2025-07-24T05:40:31.0387750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\static_module.cpython-39.pyc 2025-07-24T05:40:31.0391457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\subclasses.cpython-39.pyc 2025-07-24T05:40:31.0395010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\torchbind_impls.cpython-39.pyc 2025-07-24T05:40:31.0398900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\triton_utils.cpython-39.pyc 2025-07-24T05:40:31.0402817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\two_tensor.cpython-39.pyc 2025-07-24T05:40:31.0406540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0427588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_comparison.cpython-39.pyc 2025-07-24T05:40:31.0431531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_creation.cpython-39.pyc 2025-07-24T05:40:31.0435402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:31.0449754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0458359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backend_registration.py 2025-07-24T05:40:31.0462060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bundled_inputs.py 2025-07-24T05:40:31.0465559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\checkpoint.py 2025-07-24T05:40:31.0469508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\collect_env.py 2025-07-24T05:40:31.0482590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_backtrace.py 2025-07-24T05:40:31.0486605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_extension.py 2025-07-24T05:40:31.0490746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\deterministic.py 2025-07-24T05:40:31.0494095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\dlpack.py 2025-07-24T05:40:31.0497943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\file_baton.py 2025-07-24T05:40:31.0501310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\flop_counter.py 2025-07-24T05:40:31.0504997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hooks.py 2025-07-24T05:40:31.0508331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mkldnn.py 2025-07-24T05:40:31.0511641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mobile_optimizer.py 2025-07-24T05:40:31.0515152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_zoo.py 2025-07-24T05:40:31.0518580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\module_tracker.py 2025-07-24T05:40:31.0522004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\show_pickle.py 2025-07-24T05:40:31.0525558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\throughput_benchmark.py 2025-07-24T05:40:31.0528864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\weak.py 2025-07-24T05:40:31.0532253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_appending_byte_serializer.py 2025-07-24T05:40:31.0535873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_backport_slots.py 2025-07-24T05:40:31.0539279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_module.py 2025-07-24T05:40:31.0552897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_typing.pyi 2025-07-24T05:40:31.0556503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_content_store.py 2025-07-24T05:40:31.0559816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_contextlib.py 2025-07-24T05:40:31.0563205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_embed_headers.py 2025-07-24T05:40:31.0566855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_extension_versioner.py 2025-07-24T05:40:31.0570269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cxx_pytree.py 2025-07-24T05:40:31.0573984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_device.py 2025-07-24T05:40:31.0578245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_dtype_abbrs.py 2025-07-24T05:40:31.0582206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_exposed_in.py 2025-07-24T05:40:31.0585779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_filelock.py 2025-07-24T05:40:31.0598764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_foreach_utils.py 2025-07-24T05:40:31.0602273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_freeze.py 2025-07-24T05:40:31.0605787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_functools.py 2025-07-24T05:40:31.0609412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_get_clean_triton.py 2025-07-24T05:40:31.0612750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_helion.py 2025-07-24T05:40:31.0616292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_import_utils.py 2025-07-24T05:40:31.0619876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_mode_utils.py 2025-07-24T05:40:31.0623363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_ordered_set.py 2025-07-24T05:40:31.0627329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_python_dispatch.py 2025-07-24T05:40:31.0630874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_pytree.py 2025-07-24T05:40:31.0644530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_stats.py 2025-07-24T05:40:31.0648357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_thunk.py 2025-07-24T05:40:31.0651681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_traceback.py 2025-07-24T05:40:31.0655513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_triton.py 2025-07-24T05:40:31.0659016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_typing_utils.py 2025-07-24T05:40:31.0662468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_zip.py 2025-07-24T05:40:31.0665917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__init__.py 2025-07-24T05:40:31.0673143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__init__.py 2025-07-24T05:40:31.0681573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0689696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__init__.py 2025-07-24T05:40:31.0696737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\compare.py 2025-07-24T05:40:31.0700062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\fuzzer.py 2025-07-24T05:40:31.0703344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\op_benchmark.py 2025-07-24T05:40:31.0706852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\simple_timeit.py 2025-07-24T05:40:31.0710324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py 2025-07-24T05:40:31.0724386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__init__.py 2025-07-24T05:40:31.0730839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\compare.cpython-39.pyc 2025-07-24T05:40:31.0734133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\fuzzer.cpython-39.pyc 2025-07-24T05:40:31.0738614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\op_benchmark.cpython-39.pyc 2025-07-24T05:40:31.0753306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\simple_timeit.cpython-39.pyc 2025-07-24T05:40:31.0756548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\spectral_ops_fuzz_test.cpython-39.pyc 2025-07-24T05:40:31.0760125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0768292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\binary.py 2025-07-24T05:40:31.0771719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_binary.py 2025-07-24T05:40:31.0776188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_unary.py 2025-07-24T05:40:31.0779329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\spectral.py 2025-07-24T05:40:31.0792766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\unary.py 2025-07-24T05:40:31.0796172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__init__.py 2025-07-24T05:40:31.0803181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\binary.cpython-39.pyc 2025-07-24T05:40:31.0807028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_binary.cpython-39.pyc 2025-07-24T05:40:31.0810609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_unary.cpython-39.pyc 2025-07-24T05:40:31.0824145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\spectral.cpython-39.pyc 2025-07-24T05:40:31.0827878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\unary.cpython-39.pyc 2025-07-24T05:40:31.0831545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0839184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\common.py 2025-07-24T05:40:31.0842635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compare.py 2025-07-24T05:40:31.0847242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compile.py 2025-07-24T05:40:31.0850431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\cpp_jit.py 2025-07-24T05:40:31.0853983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\fuzzer.py 2025-07-24T05:40:31.0857446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\sparse_fuzzer.py 2025-07-24T05:40:31.0870958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timeit_template.cpp 2025-07-24T05:40:31.0874308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timer.py 2025-07-24T05:40:31.0877699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\_stubs.py 2025-07-24T05:40:31.0881436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__init__.py 2025-07-24T05:40:31.0888184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h 2025-07-24T05:40:31.0891659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp 2025-07-24T05:40:31.0895350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp 2025-07-24T05:40:31.0909767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py 2025-07-24T05:40:31.0913690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h 2025-07-24T05:40:31.0919618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py 2025-07-24T05:40:31.0926316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\timer_interface.cpython-39.pyc 2025-07-24T05:40:31.0930146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.0939465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\common.cpython-39.pyc 2025-07-24T05:40:31.0943018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compare.cpython-39.pyc 2025-07-24T05:40:31.0946701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compile.cpython-39.pyc 2025-07-24T05:40:31.0961211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\cpp_jit.cpython-39.pyc 2025-07-24T05:40:31.0965165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\fuzzer.cpython-39.pyc 2025-07-24T05:40:31.0968728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\sparse_fuzzer.cpython-39.pyc 2025-07-24T05:40:31.0972301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\timer.cpython-39.pyc 2025-07-24T05:40:31.0978369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\_stubs.cpython-39.pyc 2025-07-24T05:40:31.0982377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1000287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1008853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__init__.py 2025-07-24T05:40:31.1011787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__main__.py 2025-07-24T05:40:31.1018939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1022449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__main__.cpython-39.pyc 2025-07-24T05:40:31.1029991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\backward_compatibility.py 2025-07-24T05:40:31.1033888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataloader.py 2025-07-24T05:40:31.1037792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataset.py 2025-07-24T05:40:31.1041208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\distributed.py 2025-07-24T05:40:31.1054049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph.py 2025-07-24T05:40:31.1057358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph_settings.py 2025-07-24T05:40:31.1060650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\sampler.py 2025-07-24T05:40:31.1064213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__init__.py 2025-07-24T05:40:31.1071645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.py 2025-07-24T05:40:31.1075128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.pyi 2025-07-24T05:40:31.1079303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\gen_pyi.py 2025-07-24T05:40:31.1082747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_decorator.py 2025-07-24T05:40:31.1086301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_hook_iterator.py 2025-07-24T05:40:31.1099355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_typing.py 2025-07-24T05:40:31.1102762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__init__.py 2025-07-24T05:40:31.1109936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframes.py 2025-07-24T05:40:31.1113342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py 2025-07-24T05:40:31.1116718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\datapipes.py 2025-07-24T05:40:31.1158191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\structures.py 2025-07-24T05:40:31.1161683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__init__.py 2025-07-24T05:40:31.1169035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframes.cpython-39.pyc 2025-07-24T05:40:31.1172701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframe_wrapper.cpython-39.pyc 2025-07-24T05:40:31.1176229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\datapipes.cpython-39.pyc 2025-07-24T05:40:31.1189888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\structures.cpython-39.pyc 2025-07-24T05:40:31.1193397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1201398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\callable.py 2025-07-24T05:40:31.1204930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combinatorics.py 2025-07-24T05:40:31.1208364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combining.py 2025-07-24T05:40:31.1211872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\filelister.py 2025-07-24T05:40:31.1224824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\fileopener.py 2025-07-24T05:40:31.1228240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\grouping.py 2025-07-24T05:40:31.1231638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\routeddecoder.py 2025-07-24T05:40:31.1235082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\selecting.py 2025-07-24T05:40:31.1239291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\sharding.py 2025-07-24T05:40:31.1242695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\streamreader.py 2025-07-24T05:40:31.1246191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\utils.py 2025-07-24T05:40:31.1249577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__init__.py 2025-07-24T05:40:31.1256900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\callable.cpython-39.pyc 2025-07-24T05:40:31.1260479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combinatorics.cpython-39.pyc 2025-07-24T05:40:31.1264004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combining.cpython-39.pyc 2025-07-24T05:40:31.1278812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\filelister.cpython-39.pyc 2025-07-24T05:40:31.1282698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\fileopener.cpython-39.pyc 2025-07-24T05:40:31.1287294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\grouping.cpython-39.pyc 2025-07-24T05:40:31.1290735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\routeddecoder.cpython-39.pyc 2025-07-24T05:40:31.1294428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\selecting.cpython-39.pyc 2025-07-24T05:40:31.1297943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\sharding.cpython-39.pyc 2025-07-24T05:40:31.1301870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\streamreader.cpython-39.pyc 2025-07-24T05:40:31.1305321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.1309429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1317134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\callable.py 2025-07-24T05:40:31.1320632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combinatorics.py 2025-07-24T05:40:31.1323965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combining.py 2025-07-24T05:40:31.1327553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\grouping.py 2025-07-24T05:40:31.1330874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\utils.py 2025-07-24T05:40:31.1344713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__init__.py 2025-07-24T05:40:31.1351906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\callable.cpython-39.pyc 2025-07-24T05:40:31.1356360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combinatorics.cpython-39.pyc 2025-07-24T05:40:31.1359791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combining.cpython-39.pyc 2025-07-24T05:40:31.1373489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\grouping.cpython-39.pyc 2025-07-24T05:40:31.1377041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.1381599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1389359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\common.py 2025-07-24T05:40:31.1392680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\decoder.py 2025-07-24T05:40:31.1396159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\snapshot.py 2025-07-24T05:40:31.1399432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__init__.py 2025-07-24T05:40:31.1405629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\common.cpython-39.pyc 2025-07-24T05:40:31.1409178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\decoder.cpython-39.pyc 2025-07-24T05:40:31.1412631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\snapshot.cpython-39.pyc 2025-07-24T05:40:31.1426385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1434322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\datapipe.cpython-39.pyc 2025-07-24T05:40:31.1438170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\gen_pyi.cpython-39.pyc 2025-07-24T05:40:31.1441636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_decorator.cpython-39.pyc 2025-07-24T05:40:31.1455381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_hook_iterator.cpython-39.pyc 2025-07-24T05:40:31.1459298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_typing.cpython-39.pyc 2025-07-24T05:40:31.1463120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1471658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\collate.py 2025-07-24T05:40:31.1474931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\fetch.py 2025-07-24T05:40:31.1478562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\pin_memory.py 2025-07-24T05:40:31.1481931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\signal_handling.py 2025-07-24T05:40:31.1485934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\worker.py 2025-07-24T05:40:31.1499397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__init__.py 2025-07-24T05:40:31.1506962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\collate.cpython-39.pyc 2025-07-24T05:40:31.1510308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\fetch.cpython-39.pyc 2025-07-24T05:40:31.1516290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\pin_memory.cpython-39.pyc 2025-07-24T05:40:31.1528503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\signal_handling.cpython-39.pyc 2025-07-24T05:40:31.1532199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\worker.cpython-39.pyc 2025-07-24T05:40:31.1544156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1544913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\backward_compatibility.cpython-39.pyc 2025-07-24T05:40:31.1548537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataloader.cpython-39.pyc 2025-07-24T05:40:31.1552714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataset.cpython-39.pyc 2025-07-24T05:40:31.1566166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\distributed.cpython-39.pyc 2025-07-24T05:40:31.1569642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph.cpython-39.pyc 2025-07-24T05:40:31.1573232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph_settings.cpython-39.pyc 2025-07-24T05:40:31.1577035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\sampler.cpython-39.pyc 2025-07-24T05:40:31.1580764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1588438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\constants.py 2025-07-24T05:40:31.1591941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\cuda_to_hip_mappings.py 2025-07-24T05:40:31.1597416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\hipify_python.py 2025-07-24T05:40:31.1600903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\version.py 2025-07-24T05:40:31.1613999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__init__.py 2025-07-24T05:40:31.1620727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\constants.cpython-39.pyc 2025-07-24T05:40:31.1624554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\cuda_to_hip_mappings.cpython-39.pyc 2025-07-24T05:40:31.1629885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\hipify_python.cpython-39.pyc 2025-07-24T05:40:31.1644806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\version.cpython-39.pyc 2025-07-24T05:40:31.1647682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1655472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\log_extract.py 2025-07-24T05:40:31.1658853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__init__.py 2025-07-24T05:40:31.1664927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\log_extract.cpython-39.pyc 2025-07-24T05:40:31.1668507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1676485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\code.js 2025-07-24T05:40:31.1679861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\htm.mjs 2025-07-24T05:40:31.1683211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\preact.mjs 2025-07-24T05:40:31.1686678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\skeleton.html 2025-07-24T05:40:31.1690080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__init__.py 2025-07-24T05:40:31.1703317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__main__.py 2025-07-24T05:40:31.1710466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1713951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__main__.cpython-39.pyc 2025-07-24T05:40:31.1721795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\config.py 2025-07-24T05:40:31.1725225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__init__.py 2025-07-24T05:40:31.1732100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:31.1735791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1743791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\summary.py 2025-07-24T05:40:31.1748078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\writer.py 2025-07-24T05:40:31.1751769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_convert_np.py 2025-07-24T05:40:31.1755198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_embedding.py 2025-07-24T05:40:31.1768559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_onnx_graph.py 2025-07-24T05:40:31.1771848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_proto_graph.py 2025-07-24T05:40:31.1775417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_pytorch_graph.py 2025-07-24T05:40:31.1778858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_utils.py 2025-07-24T05:40:31.1782177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__init__.py 2025-07-24T05:40:31.1789606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\summary.cpython-39.pyc 2025-07-24T05:40:31.1793593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\writer.cpython-39.pyc 2025-07-24T05:40:31.1797207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_convert_np.cpython-39.pyc 2025-07-24T05:40:31.1811357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_embedding.cpython-39.pyc 2025-07-24T05:40:31.1815000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_onnx_graph.cpython-39.pyc 2025-07-24T05:40:31.1818563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_proto_graph.cpython-39.pyc 2025-07-24T05:40:31.1822236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_pytorch_graph.cpython-39.pyc 2025-07-24T05:40:31.1825751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:31.1829465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1837083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\_cycles.py 2025-07-24T05:40:31.1840577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__init__.py 2025-07-24T05:40:31.1846686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\_cycles.cpython-39.pyc 2025-07-24T05:40:31.1851496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1859194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\cli_function_profiler.py 2025-07-24T05:40:31.1863079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__init__.py 2025-07-24T05:40:31.1869407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-07-24T05:40:31.1872890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1880442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\functions.py 2025-07-24T05:40:31.1884220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\interp.py 2025-07-24T05:40:31.1887737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\numbers.py 2025-07-24T05:40:31.1891260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\printers.py 2025-07-24T05:40:31.1895430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\reference.py 2025-07-24T05:40:31.1908957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\singleton_int.py 2025-07-24T05:40:31.1912448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\solve.py 2025-07-24T05:40:31.1915751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\symbol.py 2025-07-24T05:40:31.1919650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\value_ranges.py 2025-07-24T05:40:31.1923432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__init__.py 2025-07-24T05:40:31.1930143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\functions.cpython-39.pyc 2025-07-24T05:40:31.1934232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\interp.cpython-39.pyc 2025-07-24T05:40:31.1937929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\numbers.cpython-39.pyc 2025-07-24T05:40:31.1952575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\printers.cpython-39.pyc 2025-07-24T05:40:31.1956080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\reference.cpython-39.pyc 2025-07-24T05:40:31.1959758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\singleton_int.cpython-39.pyc 2025-07-24T05:40:31.1963548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\solve.cpython-39.pyc 2025-07-24T05:40:31.1967566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\symbol.cpython-39.pyc 2025-07-24T05:40:31.1971128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\value_ranges.cpython-39.pyc 2025-07-24T05:40:31.1974990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.1983955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\backend_registration.cpython-39.pyc 2025-07-24T05:40:31.1987612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\bundled_inputs.cpython-39.pyc 2025-07-24T05:40:31.1991245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\checkpoint.cpython-39.pyc 2025-07-24T05:40:31.2005922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\collect_env.cpython-39.pyc 2025-07-24T05:40:31.2009645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_backtrace.cpython-39.pyc 2025-07-24T05:40:31.2013530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_extension.cpython-39.pyc 2025-07-24T05:40:31.2017567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\deterministic.cpython-39.pyc 2025-07-24T05:40:31.2021100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\dlpack.cpython-39.pyc 2025-07-24T05:40:31.2025116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\file_baton.cpython-39.pyc 2025-07-24T05:40:31.2028676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\flop_counter.cpython-39.pyc 2025-07-24T05:40:31.2032315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\hooks.cpython-39.pyc 2025-07-24T05:40:31.2035898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mkldnn.cpython-39.pyc 2025-07-24T05:40:31.2039683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mobile_optimizer.cpython-39.pyc 2025-07-24T05:40:31.2043239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\model_zoo.cpython-39.pyc 2025-07-24T05:40:31.2047122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\module_tracker.cpython-39.pyc 2025-07-24T05:40:31.2050687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\show_pickle.cpython-39.pyc 2025-07-24T05:40:31.2054459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\throughput_benchmark.cpython-39.pyc 2025-07-24T05:40:31.2067774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\weak.cpython-39.pyc 2025-07-24T05:40:31.2071672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_appending_byte_serializer.cpython-39.pyc 2025-07-24T05:40:31.2075574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_backport_slots.cpython-39.pyc 2025-07-24T05:40:31.2079532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_config_module.cpython-39.pyc 2025-07-24T05:40:31.2083245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_content_store.cpython-39.pyc 2025-07-24T05:40:31.2087092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_contextlib.cpython-39.pyc 2025-07-24T05:40:31.2090830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_embed_headers.cpython-39.pyc 2025-07-24T05:40:31.2104941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_extension_versioner.cpython-39.pyc 2025-07-24T05:40:31.2109502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cxx_pytree.cpython-39.pyc 2025-07-24T05:40:31.2112822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_device.cpython-39.pyc 2025-07-24T05:40:31.2117074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_dtype_abbrs.cpython-39.pyc 2025-07-24T05:40:31.2120962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_exposed_in.cpython-39.pyc 2025-07-24T05:40:31.2124401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_filelock.cpython-39.pyc 2025-07-24T05:40:31.2128098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_foreach_utils.cpython-39.pyc 2025-07-24T05:40:31.2131878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_freeze.cpython-39.pyc 2025-07-24T05:40:31.2135477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_functools.cpython-39.pyc 2025-07-24T05:40:31.2149342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_get_clean_triton.cpython-39.pyc 2025-07-24T05:40:31.2153057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_helion.cpython-39.pyc 2025-07-24T05:40:31.2156697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_import_utils.cpython-39.pyc 2025-07-24T05:40:31.2160200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_mode_utils.cpython-39.pyc 2025-07-24T05:40:31.2163792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_ordered_set.cpython-39.pyc 2025-07-24T05:40:31.2167597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_python_dispatch.cpython-39.pyc 2025-07-24T05:40:31.2171725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_pytree.cpython-39.pyc 2025-07-24T05:40:31.2175460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_stats.cpython-39.pyc 2025-07-24T05:40:31.2197893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_thunk.cpython-39.pyc 2025-07-24T05:40:31.2202569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_traceback.cpython-39.pyc 2025-07-24T05:40:31.2206550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_triton.cpython-39.pyc 2025-07-24T05:40:31.2210348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_typing_utils.cpython-39.pyc 2025-07-24T05:40:31.2214762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_zip.cpython-39.pyc 2025-07-24T05:40:31.2218706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.2228830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\memory.py 2025-07-24T05:40:31.2233513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\random.py 2025-07-24T05:40:31.2236641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\streams.py 2025-07-24T05:40:31.2240151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_gpu_trace.py 2025-07-24T05:40:31.2243776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_utils.py 2025-07-24T05:40:31.2247071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__init__.py 2025-07-24T05:40:31.2263902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\memory.cpython-39.pyc 2025-07-24T05:40:31.2267274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\random.cpython-39.pyc 2025-07-24T05:40:31.2270696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\streams.cpython-39.pyc 2025-07-24T05:40:31.2372797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_gpu_trace.cpython-39.pyc 2025-07-24T05:40:31.2377050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:31.2381054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.2418963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__init__.py 2025-07-24T05:40:31.2426191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.2433547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_aoti.pyi 2025-07-24T05:40:31.2437574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_autograd.pyi 2025-07-24T05:40:31.2440884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cpu.pyi 2025-07-24T05:40:31.2444149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cudnn.pyi 2025-07-24T05:40:31.2447535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cusparselt.pyi 2025-07-24T05:40:31.2537212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_autograd.pyi 2025-07-24T05:40:31.2540941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_c10d.pyi 2025-07-24T05:40:31.2544281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc.pyi 2025-07-24T05:40:31.2548230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc_testing.pyi 2025-07-24T05:40:31.2551777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functions.pyi 2025-07-24T05:40:31.2592911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functorch.pyi 2025-07-24T05:40:31.2596206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_instruction_counter.pyi 2025-07-24T05:40:31.2599583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_itt.pyi 2025-07-24T05:40:31.2602981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_jit_tree_views.pyi 2025-07-24T05:40:31.2606507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy.pyi 2025-07-24T05:40:31.2609923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy_ts_backend.pyi 2025-07-24T05:40:31.2614022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_monitor.pyi 2025-07-24T05:40:31.2617689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nn.pyi 2025-07-24T05:40:31.2620882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nvtx.pyi 2025-07-24T05:40:31.2624621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_onnx.pyi 2025-07-24T05:40:31.2627743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_profiler.pyi 2025-07-24T05:40:31.2631260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_VariableFunctions.pyi 2025-07-24T05:40:31.2641343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_verbose.pyi 2025-07-24T05:40:31.2651146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\__init__.pyi 2025-07-24T05:40:31.2660851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\compiled_autograd.pyi 2025-07-24T05:40:31.2664307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\eval_frame.pyi 2025-07-24T05:40:31.2667699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\guards.pyi 2025-07-24T05:40:31.2671193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_dynamo\__init__.pyi 2025-07-24T05:40:31.2678364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_export\pt2_archive_constants.pyi 2025-07-24T05:40:31.2681890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_export\__init__.pyi 2025-07-24T05:40:31.2690197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\autograd.py 2025-07-24T05:40:31.2693455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\impl.py 2025-07-24T05:40:31.2696964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__init__.py 2025-07-24T05:40:31.2703730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\autograd.cpython-39.pyc 2025-07-24T05:40:31.2707786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\impl.cpython-39.pyc 2025-07-24T05:40:31.2711574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.3083784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C_flatbuffer\__init__.pyi 2025-07-24T05:40:31.3091186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions.py 2025-07-24T05:40:31.3096228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_jvp.py 2025-07-24T05:40:31.3099759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_rng.py 2025-07-24T05:40:31.3116154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__init__.py 2025-07-24T05:40:31.3123290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions.cpython-39.pyc 2025-07-24T05:40:31.3127816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_jvp.cpython-39.pyc 2025-07-24T05:40:31.3131613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_rng.cpython-39.pyc 2025-07-24T05:40:31.3147517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.3155717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\python.py 2025-07-24T05:40:31.3159130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__init__.py 2025-07-24T05:40:31.3165219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\python.cpython-39.pyc 2025-07-24T05:40:31.3168807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.3177241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_analysis.py 2025-07-24T05:40:31.3180694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_transformation.py 2025-07-24T05:40:31.3184937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\cache_size.py 2025-07-24T05:40:31.3200648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\callback.py 2025-07-24T05:40:31.3203934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\codegen.py 2025-07-24T05:40:31.3207467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\code_context.py 2025-07-24T05:40:31.3210995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\compiled_autograd.py 2025-07-24T05:40:31.3214636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\comptime.py 2025-07-24T05:40:31.3218632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\config.py 2025-07-24T05:40:31.3222187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\convert_frame.py 2025-07-24T05:40:31.3225937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\create_parameter_op.py 2025-07-24T05:40:31.3229481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\current_scope_id.py 2025-07-24T05:40:31.3233809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\debug_utils.py 2025-07-24T05:40:31.3237532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\decorators.py 2025-07-24T05:40:31.3241009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\device_interface.py 2025-07-24T05:40:31.3244714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\distributed.py 2025-07-24T05:40:31.3248226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\eval_frame.py 2025-07-24T05:40:31.3252374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\exc.py 2025-07-24T05:40:31.3256568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\external_utils.py 2025-07-24T05:40:31.3260257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\funcname_cache.py 2025-07-24T05:40:31.3263782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_break_hints.py 2025-07-24T05:40:31.3278840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_break_registry.json 2025-07-24T05:40:31.3283056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_deduplication.py 2025-07-24T05:40:31.3286673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_region_tracker.py 2025-07-24T05:40:31.3290044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_utils.py 2025-07-24T05:40:31.3293526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\guards.py 2025-07-24T05:40:31.3298010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\hooks.py 2025-07-24T05:40:31.3301831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\logging.py 2025-07-24T05:40:31.3305221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\metrics_context.py 2025-07-24T05:40:31.3308952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\mutation_guard.py 2025-07-24T05:40:31.3312601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\output_graph.py 2025-07-24T05:40:31.3317052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\package.py 2025-07-24T05:40:31.3332405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\pgo.py 2025-07-24T05:40:31.3335915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\precompile_context.py 2025-07-24T05:40:31.3339581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\profiler.py 2025-07-24T05:40:31.3342968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\replay_record.py 2025-07-24T05:40:31.3346476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\resume_execution.py 2025-07-24T05:40:31.3349958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\side_effects.py 2025-07-24T05:40:31.3354052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\source.py 2025-07-24T05:40:31.3357968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\symbolic_convert.py 2025-07-24T05:40:31.3363862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\tensor_version_op.py 2025-07-24T05:40:31.3367649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\testing.py 2025-07-24T05:40:31.3371136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_case.py 2025-07-24T05:40:31.3375046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_dont_skip_tracing_functions.py 2025-07-24T05:40:31.3389953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_minifier_common.py 2025-07-24T05:40:31.3393467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\trace_rules.py 2025-07-24T05:40:31.3398464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\types.py 2025-07-24T05:40:31.3401983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\utils.py 2025-07-24T05:40:31.3415895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\_trace_wrapped_higher_order_op.py 2025-07-24T05:40:31.3416616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__init__.py 2025-07-24T05:40:31.3419219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\common.py 2025-07-24T05:40:31.3422410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\cudagraphs.py 2025-07-24T05:40:31.3425814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\debugging.py 2025-07-24T05:40:31.3429127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\distributed.py 2025-07-24T05:40:31.3445422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\inductor.py 2025-07-24T05:40:31.3448669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\onnxrt.py 2025-07-24T05:40:31.3452017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\registry.py 2025-07-24T05:40:31.3455277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tensorrt.py 2025-07-24T05:40:31.3458626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\torchxla.py 2025-07-24T05:40:31.3461917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tvm.py 2025-07-24T05:40:31.3465226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__init__.py 2025-07-24T05:40:31.3472016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\common.cpython-39.pyc 2025-07-24T05:40:31.3475890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-07-24T05:40:31.3479887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\debugging.cpython-39.pyc 2025-07-24T05:40:31.3496000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\distributed.cpython-39.pyc 2025-07-24T05:40:31.3499961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\inductor.cpython-39.pyc 2025-07-24T05:40:31.3503695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\onnxrt.cpython-39.pyc 2025-07-24T05:40:31.3507159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\registry.cpython-39.pyc 2025-07-24T05:40:31.3513319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tensorrt.cpython-39.pyc 2025-07-24T05:40:31.3517036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\torchxla.cpython-39.pyc 2025-07-24T05:40:31.3520825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tvm.cpython-39.pyc 2025-07-24T05:40:31.3524476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.3533819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\builtins.py 2025-07-24T05:40:31.3537253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\functools.py 2025-07-24T05:40:31.3540642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\fx.py 2025-07-24T05:40:31.3544029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\itertools.py 2025-07-24T05:40:31.3558960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\loader.py 2025-07-24T05:40:31.3563160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\operator.py 2025-07-24T05:40:31.3566667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\os.py 2025-07-24T05:40:31.3570195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\pytree.py 2025-07-24T05:40:31.3573474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\struct.py 2025-07-24T05:40:31.3576800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\sys.py 2025-07-24T05:40:31.3580364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\tensor.py 2025-07-24T05:40:31.3583634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__init__.py 2025-07-24T05:40:31.3590693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\builtins.cpython-39.pyc 2025-07-24T05:40:31.3594246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\functools.cpython-39.pyc 2025-07-24T05:40:31.3597684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\fx.cpython-39.pyc 2025-07-24T05:40:31.3612742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\itertools.cpython-39.pyc 2025-07-24T05:40:31.3616093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\loader.cpython-39.pyc 2025-07-24T05:40:31.3619686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\operator.cpython-39.pyc 2025-07-24T05:40:31.3622980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\os.cpython-39.pyc 2025-07-24T05:40:31.3626564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\pytree.cpython-39.pyc 2025-07-24T05:40:31.3631303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\struct.cpython-39.pyc 2025-07-24T05:40:31.3635229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\sys.cpython-39.pyc 2025-07-24T05:40:31.3639054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\tensor.cpython-39.pyc 2025-07-24T05:40:31.3642804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.3650773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_aot.py 2025-07-24T05:40:31.3654348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_dynamo.py 2025-07-24T05:40:31.3657784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\aoti.py 2025-07-24T05:40:31.3661063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__init__.py 2025-07-24T05:40:31.3766444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_aot.cpython-39.pyc 2025-07-24T05:40:31.3770097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_dynamo.cpython-39.pyc 2025-07-24T05:40:31.3773698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\aoti.cpython-39.pyc 2025-07-24T05:40:31.3789186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.3799904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\base.py 2025-07-24T05:40:31.3804202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builder.py 2025-07-24T05:40:31.3808536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builtin.py 2025-07-24T05:40:31.3832070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\constant.py 2025-07-24T05:40:31.3832638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\ctx_manager.py 2025-07-24T05:40:31.3833174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\dicts.py 2025-07-24T05:40:31.3836193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\distributed.py 2025-07-24T05:40:31.3839519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\functions.py 2025-07-24T05:40:31.3843793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\higher_order_ops.py 2025-07-24T05:40:31.3848480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\iter.py 2025-07-24T05:40:31.3852017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lazy.py 2025-07-24T05:40:31.3855488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lists.py 2025-07-24T05:40:31.3859186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\misc.py 2025-07-24T05:40:31.3862856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\nn_module.py 2025-07-24T05:40:31.3867454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\optimizer.py 2025-07-24T05:40:31.3871378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\script_object.py 2025-07-24T05:40:31.3875015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\sdpa.py 2025-07-24T05:40:31.3878499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\tensor.py 2025-07-24T05:40:31.3882510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch.py 2025-07-24T05:40:31.3886383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch_function.py 2025-07-24T05:40:31.3890087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\user_defined.py 2025-07-24T05:40:31.3893931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__init__.py 2025-07-24T05:40:31.3902083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\base.cpython-39.pyc 2025-07-24T05:40:31.3905803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builder.cpython-39.pyc 2025-07-24T05:40:31.3909720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builtin.cpython-39.pyc 2025-07-24T05:40:31.3926036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\constant.cpython-39.pyc 2025-07-24T05:40:31.3929836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\ctx_manager.cpython-39.pyc 2025-07-24T05:40:31.3933844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\dicts.cpython-39.pyc 2025-07-24T05:40:31.3937478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\distributed.cpython-39.pyc 2025-07-24T05:40:31.3941414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\functions.cpython-39.pyc 2025-07-24T05:40:31.3946523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\higher_order_ops.cpython-39.pyc 2025-07-24T05:40:31.3950402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\iter.cpython-39.pyc 2025-07-24T05:40:31.3953924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lazy.cpython-39.pyc 2025-07-24T05:40:31.3957467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lists.cpython-39.pyc 2025-07-24T05:40:31.3961059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\misc.cpython-39.pyc 2025-07-24T05:40:31.3965133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\nn_module.cpython-39.pyc 2025-07-24T05:40:31.3968846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\optimizer.cpython-39.pyc 2025-07-24T05:40:31.3972793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\script_object.cpython-39.pyc 2025-07-24T05:40:31.3976879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\sdpa.cpython-39.pyc 2025-07-24T05:40:31.3992450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\tensor.cpython-39.pyc 2025-07-24T05:40:31.3996695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch.cpython-39.pyc 2025-07-24T05:40:31.4000480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch_function.cpython-39.pyc 2025-07-24T05:40:31.4004193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\user_defined.cpython-39.pyc 2025-07-24T05:40:31.4008058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.4018879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_analysis.cpython-39.pyc 2025-07-24T05:40:31.4022495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_transformation.cpython-39.pyc 2025-07-24T05:40:31.4026869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\cache_size.cpython-39.pyc 2025-07-24T05:40:31.4041544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\callback.cpython-39.pyc 2025-07-24T05:40:31.4047095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\codegen.cpython-39.pyc 2025-07-24T05:40:31.4050839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\code_context.cpython-39.pyc 2025-07-24T05:40:31.4054506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\compiled_autograd.cpython-39.pyc 2025-07-24T05:40:31.4058365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\comptime.cpython-39.pyc 2025-07-24T05:40:31.4061887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:31.4065400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\convert_frame.cpython-39.pyc 2025-07-24T05:40:31.4069214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\create_parameter_op.cpython-39.pyc 2025-07-24T05:40:31.4073123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\current_scope_id.cpython-39.pyc 2025-07-24T05:40:31.4076720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\debug_utils.cpython-39.pyc 2025-07-24T05:40:31.4080252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\decorators.cpython-39.pyc 2025-07-24T05:40:31.4084077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\device_interface.cpython-39.pyc 2025-07-24T05:40:31.4087787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\distributed.cpython-39.pyc 2025-07-24T05:40:31.4102130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\eval_frame.cpython-39.pyc 2025-07-24T05:40:31.4105857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\exc.cpython-39.pyc 2025-07-24T05:40:31.4109533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\external_utils.cpython-39.pyc 2025-07-24T05:40:31.4113055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\funcname_cache.cpython-39.pyc 2025-07-24T05:40:31.4117092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_break_hints.cpython-39.pyc 2025-07-24T05:40:31.4120989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_deduplication.cpython-39.pyc 2025-07-24T05:40:31.4124786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_region_tracker.cpython-39.pyc 2025-07-24T05:40:31.4128469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_utils.cpython-39.pyc 2025-07-24T05:40:31.4143473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\guards.cpython-39.pyc 2025-07-24T05:40:31.4147364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\hooks.cpython-39.pyc 2025-07-24T05:40:31.4151143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\logging.cpython-39.pyc 2025-07-24T05:40:31.4154680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\metrics_context.cpython-39.pyc 2025-07-24T05:40:31.4158325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\mutation_guard.cpython-39.pyc 2025-07-24T05:40:31.4161868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\output_graph.cpython-39.pyc 2025-07-24T05:40:31.4166153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\package.cpython-39.pyc 2025-07-24T05:40:31.4169967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\pgo.cpython-39.pyc 2025-07-24T05:40:31.4173689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\precompile_context.cpython-39.pyc 2025-07-24T05:40:31.4188392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\profiler.cpython-39.pyc 2025-07-24T05:40:31.4191849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\replay_record.cpython-39.pyc 2025-07-24T05:40:31.4195450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\resume_execution.cpython-39.pyc 2025-07-24T05:40:31.4199026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\side_effects.cpython-39.pyc 2025-07-24T05:40:31.4202605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\source.cpython-39.pyc 2025-07-24T05:40:31.4206378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\symbolic_convert.cpython-39.pyc 2025-07-24T05:40:31.4210774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\tensor_version_op.cpython-39.pyc 2025-07-24T05:40:31.4214320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\testing.cpython-39.pyc 2025-07-24T05:40:31.4239772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_case.cpython-39.pyc 2025-07-24T05:40:31.4243816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_dont_skip_tracing_functions.cpython-39.pyc 2025-07-24T05:40:31.4247608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_minifier_common.cpython-39.pyc 2025-07-24T05:40:31.4251018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\trace_rules.cpython-39.pyc 2025-07-24T05:40:31.4255945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\types.cpython-39.pyc 2025-07-24T05:40:31.4259657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.4264221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\_trace_wrapped_higher_order_op.cpython-39.pyc 2025-07-24T05:40:31.4267875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.4322548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\converter.py 2025-07-24T05:40:31.4326633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\error.py 2025-07-24T05:40:31.4330073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\non_strict_utils.py 2025-07-24T05:40:31.4333739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_base.py 2025-07-24T05:40:31.4342389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\tools.py 2025-07-24T05:40:31.4345627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\utils.py 2025-07-24T05:40:31.4349239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\verifier.py 2025-07-24T05:40:31.4352841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\wrappers.py 2025-07-24T05:40:31.4356211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__init__.py 2025-07-24T05:40:31.4363581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\case.py 2025-07-24T05:40:31.4367094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\gen_example.py 2025-07-24T05:40:31.4370441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\logging.py 2025-07-24T05:40:31.4373699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__init__.py 2025-07-24T05:40:31.4381263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\assume_constant_result.py 2025-07-24T05:40:31.4384823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\autograd_function.py 2025-07-24T05:40:31.4388235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\class_method.py 2025-07-24T05:40:31.4403521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_class_method.py 2025-07-24T05:40:31.4407241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nested_function.py 2025-07-24T05:40:31.4410723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nonlocal_variables.py 2025-07-24T05:40:31.4414178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_closed_over_variable.py 2025-07-24T05:40:31.4417583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_operands.py 2025-07-24T05:40:31.4421039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_predicate.py 2025-07-24T05:40:31.4424793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_size_example.py 2025-07-24T05:40:31.4428705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_value_example.py 2025-07-24T05:40:31.4432207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\decorator.py 2025-07-24T05:40:31.4435724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dictionary.py 2025-07-24T05:40:31.4439378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_assert.py 2025-07-24T05:40:31.4442913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_constructor.py 2025-07-24T05:40:31.4446617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_if_guard.py 2025-07-24T05:40:31.4450477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_map.py 2025-07-24T05:40:31.4454351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_round.py 2025-07-24T05:40:31.4468886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_slicing.py 2025-07-24T05:40:31.4472428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_view.py 2025-07-24T05:40:31.4476135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\fn_with_kwargs.py 2025-07-24T05:40:31.4519361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_contains.py 2025-07-24T05:40:31.4519943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_unpack.py 2025-07-24T05:40:31.4520538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\model_attr_mutation.py 2025-07-24T05:40:31.4521142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\nested_function.py 2025-07-24T05:40:31.4521753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\null_context_manager.py 2025-07-24T05:40:31.4522372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\optional_input.py 2025-07-24T05:40:31.4522952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\pytree_flatten.py 2025-07-24T05:40:31.4523603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\scalar_output.py 2025-07-24T05:40:31.4524247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\specialized_attribute.py 2025-07-24T05:40:31.4527088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_for_loop.py 2025-07-24T05:40:31.4531500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_if.py 2025-07-24T05:40:31.4534347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\tensor_setattr.py 2025-07-24T05:40:31.4538079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\type_reflection_method.py 2025-07-24T05:40:31.4541591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\unsupported_operator.py 2025-07-24T05:40:31.4556523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\user_input_mutation.py 2025-07-24T05:40:31.4560048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__init__.py 2025-07-24T05:40:31.4569343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\assume_constant_result.cpython-39.pyc 2025-07-24T05:40:31.4573036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\autograd_function.cpython-39.pyc 2025-07-24T05:40:31.4576806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\class_method.cpython-39.pyc 2025-07-24T05:40:31.4590832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_class_method.cpython-39.pyc 2025-07-24T05:40:31.4594399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nested_function.cpython-39.pyc 2025-07-24T05:40:31.4598128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nonlocal_variables.cpython-39.pyc 2025-07-24T05:40:31.4601907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_closed_over_variable.cpython-39.pyc 2025-07-24T05:40:31.4605551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_operands.cpython-39.pyc 2025-07-24T05:40:31.4609328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_predicate.cpython-39.pyc 2025-07-24T05:40:31.4612981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_size_example.cpython-39.pyc 2025-07-24T05:40:31.4616584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_value_example.cpython-39.pyc 2025-07-24T05:40:31.4620180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\decorator.cpython-39.pyc 2025-07-24T05:40:31.4623894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dictionary.cpython-39.pyc 2025-07-24T05:40:31.4627644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_assert.cpython-39.pyc 2025-07-24T05:40:31.4631552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_constructor.cpython-39.pyc 2025-07-24T05:40:31.4635214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_if_guard.cpython-39.pyc 2025-07-24T05:40:31.4650230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_map.cpython-39.pyc 2025-07-24T05:40:31.4654077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_round.cpython-39.pyc 2025-07-24T05:40:31.4657874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_slicing.cpython-39.pyc 2025-07-24T05:40:31.4661691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_view.cpython-39.pyc 2025-07-24T05:40:31.4665528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\fn_with_kwargs.cpython-39.pyc 2025-07-24T05:40:31.4669117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_contains.cpython-39.pyc 2025-07-24T05:40:31.4672686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_unpack.cpython-39.pyc 2025-07-24T05:40:31.4687576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\model_attr_mutation.cpython-39.pyc 2025-07-24T05:40:31.4691276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\nested_function.cpython-39.pyc 2025-07-24T05:40:31.4695168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\null_context_manager.cpython-39.pyc 2025-07-24T05:40:31.4698678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\optional_input.cpython-39.pyc 2025-07-24T05:40:31.4702442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\pytree_flatten.cpython-39.pyc 2025-07-24T05:40:31.4706027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\scalar_output.cpython-39.pyc 2025-07-24T05:40:31.4709697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\specialized_attribute.cpython-39.pyc 2025-07-24T05:40:31.4713336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_for_loop.cpython-39.pyc 2025-07-24T05:40:31.4737814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_if.cpython-39.pyc 2025-07-24T05:40:31.4741401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\tensor_setattr.cpython-39.pyc 2025-07-24T05:40:31.4745188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\type_reflection_method.cpython-39.pyc 2025-07-24T05:40:31.4748918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\unsupported_operator.cpython-39.pyc 2025-07-24T05:40:31.4752583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\user_input_mutation.cpython-39.pyc 2025-07-24T05:40:31.4756257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.4776280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\case.cpython-39.pyc 2025-07-24T05:40:31.4779963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\gen_example.cpython-39.pyc 2025-07-24T05:40:31.4783951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\logging.cpython-39.pyc 2025-07-24T05:40:31.4798221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.4806250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py 2025-07-24T05:40:31.4810203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\collect_tracepoints_pass.py 2025-07-24T05:40:31.4813637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\constant_folding.py 2025-07-24T05:40:31.4827290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\functionalize_side_effectful_ops_pass.py 2025-07-24T05:40:31.4830954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\insert_custom_op_guards.py 2025-07-24T05:40:31.4834434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\lift_constants_pass.py 2025-07-24T05:40:31.4838678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\remove_runtime_assertions.py 2025-07-24T05:40:31.4842482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_autocast_with_hop_pass.py 2025-07-24T05:40:31.4846219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py 2025-07-24T05:40:31.4850655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_set_grad_with_hop_pass.py 2025-07-24T05:40:31.4854236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py 2025-07-24T05:40:31.4857896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_with_hop_pass_util.py 2025-07-24T05:40:31.4861460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\_node_metadata_hook.py 2025-07-24T05:40:31.4864915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__init__.py 2025-07-24T05:40:31.4872349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\add_runtime_assertions_for_constraints_pass.cpython-39.pyc 2025-07-24T05:40:31.4876342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\collect_tracepoints_pass.cpython-39.pyc 2025-07-24T05:40:31.4890270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\constant_folding.cpython-39.pyc 2025-07-24T05:40:31.4894023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\functionalize_side_effectful_ops_pass.cpython-39.pyc 2025-07-24T05:40:31.4897668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\insert_custom_op_guards.cpython-39.pyc 2025-07-24T05:40:31.4901224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\lift_constants_pass.cpython-39.pyc 2025-07-24T05:40:31.4904853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\remove_runtime_assertions.cpython-39.pyc 2025-07-24T05:40:31.4909444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_autocast_with_hop_pass.cpython-39.pyc 2025-07-24T05:40:31.4913401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_quantized_ops_with_standard_ops_pass.cpython-39.pyc 2025-07-24T05:40:31.4916938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_set_grad_with_hop_pass.cpython-39.pyc 2025-07-24T05:40:31.4920554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_view_ops_with_view_copy_ops_pass.cpython-39.pyc 2025-07-24T05:40:31.4924126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_with_hop_pass_util.cpython-39.pyc 2025-07-24T05:40:31.4927762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\_node_metadata_hook.cpython-39.pyc 2025-07-24T05:40:31.4931635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.4940060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\node_metadata.py 2025-07-24T05:40:31.4943594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\proxy_value.py 2025-07-24T05:40:31.4947040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__init__.py 2025-07-24T05:40:31.4963708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\node_metadata.cpython-39.pyc 2025-07-24T05:40:31.4967524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\proxy_value.cpython-39.pyc 2025-07-24T05:40:31.4971233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.4988979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\dynamic_shapes.py 2025-07-24T05:40:31.4992716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\export_schema.thrift 2025-07-24T05:40:31.4996305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.py 2025-07-24T05:40:31.4999933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.yaml 2025-07-24T05:40:31.5013591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema_check.py 2025-07-24T05:40:31.5017079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\serialize.py 2025-07-24T05:40:31.5022262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\union.py 2025-07-24T05:40:31.5026057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__init__.py 2025-07-24T05:40:31.5032628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\dynamic_shapes.cpython-39.pyc 2025-07-24T05:40:31.5036256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema.cpython-39.pyc 2025-07-24T05:40:31.5039849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema_check.cpython-39.pyc 2025-07-24T05:40:31.5053539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\serialize.cpython-39.pyc 2025-07-24T05:40:31.5057591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\union.cpython-39.pyc 2025-07-24T05:40:31.5061410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.5069708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\converter.cpython-39.pyc 2025-07-24T05:40:31.5073413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\error.cpython-39.pyc 2025-07-24T05:40:31.5076974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\non_strict_utils.cpython-39.pyc 2025-07-24T05:40:31.5092403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\pass_base.cpython-39.pyc 2025-07-24T05:40:31.5095758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\tools.cpython-39.pyc 2025-07-24T05:40:31.5099191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.5102817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\verifier.cpython-39.pyc 2025-07-24T05:40:31.5106960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\wrappers.cpython-39.pyc 2025-07-24T05:40:31.5110299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.5119178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\aot_autograd.py 2025-07-24T05:40:31.5123022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\apis.py 2025-07-24T05:40:31.5126474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\autograd_function.py 2025-07-24T05:40:31.5129675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\batch_norm_replacement.py 2025-07-24T05:40:31.5143934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\benchmark_utils.py 2025-07-24T05:40:31.5148218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compilers.py 2025-07-24T05:40:31.5151531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compile_utils.py 2025-07-24T05:40:31.5155023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\config.py 2025-07-24T05:40:31.5158330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\deprecated.py 2025-07-24T05:40:31.5161639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\eager_transforms.py 2025-07-24T05:40:31.5165590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\functional_call.py 2025-07-24T05:40:31.5169536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\fx_minifier.py 2025-07-24T05:40:31.5172935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\make_functional.py 2025-07-24T05:40:31.5176669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\partitioners.py 2025-07-24T05:40:31.5181099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pyfunctorch.py 2025-07-24T05:40:31.5184609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\python_key.py 2025-07-24T05:40:31.5188553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pytree_hacks.py 2025-07-24T05:40:31.5192114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\top_operators_github_usage.py 2025-07-24T05:40:31.5195610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\utils.py 2025-07-24T05:40:31.5199155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\vmap.py 2025-07-24T05:40:31.5202738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__init__.py 2025-07-24T05:40:31.5223133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\ac_logging_utils.py 2025-07-24T05:40:31.5226520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\graph_info_provider.py 2025-07-24T05:40:31.5230038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack.py 2025-07-24T05:40:31.5247272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py 2025-07-24T05:40:31.5250515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__init__.py 2025-07-24T05:40:31.5258045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\ac_logging_utils.cpython-39.pyc 2025-07-24T05:40:31.5261803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\graph_info_provider.cpython-39.pyc 2025-07-24T05:40:31.5265413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack.cpython-39.pyc 2025-07-24T05:40:31.5280958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack_evaluator.cpython-39.pyc 2025-07-24T05:40:31.5284461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.5293387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\autograd_cache.py 2025-07-24T05:40:31.5297250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\collect_metadata_analysis.py 2025-07-24T05:40:31.5301618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\frontend_utils.py 2025-07-24T05:40:31.5315140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\functional_utils.py 2025-07-24T05:40:31.5319010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\graph_capture.py 2025-07-24T05:40:31.5322727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\graph_capture_wrappers.py 2025-07-24T05:40:31.5326598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\graph_compile.py 2025-07-24T05:40:31.5331978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\input_output_analysis.py 2025-07-24T05:40:31.5335394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\logging_utils.py 2025-07-24T05:40:31.5338967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\runtime_wrappers.py 2025-07-24T05:40:31.5343329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\schemas.py 2025-07-24T05:40:31.5347448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_parametrization.py 2025-07-24T05:40:31.5350987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_utils.py 2025-07-24T05:40:31.5354507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\utils.py 2025-07-24T05:40:31.5358745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__init__.py 2025-07-24T05:40:31.5366522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\autograd_cache.cpython-39.pyc 2025-07-24T05:40:31.5370389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\collect_metadata_analysis.cpython-39.pyc 2025-07-24T05:40:31.5374042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\frontend_utils.cpython-39.pyc 2025-07-24T05:40:31.5387330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\functional_utils.cpython-39.pyc 2025-07-24T05:40:31.5391314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\graph_capture.cpython-39.pyc 2025-07-24T05:40:31.5395118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\graph_capture_wrappers.cpython-39.pyc 2025-07-24T05:40:31.5399032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\graph_compile.cpython-39.pyc 2025-07-24T05:40:31.5402680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\input_output_analysis.cpython-39.pyc 2025-07-24T05:40:31.5406697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\logging_utils.cpython-39.pyc 2025-07-24T05:40:31.5410611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\runtime_wrappers.cpython-39.pyc 2025-07-24T05:40:31.5414835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\schemas.cpython-39.pyc 2025-07-24T05:40:31.5418755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_parametrization.cpython-39.pyc 2025-07-24T05:40:31.5422456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_utils.cpython-39.pyc 2025-07-24T05:40:31.5425930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.5430397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.5439089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\aot_autograd.cpython-39.pyc 2025-07-24T05:40:31.5442726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\apis.cpython-39.pyc 2025-07-24T05:40:31.5446495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\autograd_function.cpython-39.pyc 2025-07-24T05:40:31.5459349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\batch_norm_replacement.cpython-39.pyc 2025-07-24T05:40:31.5462919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\benchmark_utils.cpython-39.pyc 2025-07-24T05:40:31.5466394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compilers.cpython-39.pyc 2025-07-24T05:40:31.5469912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compile_utils.cpython-39.pyc 2025-07-24T05:40:31.5473620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:31.5477436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\deprecated.cpython-39.pyc 2025-07-24T05:40:31.5481180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\eager_transforms.cpython-39.pyc 2025-07-24T05:40:31.5485529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\functional_call.cpython-39.pyc 2025-07-24T05:40:31.5489285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\fx_minifier.cpython-39.pyc 2025-07-24T05:40:31.5493066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\make_functional.cpython-39.pyc 2025-07-24T05:40:31.5496876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\partitioners.cpython-39.pyc 2025-07-24T05:40:31.5501745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pyfunctorch.cpython-39.pyc 2025-07-24T05:40:31.5504611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\python_key.cpython-39.pyc 2025-07-24T05:40:31.5518651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pytree_hacks.cpython-39.pyc 2025-07-24T05:40:31.5522942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\top_operators_github_usage.cpython-39.pyc 2025-07-24T05:40:31.5525978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.5529567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\vmap.cpython-39.pyc 2025-07-24T05:40:31.5533087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.5542028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\aoti_call_delegate.py 2025-07-24T05:40:31.5547926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\associative_scan.py 2025-07-24T05:40:31.5549674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\auto_functionalize.py 2025-07-24T05:40:31.5563526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\base_hop.py 2025-07-24T05:40:31.5567073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\cond.py 2025-07-24T05:40:31.5570698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\effects.py 2025-07-24T05:40:31.5574338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\executorch_call_delegate.py 2025-07-24T05:40:31.5611321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flat_apply.py 2025-07-24T05:40:31.5614787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flex_attention.py 2025-07-24T05:40:31.5618944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\foreach_map.py 2025-07-24T05:40:31.5622080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\hints_wrap.py 2025-07-24T05:40:31.5625514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\invoke_subgraph.py 2025-07-24T05:40:31.5629008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\map.py 2025-07-24T05:40:31.5632453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\out_dtype.py 2025-07-24T05:40:31.5636451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\run_const_graph.py 2025-07-24T05:40:31.5639448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\scan.py 2025-07-24T05:40:31.5642997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\schema.py 2025-07-24T05:40:31.5646817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\strict_mode.py 2025-07-24T05:40:31.5650437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\torchbind.py 2025-07-24T05:40:31.5654139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\triton_kernel_wrap.py 2025-07-24T05:40:31.5657960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\utils.py 2025-07-24T05:40:31.5662313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\while_loop.py 2025-07-24T05:40:31.5669640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\wrap.py 2025-07-24T05:40:31.5673498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\_invoke_quant.py 2025-07-24T05:40:31.5677267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__init__.py 2025-07-24T05:40:31.5685630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\aoti_call_delegate.cpython-39.pyc 2025-07-24T05:40:31.5689464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\associative_scan.cpython-39.pyc 2025-07-24T05:40:31.5692811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\auto_functionalize.cpython-39.pyc 2025-07-24T05:40:31.5705799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\base_hop.cpython-39.pyc 2025-07-24T05:40:31.5709818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\cond.cpython-39.pyc 2025-07-24T05:40:31.5713222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\effects.cpython-39.pyc 2025-07-24T05:40:31.5716916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\executorch_call_delegate.cpython-39.pyc 2025-07-24T05:40:31.5720543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flat_apply.cpython-39.pyc 2025-07-24T05:40:31.5724224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flex_attention.cpython-39.pyc 2025-07-24T05:40:31.5728490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\foreach_map.cpython-39.pyc 2025-07-24T05:40:31.5732011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\hints_wrap.cpython-39.pyc 2025-07-24T05:40:31.5735553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\invoke_subgraph.cpython-39.pyc 2025-07-24T05:40:31.5739071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\map.cpython-39.pyc 2025-07-24T05:40:31.5742514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\out_dtype.cpython-39.pyc 2025-07-24T05:40:31.5746305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\run_const_graph.cpython-39.pyc 2025-07-24T05:40:31.5749835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\scan.cpython-39.pyc 2025-07-24T05:40:31.5753466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\schema.cpython-39.pyc 2025-07-24T05:40:31.5767104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\strict_mode.cpython-39.pyc 2025-07-24T05:40:31.5770829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\torchbind.cpython-39.pyc 2025-07-24T05:40:31.5774372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\triton_kernel_wrap.cpython-39.pyc 2025-07-24T05:40:31.5778021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.5781924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\while_loop.cpython-39.pyc 2025-07-24T05:40:31.5785417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\wrap.cpython-39.pyc 2025-07-24T05:40:31.5788927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\_invoke_quant.cpython-39.pyc 2025-07-24T05:40:31.5792545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.5812542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analyze_preserves_zero_mask.py 2025-07-24T05:40:31.5816100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\aoti_eager.py 2025-07-24T05:40:31.5819585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\async_compile.py 2025-07-24T05:40:31.5833385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autotune_process.py 2025-07-24T05:40:31.5836859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\bounds.py 2025-07-24T05:40:31.5840124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\choices.py 2025-07-24T05:40:31.5843555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codecache.py 2025-07-24T05:40:31.5849068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comms.py 2025-07-24T05:40:31.5853189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_analysis.py 2025-07-24T05:40:31.5857013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_lowering.py 2025-07-24T05:40:31.5860488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compiler_bisector.py 2025-07-24T05:40:31.5864134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx.py 2025-07-24T05:40:31.5868625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_async.py 2025-07-24T05:40:31.5872260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_ext.py 2025-07-24T05:40:31.5875770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx_subproc.py 2025-07-24T05:40:31.5879434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\config.py 2025-07-24T05:40:31.5883866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\constant_folding.py 2025-07-24T05:40:31.5887746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpp_builder.py 2025-07-24T05:40:31.5891846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpu_vec_isa.py 2025-07-24T05:40:31.5895462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_trees.py 2025-07-24T05:40:31.5899804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_utils.py 2025-07-24T05:40:31.5913116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\custom_graph_pass.py 2025-07-24T05:40:31.5916521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\debug.py 2025-07-24T05:40:31.5920504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\decomposition.py 2025-07-24T05:40:31.5924375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dependencies.py 2025-07-24T05:40:31.5928196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dtype_propagation.py 2025-07-24T05:40:31.5931748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\exc.py 2025-07-24T05:40:31.5935438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\extern_node_serializer.py 2025-07-24T05:40:31.5939001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing.py 2025-07-24T05:40:31.5942510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing_utils.py 2025-07-24T05:40:31.5945976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fuzzer.py 2025-07-24T05:40:31.5949507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_utils.py 2025-07-24T05:40:31.5952940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\graph.py 2025-07-24T05:40:31.5966793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\hooks.py 2025-07-24T05:40:31.5970227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\index_propagation.py 2025-07-24T05:40:31.5973771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\inductor_prims.py 2025-07-24T05:40:31.5977209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ir.py 2025-07-24T05:40:31.5982770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\jagged_lowerings.py 2025-07-24T05:40:31.5986544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\loop_body.py 2025-07-24T05:40:31.5990146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\lowering.py 2025-07-24T05:40:31.5994664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\memory.py 2025-07-24T05:40:31.5998124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\metrics.py 2025-07-24T05:40:31.6001747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_ir.py 2025-07-24T05:40:31.6005762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_lowerings.py 2025-07-24T05:40:31.6009690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mock_cache.py 2025-07-24T05:40:31.6023004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ops_handler.py 2025-07-24T05:40:31.6026963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\optimize_indexing.py 2025-07-24T05:40:31.6030777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\output_code.py 2025-07-24T05:40:31.6034640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\pattern_matcher.py 2025-07-24T05:40:31.6038716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\quantized_lowerings.py 2025-07-24T05:40:31.6042248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\remote_cache.py 2025-07-24T05:40:31.6045915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\scheduler.py 2025-07-24T05:40:31.6051191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\script.ld 2025-07-24T05:40:31.6054846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\select_algorithm.py 2025-07-24T05:40:31.6059362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\sizevars.py 2025-07-24T05:40:31.6081925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\standalone_compile.py 2025-07-24T05:40:31.6085921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\subgraph_lowering.py 2025-07-24T05:40:31.6089534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\template_heuristics.py 2025-07-24T05:40:31.6093173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_case.py 2025-07-24T05:40:31.6096708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_operators.py 2025-07-24T05:40:31.6100158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\tiling_utils.py 2025-07-24T05:40:31.6103759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\triton_bundler.py 2025-07-24T05:40:31.6107597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\utils.py 2025-07-24T05:40:31.6111734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\virtualized.py 2025-07-24T05:40:31.6115786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\wrapper_benchmark.py 2025-07-24T05:40:31.6129356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__autotune_main__.py 2025-07-24T05:40:31.6132785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__init__.py 2025-07-24T05:40:31.6139861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analysis\device_info.py 2025-07-24T05:40:31.6143251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analysis\profile_analysis.py 2025-07-24T05:40:31.6146688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analysis\__init__.py 2025-07-24T05:40:31.6162893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analysis\__pycache__\device_info.cpython-39.pyc 2025-07-24T05:40:31.6166800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analysis\__pycache__\profile_analysis.cpython-39.pyc 2025-07-24T05:40:31.6170275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analysis\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.6187778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic.py 2025-07-24T05:40:31.6191252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic_utils.py 2025-07-24T05:40:31.6194661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learnedheuristic_interface.py 2025-07-24T05:40:31.6208342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learned_heuristic_controller.py 2025-07-24T05:40:31.6211916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__init__.py 2025-07-24T05:40:31.6218119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py 2025-07-24T05:40:31.6221627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py 2025-07-24T05:40:31.6224964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py 2025-07-24T05:40:31.6238099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py 2025-07-24T05:40:31.6241620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py 2025-07-24T05:40:31.6245253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__init__.py 2025-07-24T05:40:31.6251576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMA100.cpython-39.pyc 2025-07-24T05:40:31.6255251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMH100.cpython-39.pyc 2025-07-24T05:40:31.6258951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingA100.cpython-39.pyc 2025-07-24T05:40:31.6272418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingH100.cpython-39.pyc 2025-07-24T05:40:31.6275957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_PadMMA100.cpython-39.pyc 2025-07-24T05:40:31.6279725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.6288041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic.cpython-39.pyc 2025-07-24T05:40:31.6291745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic_utils.cpython-39.pyc 2025-07-24T05:40:31.6295301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learnedheuristic_interface.cpython-39.pyc 2025-07-24T05:40:31.6309270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learned_heuristic_controller.cpython-39.pyc 2025-07-24T05:40:31.6312844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.6322103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_hipify_utils.py 2025-07-24T05:40:31.6325249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\block_analysis.py 2025-07-24T05:40:31.6329209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\common.py 2025-07-24T05:40:31.6333568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp.py 2025-07-24T05:40:31.6337940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_bmm_template.py 2025-07-24T05:40:31.6352905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_flex_attention_template.py 2025-07-24T05:40:31.6356642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_gemm_template.py 2025-07-24T05:40:31.6360399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_grouped_gemm_template.py 2025-07-24T05:40:31.6364099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_micro_gemm.py 2025-07-24T05:40:31.6368307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template.py 2025-07-24T05:40:31.6371923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template_kernel.py 2025-07-24T05:40:31.6375503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_utils.py 2025-07-24T05:40:31.6379545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu.py 2025-07-24T05:40:31.6383513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py 2025-07-24T05:40:31.6387329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_gpu.py 2025-07-24T05:40:31.6391034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_mps.py 2025-07-24T05:40:31.6394556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpu_device_op_overrides.py 2025-07-24T05:40:31.6399156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda_combined_scheduling.py 2025-07-24T05:40:31.6403020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\debug_utils.py 2025-07-24T05:40:31.6416549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\halide.py 2025-07-24T05:40:31.6420318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\memory_planning.py 2025-07-24T05:40:31.6423891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps.py 2025-07-24T05:40:31.6427494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps_device_op_overrides.py 2025-07-24T05:40:31.6431038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\multi_kernel.py 2025-07-24T05:40:31.6434851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd.py 2025-07-24T05:40:31.6439054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd_kernel_features.py 2025-07-24T05:40:31.6442704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\subgraph.py 2025-07-24T05:40:31.6446814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton.py 2025-07-24T05:40:31.6451798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_combo_kernel.py 2025-07-24T05:40:31.6455939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_split_scan.py 2025-07-24T05:40:31.6459506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_utils.py 2025-07-24T05:40:31.6473113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\wrapper.py 2025-07-24T05:40:31.6477704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\wrapper_fxir.py 2025-07-24T05:40:31.6481511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__init__.py 2025-07-24T05:40:31.6488278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\interface.cpp 2025-07-24T05:40:31.6496313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py 2025-07-24T05:40:31.6499713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_env.py 2025-07-24T05:40:31.6503187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_kernel.py 2025-07-24T05:40:31.6506658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_template.py 2025-07-24T05:40:31.6520833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_cache.py 2025-07-24T05:40:31.6524360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_presets.py 2025-07-24T05:40:31.6528032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_python_evt.py 2025-07-24T05:40:31.6531529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_utils.py 2025-07-24T05:40:31.6535326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\device_op_overrides.py 2025-07-24T05:40:31.6538952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\gemm_template.py 2025-07-24T05:40:31.6543014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\serialization.py 2025-07-24T05:40:31.6546630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__init__.py 2025-07-24T05:40:31.6552926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\evt_extensions.py 2025-07-24T05:40:31.6556710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py 2025-07-24T05:40:31.6560114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py 2025-07-24T05:40:31.6576204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\evt_extensions.cpython-39.pyc 2025-07-24T05:40:31.6579956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\gemm_operation_extensions.cpython-39.pyc 2025-07-24T05:40:31.6583406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.6602090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_cpp_scheduling.cpython-39.pyc 2025-07-24T05:40:31.6605653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_env.cpython-39.pyc 2025-07-24T05:40:31.6609263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_kernel.cpython-39.pyc 2025-07-24T05:40:31.6622845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_template.cpython-39.pyc 2025-07-24T05:40:31.6626291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_cache.cpython-39.pyc 2025-07-24T05:40:31.6629786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_presets.cpython-39.pyc 2025-07-24T05:40:31.6633576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_python_evt.cpython-39.pyc 2025-07-24T05:40:31.6637009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_utils.cpython-39.pyc 2025-07-24T05:40:31.6640560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\device_op_overrides.cpython-39.pyc 2025-07-24T05:40:31.6645258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\gemm_template.cpython-39.pyc 2025-07-24T05:40:31.6649240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\serialization.cpython-39.pyc 2025-07-24T05:40:31.6652983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.6661029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_conv_template.py 2025-07-24T05:40:31.6664572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_template.py 2025-07-24T05:40:31.6668053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_tile_template.py 2025-07-24T05:40:31.6671553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_tile_universal_gemm_template.py 2025-07-24T05:40:31.6685035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py 2025-07-24T05:40:31.6688685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\compile_command.py 2025-07-24T05:40:31.6692705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_benchmark_request.py 2025-07-24T05:40:31.6696265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py 2025-07-24T05:40:31.6699727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_kernel.py 2025-07-24T05:40:31.6703236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template.py 2025-07-24T05:40:31.6706682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template_buffer.py 2025-07-24T05:40:31.6710179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_utils.py 2025-07-24T05:40:31.6713829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__init__.py 2025-07-24T05:40:31.6720731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_conv_template.cpython-39.pyc 2025-07-24T05:40:31.6724343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_template.cpython-39.pyc 2025-07-24T05:40:31.6727918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_tile_template.cpython-39.pyc 2025-07-24T05:40:31.6740984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_tile_universal_gemm_template.cpython-39.pyc 2025-07-24T05:40:31.6744856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_universal_gemm_template.cpython-39.pyc 2025-07-24T05:40:31.6748724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\compile_command.cpython-39.pyc 2025-07-24T05:40:31.6752400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_benchmark_request.cpython-39.pyc 2025-07-24T05:40:31.6756002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_cpp_scheduling.cpython-39.pyc 2025-07-24T05:40:31.6760193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_kernel.cpython-39.pyc 2025-07-24T05:40:31.6763757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template.cpython-39.pyc 2025-07-24T05:40:31.6767544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template_buffer.cpython-39.pyc 2025-07-24T05:40:31.6771714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_utils.cpython-39.pyc 2025-07-24T05:40:31.6775449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.6783947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\device_op_overrides.py 2025-07-24T05:40:31.6787182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__init__.py 2025-07-24T05:40:31.6793401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\device_op_overrides.cpython-39.pyc 2025-07-24T05:40:31.6797350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.6805958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\aoti_hipify_utils.cpython-39.pyc 2025-07-24T05:40:31.6809577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\block_analysis.cpython-39.pyc 2025-07-24T05:40:31.6813063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\common.cpython-39.pyc 2025-07-24T05:40:31.6826866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp.cpython-39.pyc 2025-07-24T05:40:31.6865128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_bmm_template.cpython-39.pyc 2025-07-24T05:40:31.6868878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_flex_attention_template.cpython-39.pyc 2025-07-24T05:40:31.6872970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_gemm_template.cpython-39.pyc 2025-07-24T05:40:31.6877376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_grouped_gemm_template.cpython-39.pyc 2025-07-24T05:40:31.6881010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_micro_gemm.cpython-39.pyc 2025-07-24T05:40:31.6885220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template.cpython-39.pyc 2025-07-24T05:40:31.6888981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template_kernel.cpython-39.pyc 2025-07-24T05:40:31.6892613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_utils.cpython-39.pyc 2025-07-24T05:40:31.6896412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu.cpython-39.pyc 2025-07-24T05:40:31.6900800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu_array_ref.cpython-39.pyc 2025-07-24T05:40:31.6904458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_gpu.cpython-39.pyc 2025-07-24T05:40:31.6908784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_mps.cpython-39.pyc 2025-07-24T05:40:31.6916621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpu_device_op_overrides.cpython-39.pyc 2025-07-24T05:40:31.6920254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cuda_combined_scheduling.cpython-39.pyc 2025-07-24T05:40:31.6923732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\debug_utils.cpython-39.pyc 2025-07-24T05:40:31.6927514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\halide.cpython-39.pyc 2025-07-24T05:40:31.6931339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\memory_planning.cpython-39.pyc 2025-07-24T05:40:31.6934891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps.cpython-39.pyc 2025-07-24T05:40:31.6940285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps_device_op_overrides.cpython-39.pyc 2025-07-24T05:40:31.6944077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\multi_kernel.cpython-39.pyc 2025-07-24T05:40:31.6964109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd.cpython-39.pyc 2025-07-24T05:40:31.6968859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd_kernel_features.cpython-39.pyc 2025-07-24T05:40:31.6972624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\subgraph.cpython-39.pyc 2025-07-24T05:40:31.6975854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton.cpython-39.pyc 2025-07-24T05:40:31.6980597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_combo_kernel.cpython-39.pyc 2025-07-24T05:40:31.6984805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_split_scan.cpython-39.pyc 2025-07-24T05:40:31.7007760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_utils.cpython-39.pyc 2025-07-24T05:40:31.7008518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper.cpython-39.pyc 2025-07-24T05:40:31.7009256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper_fxir.cpython-39.pyc 2025-07-24T05:40:31.7011390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.7021047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\subproc_pool.py 2025-07-24T05:40:31.7025604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\tracked_process_pool.py 2025-07-24T05:40:31.7028282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\utils.py 2025-07-24T05:40:31.7032054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__init__.py 2025-07-24T05:40:31.7045499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__main__.py 2025-07-24T05:40:31.7052699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\subproc_pool.cpython-39.pyc 2025-07-24T05:40:31.7056566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\tracked_process_pool.cpython-39.pyc 2025-07-24T05:40:31.7060148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.7073850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.7077281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__main__.cpython-39.pyc 2025-07-24T05:40:31.7086114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\b2b_gemm.py 2025-07-24T05:40:31.7089699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\binary_folding.py 2025-07-24T05:40:31.7093382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\bucketing.py 2025-07-24T05:40:31.7096868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\ddp_fusion.py 2025-07-24T05:40:31.7110054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\decompose_mem_bound_mm.py 2025-07-24T05:40:31.7113526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\dedupe_symint_uses.py 2025-07-24T05:40:31.7117035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\efficient_conv_bn_eval.py 2025-07-24T05:40:31.7120477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\freezing_patterns.py 2025-07-24T05:40:31.7123815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\fsdp.py 2025-07-24T05:40:31.7127319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\fuse_attention.py 2025-07-24T05:40:31.7131459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\group_batch_fusion.py 2025-07-24T05:40:31.7135616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\joint_graph.py 2025-07-24T05:40:31.7139288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\micro_pipeline_tp.py 2025-07-24T05:40:31.7142902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\misc_patterns.py 2025-07-24T05:40:31.7147078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\mkldnn_fusion.py 2025-07-24T05:40:31.7150739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\numeric_utils.py 2025-07-24T05:40:31.7154334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pad_mm.py 2025-07-24T05:40:31.7157904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\post_grad.py 2025-07-24T05:40:31.7161786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pre_grad.py 2025-07-24T05:40:31.7165623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\quantization.py 2025-07-24T05:40:31.7170213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\reinplace.py 2025-07-24T05:40:31.7183631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\replace_random.py 2025-07-24T05:40:31.7187151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\split_cat.py 2025-07-24T05:40:31.7191295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__init__.py 2025-07-24T05:40:31.7199878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py 2025-07-24T05:40:31.7203411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py 2025-07-24T05:40:31.7207474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py 2025-07-24T05:40:31.7221907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py 2025-07-24T05:40:31.7225471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py 2025-07-24T05:40:31.7229200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py 2025-07-24T05:40:31.7232827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py 2025-07-24T05:40:31.7236329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py 2025-07-24T05:40:31.7240109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py 2025-07-24T05:40:31.7243770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py 2025-07-24T05:40:31.7247947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py 2025-07-24T05:40:31.7252168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py 2025-07-24T05:40:31.7255899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py 2025-07-24T05:40:31.7260324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py 2025-07-24T05:40:31.7264786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py 2025-07-24T05:40:31.7268694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_20.py 2025-07-24T05:40:31.7272440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_21.py 2025-07-24T05:40:31.7276670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_22.py 2025-07-24T05:40:31.7280908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_23.py 2025-07-24T05:40:31.7294587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_24.py 2025-07-24T05:40:31.7298431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py 2025-07-24T05:40:31.7302289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py 2025-07-24T05:40:31.7306188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py 2025-07-24T05:40:31.7309766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py 2025-07-24T05:40:31.7313339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py 2025-07-24T05:40:31.7317242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py 2025-07-24T05:40:31.7321135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py 2025-07-24T05:40:31.7325052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__init__.py 2025-07-24T05:40:31.7335470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\addmm_pattern.cpython-39.pyc 2025-07-24T05:40:31.7339900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\bmm_pattern.cpython-39.pyc 2025-07-24T05:40:31.7343639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\mm_pattern.cpython-39.pyc 2025-07-24T05:40:31.7357427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_1.cpython-39.pyc 2025-07-24T05:40:31.7361271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_10.cpython-39.pyc 2025-07-24T05:40:31.7364466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_11.cpython-39.pyc 2025-07-24T05:40:31.7368408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_12.cpython-39.pyc 2025-07-24T05:40:31.7372566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_13.cpython-39.pyc 2025-07-24T05:40:31.7376111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_14.cpython-39.pyc 2025-07-24T05:40:31.7379870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_15.cpython-39.pyc 2025-07-24T05:40:31.7383923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_16.cpython-39.pyc 2025-07-24T05:40:31.7387505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_17.cpython-39.pyc 2025-07-24T05:40:31.7391519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_18.cpython-39.pyc 2025-07-24T05:40:31.7395704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_19.cpython-39.pyc 2025-07-24T05:40:31.7399294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_2.cpython-39.pyc 2025-07-24T05:40:31.7403589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_20.cpython-39.pyc 2025-07-24T05:40:31.7416738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_21.cpython-39.pyc 2025-07-24T05:40:31.7420893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_22.cpython-39.pyc 2025-07-24T05:40:31.7424743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_23.cpython-39.pyc 2025-07-24T05:40:31.7428500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_24.cpython-39.pyc 2025-07-24T05:40:31.7432365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_3.cpython-39.pyc 2025-07-24T05:40:31.7436332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_4.cpython-39.pyc 2025-07-24T05:40:31.7439958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_5.cpython-39.pyc 2025-07-24T05:40:31.7443904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_6.cpython-39.pyc 2025-07-24T05:40:31.7448314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_7.cpython-39.pyc 2025-07-24T05:40:31.7452686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_8.cpython-39.pyc 2025-07-24T05:40:31.7456233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_9.cpython-39.pyc 2025-07-24T05:40:31.7459796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.7471104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\b2b_gemm.cpython-39.pyc 2025-07-24T05:40:31.7474621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\binary_folding.cpython-39.pyc 2025-07-24T05:40:31.7478526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\bucketing.cpython-39.pyc 2025-07-24T05:40:31.7491519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\ddp_fusion.cpython-39.pyc 2025-07-24T05:40:31.7495471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\decompose_mem_bound_mm.cpython-39.pyc 2025-07-24T05:40:31.7499196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\dedupe_symint_uses.cpython-39.pyc 2025-07-24T05:40:31.7502795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\efficient_conv_bn_eval.cpython-39.pyc 2025-07-24T05:40:31.7506409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\freezing_patterns.cpython-39.pyc 2025-07-24T05:40:31.7509828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fsdp.cpython-39.pyc 2025-07-24T05:40:31.7513731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fuse_attention.cpython-39.pyc 2025-07-24T05:40:31.7519032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\group_batch_fusion.cpython-39.pyc 2025-07-24T05:40:31.7521372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\joint_graph.cpython-39.pyc 2025-07-24T05:40:31.7525482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\micro_pipeline_tp.cpython-39.pyc 2025-07-24T05:40:31.7529445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\misc_patterns.cpython-39.pyc 2025-07-24T05:40:31.7533304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\mkldnn_fusion.cpython-39.pyc 2025-07-24T05:40:31.7537169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\numeric_utils.cpython-39.pyc 2025-07-24T05:40:31.7551752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pad_mm.cpython-39.pyc 2025-07-24T05:40:31.7554523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\post_grad.cpython-39.pyc 2025-07-24T05:40:31.7558537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pre_grad.cpython-39.pyc 2025-07-24T05:40:31.7562290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\quantization.cpython-39.pyc 2025-07-24T05:40:31.7566348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\reinplace.cpython-39.pyc 2025-07-24T05:40:31.7570150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\replace_random.cpython-39.pyc 2025-07-24T05:40:31.7574637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\split_cat.cpython-39.pyc 2025-07-24T05:40:31.7577871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.7586961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\bmm.py 2025-07-24T05:40:31.7590436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\conv.py 2025-07-24T05:40:31.7593789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_attention.py 2025-07-24T05:40:31.7597829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_decoding.py 2025-07-24T05:40:31.7601250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm.py 2025-07-24T05:40:31.7613898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_common.py 2025-07-24T05:40:31.7617339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_grouped.py 2025-07-24T05:40:31.7620947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_plus_mm.py 2025-07-24T05:40:31.7624290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__init__.py 2025-07-24T05:40:31.7631818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\bmm.cpython-39.pyc 2025-07-24T05:40:31.7635306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\conv.cpython-39.pyc 2025-07-24T05:40:31.7638758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_attention.cpython-39.pyc 2025-07-24T05:40:31.7651968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_decoding.cpython-39.pyc 2025-07-24T05:40:31.7655806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm.cpython-39.pyc 2025-07-24T05:40:31.7659462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_common.cpython-39.pyc 2025-07-24T05:40:31.7663001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_grouped.cpython-39.pyc 2025-07-24T05:40:31.7666728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_plus_mm.cpython-39.pyc 2025-07-24T05:40:31.7670239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.7678290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\build_package.py 2025-07-24T05:40:31.7681705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\package.py 2025-07-24T05:40:31.7684971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__init__.py 2025-07-24T05:40:31.7691740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\build_package.cpython-39.pyc 2025-07-24T05:40:31.7695481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\package.cpython-39.pyc 2025-07-24T05:40:31.7698942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.7717189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\autotune_cache.py 2025-07-24T05:40:31.7720578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\benchmarking.py 2025-07-24T05:40:31.7723925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\cache_dir_utils.py 2025-07-24T05:40:31.7727652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\compile_tasks.py 2025-07-24T05:40:31.7741173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\coordinate_descent_tuner.py 2025-07-24T05:40:31.7744822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\halide_helpers.py 2025-07-24T05:40:31.7748271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\hints.py 2025-07-24T05:40:31.7751805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\runtime_utils.py 2025-07-24T05:40:31.7755233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\static_cuda_launcher.py 2025-07-24T05:40:31.7758688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_compat.py 2025-07-24T05:40:31.7761951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_helpers.py 2025-07-24T05:40:31.7765553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_heuristics.py 2025-07-24T05:40:31.7769575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__init__.py 2025-07-24T05:40:31.7776515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\autotune_cache.cpython-39.pyc 2025-07-24T05:40:31.7780044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\benchmarking.cpython-39.pyc 2025-07-24T05:40:31.7783427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\cache_dir_utils.cpython-39.pyc 2025-07-24T05:40:31.7797342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\compile_tasks.cpython-39.pyc 2025-07-24T05:40:31.7800874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\coordinate_descent_tuner.cpython-39.pyc 2025-07-24T05:40:31.7804847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\halide_helpers.cpython-39.pyc 2025-07-24T05:40:31.7809077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\hints.cpython-39.pyc 2025-07-24T05:40:31.7812270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\runtime_utils.cpython-39.pyc 2025-07-24T05:40:31.7816353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\static_cuda_launcher.cpython-39.pyc 2025-07-24T05:40:31.7820180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_compat.cpython-39.pyc 2025-07-24T05:40:31.7823604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_helpers.cpython-39.pyc 2025-07-24T05:40:31.7827424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_heuristics.cpython-39.pyc 2025-07-24T05:40:31.7831091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.7840424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\analyze_preserves_zero_mask.cpython-39.pyc 2025-07-24T05:40:31.7844424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\aoti_eager.cpython-39.pyc 2025-07-24T05:40:31.7847981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\async_compile.cpython-39.pyc 2025-07-24T05:40:31.7861438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\autotune_process.cpython-39.pyc 2025-07-24T05:40:31.7865361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\bounds.cpython-39.pyc 2025-07-24T05:40:31.7868693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\choices.cpython-39.pyc 2025-07-24T05:40:31.7872453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\codecache.cpython-39.pyc 2025-07-24T05:40:31.7876907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comms.cpython-39.pyc 2025-07-24T05:40:31.7880841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_analysis.cpython-39.pyc 2025-07-24T05:40:31.7884522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_lowering.cpython-39.pyc 2025-07-24T05:40:31.7888136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compiler_bisector.cpython-39.pyc 2025-07-24T05:40:31.7891790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx.cpython-39.pyc 2025-07-24T05:40:31.7895762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_async.cpython-39.pyc 2025-07-24T05:40:31.7899658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_ext.cpython-39.pyc 2025-07-24T05:40:31.7903358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx_subproc.cpython-39.pyc 2025-07-24T05:40:31.7907016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:31.7921066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\constant_folding.cpython-39.pyc 2025-07-24T05:40:31.7925873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpp_builder.cpython-39.pyc 2025-07-24T05:40:31.7929855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpu_vec_isa.cpython-39.pyc 2025-07-24T05:40:31.7933600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_trees.cpython-39.pyc 2025-07-24T05:40:31.7937823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_utils.cpython-39.pyc 2025-07-24T05:40:31.7941786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\custom_graph_pass.cpython-39.pyc 2025-07-24T05:40:31.7945458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\debug.cpython-39.pyc 2025-07-24T05:40:31.7949225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\decomposition.cpython-39.pyc 2025-07-24T05:40:31.7963410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dependencies.cpython-39.pyc 2025-07-24T05:40:31.7967393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dtype_propagation.cpython-39.pyc 2025-07-24T05:40:31.7970929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\exc.cpython-39.pyc 2025-07-24T05:40:31.7974822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\extern_node_serializer.cpython-39.pyc 2025-07-24T05:40:31.7978829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing.cpython-39.pyc 2025-07-24T05:40:31.7982099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing_utils.cpython-39.pyc 2025-07-24T05:40:31.7986050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fuzzer.cpython-39.pyc 2025-07-24T05:40:31.7989933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fx_utils.cpython-39.pyc 2025-07-24T05:40:31.7993403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\graph.cpython-39.pyc 2025-07-24T05:40:31.8007661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\hooks.cpython-39.pyc 2025-07-24T05:40:31.8011993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\index_propagation.cpython-39.pyc 2025-07-24T05:40:31.8015247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\inductor_prims.cpython-39.pyc 2025-07-24T05:40:31.8018835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ir.cpython-39.pyc 2025-07-24T05:40:31.8024185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\jagged_lowerings.cpython-39.pyc 2025-07-24T05:40:31.8027818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\loop_body.cpython-39.pyc 2025-07-24T05:40:31.8031790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\lowering.cpython-39.pyc 2025-07-24T05:40:31.8036908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\memory.cpython-39.pyc 2025-07-24T05:40:31.8060098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\metrics.cpython-39.pyc 2025-07-24T05:40:31.8063603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_ir.cpython-39.pyc 2025-07-24T05:40:31.8067420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_lowerings.cpython-39.pyc 2025-07-24T05:40:31.8071064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mock_cache.cpython-39.pyc 2025-07-24T05:40:31.8074688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ops_handler.cpython-39.pyc 2025-07-24T05:40:31.8078494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\optimize_indexing.cpython-39.pyc 2025-07-24T05:40:31.8082201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\output_code.cpython-39.pyc 2025-07-24T05:40:31.8087986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\pattern_matcher.cpython-39.pyc 2025-07-24T05:40:31.8130720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\quantized_lowerings.cpython-39.pyc 2025-07-24T05:40:31.8134222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\remote_cache.cpython-39.pyc 2025-07-24T05:40:31.8137852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\scheduler.cpython-39.pyc 2025-07-24T05:40:31.8142911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\select_algorithm.cpython-39.pyc 2025-07-24T05:40:31.8147069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\sizevars.cpython-39.pyc 2025-07-24T05:40:31.8151500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\standalone_compile.cpython-39.pyc 2025-07-24T05:40:31.8154776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\subgraph_lowering.cpython-39.pyc 2025-07-24T05:40:31.8158418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\template_heuristics.cpython-39.pyc 2025-07-24T05:40:31.8171958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_case.cpython-39.pyc 2025-07-24T05:40:31.8175608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_operators.cpython-39.pyc 2025-07-24T05:40:31.8179595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\tiling_utils.cpython-39.pyc 2025-07-24T05:40:31.8183116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\triton_bundler.cpython-39.pyc 2025-07-24T05:40:31.8186735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.8190872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\virtualized.cpython-39.pyc 2025-07-24T05:40:31.8194401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\wrapper_benchmark.cpython-39.pyc 2025-07-24T05:40:31.8197837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\__autotune_main__.cpython-39.pyc 2025-07-24T05:40:31.8211429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8221836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\closure.py 2025-07-24T05:40:31.8225325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\computation.py 2025-07-24T05:40:31.8229256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\config.py 2025-07-24T05:40:31.8232543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\debug.py 2025-07-24T05:40:31.8235894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\device_context.py 2025-07-24T05:40:31.8249159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\extract_compiled_graph.py 2025-07-24T05:40:31.8252416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ir_cache.py 2025-07-24T05:40:31.8255732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\metrics.py 2025-07-24T05:40:31.8259056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\tensor_factory_functions.py 2025-07-24T05:40:31.8262825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ts_backend.py 2025-07-24T05:40:31.8265838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__init__.py 2025-07-24T05:40:31.8273868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\closure.cpython-39.pyc 2025-07-24T05:40:31.8277467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\computation.cpython-39.pyc 2025-07-24T05:40:31.8291106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\config.cpython-39.pyc 2025-07-24T05:40:31.8294667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\debug.cpython-39.pyc 2025-07-24T05:40:31.8298060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\device_context.cpython-39.pyc 2025-07-24T05:40:31.8302340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\extract_compiled_graph.cpython-39.pyc 2025-07-24T05:40:31.8305205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ir_cache.cpython-39.pyc 2025-07-24T05:40:31.8308817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\metrics.cpython-39.pyc 2025-07-24T05:40:31.8312435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\tensor_factory_functions.cpython-39.pyc 2025-07-24T05:40:31.8315857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ts_backend.cpython-39.pyc 2025-07-24T05:40:31.8319238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8336311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\autograd.py 2025-07-24T05:40:31.8339662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\custom_ops.py 2025-07-24T05:40:31.8343411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_class_registry.py 2025-07-24T05:40:31.8346747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_impl.py 2025-07-24T05:40:31.8360033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_profile.py 2025-07-24T05:40:31.8363397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\infer_schema.py 2025-07-24T05:40:31.8366855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\simple_registry.py 2025-07-24T05:40:31.8370188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\triton.py 2025-07-24T05:40:31.8373392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\utils.py 2025-07-24T05:40:31.8376640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__init__.py 2025-07-24T05:40:31.8383977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\autograd.cpython-39.pyc 2025-07-24T05:40:31.8387492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\custom_ops.cpython-39.pyc 2025-07-24T05:40:31.8391016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_class_registry.cpython-39.pyc 2025-07-24T05:40:31.8404062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_impl.cpython-39.pyc 2025-07-24T05:40:31.8407573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_profile.cpython-39.pyc 2025-07-24T05:40:31.8411258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\infer_schema.cpython-39.pyc 2025-07-24T05:40:31.8414588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\simple_registry.cpython-39.pyc 2025-07-24T05:40:31.8418445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\triton.cpython-39.pyc 2025-07-24T05:40:31.8422487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.8426046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8433755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\scribe.py 2025-07-24T05:40:31.8437123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\structured.py 2025-07-24T05:40:31.8440741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_internal.py 2025-07-24T05:40:31.8444339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_registrations.py 2025-07-24T05:40:31.8457756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__init__.py 2025-07-24T05:40:31.8464691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\scribe.cpython-39.pyc 2025-07-24T05:40:31.8478228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\structured.cpython-39.pyc 2025-07-24T05:40:31.8478994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_internal.cpython-39.pyc 2025-07-24T05:40:31.8486621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_registrations.cpython-39.pyc 2025-07-24T05:40:31.8490264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8498875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\fft.py 2025-07-24T05:40:31.8502593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\linalg.py 2025-07-24T05:40:31.8507829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\random.py 2025-07-24T05:40:31.8509285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_binary_ufuncs_impl.py 2025-07-24T05:40:31.8514322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_casting_dicts.py 2025-07-24T05:40:31.8528782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes.py 2025-07-24T05:40:31.8530270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes_impl.py 2025-07-24T05:40:31.8534427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs.py 2025-07-24T05:40:31.8537021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs_impl.py 2025-07-24T05:40:31.8540985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_getlimits.py 2025-07-24T05:40:31.8544858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ndarray.py 2025-07-24T05:40:31.8548303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_normalizations.py 2025-07-24T05:40:31.8551709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_reductions_impl.py 2025-07-24T05:40:31.8554973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ufuncs.py 2025-07-24T05:40:31.8563406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_unary_ufuncs_impl.py 2025-07-24T05:40:31.8563914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_util.py 2025-07-24T05:40:31.8565706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__init__.py 2025-07-24T05:40:31.8572636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\utils.py 2025-07-24T05:40:31.8576664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__init__.py 2025-07-24T05:40:31.8583578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\utils.cpython-39.pyc 2025-07-24T05:40:31.8587600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8595698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\fft.cpython-39.pyc 2025-07-24T05:40:31.8599462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\linalg.cpython-39.pyc 2025-07-24T05:40:31.8602880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\random.cpython-39.pyc 2025-07-24T05:40:31.8616583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_binary_ufuncs_impl.cpython-39.pyc 2025-07-24T05:40:31.8620510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_casting_dicts.cpython-39.pyc 2025-07-24T05:40:31.8624043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes.cpython-39.pyc 2025-07-24T05:40:31.8627423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes_impl.cpython-39.pyc 2025-07-24T05:40:31.8630869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs.cpython-39.pyc 2025-07-24T05:40:31.8634360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs_impl.cpython-39.pyc 2025-07-24T05:40:31.8638010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_getlimits.cpython-39.pyc 2025-07-24T05:40:31.8641594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ndarray.cpython-39.pyc 2025-07-24T05:40:31.8645946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_normalizations.cpython-39.pyc 2025-07-24T05:40:31.8649514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_reductions_impl.cpython-39.pyc 2025-07-24T05:40:31.8653020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ufuncs.cpython-39.pyc 2025-07-24T05:40:31.8656869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_unary_ufuncs_impl.cpython-39.pyc 2025-07-24T05:40:31.8660208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_util.cpython-39.pyc 2025-07-24T05:40:31.8663612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8681033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\context.py 2025-07-24T05:40:31.8684449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\debug_prims.py 2025-07-24T05:40:31.8688085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\executor.py 2025-07-24T05:40:31.8691353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\rng_prims.py 2025-07-24T05:40:31.8694702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__init__.py 2025-07-24T05:40:31.8712276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\context.cpython-39.pyc 2025-07-24T05:40:31.8715759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\debug_prims.cpython-39.pyc 2025-07-24T05:40:31.8719382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\executor.cpython-39.pyc 2025-07-24T05:40:31.8732411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\rng_prims.cpython-39.pyc 2025-07-24T05:40:31.8735818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8743740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\wrappers.py 2025-07-24T05:40:31.8747303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__init__.py 2025-07-24T05:40:31.8754419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\wrappers.cpython-39.pyc 2025-07-24T05:40:31.8758026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8765572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\fft.py 2025-07-24T05:40:31.8769158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\_conversions.py 2025-07-24T05:40:31.8772503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__init__.py 2025-07-24T05:40:31.8781329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__init__.py 2025-07-24T05:40:31.8787961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8795804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__init__.py 2025-07-24T05:40:31.8802726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__init__.py 2025-07-24T05:40:31.8809549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8817196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8835259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__init__.py 2025-07-24T05:40:31.8843092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8850026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\fft.cpython-39.pyc 2025-07-24T05:40:31.8853563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\_conversions.cpython-39.pyc 2025-07-24T05:40:31.8857126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8875772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\cli_function_profiler.py 2025-07-24T05:40:31.8880035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\compile_time_profiler.py 2025-07-24T05:40:31.8883548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__init__.py 2025-07-24T05:40:31.8900535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-07-24T05:40:31.8903638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\compile_time_profiler.cpython-39.pyc 2025-07-24T05:40:31.8907045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.8924770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_impls.py 2025-07-24T05:40:31.8928953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_tensor.py 2025-07-24T05:40:31.8932591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_utils.py 2025-07-24T05:40:31.8946618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\functional_tensor.py 2025-07-24T05:40:31.8949305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\meta_utils.py 2025-07-24T05:40:31.8953504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\schema_check_mode.py 2025-07-24T05:40:31.8956713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\_fake_tensor_utils.py 2025-07-24T05:40:31.8960379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__init__.py 2025-07-24T05:40:31.8968258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_impls.cpython-39.pyc 2025-07-24T05:40:31.8972091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_tensor.cpython-39.pyc 2025-07-24T05:40:31.8975987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_utils.cpython-39.pyc 2025-07-24T05:40:31.8990006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\functional_tensor.cpython-39.pyc 2025-07-24T05:40:31.8994086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\meta_utils.cpython-39.pyc 2025-07-24T05:40:31.8998491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\schema_check_mode.cpython-39.pyc 2025-07-24T05:40:31.9001305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\_fake_tensor_utils.cpython-39.pyc 2025-07-24T05:40:31.9005390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.9013543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__init__.py 2025-07-24T05:40:31.9020132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\version.py 2025-07-24T05:40:31.9023255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\_structures.py 2025-07-24T05:40:31.9031370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__init__.py 2025-07-24T05:40:31.9044741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\version.cpython-39.pyc 2025-07-24T05:40:31.9049635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\_structures.cpython-39.pyc 2025-07-24T05:40:31.9052203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.9069918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:31.9078297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\functional.cpython-39.pyc 2025-07-24T05:40:31.9082279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\hub.cpython-39.pyc 2025-07-24T05:40:31.9085938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\library.cpython-39.pyc 2025-07-24T05:40:31.9099396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\overrides.cpython-39.pyc 2025-07-24T05:40:31.9103855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\quasirandom.cpython-39.pyc 2025-07-24T05:40:31.9107791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\random.cpython-39.pyc 2025-07-24T05:40:31.9111259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\return_types.cpython-39.pyc 2025-07-24T05:40:31.9115896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\serialization.cpython-39.pyc 2025-07-24T05:40:31.9120626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\storage.cpython-39.pyc 2025-07-24T05:40:31.9125745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\torch_version.cpython-39.pyc 2025-07-24T05:40:31.9130319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\types.cpython-39.pyc 2025-07-24T05:40:31.9134572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\version.cpython-39.pyc 2025-07-24T05:40:31.9138936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_appdirs.cpython-39.pyc 2025-07-24T05:40:31.9143691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_classes.cpython-39.pyc 2025-07-24T05:40:31.9148203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_compile.cpython-39.pyc 2025-07-24T05:40:31.9152452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_custom_ops.cpython-39.pyc 2025-07-24T05:40:31.9156824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_deploy.cpython-39.pyc 2025-07-24T05:40:31.9435802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_environment.cpython-39.pyc 2025-07-24T05:40:31.9439528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_guards.cpython-39.pyc 2025-07-24T05:40:31.9443313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_jit_internal.cpython-39.pyc 2025-07-24T05:40:31.9447291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_linalg_utils.cpython-39.pyc 2025-07-24T05:40:31.9450894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lobpcg.cpython-39.pyc 2025-07-24T05:40:31.9454923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lowrank.cpython-39.pyc 2025-07-24T05:40:31.9458342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_meta_registrations.cpython-39.pyc 2025-07-24T05:40:31.9463988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_namedtensor_internals.cpython-39.pyc 2025-07-24T05:40:32.4659566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_ops.cpython-39.pyc 2025-07-24T05:40:32.4663010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_python_dispatcher.cpython-39.pyc 2025-07-24T05:40:32.4668024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_size_docs.cpython-39.pyc 2025-07-24T05:40:32.4672165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_sources.cpython-39.pyc 2025-07-24T05:40:32.4675864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_storage_docs.cpython-39.pyc 2025-07-24T05:40:32.4679554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_streambase.cpython-39.pyc 2025-07-24T05:40:32.4683263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor.cpython-39.pyc 2025-07-24T05:40:32.4687368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_docs.cpython-39.pyc 2025-07-24T05:40:32.4692229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_str.cpython-39.pyc 2025-07-24T05:40:32.7875445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_thread_safe_fork.cpython-39.pyc 2025-07-24T05:40:32.7879167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_torch_docs.cpython-39.pyc 2025-07-24T05:40:32.7885162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils.cpython-39.pyc 2025-07-24T05:40:32.7889090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils_internal.cpython-39.pyc 2025-07-24T05:40:32.7893213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_VF.cpython-39.pyc 2025-07-24T05:40:32.7897342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_vmap_internals.cpython-39.pyc 2025-07-24T05:40:32.7900711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_weights_only_unpickler.cpython-39.pyc 2025-07-24T05:40:32.7904487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__config__.cpython-39.pyc 2025-07-24T05:40:32.7916353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__future__.cpython-39.pyc 2025-07-24T05:40:32.7919949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__init__.cpython-39.pyc 2025-07-24T05:40:32.7928573Z 13430 File(s) copied 2025-07-24T05:40:33.1986147Z ********************************************************************** 2025-07-24T05:40:33.1986728Z ** Visual Studio 2022 Developer Command Prompt v17.8.22 2025-07-24T05:40:33.1987078Z ** Copyright (c) 2022 Microsoft Corporation 2025-07-24T05:40:33.1987376Z ********************************************************************** 2025-07-24T05:40:34.6374280Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-07-24T05:40:34.6408659Z 2025-07-24T05:40:34.6409152Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-07-24T05:40:34.6412833Z 2025-07-24T05:40:34.6413355Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-07-24T05:40:34.6415700Z 2025-07-24T05:40:34.6416078Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-07-24T05:40:34.6418509Z 2025-07-24T05:40:34.6418929Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-07-24T05:40:34.6421348Z 2025-07-24T05:40:34.6421533Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-07-24T05:40:34.6619114Z ACTIONS_ID_TOKEN_REQUEST_TOKEN=*** 2025-07-24T05:40:34.6620205Z ACTIONS_ID_TOKEN_REQUEST_URL=https://run-actions-3-azure-eastus.actions.githubusercontent.com/79//idtoken/462206c4-f316-434a-914e-4c0fe68d812b/54487076-2346-5fea-84cf-492026322222?api-version=2.0 2025-07-24T05:40:34.6621338Z ACTIONS_RUNNER_HOOK_JOB_COMPLETED=C:\actions-runner\jobcompleted.ps1 2025-07-24T05:40:34.6621735Z ALLUSERSPROFILE=C:\ProgramData 2025-07-24T05:40:34.6622101Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-24T05:40:34.6622548Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-07-24T05:40:34.6622841Z AWS_DEFAULT_REGION=us-east-1 2025-07-24T05:40:34.6623223Z AWS_EXECUTION_ENV=EC2 2025-07-24T05:40:34.6623449Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-07-24T05:40:34.6623709Z CI=true 2025-07-24T05:40:34.6623887Z CommandPromptType=Native 2025-07-24T05:40:34.6624166Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-07-24T05:40:34.6624486Z COMPUTERNAME=EC2AMAZ-IFQ8336 2025-07-24T05:40:34.6624734Z COMSPEC=C:\Windows\system32\cmd.exe 2025-07-24T05:40:34.6625093Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:40:34.6625457Z CONDA_DEFAULT_ENV=base 2025-07-24T05:40:34.6625728Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-07-24T05:40:34.6626143Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:40:34.6626541Z CONDA_PARENT_DIR=C:\Jenkins 2025-07-24T05:40:34.6626775Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-07-24T05:40:34.6627056Z CONDA_PROMPT_MODIFIER=(base) 2025-07-24T05:40:34.6627344Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-07-24T05:40:34.6627768Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:40:34.6628162Z CONDA_SHLVL=1 2025-07-24T05:40:34.6628352Z CONTINUE_THROUGH_ERROR=False 2025-07-24T05:40:34.6628684Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-07-24T05:40:34.6629145Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-07-24T05:40:34.6629633Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-07-24T05:40:34.6630100Z CUDA_PATH_V12_9=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-07-24T05:40:34.6630478Z CUDA_VERSION=cpu 2025-07-24T05:40:34.6630715Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-07-24T05:40:34.6631084Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-07-24T05:40:34.6631479Z CommonProgramW6432=C:\Program Files\Common Files 2025-07-24T05:40:34.6631977Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\ 2025-07-24T05:40:34.6632416Z DISTUTILS_USE_SDK=1 2025-07-24T05:40:34.6632694Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-07-24T05:40:34.6633002Z EC2LAUNCH_TELEMETRY=1 2025-07-24T05:40:34.6633382Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-07-24T05:40:34.6635600Z EXTERNAL_INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;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\\um;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\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-07-24T05:40:34.6637852Z Framework40Version=v4.0 2025-07-24T05:40:34.6638151Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-07-24T05:40:34.6638566Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-07-24T05:40:34.6638904Z FrameworkVersion=v4.0.30319 2025-07-24T05:40:34.6639148Z FrameworkVersion64=v4.0.30319 2025-07-24T05:40:34.6639395Z GITHUB_ACTION=test 2025-07-24T05:40:34.6639584Z GITHUB_ACTIONS=true 2025-07-24T05:40:34.6639792Z GITHUB_ACTION_REF= 2025-07-24T05:40:34.6639988Z GITHUB_ACTION_REPOSITORY= 2025-07-24T05:40:34.6640229Z GITHUB_ACTOR=pytorch-bot[bot] 2025-07-24T05:40:34.6640472Z GITHUB_ACTOR_ID=54816060 2025-07-24T05:40:34.6640722Z GITHUB_API_URL=https://api.github.com 2025-07-24T05:40:34.6641029Z GITHUB_BASE_REF= 2025-07-24T05:40:34.6641465Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:40:34.6641981Z GITHUB_EVENT_NAME=push 2025-07-24T05:40:34.6642325Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-07-24T05:40:34.6642780Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-07-24T05:40:34.6643136Z GITHUB_HEAD_REF= 2025-07-24T05:40:34.6643332Z GITHUB_JOB=test 2025-07-24T05:40:34.6643823Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:40:34.6644737Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:40:34.6645292Z GITHUB_REF=refs/tags/ciflow/trunk/149961 2025-07-24T05:40:34.6645576Z GITHUB_REF_NAME=ciflow/trunk/149961 2025-07-24T05:40:34.6645843Z GITHUB_REF_PROTECTED=false 2025-07-24T05:40:34.6646071Z GITHUB_REF_TYPE=tag 2025-07-24T05:40:34.6646302Z GITHUB_REPOSITORY=pytorch/pytorch 2025-07-24T05:40:34.6646562Z GITHUB_REPOSITORY_ID=65600975 2025-07-24T05:40:34.6646812Z GITHUB_REPOSITORY_OWNER=pytorch 2025-07-24T05:40:34.6647056Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-07-24T05:40:34.6647328Z GITHUB_RETENTION_DAYS=90 2025-07-24T05:40:34.6647549Z GITHUB_RUN_ATTEMPT=1 2025-07-24T05:40:34.6647747Z GITHUB_RUN_ID=16487210679 2025-07-24T05:40:34.6647976Z GITHUB_RUN_NUMBER=137322 2025-07-24T05:40:34.6648212Z GITHUB_SERVER_URL=https://github.com 2025-07-24T05:40:34.6648520Z GITHUB_SHA=27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:40:34.6649080Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:40:34.6649937Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:40:34.6650550Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-07-24T05:40:34.6650837Z GITHUB_WORKFLOW=trunk 2025-07-24T05:40:34.6651269Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/149961 2025-07-24T05:40:34.6651810Z GITHUB_WORKFLOW_SHA=27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:40:34.6652235Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:40:34.6652562Z GIT_DEFAULT_BRANCH=main 2025-07-24T05:40:34.6652782Z HOME=C:\Users\runneruser 2025-07-24T05:40:34.6654693Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;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\\um;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\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-07-24T05:40:34.6657072Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-07-24T05:40:34.6657600Z INSTALL_WINDOWS_SDK=1 2025-07-24T05:40:34.6657806Z JOB_ID=46618106337 2025-07-24T05:40:34.6658271Z JOB_NAME=win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:40:34.6659467Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-24T05:40:34.6661671Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-24T05:40:34.6663146Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-07-24T05:40:34.6663545Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-07-24T05:40:34.6663886Z NO_TD=False 2025-07-24T05:40:34.6664078Z NO_TEST_TIMEOUT=False 2025-07-24T05:40:34.6664281Z NUMBER_OF_PROCESSORS=16 2025-07-24T05:40:34.6664539Z NUM_TEST_SHARDS=3 2025-07-24T05:40:34.6664746Z OLDPWD=C:/16487210679/build-results 2025-07-24T05:40:34.6664996Z OS=Windows_NT 2025-07-24T05:40:34.6671877Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;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\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\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;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-07-24T05:40:34.6679287Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-07-24T05:40:34.6679657Z Platform=x64 2025-07-24T05:40:34.6679855Z PROCESSOR_ARCHITECTURE=AMD64 2025-07-24T05:40:34.6680270Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-07-24T05:40:34.6680722Z PROCESSOR_LEVEL=6 2025-07-24T05:40:34.6680983Z PROCESSOR_REVISION=5507 2025-07-24T05:40:34.6681248Z PROGRAMFILES=C:\Program Files 2025-07-24T05:40:34.6681579Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-07-24T05:40:34.6681989Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:40:34.6682358Z PROMPT=(base) $P$G 2025-07-24T05:40:34.6682554Z PR_NUMBER= 2025-07-24T05:40:34.6683068Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-07-24T05:40:34.6683644Z PUBLIC=C:\Users\Public 2025-07-24T05:40:34.6684100Z *** 2025-07-24T05:40:34.6684515Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-07-24T05:40:34.6684949Z PYTHON_VERSION=3.9 2025-07-24T05:40:34.6685252Z PYTORCH_FINAL_PACKAGE_DIR=C:/16487210679/build-results/ 2025-07-24T05:40:34.6685693Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\16487210679\build-results\ 2025-07-24T05:40:34.6686033Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-07-24T05:40:34.6686317Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-07-24T05:40:34.6686584Z ProgramData=C:\ProgramData 2025-07-24T05:40:34.6686841Z ProgramFiles(x86)=C:\Program Files (x86) 2025-07-24T05:40:34.6687124Z ProgramW6432=C:\Program Files 2025-07-24T05:40:34.6687358Z REENABLED_ISSUES= 2025-07-24T05:40:34.6687543Z RUNNER_ARCH=X64 2025-07-24T05:40:34.6687752Z RUNNER_ENVIRONMENT=self-hosted 2025-07-24T05:40:34.6688038Z RUNNER_NAME=i-0ca4d02821c447333 2025-07-24T05:40:34.6688272Z RUNNER_OS=Windows 2025-07-24T05:40:34.6688500Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-07-24T05:40:34.6688909Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-07-24T05:40:34.6689303Z RUNNER_TRACKING_ID=github_1b2b6e89-3dfe-4f68-8556-2aae9cde6973 2025-07-24T05:40:34.6689758Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-07-24T05:40:34.6690254Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-07-24T05:40:34.6690737Z SHA1=27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:40:34.6691062Z SHARD_NUMBER=1 2025-07-24T05:40:34.6691244Z SHLVL=2 2025-07-24T05:40:34.6691561Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-07-24T05:40:34.6691927Z SYSTEMDRIVE=C: 2025-07-24T05:40:34.6692112Z SYSTEMROOT=C:\Windows 2025-07-24T05:40:34.6692347Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:40:34.6692616Z TERM=xterm-256color 2025-07-24T05:40:34.6692817Z TEST_CONFIG=default 2025-07-24T05:40:34.6693063Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-07-24T05:40:34.6693452Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-07-24T05:40:34.6693771Z TEST_SHOWLOCALS=False 2025-07-24T05:40:34.6694009Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:40:34.6694312Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:40:34.6694711Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-24T05:40:34.6695228Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-07-24T05:40:34.6695577Z TORCH_CUDA_ARCH_LIST=8.6 2025-07-24T05:40:34.6695820Z TORCH_SERIALIZATION_DEBUG=1 2025-07-24T05:40:34.6696048Z UCRTVersion=10.0.19041.0 2025-07-24T05:40:34.6696362Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-07-24T05:40:34.6696721Z UPDATEFILE=update.finished 2025-07-24T05:40:34.6696968Z USERDOMAIN=EC2AMAZ-IFQ8336 2025-07-24T05:40:34.6697224Z USERNAME=runneruser 2025-07-24T05:40:34.6697442Z USERPROFILE=C:\Users\runneruser 2025-07-24T05:40:34.6697712Z USE_CUDA=0 2025-07-24T05:40:34.6698144Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\ 2025-07-24T05:40:34.6698751Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\ 2025-07-24T05:40:34.6699398Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\ 2025-07-24T05:40:34.6700170Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Redist\MSVC\14.38.33130\ 2025-07-24T05:40:34.6700670Z VCToolsVersion=14.38.33130 2025-07-24T05:40:34.6700978Z VC_PRODUCT=BuildTools 2025-07-24T05:40:34.6701189Z VC_VERSION= 2025-07-24T05:40:34.6701356Z VC_YEAR=2022 2025-07-24T05:40:34.6701560Z VERBOSE_ARG='SilentlyContinue' 2025-07-24T05:40:34.6701797Z VERBOSE_TEST_LOGS=False 2025-07-24T05:40:34.6702022Z VisualStudioVersion=17.0 2025-07-24T05:40:34.6702441Z VS170COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\ 2025-07-24T05:40:34.6702903Z VSCMD_ARG_app_plat=Desktop 2025-07-24T05:40:34.6703123Z VSCMD_ARG_HOST_ARCH=x64 2025-07-24T05:40:34.6703500Z VSCMD_ARG_TGT_ARCH=x64 2025-07-24T05:40:34.6703704Z VSCMD_VER=17.8.22 2025-07-24T05:40:34.6704094Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\ 2025-07-24T05:40:34.6704529Z VS_VERSION=17.4.1 2025-07-24T05:40:34.6704724Z WINDIR=C:\Windows 2025-07-24T05:40:34.6705279Z 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-07-24T05:40:34.6705983Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-07-24T05:40:34.6706405Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-07-24T05:40:34.6706731Z WindowsSDKLibVersion=10.0.19041.0\ 2025-07-24T05:40:34.6707128Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-07-24T05:40:34.6707546Z WindowsSDKVersion=10.0.19041.0\ 2025-07-24T05:40:34.6708032Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-07-24T05:40:34.6708769Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-07-24T05:40:34.6709512Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-07-24T05:40:34.6710048Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-07-24T05:40:34.6710326Z __DOTNET_ADD_64BIT=1 2025-07-24T05:40:34.6710617Z __DOTNET_PREFERRED_BITNESS=64 2025-07-24T05:40:34.6713694Z __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-07-24T05:40:34.6716717Z 2025-07-24T05:40:34.6716906Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:40:34.6717278Z echo "setup pytorch env failed" 2025-07-24T05:40:34.6717527Z echo 0 2025-07-24T05:40:34.6717696Z exit /b 2025-07-24T05:40:34.6717867Z ) 2025-07-24T05:40:34.6717959Z 2025-07-24T05:40:34.6718113Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2025-07-24T05:40:34.6718371Z 2025-07-24T05:40:34.6718770Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2025-07-24T05:40:34.6719273Z 2025-07-24T05:40:34.6719676Z (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-07-24T05:40:34.6720252Z echo Some smoke tests 2025-07-24T05:40:34.6720626Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2025-07-24T05:40:34.6721358Z python C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\run_python_nn_smoketests.py 2025-07-24T05:40:34.6722022Z if ERRORLEVEL 1 goto fail 2025-07-24T05:40:34.6722435Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2025-07-24T05:40:34.6722861Z if ERRORLEVEL 1 goto fail 2025-07-24T05:40:34.6723087Z ) ) 2025-07-24T05:40:34.6723251Z Some smoke tests 2025-07-24T05:40:34.6723556Z Current Registry Settings for python.exe executable are: 00000002 2025-07-24T05:40:34.6723917Z sls - Show Loader Snaps 2025-07-24T05:40:45.5195534Z Checking that torch is available 2025-07-24T05:40:45.5195880Z Command: python -c import torch 2025-07-24T05:40:45.5196365Z Checking that MKL is available 2025-07-24T05:40:45.5196780Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2025-07-24T05:40:45.5308494Z Current Registry Settings for python.exe executable are: 00000000 2025-07-24T05:40:45.5321520Z 2025-07-24T05:40:45.5321858Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2025-07-24T05:40:45.5322474Z Copying over test times file 2025-07-24T05:40:45.5323715Z 2025-07-24T05:40:45.5324713Z (base) C:\actions-runner\_work\pytorch\pytorch\test>robocopy /E "C:\16487210679\build-results\\.additional_ci_files" "C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files" 2025-07-24T05:40:45.5477524Z 2025-07-24T05:40:45.5477999Z ------------------------------------------------------------------------------- 2025-07-24T05:40:45.5484390Z ROBOCOPY :: Robust File Copy for Windows 2025-07-24T05:40:45.5484904Z ------------------------------------------------------------------------------- 2025-07-24T05:40:45.5485179Z 2025-07-24T05:40:45.5485296Z Started : Thursday, July 24, 2025 5:40:45 AM 2025-07-24T05:40:45.5485800Z Source : C:\16487210679\build-results\.additional_ci_files\ 2025-07-24T05:40:45.5486253Z Dest : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-07-24T05:40:45.5486546Z 2025-07-24T05:40:45.5486629Z Files : *.* 2025-07-24T05:40:45.5486809Z 2025-07-24T05:40:45.5487042Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-07-24T05:40:45.5487279Z 2025-07-24T05:40:45.5487426Z ------------------------------------------------------------------------------ 2025-07-24T05:40:45.5487693Z 2025-07-24T05:40:45.5494096Z 2 C:\16487210679\build-results\.additional_ci_files\ 2025-07-24T05:40:45.5494897Z *EXTRA File 78037 td_results.json 2025-07-24T05:40:45.5503109Z New File 7.9 m test-class-times.json 2025-07-24T05:40:45.5505895Z 6.2% 2025-07-24T05:40:45.5509264Z 12.5% 2025-07-24T05:40:45.5512065Z 18.7% 2025-07-24T05:40:45.5515411Z 25.0% 2025-07-24T05:40:45.5518137Z 31.2% 2025-07-24T05:40:45.5521583Z 37.5% 2025-07-24T05:40:45.5524433Z 43.7% 2025-07-24T05:40:45.5527692Z 50.0% 2025-07-24T05:40:45.5530477Z 56.2% 2025-07-24T05:40:45.5533736Z 62.5% 2025-07-24T05:40:45.5536485Z 68.7% 2025-07-24T05:40:45.5540599Z 75.0% 2025-07-24T05:40:45.5543150Z 81.3% 2025-07-24T05:40:45.5546413Z 87.5% 2025-07-24T05:40:45.5549164Z 93.8% 2025-07-24T05:40:45.5551477Z 100% 2025-07-24T05:40:45.5563857Z New File 2.2 m test-times.json 2025-07-24T05:40:45.5566744Z 22% 2025-07-24T05:40:45.5570089Z 45% 2025-07-24T05:40:45.5572684Z 67% 2025-07-24T05:40:45.5574595Z 90% 2025-07-24T05:40:45.5576987Z 100% 2025-07-24T05:40:45.5577340Z 2025-07-24T05:40:45.5577504Z ------------------------------------------------------------------------------ 2025-07-24T05:40:45.5577783Z 2025-07-24T05:40:45.5578849Z Total Copied Skipped Mismatch FAILED Extras 2025-07-24T05:40:45.5579675Z Dirs : 1 0 1 0 0 0 2025-07-24T05:40:45.5580527Z Files : 2 2 0 0 0 1 2025-07-24T05:40:45.5581398Z Bytes : 10.20 m 10.20 m 0 0 0 76.2 k 2025-07-24T05:40:45.5582244Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-07-24T05:40:45.5582626Z 2025-07-24T05:40:45.5583161Z 2025-07-24T05:40:45.5584192Z Speed : 1783244000 Bytes/sec. 2025-07-24T05:40:45.5585134Z Speed : 102038.040 MegaBytes/min. 2025-07-24T05:40:45.5585483Z Ended : Thursday, July 24, 2025 5:40:45 AM 2025-07-24T05:40:45.5585804Z 2025-07-24T05:40:45.5600225Z 2025-07-24T05:40:45.5600484Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2025-07-24T05:40:45.5601176Z Run nn tests 2025-07-24T05:40:45.5602325Z 2025-07-24T05:40:45.5603002Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "3" --verbose 2025-07-24T05:40:52.6225162Z Found test times from artifacts 2025-07-24T05:40:52.7649670Z Found test times from artifacts 2025-07-24T05:40:52.7697699Z Running 25% of tests based on TD 2025-07-24T05:40:52.8126304Z Running parallel tests on 3 processes 2025-07-24T05:40:52.8130925Z Name: tests to run (est. time: 0.2min) 2025-07-24T05:40:52.8131250Z Serial tests (4): 2025-07-24T05:40:52.8131476Z inductor/test_max_autotune 1/1 2025-07-24T05:40:52.8131745Z inductor/test_flex_attention 1/1 2025-07-24T05:40:52.8132015Z inductor/test_benchmark_fusion 1/1 2025-07-24T05:40:52.8132299Z inductor/test_cutlass_backend 1/1 2025-07-24T05:40:52.8132558Z Parallel tests (41): 2025-07-24T05:40:52.8132785Z inductor/test_aot_inductor 1/1 2025-07-24T05:40:52.8133049Z inductor/test_aot_inductor_utils 1/1 2025-07-24T05:40:52.8133333Z test_public_bindings 1/1 2025-07-24T05:40:52.8133637Z inductor/test_torchinductor_codegen_dynamic_shapes 1/1 2025-07-24T05:40:52.8133985Z inductor/test_cpu_repro 1/1 2025-07-24T05:40:52.8134361Z dynamo/test_logging 1/1 2025-07-24T05:40:52.8134616Z inductor/test_compiled_optimizers 1/1 2025-07-24T05:40:52.8134897Z dynamo/test_after_aot 1/1 2025-07-24T05:40:52.8135155Z inductor/test_coordinate_descent_tuner 1/1 2025-07-24T05:40:52.8135467Z inductor/test_group_batch_fusion 1/1 2025-07-24T05:40:52.8136880Z inductor/test_layout_optim 1/1 2025-07-24T05:40:52.8137158Z inductor/test_fused_attention 1/1 2025-07-24T05:40:52.8137441Z inductor/test_mkldnn_pattern_matcher 1/1 2025-07-24T05:40:52.8137737Z dynamo/test_ctx_manager 1/1 2025-07-24T05:40:52.8137985Z inductor/test_split_cat_fx_passes 1/1 2025-07-24T05:40:52.8138262Z dynamo/test_backends 1/1 2025-07-24T05:40:52.8138530Z inductor/test_torchinductor_strided_blocks 1/1 2025-07-24T05:40:52.8138858Z inductor/test_codegen_triton 1/1 2025-07-24T05:40:52.8139135Z inductor/test_halide 1/1 2025-07-24T05:40:52.8139372Z inductor/test_dependencies 1/1 2025-07-24T05:40:52.8139636Z dynamo/test_modules 1/1 2025-07-24T05:40:52.8139873Z export/test_retraceability 1/1 2025-07-24T05:40:52.8140133Z dynamo/test_pre_dispatch 1/1 2025-07-24T05:40:52.8140373Z dynamo/test_config 1/1 2025-07-24T05:40:52.8140650Z export/test_export_training_ir_to_run_decomp 1/1 2025-07-24T05:40:52.8140959Z dynamo/test_global 1/1 2025-07-24T05:40:52.8141200Z inductor/test_triton_kernels 1/1 2025-07-24T05:40:52.8141480Z inductor/test_aot_inductor_custom_ops 1/1 2025-07-24T05:40:52.8141763Z dynamo/test_deque_reconstruct 1/1 2025-07-24T05:40:52.8142028Z inductor/test_analysis 1/1 2025-07-24T05:40:52.8142263Z dynamo/test_cudagraphs 1/1 2025-07-24T05:40:52.8142511Z inductor/test_inductor_utils 1/1 2025-07-24T05:40:52.8142781Z export/test_export_strict 1/1 2025-07-24T05:40:52.8143051Z test_content_store 1/1 2025-07-24T05:40:52.8143286Z inductor/test_inductor_annotations 1/1 2025-07-24T05:40:52.8143570Z dynamo/test_base_output 1/1 2025-07-24T05:40:52.8143813Z inductor/test_b2b_gemm 1/1 2025-07-24T05:40:52.8144093Z export/test_export_with_inline_and_install 1/1 2025-07-24T05:40:52.8144397Z export/test_tree_utils 1/1 2025-07-24T05:40:52.8144637Z inductor/test_minifier_utils 1/1 2025-07-24T05:40:52.8145408Z inductor/test_debug_trace 1/1 2025-07-24T05:40:52.8145690Z Name: excluded (est. time: 89.89min) 2025-07-24T05:40:52.8145954Z Serial tests (46): 2025-07-24T05:40:52.8146171Z test_multiprocessing 1/2 2025-07-24T05:40:52.8146422Z test_multiprocessing 2/2 2025-07-24T05:40:52.8146659Z test_utils 1/1 2025-07-24T05:40:52.8146862Z test_cpp_extensions_jit 1/1 2025-07-24T05:40:52.8147114Z test_reductions 1/1 2025-07-24T05:40:52.8147312Z test_nn 1/1 2025-07-24T05:40:52.8147523Z test_multiprocessing_spawn 1/1 2025-07-24T05:40:52.8147935Z distributions/test_distributions 1/1 2025-07-24T05:40:52.8148223Z test_dispatch 1/1 2025-07-24T05:40:52.8148420Z test_fx 1/1 2025-07-24T05:40:52.8148625Z nn/test_pooling 1/1 2025-07-24T05:40:52.8148847Z test_tensor_creation_ops 1/1 2025-07-24T05:40:52.8149099Z test_tensorexpr 1/1 2025-07-24T05:40:52.8149309Z nn/test_convolution 1/1 2025-07-24T05:40:52.8149549Z test_spectral_ops 1/1 2025-07-24T05:40:52.8149823Z test_cpp_extensions_open_device_registration 1/1 2025-07-24T05:40:52.8150118Z test_torch 1/1 2025-07-24T05:40:52.8150316Z test_openreg 1/1 2025-07-24T05:40:52.8150519Z test_python_dispatch 1/1 2025-07-24T05:40:52.8150791Z functorch/test_memory_efficient_fusion 1/1 2025-07-24T05:40:52.8151076Z test_cpp_api_parity 1/1 2025-07-24T05:40:52.8151309Z test_fake_tensor 1/1 2025-07-24T05:40:52.8151537Z test_transformers_privateuse1 1/1 2025-07-24T05:40:52.8151813Z test_overrides 1/1 2025-07-24T05:40:52.8152028Z test_sort_and_select 1/1 2025-07-24T05:40:52.8152287Z test_namedtuple_return_api 1/1 2025-07-24T05:40:52.8152557Z test_mobile_optimizer 1/1 2025-07-24T05:40:52.8152837Z test_autocast 1/1 2025-07-24T05:40:52.8153078Z test_jit_disabled 1/1 2025-07-24T05:40:52.8153312Z test_autograd_fallback 1/1 2025-07-24T05:40:52.8153568Z test_native_mha 1/1 2025-07-24T05:40:52.8153793Z test_extension_utils 1/1 2025-07-24T05:40:52.8154073Z test_cpp_extensions_aot_ninja 1/1 2025-07-24T05:40:52.8154370Z test_cpp_extensions_aot_no_ninja 1/1 2025-07-24T05:40:52.8154657Z test_cpp_extensions_mtia_backend 1/1 2025-07-24T05:40:52.8154963Z test_cpp_extensions_stream_and_event 1/1 2025-07-24T05:40:52.8155253Z test_show_pickle 1/1 2025-07-24T05:40:52.8155510Z inductor/test_distributed_patterns 1/1 2025-07-24T05:40:52.8155800Z dynamo/test_fake_distributed 1/1 2025-07-24T05:40:52.8156092Z test_ci_sanity_check_fail 1/1 2025-07-24T05:40:52.8156349Z test_cuda_trace 1/1 2025-07-24T05:40:52.8156633Z test_cuda_nvml_based_avail 1/1 2025-07-24T05:40:52.8156910Z test_cuda_primary_ctx 1/1 2025-07-24T05:40:52.8157146Z doctests 1/1 2025-07-24T05:40:52.8157362Z test_autoload_disable 1/1 2025-07-24T05:40:52.8157606Z test_autoload_enable 1/1 2025-07-24T05:40:52.8157860Z Parallel tests (103): 2025-07-24T05:40:52.8158070Z test_ops 3/9 2025-07-24T05:40:52.8158288Z test_ops_gradients 1/2 2025-07-24T05:40:52.8158535Z test_ops_gradients 2/2 2025-07-24T05:40:52.8158761Z test_meta 1/5 2025-07-24T05:40:52.8158976Z test_quantization 1/2 2025-07-24T05:40:52.8159219Z test_quantization 2/2 2025-07-24T05:40:52.8159461Z test_nestedtensor 1/4 2025-07-24T05:40:52.8159703Z functorch/test_aotdispatch 4/7 2025-07-24T05:40:52.8159994Z functorch/test_aotdispatch 5/7 2025-07-24T05:40:52.8160267Z functorch/test_aotdispatch 6/7 2025-07-24T05:40:52.8160545Z test_ops_jit 3/3 2025-07-24T05:40:52.8160770Z test_ops_fwd_gradients 1/2 2025-07-24T05:40:52.8161030Z test_ops_fwd_gradients 2/2 2025-07-24T05:40:52.8161293Z test_modules 2/2 2025-07-24T05:40:52.8161502Z test_dataloader 1/2 2025-07-24T05:40:52.8161735Z test_dataloader 2/2 2025-07-24T05:40:52.8161982Z higher_order_ops/test_invoke_subgraph 1/1 2025-07-24T05:40:52.8162276Z test_jit 1/1 2025-07-24T05:40:52.8162477Z test_serialization 1/1 2025-07-24T05:40:52.8162718Z test_optim 1/1 2025-07-24T05:40:52.8163011Z test_dynamic_shapes 1/1 2025-07-24T05:40:52.8163269Z test_fx_experimental 1/1 2025-07-24T05:40:52.8163500Z test_autograd 1/1 2025-07-24T05:40:52.8163859Z test_mkldnn 1/1 2025-07-24T05:40:52.8164076Z export/test_converter 1/1 2025-07-24T05:40:52.8164367Z higher_order_ops/test_invoke_quant 1/1 2025-07-24T05:40:52.8164661Z test_jit_autocast 1/1 2025-07-24T05:40:52.8164906Z export/test_verifier 1/1 2025-07-24T05:40:52.8165164Z nn/test_embedding 1/1 2025-07-24T05:40:52.8165517Z export/test_pass_infra 1/1 2025-07-24T05:40:52.8165780Z test_out_dtype_op 1/1 2025-07-24T05:40:52.8166031Z profiler/test_memory_profiler 1/1 2025-07-24T05:40:52.8166325Z test_functionalization 1/1 2025-07-24T05:40:52.8166587Z nn/test_multihead_attention 1/1 2025-07-24T05:40:52.8166884Z export/test_tools 1/1 2025-07-24T05:40:52.8167181Z torch_np/numpy_tests/fft/test_helper 1/1 2025-07-24T05:40:52.8167490Z export/test_draft_export 1/1 2025-07-24T05:40:52.8167755Z test_weak 1/1 2025-07-24T05:40:52.8167947Z test_openmp 1/1 2025-07-24T05:40:52.8168183Z functorch/test_vmap_registrations 1/1 2025-07-24T05:40:52.8168487Z benchmark_utils/test_benchmark_utils 1/1 2025-07-24T05:40:52.8168822Z torch_np/numpy_tests/lib/test_histograms 1/1 2025-07-24T05:40:52.8169125Z test_function_schema 1/1 2025-07-24T05:40:52.8169373Z test_subclass 1/1 2025-07-24T05:40:52.8169605Z functorch/test_control_flow 1/1 2025-07-24T05:40:52.8169905Z profiler/test_execution_trace 1/1 2025-07-24T05:40:52.8170172Z test_matmul_cuda 1/1 2025-07-24T05:40:52.8170407Z nn/test_lazy_modules 1/1 2025-07-24T05:40:52.8170730Z functorch/test_minifier 1/1 2025-07-24T05:40:52.8170966Z test_dlpack 1/1 2025-07-24T05:40:52.8171175Z test_prims 1/1 2025-07-24T05:40:52.8171392Z torch_np/test_unary_ufuncs 1/1 2025-07-24T05:40:52.8171679Z profiler/test_profiler_tree 1/1 2025-07-24T05:40:52.8171977Z torch_np/numpy_tests/lib/test_type_check 1/1 2025-07-24T05:40:52.8172291Z nn/test_dropout 1/1 2025-07-24T05:40:52.8172518Z torch_np/test_random 1/1 2025-07-24T05:40:52.8172785Z torch_np/test_scalars_0D_arrays 1/1 2025-07-24T05:40:52.8173070Z lazy/test_functionalization 1/1 2025-07-24T05:40:52.8173360Z test_utils_config_module 1/1 2025-07-24T05:40:52.8173631Z torch_np/test_function_base 1/1 2025-07-24T05:40:52.8173878Z test_itt 1/1 2025-07-24T05:40:52.8174084Z test_cuda 1/1 2025-07-24T05:40:52.8174283Z test_deploy 1/1 2025-07-24T05:40:52.8174539Z test_rename_privateuse1_to_existing_device 1/1 2025-07-24T05:40:52.8174855Z inductor/test_metrics 1/1 2025-07-24T05:40:52.8175120Z dynamo/test_frame_init 1/1 2025-07-24T05:40:52.8175374Z inductor/test_op_dtype_prop 1/1 2025-07-24T05:40:52.8175667Z dynamo/test_graph_region_tracker 1/1 2025-07-24T05:40:52.8175953Z dynamo/test_metrics_context 1/1 2025-07-24T05:40:52.8176246Z inductor/test_autoheuristic 1/1 2025-07-24T05:40:52.8176558Z inductor/test_move_constructors_to_cuda 1/1 2025-07-24T05:40:52.8176864Z inductor/test_control_flow 1/1 2025-07-24T05:40:52.8177142Z inductor/test_xpu_basic 1/1 2025-07-24T05:40:52.8177388Z inductor/test_fuzzer 1/1 2025-07-24T05:40:52.8177638Z dynamo/test_resume 1/1 2025-07-24T05:40:52.8177882Z dynamo/test_reconstruct 1/1 2025-07-24T05:40:52.8178155Z dynamo/test_fx_graph_runnable 1/1 2025-07-24T05:40:52.8178425Z inductor/test_padding 1/1 2025-07-24T05:40:52.8178708Z dynamo/test_install_free_tensors 1/1 2025-07-24T05:40:52.8178989Z dynamo/test_unittest 1/1 2025-07-24T05:40:52.8179265Z inductor/test_cutlass_evt 1/1 2025-07-24T05:40:52.8179543Z dynamo/test_pgo 1/1 2025-07-24T05:40:52.8179786Z inductor/test_decompose_mem_bound_mm 1/1 2025-07-24T05:40:52.8180089Z dynamo/test_profiler 1/1 2025-07-24T05:40:52.8180335Z inductor/test_loop_ordering 1/1 2025-07-24T05:40:52.8180619Z dynamo/test_precompile_context 1/1 2025-07-24T05:40:52.8180982Z inductor/test_alignment 1/1 2025-07-24T05:40:52.8181248Z inductor/test_mps_basic 1/1 2025-07-24T05:40:52.8181492Z inductor/test_torchbind 1/1 2025-07-24T05:40:52.8181754Z dynamo/test_debug_utils 1/1 2025-07-24T05:40:52.8182051Z dynamo/test_cudagraphs_expandable_segments 1/1 2025-07-24T05:40:52.8182364Z dynamo/test_flat_apply 1/1 2025-07-24T05:40:52.8182622Z dynamo/test_error_messages 1/1 2025-07-24T05:40:52.8182887Z dynamo/test_input_attr_tracking 1/1 2025-07-24T05:40:52.8183279Z export/test_experimental 1/1 2025-07-24T05:40:52.8183541Z dynamo/test_einops 1/1 2025-07-24T05:40:52.8183788Z dynamo/test_hooks 1/1 2025-07-24T05:40:52.8184014Z xpu/test_fusion 1/1 2025-07-24T05:40:52.8184265Z test_appending_byte_serializer 1/1 2025-07-24T05:40:52.8184530Z test_jiterator 1/1 2025-07-24T05:40:52.8184752Z xpu/test_gemm 1/1 2025-07-24T05:40:52.8184991Z optim/test_lrscheduler 1/1 2025-07-24T05:40:52.8185236Z test_accelerator 1/1 2025-07-24T05:40:52.8185585Z Running inductor/test_max_autotune 1/1 ... [2025-07-24 05:40:52.813642] 2025-07-24T05:40:52.8186000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:40:52.8186991Z 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-07-24 05:40:52.813642] 2025-07-24T05:40:52.8188604Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:40:52.8189441Z Ignoring disabled issues: [''] 2025-07-24T05:41:35.9076575Z 2025-07-24T05:41:35.9077424Z 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_1138535c953ea52a_.log 2025-07-24T05:41:35.9078128Z 2025-07-24T05:41:35.9086254Z Running inductor/test_flex_attention 1/1 ... [2025-07-24 05:41:35.908090] 2025-07-24T05:41:35.9086773Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:41:35.9095979Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_flex_attention.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-07-24 05:41:35.909336] 2025-07-24T05:41:35.9097136Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:41:35.9097570Z Uploading artifacts took 0.00 seconds 2025-07-24T05:41:41.0211820Z 2025-07-24T05:41:41.0212737Z inductor/test_flex_attention 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_flex_attention_1.1_d7d0b6de83a0e121_.log 2025-07-24T05:41:41.0213540Z 2025-07-24T05:41:41.0218893Z Running inductor/test_benchmark_fusion 1/1 ... [2025-07-24 05:41:41.021334] 2025-07-24T05:41:41.0219891Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:41:41.0227577Z 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-07-24 05:41:41.022514] 2025-07-24T05:41:50.9544733Z 2025-07-24T05:41:50.9545698Z 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_7eb5eabf7083cf44_.log 2025-07-24T05:41:50.9546395Z 2025-07-24T05:41:50.9552702Z Running inductor/test_cutlass_backend 1/1 ... [2025-07-24 05:41:50.954849] 2025-07-24T05:41:50.9553182Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:41:50.9559137Z 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-07-24 05:41:50.954849] 2025-07-24T05:42:00.8552135Z 2025-07-24T05:42:00.8553082Z 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_9e2b1dd9d14dd855_.log 2025-07-24T05:42:00.8553791Z 2025-07-24T05:42:00.8557966Z Running inductor/test_aot_inductor 1/1 ... [2025-07-24 05:42:00.853723] 2025-07-24T05:42:00.8558392Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:42:00.8564675Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor.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-07-24 05:42:00.853723] 2025-07-24T05:42:10.7642690Z 2025-07-24T05:42:10.7643932Z inductor/test_aot_inductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.1_64d556652cb0207b_.log 2025-07-24T05:42:10.7644687Z 2025-07-24T05:42:10.7649299Z Running inductor/test_aot_inductor_utils 1/1 ... [2025-07-24 05:42:10.764703] 2025-07-24T05:42:10.7649786Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:42:10.7655136Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_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-07-24 05:42:10.765291] 2025-07-24T05:42:20.6194539Z 2025-07-24T05:42:20.6201217Z inductor/test_aot_inductor_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_utils_1.1_fd330f91db83bb0e_.log 2025-07-24T05:42:20.6202194Z Running 0 items in this shard: 2025-07-24T05:42:20.6202363Z 2025-07-24T05:42:20.6202538Z Running test_public_bindings 1/1 ... [2025-07-24 05:42:20.610270] 2025-07-24T05:42:20.6202939Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:42:20.6208584Z 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-07-24 05:42:20.620369] 2025-07-24T05:42:24.9051047Z 2025-07-24T05:42:24.9052133Z test_public_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_public_bindings_1.1_79f14964b113832f_.log 2025-07-24T05:42:24.9052897Z Running 0 items in this shard: 2025-07-24T05:42:24.9053103Z 2025-07-24T05:42:24.9058495Z Running inductor/test_torchinductor_codegen_dynamic_shapes 1/1 ... [2025-07-24 05:42:24.905336] 2025-07-24T05:42:24.9059055Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:42:24.9067480Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_codegen_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-07-24 05:42:24.906537] 2025-07-24T05:42:34.9668401Z 2025-07-24T05:42:34.9669458Z inductor/test_torchinductor_codegen_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_codegen_dynamic_shapes_1.1_499051c19ab84e49_.log 2025-07-24T05:42:34.9670328Z 2025-07-24T05:42:34.9675491Z Running inductor/test_cpu_repro 1/1 ... [2025-07-24 05:42:34.967312] 2025-07-24T05:42:34.9675884Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:42:34.9683550Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_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-07-24 05:42:34.967913] 2025-07-24T05:42:44.8432641Z 2025-07-24T05:42:44.8433510Z inductor/test_cpu_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_repro_1.1_dc312b001ab9d750_.log 2025-07-24T05:42:44.8434154Z 2025-07-24T05:42:44.8438307Z Running dynamo/test_logging 1/1 ... [2025-07-24 05:42:44.840093] 2025-07-24T05:42:44.8438708Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:42:44.8446177Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_logging.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-07-24 05:42:44.840093] 2025-07-24T05:42:54.5856536Z 2025-07-24T05:42:54.5857377Z dynamo/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_logging_1.1_d557f76249287939_.log 2025-07-24T05:42:54.5857998Z 2025-07-24T05:42:54.5862263Z Running inductor/test_compiled_optimizers 1/1 ... [2025-07-24 05:42:54.579843] 2025-07-24T05:42:54.5862719Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:42:54.5868634Z 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-07-24 05:42:54.579843] 2025-07-24T05:43:08.5348554Z 2025-07-24T05:43:08.5349749Z 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_6bd2726b0a4b2613_.log 2025-07-24T05:43:08.5350607Z 2025-07-24T05:43:08.5356474Z Running dynamo/test_after_aot 1/1 ... [2025-07-24 05:43:08.535320] 2025-07-24T05:43:08.5356992Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:43:08.5369155Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_after_aot.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-07-24 05:43:08.536564] 2025-07-24T05:43:13.0801893Z 2025-07-24T05:43:13.0802795Z dynamo/test_after_aot 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_after_aot_1.1_3ff4820531818f2d_.log 2025-07-24T05:43:13.0803421Z 2025-07-24T05:43:13.0808021Z Running inductor/test_coordinate_descent_tuner 1/1 ... [2025-07-24 05:43:13.074598] 2025-07-24T05:43:13.0808528Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:43:13.0813936Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_coordinate_descent_tuner.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-07-24 05:43:13.074598] 2025-07-24T05:43:22.8364471Z 2025-07-24T05:43:22.8365478Z inductor/test_coordinate_descent_tuner 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_coordinate_descent_tuner_1.1_5ca3bf176752a503_.log 2025-07-24T05:43:22.8366265Z 2025-07-24T05:43:22.8370102Z Running inductor/test_group_batch_fusion 1/1 ... [2025-07-24 05:43:22.836813] 2025-07-24T05:43:22.8370551Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:43:22.8376751Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_group_batch_fusion.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-07-24 05:43:22.837387] 2025-07-24T05:43:32.5592250Z 2025-07-24T05:43:32.5593467Z inductor/test_group_batch_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_group_batch_fusion_1.1_8de205f44a779245_.log 2025-07-24T05:43:32.5594389Z 2025-07-24T05:43:32.5598299Z Running inductor/test_layout_optim 1/1 ... [2025-07-24 05:43:32.559358] 2025-07-24T05:43:32.5598727Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:43:32.5604864Z 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-07-24 05:43:32.559985] 2025-07-24T05:43:42.0846611Z 2025-07-24T05:43:42.0847955Z 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_2742219cafebf5a2_.log 2025-07-24T05:43:42.0848643Z 2025-07-24T05:43:42.0852173Z Running inductor/test_fused_attention 1/1 ... [2025-07-24 05:43:42.081972] 2025-07-24T05:43:42.0852603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:43:42.0858657Z 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-07-24 05:43:42.081972] 2025-07-24T05:43:51.6984546Z 2025-07-24T05:43:51.6985468Z 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_77e36e32852558dd_.log 2025-07-24T05:43:51.6986151Z 2025-07-24T05:43:51.6990192Z Running inductor/test_mkldnn_pattern_matcher 1/1 ... [2025-07-24 05:43:51.689989] 2025-07-24T05:43:51.6990636Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:43:51.6997250Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_mkldnn_pattern_matcher.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-07-24 05:43:51.689989] 2025-07-24T05:44:01.4563170Z 2025-07-24T05:44:01.4564143Z inductor/test_mkldnn_pattern_matcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mkldnn_pattern_matcher_1.1_56b3c03d2f364d72_.log 2025-07-24T05:44:01.4564909Z 2025-07-24T05:44:01.4569163Z Running dynamo/test_ctx_manager 1/1 ... [2025-07-24 05:44:01.456674] 2025-07-24T05:44:01.4569570Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:44:01.4575599Z 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-07-24 05:44:01.457247] 2025-07-24T05:44:11.1685107Z 2025-07-24T05:44:11.1685978Z 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_efed28efc027e319_.log 2025-07-24T05:44:11.1686639Z 2025-07-24T05:44:11.1691162Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-07-24 05:44:11.168939] 2025-07-24T05:44:11.1691599Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:44:11.1697736Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_split_cat_fx_passes.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-07-24 05:44:11.169540] 2025-07-24T05:44:20.9572728Z 2025-07-24T05:44:20.9573867Z inductor/test_split_cat_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_passes_1.1_031d29ac0dcbfd88_.log 2025-07-24T05:44:20.9574589Z 2025-07-24T05:44:20.9578737Z Running dynamo/test_backends 1/1 ... [2025-07-24 05:44:20.956323] 2025-07-24T05:44:20.9579163Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:44:20.9585065Z 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-07-24 05:44:20.956323] 2025-07-24T05:44:30.5459659Z 2025-07-24T05:44:30.5460506Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_dca201b832201f02_.log 2025-07-24T05:44:30.5461149Z 2025-07-24T05:44:30.5465716Z Running inductor/test_torchinductor_strided_blocks 1/1 ... [2025-07-24 05:44:30.546416] 2025-07-24T05:44:30.5466211Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:44:30.5472049Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_strided_blocks.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-07-24 05:44:30.546989] 2025-07-24T05:44:40.2887680Z 2025-07-24T05:44:40.2888834Z inductor/test_torchinductor_strided_blocks 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_strided_blocks_1.1_0c424801ba4afe93_.log 2025-07-24T05:44:40.2889650Z 2025-07-24T05:44:40.2893569Z Running inductor/test_codegen_triton 1/1 ... [2025-07-24 05:44:40.288793] 2025-07-24T05:44:40.2894041Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:44:40.2900371Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_codegen_triton.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-07-24 05:44:40.289895] 2025-07-24T05:44:49.9879236Z 2025-07-24T05:44:49.9880302Z inductor/test_codegen_triton 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_codegen_triton_1.1_6af70168828a490a_.log 2025-07-24T05:44:49.9881005Z 2025-07-24T05:44:49.9884997Z Running inductor/test_halide 1/1 ... [2025-07-24 05:44:49.982466] 2025-07-24T05:44:49.9885403Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:44:49.9891285Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_halide.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-07-24 05:44:49.982466] 2025-07-24T05:44:59.7565159Z 2025-07-24T05:44:59.7566179Z inductor/test_halide 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_halide_1.1_728374aec4fe20bf_.log 2025-07-24T05:44:59.7566815Z 2025-07-24T05:44:59.7571184Z Running inductor/test_dependencies 1/1 ... [2025-07-24 05:44:59.748138] 2025-07-24T05:44:59.7571623Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:44:59.7577607Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_dependencies.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-07-24 05:44:59.748138] 2025-07-24T05:45:09.6206010Z 2025-07-24T05:45:09.6206899Z inductor/test_dependencies 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_dependencies_1.1_3a1dd203ddc8edae_.log 2025-07-24T05:45:09.6207581Z 2025-07-24T05:45:09.6211811Z Running dynamo/test_modules 1/1 ... [2025-07-24 05:45:09.606766] 2025-07-24T05:45:09.6212208Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:45:09.6223752Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.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-07-24 05:45:09.606766] 2025-07-24T05:45:19.3770942Z 2025-07-24T05:45:19.3771931Z dynamo/test_modules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modules_1.1_8e751fb7ac8f6d6f_.log 2025-07-24T05:45:19.3772554Z 2025-07-24T05:45:19.3776480Z Running export/test_retraceability 1/1 ... [2025-07-24 05:45:19.374744] 2025-07-24T05:45:19.3776909Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:45:19.3783093Z 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-07-24 05:45:19.377853] 2025-07-24T05:45:29.0696218Z 2025-07-24T05:45:29.0697140Z export/test_retraceability 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_retraceability_1.1_3ffb33a4ab0e4204_.log 2025-07-24T05:45:29.0697816Z 2025-07-24T05:45:29.0702514Z Running dynamo/test_pre_dispatch 1/1 ... [2025-07-24 05:45:29.070111] 2025-07-24T05:45:29.0702987Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:45:29.0708557Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_pre_dispatch.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-07-24 05:45:29.070709] 2025-07-24T05:45:33.5624802Z 2025-07-24T05:45:33.5625662Z dynamo/test_pre_dispatch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_pre_dispatch_1.1_60c320946829657e_.log 2025-07-24T05:45:33.5626319Z 2025-07-24T05:45:33.5630818Z Running dynamo/test_config 1/1 ... [2025-07-24 05:45:33.562775] 2025-07-24T05:45:33.5631901Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:45:33.5637296Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/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-07-24 05:45:33.563380] 2025-07-24T05:45:37.9738005Z 2025-07-24T05:45:37.9738984Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_a2b3b22a2d29f3d1_.log 2025-07-24T05:45:37.9739588Z 2025-07-24T05:45:37.9746572Z Running export/test_export_training_ir_to_run_decomp 1/1 ... [2025-07-24 05:45:37.974468] 2025-07-24T05:45:37.9747127Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:45:37.9754019Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_training_ir_to_run_decomp.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-07-24 05:45:37.975062] 2025-07-24T05:45:47.6452595Z 2025-07-24T05:45:47.6453765Z export/test_export_training_ir_to_run_decomp 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_training_ir_to_run_decomp_1.1_c0782de3f26fd721_.log 2025-07-24T05:45:47.6454670Z 2025-07-24T05:45:47.6458483Z Running dynamo/test_global 1/1 ... [2025-07-24 05:45:47.645425] 2025-07-24T05:45:47.6458887Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:45:47.6465599Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global.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-07-24 05:45:47.646381] 2025-07-24T05:45:52.0333171Z 2025-07-24T05:45:52.0334045Z dynamo/test_global 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_global_1.1_e5f9df8f64bc7110_.log 2025-07-24T05:45:52.0334663Z 2025-07-24T05:45:52.0338764Z Running inductor/test_triton_kernels 1/1 ... [2025-07-24 05:45:52.030656] 2025-07-24T05:45:52.0339345Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:45:52.0355931Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_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-07-24 05:45:52.035206] 2025-07-24T05:46:01.7943056Z 2025-07-24T05:46:01.7944256Z inductor/test_triton_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_kernels_1.1_12caeff9efed3e38_.log 2025-07-24T05:46:01.7944966Z 2025-07-24T05:46:01.7949804Z Running inductor/test_aot_inductor_custom_ops 1/1 ... [2025-07-24 05:46:01.793293] 2025-07-24T05:46:01.7950368Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:01.7955377Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_custom_ops.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-07-24 05:46:01.794904] 2025-07-24T05:46:11.3889618Z 2025-07-24T05:46:11.3890642Z inductor/test_aot_inductor_custom_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_custom_ops_1.1_e0d9101a1214c8da_.log 2025-07-24T05:46:11.3891398Z 2025-07-24T05:46:11.3895493Z Running dynamo/test_deque_reconstruct 1/1 ... [2025-07-24 05:46:11.389286] 2025-07-24T05:46:11.3895976Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:11.3907281Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_deque_reconstruct.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-07-24 05:46:11.390478] 2025-07-24T05:46:15.6527559Z 2025-07-24T05:46:15.6528507Z dynamo/test_deque_reconstruct 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_deque_reconstruct_1.1_903afdb20f568e31_.log 2025-07-24T05:46:15.6529275Z 2025-07-24T05:46:15.6533348Z Running inductor/test_analysis 1/1 ... [2025-07-24 05:46:15.648704] 2025-07-24T05:46:15.6533796Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:15.6539920Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_analysis.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-07-24 05:46:15.648704] 2025-07-24T05:46:25.4544727Z 2025-07-24T05:46:25.4545844Z inductor/test_analysis 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_analysis_1.1_fec14f6073391f9c_.log 2025-07-24T05:46:25.4546640Z Running 0 items in this shard: 2025-07-24T05:46:25.4546908Z 2025-07-24T05:46:25.4551130Z Running dynamo/test_cudagraphs 1/1 ... [2025-07-24 05:46:25.444877] 2025-07-24T05:46:25.4551633Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:25.4557011Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_cudagraphs.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-07-24 05:46:25.444877] 2025-07-24T05:46:29.9284084Z 2025-07-24T05:46:29.9284986Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_2031358631df83e8_.log 2025-07-24T05:46:29.9285640Z 2025-07-24T05:46:29.9289877Z Running inductor/test_inductor_utils 1/1 ... [2025-07-24 05:46:29.925973] 2025-07-24T05:46:29.9290325Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:29.9296217Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_inductor_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-07-24 05:46:29.925973] 2025-07-24T05:46:34.1687949Z 2025-07-24T05:46:34.1688884Z inductor/test_inductor_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inductor_utils_1.1_de175a5b58e12303_.log 2025-07-24T05:46:34.1689607Z 2025-07-24T05:46:34.1694893Z Running export/test_export_strict 1/1 ... [2025-07-24 05:46:34.169254] 2025-07-24T05:46:34.1695575Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:34.1702826Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_strict.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-07-24 05:46:34.169848] 2025-07-24T05:46:43.8357623Z 2025-07-24T05:46:43.8358547Z export/test_export_strict 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_strict_1.1_6d829e73d7ef00a7_.log 2025-07-24T05:46:43.8359252Z 2025-07-24T05:46:43.8364689Z Running test_content_store 1/1 ... [2025-07-24 05:46:43.836080] 2025-07-24T05:46:43.8365115Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:43.8372337Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_content_store.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-07-24 05:46:43.836664] 2025-07-24T05:46:48.4369394Z 2025-07-24T05:46:48.4370298Z test_content_store 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_content_store_1.1_d444477739aa58ea_.log 2025-07-24T05:46:48.4371292Z Running 0 items in this shard: 2025-07-24T05:46:48.4371505Z 2025-07-24T05:46:48.4375716Z Running inductor/test_inductor_annotations 1/1 ... [2025-07-24 05:46:48.437311] 2025-07-24T05:46:48.4376228Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:48.4382200Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_inductor_annotations.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-07-24 05:46:48.437914] 2025-07-24T05:46:57.9894593Z 2025-07-24T05:46:57.9895602Z inductor/test_inductor_annotations 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inductor_annotations_1.1_07174a912179df58_.log 2025-07-24T05:46:57.9896350Z 2025-07-24T05:46:57.9900313Z Running dynamo/test_base_output 1/1 ... [2025-07-24 05:46:57.989343] 2025-07-24T05:46:57.9900734Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:46:57.9906904Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_base_output.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-07-24 05:46:57.990485] 2025-07-24T05:47:02.5007302Z 2025-07-24T05:47:02.5008379Z dynamo/test_base_output 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_output_1.1_af4153a99c29e0f0_.log 2025-07-24T05:47:02.5009079Z 2025-07-24T05:47:02.5012966Z Running inductor/test_b2b_gemm 1/1 ... [2025-07-24 05:47:02.501089] 2025-07-24T05:47:02.5013445Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:02.5019605Z 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-07-24 05:47:02.501663] 2025-07-24T05:47:12.0940542Z 2025-07-24T05:47:12.0941525Z 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_f5694edcc1474941_.log 2025-07-24T05:47:12.0942366Z 2025-07-24T05:47:12.0946429Z Running export/test_export_with_inline_and_install 1/1 ... [2025-07-24 05:47:12.089087] 2025-07-24T05:47:12.0946919Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:12.0952901Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_with_inline_and_install.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-07-24 05:47:12.089087] 2025-07-24T05:47:21.9842235Z 2025-07-24T05:47:21.9843341Z export/test_export_with_inline_and_install 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_with_inline_and_install_1.1_0aaff2b11f593e52_.log 2025-07-24T05:47:21.9844208Z 2025-07-24T05:47:21.9850239Z Running export/test_tree_utils 1/1 ... [2025-07-24 05:47:21.984350] 2025-07-24T05:47:21.9850693Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:21.9858034Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_tree_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-07-24 05:47:21.985523] 2025-07-24T05:47:26.3372472Z 2025-07-24T05:47:26.3373481Z export/test_tree_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_tree_utils_1.1_2ded03e9593a57bf_.log 2025-07-24T05:47:26.3374256Z Running 0 items in this shard: 2025-07-24T05:47:26.3374570Z 2025-07-24T05:47:26.3378405Z Running inductor/test_minifier_utils 1/1 ... [2025-07-24 05:47:26.330718] 2025-07-24T05:47:26.3378873Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:26.3384881Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier_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-07-24 05:47:26.330718] 2025-07-24T05:47:31.0326448Z 2025-07-24T05:47:31.0327580Z inductor/test_minifier_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_minifier_utils_1.1_3ae734a751b80598_.log 2025-07-24T05:47:31.0328386Z Running 0 items in this shard: 2025-07-24T05:47:31.0328603Z 2025-07-24T05:47:31.0332491Z Running inductor/test_debug_trace 1/1 ... [2025-07-24 05:47:31.032972] 2025-07-24T05:47:31.0332945Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:31.0338922Z 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-07-24 05:47:31.033543] 2025-07-24T05:47:40.6903655Z 2025-07-24T05:47:40.6904907Z 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_71d3555cc0ca1c1c_.log 2025-07-24T05:47:40.6905669Z 2025-07-24T05:47:44.7298898Z Running inductor/test_aot_inductor 1/1 ... [2025-07-24 05:47:44.729708] 2025-07-24T05:47:44.7299479Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:44.7306176Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor.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-07-24 05:47:44.730258] 2025-07-24T05:47:44.7482604Z Running inductor/test_aot_inductor_utils 1/1 ... [2025-07-24 05:47:44.744684] 2025-07-24T05:47:44.7483130Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:44.7489752Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_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-07-24 05:47:44.744684] 2025-07-24T05:47:44.8566872Z Running test_public_bindings 1/1 ... [2025-07-24 05:47:44.856065] 2025-07-24T05:47:44.8567397Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:44.8574216Z 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-07-24 05:47:44.856875] 2025-07-24T05:47:49.8891769Z 2025-07-24T05:47:49.8892656Z test_public_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_public_bindings_1.1_bb592d000472cccf_.log 2025-07-24T05:47:49.8894982Z 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-07-24T05:47:49.8896370Z 2025-07-24T05:47:54.6249655Z Running inductor/test_torchinductor_codegen_dynamic_shapes 1/1 ... [2025-07-24 05:47:54.624715] 2025-07-24T05:47:54.6250209Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:54.6256899Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_codegen_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-07-24 05:47:54.625304] 2025-07-24T05:47:55.0304271Z 2025-07-24T05:47:55.0305376Z inductor/test_aot_inductor_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_utils_1.1_be8bd16681265f72_.log 2025-07-24T05:47:55.0306261Z Running 0 items in this shard: 2025-07-24T05:47:55.0306430Z 2025-07-24T05:47:56.8875720Z 2025-07-24T05:47:56.8876653Z inductor/test_aot_inductor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.1_61fb5c473e7180a4_.log 2025-07-24T05:47:56.8877364Z 2025-07-24T05:47:59.7906873Z Running inductor/test_cpu_repro 1/1 ... [2025-07-24 05:47:59.786658] 2025-07-24T05:47:59.7907334Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:47:59.7913391Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_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-07-24 05:47:59.786658] 2025-07-24T05:48:01.6093641Z Running dynamo/test_logging 1/1 ... [2025-07-24 05:48:01.601516] 2025-07-24T05:48:01.6094083Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:01.6100422Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_logging.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-07-24 05:48:01.601516] 2025-07-24T05:48:05.3890038Z 2025-07-24T05:48:05.3891350Z inductor/test_torchinductor_codegen_dynamic_shapes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_codegen_dynamic_shapes_1.1_95c26a3cbf0956c1_.log 2025-07-24T05:48:05.3892319Z 2025-07-24T05:48:10.1492812Z Running inductor/test_compiled_optimizers 1/1 ... [2025-07-24 05:48:10.146101] 2025-07-24T05:48:10.1493331Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:10.1500223Z 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-07-24 05:48:10.149175] 2025-07-24T05:48:10.4783788Z 2025-07-24T05:48:10.4784657Z inductor/test_cpu_repro 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_repro_1.1_32f7c1bfd58d2a3f_.log 2025-07-24T05:48:10.4785369Z 2025-07-24T05:48:12.5400242Z 2025-07-24T05:48:12.5401350Z dynamo/test_logging 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_logging_1.1_34820a87b62d49dc_.log 2025-07-24T05:48:12.5401983Z 2025-07-24T05:48:15.1889820Z Running dynamo/test_after_aot 1/1 ... [2025-07-24 05:48:15.184577] 2025-07-24T05:48:15.1890275Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:15.1896284Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_after_aot.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-07-24 05:48:15.184577] 2025-07-24T05:48:17.3580002Z Running inductor/test_coordinate_descent_tuner 1/1 ... [2025-07-24 05:48:17.349194] 2025-07-24T05:48:17.3580517Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:17.3586744Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_coordinate_descent_tuner.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-07-24 05:48:17.349194] 2025-07-24T05:48:19.8708250Z 2025-07-24T05:48:19.8709311Z dynamo/test_after_aot 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_after_aot_1.1_f1a21ec08a20267f_.log 2025-07-24T05:48:19.8709982Z 2025-07-24T05:48:21.8890949Z 2025-07-24T05:48:21.8891936Z 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_15fd2525cdc0c61c_.log 2025-07-24T05:48:21.8892679Z 2025-07-24T05:48:24.6228941Z Running inductor/test_group_batch_fusion 1/1 ... [2025-07-24 05:48:24.622765] 2025-07-24T05:48:24.6229394Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:24.6236292Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_group_batch_fusion.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-07-24 05:48:24.623399] 2025-07-24T05:48:26.7573619Z Running inductor/test_layout_optim 1/1 ... [2025-07-24 05:48:26.756255] 2025-07-24T05:48:26.7574094Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:26.7580426Z 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-07-24 05:48:26.756255] 2025-07-24T05:48:27.5796335Z 2025-07-24T05:48:27.5797579Z inductor/test_coordinate_descent_tuner 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_coordinate_descent_tuner_1.1_e7266787650d15b7_.log 2025-07-24T05:48:27.5798340Z 2025-07-24T05:48:32.3800177Z Running inductor/test_fused_attention 1/1 ... [2025-07-24 05:48:32.379285] 2025-07-24T05:48:32.3800698Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:32.3812104Z 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-07-24 05:48:32.379285] 2025-07-24T05:48:34.8249897Z 2025-07-24T05:48:34.8251308Z inductor/test_group_batch_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_group_batch_fusion_1.1_1ac5bd336f3c71cf_.log 2025-07-24T05:48:34.8252058Z 2025-07-24T05:48:36.8782477Z 2025-07-24T05:48:36.8783435Z 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_4e8718f82fdcb3a4_.log 2025-07-24T05:48:36.8784104Z 2025-07-24T05:48:39.5316372Z Running inductor/test_mkldnn_pattern_matcher 1/1 ... [2025-07-24 05:48:39.530588] 2025-07-24T05:48:39.5317109Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:39.5323058Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_mkldnn_pattern_matcher.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-07-24 05:48:39.530588] 2025-07-24T05:48:41.6279775Z Running dynamo/test_ctx_manager 1/1 ... [2025-07-24 05:48:41.627142] 2025-07-24T05:48:41.6280235Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:41.6305487Z 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-07-24 05:48:41.627827] 2025-07-24T05:48:42.7221960Z 2025-07-24T05:48:42.7223917Z 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_7909c62f6adbe351_.log 2025-07-24T05:48:42.7224772Z 2025-07-24T05:48:47.8205959Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-07-24 05:48:47.820377] 2025-07-24T05:48:47.8206433Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:47.8212658Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_split_cat_fx_passes.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-07-24 05:48:47.820377] 2025-07-24T05:48:50.1530188Z 2025-07-24T05:48:50.1531153Z inductor/test_mkldnn_pattern_matcher 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mkldnn_pattern_matcher_1.1_83601781ade83ca7_.log 2025-07-24T05:48:50.1531911Z 2025-07-24T05:48:52.5338036Z 2025-07-24T05:48:52.5339517Z 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_e9de6a0d298e5ffa_.log 2025-07-24T05:48:52.5340293Z 2025-07-24T05:48:54.9631339Z Running dynamo/test_backends 1/1 ... [2025-07-24 05:48:54.962299] 2025-07-24T05:48:54.9631797Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:54.9637936Z 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-07-24 05:48:54.963436] 2025-07-24T05:48:57.2936545Z Running inductor/test_torchinductor_strided_blocks 1/1 ... [2025-07-24 05:48:57.291207] 2025-07-24T05:48:57.2937145Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:48:57.2943442Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_strided_blocks.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-07-24 05:48:57.291207] 2025-07-24T05:48:58.3715343Z 2025-07-24T05:48:58.3716493Z inductor/test_split_cat_fx_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_split_cat_fx_passes_1.1_6b8e511c6691d9f4_.log 2025-07-24T05:48:58.3717249Z 2025-07-24T05:49:03.2667362Z Running inductor/test_codegen_triton 1/1 ... [2025-07-24 05:49:03.263254] 2025-07-24T05:49:03.2667854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:03.2673821Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_codegen_triton.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-07-24 05:49:03.263254] 2025-07-24T05:49:05.6134492Z 2025-07-24T05:49:05.6135915Z dynamo/test_backends 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_backends_1.1_3669611772419d07_.log 2025-07-24T05:49:07.9171711Z 2025-07-24T05:49:07.9171729Z 2025-07-24T05:49:07.9172976Z inductor/test_torchinductor_strided_blocks 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_strided_blocks_1.1_65dc6e1860b83ea5_.log 2025-07-24T05:49:07.9173910Z 2025-07-24T05:49:10.3282000Z Running inductor/test_halide 1/1 ... [2025-07-24 05:49:10.327927] 2025-07-24T05:49:10.3282490Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:10.3294320Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_halide.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-07-24 05:49:10.329117] 2025-07-24T05:49:12.7331051Z Running inductor/test_dependencies 1/1 ... [2025-07-24 05:49:12.732952] 2025-07-24T05:49:12.7331625Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:12.7339499Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_dependencies.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-07-24 05:49:12.733728] 2025-07-24T05:49:13.8508318Z 2025-07-24T05:49:13.8509531Z inductor/test_codegen_triton 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_codegen_triton_1.1_18a6bdbe07a798da_.log 2025-07-24T05:49:13.8510554Z 2025-07-24T05:49:18.6928887Z Running dynamo/test_modules 1/1 ... [2025-07-24 05:49:18.692642] 2025-07-24T05:49:18.6929336Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:18.6935739Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.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-07-24 05:49:18.692642] 2025-07-24T05:49:20.8022480Z 2025-07-24T05:49:20.8023355Z inductor/test_halide 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_halide_1.1_73edd951988463cd_.log 2025-07-24T05:49:20.8024365Z 2025-07-24T05:49:22.7971513Z 2025-07-24T05:49:22.7972495Z inductor/test_dependencies 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_dependencies_1.1_d639b4730c5b70f3_.log 2025-07-24T05:49:22.7973233Z 2025-07-24T05:49:25.6120182Z Running export/test_retraceability 1/1 ... [2025-07-24 05:49:25.611333] 2025-07-24T05:49:25.6121029Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:25.6127400Z 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-07-24 05:49:25.612557] 2025-07-24T05:49:27.7707269Z Running dynamo/test_pre_dispatch 1/1 ... [2025-07-24 05:49:27.769340] 2025-07-24T05:49:27.7707758Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:27.7714206Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_pre_dispatch.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-07-24 05:49:27.769340] 2025-07-24T05:49:29.3124408Z 2025-07-24T05:49:29.3125320Z dynamo/test_modules 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_modules_1.1_0794a75eaa2e376c_.log 2025-07-24T05:49:29.3125970Z 2025-07-24T05:49:32.2852915Z 2025-07-24T05:49:32.2854143Z dynamo/test_pre_dispatch 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_pre_dispatch_1.1_32e9c0905862a4b5_.log 2025-07-24T05:49:32.2854840Z 2025-07-24T05:49:34.0571050Z Running dynamo/test_config 1/1 ... [2025-07-24 05:49:34.047310] 2025-07-24T05:49:34.0573104Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:34.0577918Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/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-07-24 05:49:34.057428] 2025-07-24T05:49:36.0120927Z 2025-07-24T05:49:36.0121934Z export/test_retraceability 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_retraceability_1.1_6eaccbfd8ce11ea6_.log 2025-07-24T05:49:36.0122659Z 2025-07-24T05:49:37.1177545Z Running export/test_export_training_ir_to_run_decomp 1/1 ... [2025-07-24 05:49:37.109188] 2025-07-24T05:49:37.1178100Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:37.1184653Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_training_ir_to_run_decomp.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-07-24 05:49:37.109188] 2025-07-24T05:49:38.6736877Z 2025-07-24T05:49:38.6738027Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_b352429b1720de97_.log 2025-07-24T05:49:38.6738679Z 2025-07-24T05:49:40.8279790Z Running dynamo/test_global 1/1 ... [2025-07-24 05:49:40.823175] 2025-07-24T05:49:40.8280276Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:40.8286338Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global.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-07-24 05:49:40.823175] 2025-07-24T05:49:43.4673083Z Running inductor/test_triton_kernels 1/1 ... [2025-07-24 05:49:43.466620] 2025-07-24T05:49:43.4673613Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:43.4680576Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_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-07-24 05:49:43.467784] 2025-07-24T05:49:45.5692642Z 2025-07-24T05:49:45.5693556Z dynamo/test_global 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_global_1.1_fc8aa7840a8f70d9_.log 2025-07-24T05:49:45.5694164Z 2025-07-24T05:49:47.4811299Z 2025-07-24T05:49:47.4812470Z export/test_export_training_ir_to_run_decomp 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_training_ir_to_run_decomp_1.1_35d4e4a42e511b2d_.log 2025-07-24T05:49:47.4813302Z 2025-07-24T05:49:50.3138641Z Running inductor/test_aot_inductor_custom_ops 1/1 ... [2025-07-24 05:49:50.313133] 2025-07-24T05:49:50.3139204Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:50.3145104Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_custom_ops.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-07-24 05:49:50.314280] 2025-07-24T05:49:52.1886280Z Running dynamo/test_deque_reconstruct 1/1 ... [2025-07-24 05:49:52.188118] 2025-07-24T05:49:52.1886812Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:52.1893025Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_deque_reconstruct.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-07-24 05:49:52.188118] 2025-07-24T05:49:53.5907897Z 2025-07-24T05:49:53.5908883Z inductor/test_triton_kernels 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_kernels_1.1_61e3219c8dc39489_.log 2025-07-24T05:49:53.5909577Z 2025-07-24T05:49:56.6606095Z 2025-07-24T05:49:56.6607838Z dynamo/test_deque_reconstruct 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_deque_reconstruct_1.1_da8d316f3ba14bdc_.log 2025-07-24T05:49:56.6608650Z 2025-07-24T05:49:58.2869414Z Running inductor/test_analysis 1/1 ... [2025-07-24 05:49:58.284800] 2025-07-24T05:49:58.2869904Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:49:58.2875888Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_analysis.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-07-24 05:49:58.284800] 2025-07-24T05:50:00.6633765Z 2025-07-24T05:50:00.6635033Z inductor/test_aot_inductor_custom_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_custom_ops_1.1_2a82e338f170c019_.log 2025-07-24T05:50:00.6635833Z 2025-07-24T05:50:01.5174141Z Running dynamo/test_cudagraphs 1/1 ... [2025-07-24 05:50:01.502910] 2025-07-24T05:50:01.5180630Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:01.5181854Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_cudagraphs.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-07-24 05:50:01.502910] 2025-07-24T05:50:05.5972713Z Running inductor/test_inductor_utils 1/1 ... [2025-07-24 05:50:05.596990] 2025-07-24T05:50:05.5973266Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:05.5979247Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_inductor_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-07-24 05:50:05.597588] 2025-07-24T05:50:06.2951183Z 2025-07-24T05:50:06.2952310Z dynamo/test_cudagraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_cudagraphs_1.1_4c80b96224e6d294_.log 2025-07-24T05:50:06.2953027Z 2025-07-24T05:50:08.7798982Z 2025-07-24T05:50:08.7800108Z inductor/test_analysis 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_analysis_1.1_76633d4025388544_.log 2025-07-24T05:50:08.7810316Z Running 26 items in this shard: test/inductor/test_analysis.py::TestUtils::test_tabulate2d, test/inductor/test_analysis.py::TestUtils::test_zip_dicts, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat0_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat0_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat1_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat1_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat2_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat2_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat3_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_against_flop_counter_maxat3_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_augment_trace_helper_unit_cpu, test/inductor/test_analysis.py::TestAnalysisCPU::test_diff_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_diff_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_diff_cpu_float64, test/inductor/test_analysis.py::TestAnalysisCPU::test_noop_cpu, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat0_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat0_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat1_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat1_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat2_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat2_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat3_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_pointwise_bandwidth_maxat3_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_triton_has_metadata_maxat0_cpu_float16, test/inductor/test_analysis.py::TestAnalysisCPU::test_triton_has_metadata_maxat0_cpu_float32, test/inductor/test_analysis.py::TestAnalysisCPU::test_triton_has_metadata_maxat0_cpu_float64 2025-07-24T05:50:08.7820132Z 2025-07-24T05:50:09.9975522Z 2025-07-24T05:50:11.2755479Z inductor/test_inductor_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inductor_utils_1.1_d3365981afa558f9_.log 2025-07-24T05:50:11.2756219Z 2025-07-24T05:50:11.2756456Z Running export/test_export_strict 1/1 ... [2025-07-24 05:50:11.261452] 2025-07-24T05:50:11.2756885Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:11.2762132Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_strict.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-07-24 05:50:11.261452] 2025-07-24T05:50:13.5798186Z Running test_content_store 1/1 ... [2025-07-24 05:50:13.575034] 2025-07-24T05:50:13.5798626Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:13.5804858Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_content_store.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-07-24 05:50:13.575034] 2025-07-24T05:50:14.8419481Z Running inductor/test_inductor_annotations 1/1 ... [2025-07-24 05:50:14.839803] 2025-07-24T05:50:14.8420026Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:14.8426258Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_inductor_annotations.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-07-24 05:50:14.839803] 2025-07-24T05:50:21.8003570Z 2025-07-24T05:50:21.8004562Z export/test_export_strict 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_strict_1.1_92531770ebd9a278_.log 2025-07-24T05:50:21.8005246Z 2025-07-24T05:50:26.6285271Z Running dynamo/test_base_output 1/1 ... [2025-07-24 05:50:26.628177] 2025-07-24T05:50:26.6285772Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:26.6291955Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_base_output.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-07-24 05:50:26.628767] 2025-07-24T05:50:27.0900440Z 2025-07-24T05:50:27.0901476Z inductor/test_inductor_annotations 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inductor_annotations_1.1_8c7cbe5d1fec70cf_.log 2025-07-24T05:50:27.0902257Z 2025-07-24T05:50:29.5153287Z 2025-07-24T05:50:29.5154530Z test_content_store 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_content_store_1.1_3eee885d7a6d3fdd_.log 2025-07-24T05:50:29.5156433Z Running 4 items in this shard: test/test_content_store.py::TestContentStoreCPU::test_basic_cpu, test/test_content_store.py::TestContentStoreCPU::test_load_tensor_cpu, test/test_content_store.py::TestContentStoreCPU::test_repeated_hash_cpu, test/test_content_store.py::TestContentStoreCPU::test_scalar_cpu 2025-07-24T05:50:29.5157753Z 2025-07-24T05:50:31.3123012Z 2025-07-24T05:50:31.3123945Z dynamo/test_base_output 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_base_output_1.1_928b0a4c6f9b70b3_.log 2025-07-24T05:50:31.3124598Z 2025-07-24T05:50:31.8220467Z Running inductor/test_b2b_gemm 1/1 ... [2025-07-24 05:50:31.821663] 2025-07-24T05:50:31.8220926Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:31.8227579Z 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-07-24 05:50:31.822255] 2025-07-24T05:50:34.4219274Z Running export/test_export_with_inline_and_install 1/1 ... [2025-07-24 05:50:34.418036] 2025-07-24T05:50:34.4219841Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:34.4226008Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_export_with_inline_and_install.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-07-24 05:50:34.418036] 2025-07-24T05:50:35.9483073Z Running export/test_tree_utils 1/1 ... [2025-07-24 05:50:35.948005] 2025-07-24T05:50:35.9483545Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:35.9489529Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_tree_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-07-24 05:50:35.948589] 2025-07-24T05:50:41.1041693Z 2025-07-24T05:50:41.1042614Z export/test_tree_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_tree_utils_1.1_d5a6bc3dfd90d939_.log 2025-07-24T05:50:41.1043927Z Running 2 items in this shard: test/export/test_tree_utils.py::TestTreeUtils::test_equivalence_check, test/export/test_tree_utils.py::TestTreeUtils::test_reorder_kwargs 2025-07-24T05:50:41.1044615Z 2025-07-24T05:50:41.8421060Z 2025-07-24T05:50:41.8422459Z 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_18a2c254c70432fa_.log 2025-07-24T05:50:41.8423107Z 2025-07-24T05:50:44.8283193Z 2025-07-24T05:50:44.8284292Z export/test_export_with_inline_and_install 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_export_with_inline_and_install_1.1_1914fcc15a0db9a8_.log 2025-07-24T05:50:44.8285125Z 2025-07-24T05:50:45.8543921Z Running inductor/test_minifier_utils 1/1 ... [2025-07-24 05:50:45.853870] 2025-07-24T05:50:45.8544459Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:45.8552010Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier_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-07-24 05:50:45.854458] 2025-07-24T05:50:46.6820307Z Running inductor/test_debug_trace 1/1 ... [2025-07-24 05:50:46.680043] 2025-07-24T05:50:46.6820814Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:50:46.6827124Z 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-07-24 05:50:46.680043] 2025-07-24T05:50:58.2360652Z 2025-07-24T05:50:58.2361804Z inductor/test_minifier_utils 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_minifier_utils_1.1_b4f0d47de0d4e1a6_.log 2025-07-24T05:50:58.2363584Z Running 3 items in this shard: test/inductor/test_minifier_utils.py::MinifierUtilsTests::test_convert_module_to_string, test/inductor/test_minifier_utils.py::MinifierUtilsTests::test_invalid_output, test/inductor/test_minifier_utils.py::MinifierUtilsTests::test_non_exportable 2025-07-24T05:50:58.2364843Z 2025-07-24T05:50:58.2416378Z 2025-07-24T05:50:58.2417266Z 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_0385fc7d72d69d36_.log 2025-07-24T05:50:58.2417921Z 2025-07-24T05:50:59.0437279Z Running test batch 'tests to run' cost 606.23 seconds 2025-07-24T05:50:59.7586091Z 2025-07-24T05:50:59.7586828Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2025-07-24T05:50:59.7587430Z 2025-07-24T05:50:59.7587630Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2025-07-24T05:50:59.7592407Z 2025-07-24T05:50:59.7592863Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:50:59.7614862Z + [[ 1 == 1 ]] 2025-07-24T05:50:59.7615186Z + [[ 3 -gt 1 ]] 2025-07-24T05:50:59.7615645Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-07-24T05:50:59.7758700Z 2025-07-24T05:50:59.7759521Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-07-24T05:50:59.7775445Z 2025-07-24T05:50:59.7778077Z 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-07-24T05:50:59.7780577Z 2025-07-24T05:50:59.7781151Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-07-24T05:50:59.7781770Z 2025-07-24T05:50:59.7782363Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-07-24T05:50:59.7786942Z 2025-07-24T05:50:59.7787592Z 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-07-24T05:50:59.7792198Z 2025-07-24T05:50:59.7792969Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-07-24T05:50:59.7794742Z 2025-07-24T05:50:59.7795040Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-07-24T05:50:59.7796136Z 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-07-24T05:50:59.7797135Z if errorlevel 1 exit /b 2025-07-24T05:50:59.7797482Z if not errorlevel 0 exit /b 2025-07-24T05:50:59.7799190Z 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-07-24T05:50:59.7800148Z if errorlevel 1 exit /b 2025-07-24T05:50:59.7800420Z if not errorlevel 0 exit /b 2025-07-24T05:50:59.7800720Z ) 2025-07-24T05:50:59.7800832Z 2025-07-24T05:50:59.7801214Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-07-24T05:51:00.4399476Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? qM�?��B�XU9�g��P�g��*��\�g��>�?���\�g��P�g���g���g���g��^^?��f��\P�g��d��\�g��''��XN�u—O��XN�—O 2025-07-24T05:51:00.4401364Z ��K�&O���?� ���\��g��\���?� ���\4�?�(��?�����\\\a%�\`%�\�g��qϟK�x��?�����\C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.pyh�g����r��\��g��\��UN�\���?� ���\��g�� 2025-07-24T05:51:00.4402858Z �`��?�0���\T��UN(��?�����\ ���\\ ���\��?�����\p6��^���3���?�����\p6��^���3���?�����\p6��^���3��3��3�����?� ���\�g��O\JkiA? 2025-07-24T05:51:00.4403411Z 2025-07-24T05:51:00.4404462Z ix��?�����\C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py���?� ���\p�g��;��J-+ 2025-07-24T05:51:00.4405125Z 2025-07-24T05:51:00.4405398Z � 2025-07-24T05:51:00.4406065Z �a��\KJ�O��\�a��\�B��\��/K�����\� ��\&0M��\��XN�0��\��XN��—O'�TN�@ 2025-07-24T05:51:00.4408677Z ��K�&�H]\䳊'�TN�P�g��B0�g�� �g���ϟK���g��=�UN�����������%�\a%�\`%�\�qϟK�0�g����%�\a%�\�)��\ �g��sI�������\P�g���)��\@(��\���\�a��\J4?��a��\�a��\ �g�� �g�� �g������\\M��\�r��\8�g������\��g�����\����\����\P���\P�g���/?����\��g��P�g������\P���\�g����?����\���\P���\����\p���\��?x��?�����\C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.pyГ������\1��?�����\��?�����\ ���\�������\��?�����\��?�����\P���\\������\��?�����\��?�����\����\���\��?�����\��?�����\p���\���?� ���\0�g��O\A? 2025-07-24T05:51:00.4410301Z 2025-07-24T05:51:00.4411974Z ��?�����\C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\��?� ���\��g��BA?x��?�����\���\��?�����\��?�����\@���\�����\��?�����\��?�����\0���\��Y�g����?�����\����\��?�����\ ���\����?�����\��\��?�����\���\�— 2025-07-24T05:51:00.5406831Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? ********************************************************************** 2025-07-24T05:51:00.5407690Z ** Visual Studio 2022 Developer Command Prompt v17.8.22 2025-07-24T05:51:00.5408075Z ** Copyright (c) 2022 Microsoft Corporation 2025-07-24T05:51:00.5408431Z ********************************************************************** 2025-07-24T05:51:00.9637196Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-07-24T05:51:00.9669846Z 2025-07-24T05:51:00.9670491Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-07-24T05:51:00.9673956Z 2025-07-24T05:51:00.9674364Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-07-24T05:51:00.9677180Z 2025-07-24T05:51:00.9677556Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-07-24T05:51:00.9680170Z 2025-07-24T05:51:00.9680671Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-07-24T05:51:00.9683095Z 2025-07-24T05:51:00.9683315Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-07-24T05:51:00.9899531Z ACTIONS_ID_TOKEN_REQUEST_TOKEN=*** 2025-07-24T05:51:00.9900742Z ACTIONS_ID_TOKEN_REQUEST_URL=https://run-actions-3-azure-eastus.actions.githubusercontent.com/79//idtoken/462206c4-f316-434a-914e-4c0fe68d812b/54487076-2346-5fea-84cf-492026322222?api-version=2.0 2025-07-24T05:51:00.9901940Z ACTIONS_RUNNER_HOOK_JOB_COMPLETED=C:\actions-runner\jobcompleted.ps1 2025-07-24T05:51:00.9902367Z ALLUSERSPROFILE=C:\ProgramData 2025-07-24T05:51:00.9903002Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-24T05:51:00.9903445Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-07-24T05:51:00.9903799Z AWS_DEFAULT_REGION=us-east-1 2025-07-24T05:51:00.9904092Z AWS_EXECUTION_ENV=EC2 2025-07-24T05:51:00.9904345Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-07-24T05:51:00.9904650Z CI=true 2025-07-24T05:51:00.9904860Z CommandPromptType=Native 2025-07-24T05:51:00.9905181Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-07-24T05:51:00.9905529Z COMPUTERNAME=EC2AMAZ-IFQ8336 2025-07-24T05:51:00.9905970Z COMSPEC=C:\Windows\system32\cmd.exe 2025-07-24T05:51:00.9906361Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T05:51:00.9906791Z CONDA_DEFAULT_ENV=base 2025-07-24T05:51:00.9907081Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-07-24T05:51:00.9907572Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T05:51:00.9908024Z CONDA_PARENT_DIR=C:\Jenkins 2025-07-24T05:51:00.9908296Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-07-24T05:51:00.9908606Z CONDA_PROMPT_MODIFIER=(base) 2025-07-24T05:51:00.9908908Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-07-24T05:51:00.9909389Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T05:51:00.9909799Z CONDA_SHLVL=1 2025-07-24T05:51:00.9910047Z CONTINUE_THROUGH_ERROR=False 2025-07-24T05:51:00.9910409Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-07-24T05:51:00.9910932Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-07-24T05:51:00.9911459Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-07-24T05:51:00.9912034Z CUDA_PATH_V12_9=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-07-24T05:51:00.9912452Z CUDA_VERSION=cpu 2025-07-24T05:51:00.9912713Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-07-24T05:51:00.9913188Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-07-24T05:51:00.9913659Z CommonProgramW6432=C:\Program Files\Common Files 2025-07-24T05:51:00.9914176Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\ 2025-07-24T05:51:00.9914621Z DISTUTILS_USE_SDK=1 2025-07-24T05:51:00.9914920Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-07-24T05:51:00.9915282Z EC2LAUNCH_TELEMETRY=1 2025-07-24T05:51:00.9915684Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-07-24T05:51:00.9918011Z EXTERNAL_INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;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\\um;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\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-07-24T05:51:00.9920183Z Framework40Version=v4.0 2025-07-24T05:51:00.9920485Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-07-24T05:51:00.9920907Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-07-24T05:51:00.9921288Z FrameworkVersion=v4.0.30319 2025-07-24T05:51:00.9921550Z FrameworkVersion64=v4.0.30319 2025-07-24T05:51:00.9921866Z GITHUB_ACTION=test 2025-07-24T05:51:00.9922086Z GITHUB_ACTIONS=true 2025-07-24T05:51:00.9922327Z GITHUB_ACTION_REF= 2025-07-24T05:51:00.9922583Z GITHUB_ACTION_REPOSITORY= 2025-07-24T05:51:00.9922845Z GITHUB_ACTOR=pytorch-bot[bot] 2025-07-24T05:51:00.9923138Z GITHUB_ACTOR_ID=54816060 2025-07-24T05:51:00.9923418Z GITHUB_API_URL=https://api.github.com 2025-07-24T05:51:00.9923728Z GITHUB_BASE_REF= 2025-07-24T05:51:00.9924197Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:51:00.9924859Z GITHUB_EVENT_NAME=push 2025-07-24T05:51:00.9925251Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-07-24T05:51:00.9925792Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-07-24T05:51:00.9926141Z GITHUB_HEAD_REF= 2025-07-24T05:51:00.9926357Z GITHUB_JOB=test 2025-07-24T05:51:00.9926856Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:51:00.9927752Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:51:00.9928338Z GITHUB_REF=refs/tags/ciflow/trunk/149961 2025-07-24T05:51:00.9928648Z GITHUB_REF_NAME=ciflow/trunk/149961 2025-07-24T05:51:00.9928960Z GITHUB_REF_PROTECTED=false 2025-07-24T05:51:00.9929215Z GITHUB_REF_TYPE=tag 2025-07-24T05:51:00.9929479Z GITHUB_REPOSITORY=pytorch/pytorch 2025-07-24T05:51:00.9929782Z GITHUB_REPOSITORY_ID=65600975 2025-07-24T05:51:00.9930053Z GITHUB_REPOSITORY_OWNER=pytorch 2025-07-24T05:51:00.9930357Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-07-24T05:51:00.9930641Z GITHUB_RETENTION_DAYS=90 2025-07-24T05:51:00.9930953Z GITHUB_RUN_ATTEMPT=1 2025-07-24T05:51:00.9931206Z GITHUB_RUN_ID=16487210679 2025-07-24T05:51:00.9931498Z GITHUB_RUN_NUMBER=137322 2025-07-24T05:51:00.9931759Z GITHUB_SERVER_URL=https://github.com 2025-07-24T05:51:00.9932118Z GITHUB_SHA=27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:51:00.9932713Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:51:00.9933575Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_aa40d15a-1ece-49d9-b6de-8375e6fec88d 2025-07-24T05:51:00.9934755Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-07-24T05:51:00.9935062Z GITHUB_WORKFLOW=trunk 2025-07-24T05:51:00.9935544Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/149961 2025-07-24T05:51:00.9936129Z GITHUB_WORKFLOW_SHA=27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:51:00.9936627Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:51:00.9937005Z GIT_DEFAULT_BRANCH=main 2025-07-24T05:51:00.9937317Z HOME=C:\Users\runneruser 2025-07-24T05:51:00.9939305Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;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\\um;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\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-07-24T05:51:00.9941569Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-07-24T05:51:00.9942121Z INSTALL_WINDOWS_SDK=1 2025-07-24T05:51:00.9942382Z JOB_ID=46618106337 2025-07-24T05:51:00.9942802Z JOB_NAME=win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T05:51:00.9944085Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-24T05:51:00.9946297Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-24T05:51:00.9947824Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-07-24T05:51:00.9948332Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-07-24T05:51:00.9948747Z NO_TD=False 2025-07-24T05:51:00.9949037Z NO_TEST_TIMEOUT=False 2025-07-24T05:51:00.9949298Z NUMBER_OF_PROCESSORS=16 2025-07-24T05:51:00.9949573Z NUM_TEST_SHARDS=3 2025-07-24T05:51:00.9949826Z OLDPWD=C:/16487210679/build-results 2025-07-24T05:51:00.9950094Z OS=Windows_NT 2025-07-24T05:51:00.9956934Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;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\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\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;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-07-24T05:51:00.9963735Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-07-24T05:51:00.9964088Z Platform=x64 2025-07-24T05:51:00.9964341Z PROCESSOR_ARCHITECTURE=AMD64 2025-07-24T05:51:00.9964728Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-07-24T05:51:00.9965160Z PROCESSOR_LEVEL=6 2025-07-24T05:51:00.9965408Z PROCESSOR_REVISION=5507 2025-07-24T05:51:00.9965668Z PROGRAMFILES=C:\Program Files 2025-07-24T05:51:00.9966003Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-07-24T05:51:00.9966454Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:51:00.9966858Z PROMPT=(base) $P$G 2025-07-24T05:51:00.9967077Z PR_NUMBER= 2025-07-24T05:51:00.9967575Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-07-24T05:51:00.9968128Z PUBLIC=C:\Users\Public 2025-07-24T05:51:00.9968520Z *** 2025-07-24T05:51:00.9968871Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-07-24T05:51:00.9969286Z PYTHON_VERSION=3.9 2025-07-24T05:51:00.9969600Z PYTORCH_FINAL_PACKAGE_DIR=C:/16487210679/build-results/ 2025-07-24T05:51:00.9970020Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\16487210679\build-results\ 2025-07-24T05:51:00.9970422Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-07-24T05:51:00.9970724Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-07-24T05:51:00.9971040Z ProgramData=C:\ProgramData 2025-07-24T05:51:00.9971315Z ProgramFiles(x86)=C:\Program Files (x86) 2025-07-24T05:51:00.9971647Z ProgramW6432=C:\Program Files 2025-07-24T05:51:00.9971927Z REENABLED_ISSUES= 2025-07-24T05:51:00.9972183Z RUNNER_ARCH=X64 2025-07-24T05:51:00.9972429Z RUNNER_ENVIRONMENT=self-hosted 2025-07-24T05:51:00.9972745Z RUNNER_NAME=i-0ca4d02821c447333 2025-07-24T05:51:00.9973028Z RUNNER_OS=Windows 2025-07-24T05:51:00.9973337Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-07-24T05:51:00.9973709Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-07-24T05:51:00.9974116Z RUNNER_TRACKING_ID=github_1b2b6e89-3dfe-4f68-8556-2aae9cde6973 2025-07-24T05:51:00.9974559Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-07-24T05:51:00.9975066Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-07-24T05:51:00.9975646Z SHA1=27c8ef1839e0747b36769efb192befc9308ff93c 2025-07-24T05:51:00.9975971Z SHARD_NUMBER=1 2025-07-24T05:51:00.9976269Z SHLVL=2 2025-07-24T05:51:00.9976573Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-07-24T05:51:00.9976924Z SYSTEMDRIVE=C: 2025-07-24T05:51:00.9977162Z SYSTEMROOT=C:\Windows 2025-07-24T05:51:00.9977429Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:51:00.9977752Z TERM=xterm-256color 2025-07-24T05:51:00.9978021Z TEST_CONFIG=default 2025-07-24T05:51:00.9978329Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-07-24T05:51:00.9978814Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-07-24T05:51:00.9979169Z TEST_SHOWLOCALS=False 2025-07-24T05:51:00.9979448Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:51:00.9979770Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T05:51:00.9980170Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-24T05:51:00.9980621Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-07-24T05:51:00.9981015Z TORCH_CUDA_ARCH_LIST=8.6 2025-07-24T05:51:00.9981284Z TORCH_SERIALIZATION_DEBUG=1 2025-07-24T05:51:00.9981564Z UCRTVersion=10.0.19041.0 2025-07-24T05:51:00.9981886Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-07-24T05:51:00.9982340Z UPDATEFILE=update.finished 2025-07-24T05:51:00.9982623Z USERDOMAIN=EC2AMAZ-IFQ8336 2025-07-24T05:51:00.9982874Z USERNAME=runneruser 2025-07-24T05:51:00.9983135Z USERPROFILE=C:\Users\runneruser 2025-07-24T05:51:00.9983388Z USE_CUDA=0 2025-07-24T05:51:00.9983809Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\ 2025-07-24T05:51:00.9984531Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\ 2025-07-24T05:51:00.9985232Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\ 2025-07-24T05:51:00.9986023Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Redist\MSVC\14.38.33130\ 2025-07-24T05:51:00.9986562Z VCToolsVersion=14.38.33130 2025-07-24T05:51:00.9986855Z VC_PRODUCT=BuildTools 2025-07-24T05:51:00.9987094Z VC_VERSION= 2025-07-24T05:51:00.9987309Z VC_YEAR=2022 2025-07-24T05:51:00.9987530Z VERBOSE_ARG='SilentlyContinue' 2025-07-24T05:51:00.9987818Z VERBOSE_TEST_LOGS=False 2025-07-24T05:51:00.9988062Z VisualStudioVersion=17.0 2025-07-24T05:51:00.9988527Z VS170COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\ 2025-07-24T05:51:00.9989011Z VSCMD_ARG_app_plat=Desktop 2025-07-24T05:51:00.9989292Z VSCMD_ARG_HOST_ARCH=x64 2025-07-24T05:51:00.9989555Z VSCMD_ARG_TGT_ARCH=x64 2025-07-24T05:51:00.9989819Z VSCMD_VER=17.8.22 2025-07-24T05:51:00.9990228Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\ 2025-07-24T05:51:00.9990693Z VS_VERSION=17.4.1 2025-07-24T05:51:00.9990928Z WINDIR=C:\Windows 2025-07-24T05:51:00.9991587Z 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-07-24T05:51:00.9992431Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-07-24T05:51:00.9992955Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-07-24T05:51:00.9993391Z WindowsSDKLibVersion=10.0.19041.0\ 2025-07-24T05:51:00.9993888Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-07-24T05:51:00.9994384Z WindowsSDKVersion=10.0.19041.0\ 2025-07-24T05:51:00.9995006Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-07-24T05:51:00.9995933Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-07-24T05:51:00.9996834Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-07-24T05:51:00.9997412Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-07-24T05:51:00.9997757Z __DOTNET_ADD_64BIT=1 2025-07-24T05:51:00.9998046Z __DOTNET_PREFERRED_BITNESS=64 2025-07-24T05:51:01.0001702Z __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-07-24T05:51:01.0005153Z 2025-07-24T05:51:01.0005398Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-07-24T05:51:01.0005769Z 2025-07-24T05:51:01.0006107Z (base) C:\actions-runner\_work\pytorch\pytorch>set CWD=C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:51:01.0006664Z 2025-07-24T05:51:01.0007168Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\bin 2025-07-24T05:51:01.0007791Z 2025-07-24T05:51:01.0015282Z (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\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;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\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\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;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-07-24T05:51:01.0022666Z 2025-07-24T05:51:01.0023111Z (base) C:\actions-runner\_work\pytorch\pytorch>set TORCH_CPP_TEST_MNIST_PATH=C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2025-07-24T05:51:01.0023702Z 2025-07-24T05:51:01.0024213Z (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-07-24T05:51:02.6604566Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2025-07-24T05:51:02.6605171Z Failed to download (trying next): 2025-07-24T05:51:02.6605518Z HTTP Error 404: Not Found 2025-07-24T05:51:02.6606320Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz ... 2025-07-24T05:51:02.6607106Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2025-07-24T05:51:02.6607613Z Failed to download (trying next): 2025-07-24T05:51:02.6607963Z HTTP Error 404: Not Found 2025-07-24T05:51:02.6608530Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz ... 2025-07-24T05:51:02.6609287Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2025-07-24T05:51:02.6609814Z Failed to download (trying next): 2025-07-24T05:51:02.6610130Z HTTP Error 404: Not Found 2025-07-24T05:51:02.6610602Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz ... 2025-07-24T05:51:02.6611244Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2025-07-24T05:51:02.6611709Z Failed to download (trying next): 2025-07-24T05:51:02.6611981Z HTTP Error 404: Not Found 2025-07-24T05:51:02.6612469Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz ... 2025-07-24T05:51:02.6724845Z 2025-07-24T05:51:02.6725669Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i cpp/test_api 2025-07-24T05:51:08.4655041Z Found test times from artifacts 2025-07-24T05:51:08.6077575Z Found test times from artifacts 2025-07-24T05:51:08.6129634Z Running 25% of tests based on TD 2025-07-24T05:51:08.6135233Z Running parallel tests on 3 processes 2025-07-24T05:51:08.6135689Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:51:08.6135988Z Serial tests (0): 2025-07-24T05:51:08.6136253Z Parallel tests (1): 2025-07-24T05:51:08.6136507Z cpp/test_api 1/1 2025-07-24T05:51:08.6136746Z Name: excluded (est. time: 0.0min) 2025-07-24T05:51:08.6137033Z Serial tests (0): 2025-07-24T05:51:08.6137254Z Parallel tests (0): 2025-07-24T05:51:08.6148026Z Running cpp/test_api 1/1 ... [2025-07-24 05:51:08.614690] 2025-07-24T05:51:08.6148415Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:51:08.6160592Z 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-4c04278f8936fa53.xml', '-x', '--reruns=2'] ... [2025-07-24 05:51:08.615907] 2025-07-24T05:51:08.6162283Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:51:10.8004471Z 2025-07-24T05:51:10.8005333Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_c34df624844aa225_.log 2025-07-24T05:51:10.8006612Z 2025-07-24T05:51:14.7853144Z Running cpp/test_api 1/1 ... [2025-07-24 05:51:14.773699] 2025-07-24T05:51:14.7853597Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:51:14.7862380Z 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-28e64ed84a86960e.xml', '-x', '--reruns=2'] ... [2025-07-24 05:51:14.773699] 2025-07-24T05:54:23.6355462Z 2025-07-24T05:54:23.6356324Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_955b7880de1091d6_.log 2025-07-24T05:54:23.6375243Z 2025-07-24T05:54:24.5020257Z Running test batch 'tests to run' cost 195.89 seconds 2025-07-24T05:54:24.5034704Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:54:24.5035233Z Uploading artifacts took 0.00 seconds 2025-07-24T05:54:25.3534551Z 2025-07-24T05:54:25.3535489Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-07-24T05:54:25.3535950Z 2025-07-24T05:54:25.3536506Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 1 2025-07-24T05:54:25.3537657Z 2025-07-24T05:54:25.3539925Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:54:25.3544068Z 2025-07-24T05:54:25.3544826Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>for /R "." %a in (*.exe) do ( 2025-07-24T05:54:25.3545436Z call :libtorch_check "%~na" "%~fa" 2025-07-24T05:54:25.3545741Z if errorlevel 1 goto fail 2025-07-24T05:54:25.3546035Z ) 2025-07-24T05:54:25.3550493Z 2025-07-24T05:54:25.3550936Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>( 2025-07-24T05:54:25.3551768Z call :libtorch_check "apply_utils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-07-24T05:54:25.3552421Z if errorlevel 1 goto fail 2025-07-24T05:54:25.3552701Z ) 2025-07-24T05:54:25.3562644Z 2025-07-24T05:54:25.3563372Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:54:25.3567557Z 2025-07-24T05:54:25.3568096Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:54:25.3572764Z 2025-07-24T05:54:25.3573273Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "verify_api_visibility" goto :eof 2025-07-24T05:54:25.3574677Z 2025-07-24T05:54:25.3575396Z (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-07-24T05:54:25.3576365Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-07-24T05:54:25.3578057Z 2025-07-24T05:54:25.3578622Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:54:25.3579375Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-07-24T05:54:25.3579900Z goto :eof 2025-07-24T05:54:25.3580108Z ) 2025-07-24T05:54:25.3580254Z 2025-07-24T05:54:25.3580620Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/apply_utils_test" 2025-07-24T05:54:31.4432533Z Found test times from artifacts 2025-07-24T05:54:31.5859023Z Found test times from artifacts 2025-07-24T05:54:31.5911805Z Running 25% of tests based on TD 2025-07-24T05:54:31.5924096Z Running parallel tests on 3 processes 2025-07-24T05:54:31.5924493Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:54:31.5924813Z Serial tests (0): 2025-07-24T05:54:31.5925083Z Parallel tests (1): 2025-07-24T05:54:31.5925311Z cpp/apply_utils_test 1/1 2025-07-24T05:54:31.5925622Z Name: excluded (est. time: 0.0min) 2025-07-24T05:54:31.5925919Z Serial tests (0): 2025-07-24T05:54:31.5926150Z Parallel tests (0): 2025-07-24T05:54:31.5932890Z Running cpp/apply_utils_test 1/1 ... [2025-07-24 05:54:31.593179] 2025-07-24T05:54:31.5933369Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:54:31.5945330Z 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-6c1f426c3a2d4576.xml', '-x', '--reruns=2'] ... [2025-07-24 05:54:31.593798] 2025-07-24T05:54:31.5947258Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:54:33.9068349Z 2025-07-24T05:54:33.9069330Z 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_0ec1291a77d990f3_.log 2025-07-24T05:54:33.9070135Z 2025-07-24T05:54:38.0057030Z Running cpp/apply_utils_test 1/1 ... [2025-07-24 05:54:38.004607] 2025-07-24T05:54:38.0057792Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:54:38.0071320Z 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-3d0370c70c706e85.xml', '-x', '--reruns=2'] ... [2025-07-24 05:54:38.005769] 2025-07-24T05:54:41.2305700Z 2025-07-24T05:54:41.2306570Z 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_bc3e998e43ea9a1d_.log 2025-07-24T05:54:41.2307503Z 2025-07-24T05:54:42.0002414Z Running test batch 'tests to run' cost 10.41 seconds 2025-07-24T05:54:42.0009280Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:54:42.0009759Z Uploading artifacts took 0.00 seconds 2025-07-24T05:54:42.6570524Z 2025-07-24T05:54:42.6571090Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:54:42.6571579Z echo "apply_utils_test" failed with exit code 0 2025-07-24T05:54:42.6571891Z goto fail 2025-07-24T05:54:42.6572237Z ) 2025-07-24T05:54:42.6572340Z 2025-07-24T05:54:42.6572546Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:54:42.6572955Z echo "apply_utils_test" failed with exit code 0 2025-07-24T05:54:42.6573268Z goto fail 2025-07-24T05:54:42.6573436Z ) 2025-07-24T05:54:42.6573552Z 2025-07-24T05:54:42.6573703Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:54:42.6586793Z 2025-07-24T05:54:42.6587075Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:54:42.6587658Z call :libtorch_check "atest" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-07-24T05:54:42.6588207Z if errorlevel 1 goto fail 2025-07-24T05:54:42.6588437Z ) 2025-07-24T05:54:42.6599677Z 2025-07-24T05:54:42.6600034Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:54:42.6604394Z 2025-07-24T05:54:42.6604866Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:54:42.6607664Z 2025-07-24T05:54:42.6608122Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "verify_api_visibility" goto :eof 2025-07-24T05:54:42.6609182Z 2025-07-24T05:54:42.6610029Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-07-24T05:54:42.6610921Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-07-24T05:54:42.6612208Z 2025-07-24T05:54:42.6612558Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:54:42.6613209Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-07-24T05:54:42.6613651Z goto :eof 2025-07-24T05:54:42.6613852Z ) 2025-07-24T05:54:42.6614062Z 2025-07-24T05:54:42.6614468Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/atest" 2025-07-24T05:54:48.5155407Z Found test times from artifacts 2025-07-24T05:54:48.6582802Z Found test times from artifacts 2025-07-24T05:54:48.6635110Z Running 25% of tests based on TD 2025-07-24T05:54:48.6640846Z Running parallel tests on 3 processes 2025-07-24T05:54:48.6641373Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:54:48.6641699Z Serial tests (0): 2025-07-24T05:54:48.6641922Z Parallel tests (1): 2025-07-24T05:54:48.6642198Z cpp/atest 1/1 2025-07-24T05:54:48.6642418Z Name: excluded (est. time: 0.0min) 2025-07-24T05:54:48.6642728Z Serial tests (0): 2025-07-24T05:54:48.6642926Z Parallel tests (0): 2025-07-24T05:54:48.6645207Z Running cpp/atest 1/1 ... [2025-07-24 05:54:48.664448] 2025-07-24T05:54:48.6645600Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:54:48.6656299Z 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-e6b530155db3b596.xml', '-x', '--reruns=2'] ... [2025-07-24 05:54:48.665455] 2025-07-24T05:54:48.6658188Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:54:50.9187554Z 2025-07-24T05:54:50.9189276Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_0e05b43632972d85_.log 2025-07-24T05:54:50.9189817Z 2025-07-24T05:54:55.0724064Z Running cpp/atest 1/1 ... [2025-07-24 05:54:55.069430] 2025-07-24T05:54:55.0724489Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:54:55.0733556Z 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-8fbeb448779a01d1.xml', '-x', '--reruns=2'] ... [2025-07-24 05:54:55.069430] 2025-07-24T05:54:59.7285931Z 2025-07-24T05:54:59.7286764Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_d75a139d2bbd1e29_.log 2025-07-24T05:54:59.7289397Z 2025-07-24T05:55:00.5398751Z Running test batch 'tests to run' cost 11.88 seconds 2025-07-24T05:55:00.5416894Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:55:00.5417364Z Uploading artifacts took 0.00 seconds 2025-07-24T05:55:01.3110517Z 2025-07-24T05:55:01.3111188Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:55:01.3111623Z echo "atest" failed with exit code 0 2025-07-24T05:55:01.3111914Z goto fail 2025-07-24T05:55:01.3112098Z ) 2025-07-24T05:55:01.3112223Z 2025-07-24T05:55:01.3112437Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:55:01.3112842Z echo "atest" failed with exit code 0 2025-07-24T05:55:01.3113105Z goto fail 2025-07-24T05:55:01.3113291Z ) 2025-07-24T05:55:01.3113499Z 2025-07-24T05:55:01.3113862Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:55:01.3121400Z 2025-07-24T05:55:01.3121693Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:55:01.3122466Z call :libtorch_check "backend_fallback_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-07-24T05:55:01.3123156Z if errorlevel 1 goto fail 2025-07-24T05:55:01.3123387Z ) 2025-07-24T05:55:01.3133464Z 2025-07-24T05:55:01.3133870Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:55:01.3137840Z 2025-07-24T05:55:01.3138364Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:55:01.3140764Z 2025-07-24T05:55:01.3141277Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "verify_api_visibility" goto :eof 2025-07-24T05:55:01.3142664Z 2025-07-24T05:55:01.3143248Z (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-07-24T05:55:01.3144356Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-07-24T05:55:01.3145385Z 2025-07-24T05:55:01.3145809Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:55:01.3146566Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-07-24T05:55:01.3147085Z goto :eof 2025-07-24T05:55:01.3147262Z ) 2025-07-24T05:55:01.3147374Z 2025-07-24T05:55:01.3147892Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/backend_fallback_test" 2025-07-24T05:55:07.2591944Z Found test times from artifacts 2025-07-24T05:55:07.4013756Z Found test times from artifacts 2025-07-24T05:55:07.4064056Z Running 25% of tests based on TD 2025-07-24T05:55:07.4069729Z Running parallel tests on 3 processes 2025-07-24T05:55:07.4070224Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:55:07.4070528Z Serial tests (0): 2025-07-24T05:55:07.4070770Z Parallel tests (1): 2025-07-24T05:55:07.4070997Z cpp/backend_fallback_test 1/1 2025-07-24T05:55:07.4071269Z Name: excluded (est. time: 0.0min) 2025-07-24T05:55:07.4071516Z Serial tests (0): 2025-07-24T05:55:07.4071728Z Parallel tests (0): 2025-07-24T05:55:07.4073677Z Running cpp/backend_fallback_test 1/1 ... [2025-07-24 05:55:07.399405] 2025-07-24T05:55:07.4074095Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:55:07.4084467Z 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-93ce70751bfca933.xml', '-x', '--reruns=2'] ... [2025-07-24 05:55:07.399405] 2025-07-24T05:55:07.4086314Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:55:09.5436993Z 2025-07-24T05:55:09.5437940Z 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_de869aee31316292_.log 2025-07-24T05:55:09.5438730Z 2025-07-24T05:55:13.7112689Z Running cpp/backend_fallback_test 1/1 ... [2025-07-24 05:55:13.711035] 2025-07-24T05:55:13.7113158Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:55:13.7122144Z 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-a9c1918709c6207f.xml', '-x', '--reruns=2'] ... [2025-07-24 05:55:13.711632] 2025-07-24T05:55:16.4607870Z 2025-07-24T05:55:16.4608756Z 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_97cbf163b0e203e6_.log 2025-07-24T05:55:16.4609561Z 2025-07-24T05:55:17.3565146Z Running test batch 'tests to run' cost 9.96 seconds 2025-07-24T05:55:17.3571329Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:55:17.3571809Z Uploading artifacts took 0.00 seconds 2025-07-24T05:55:18.0886263Z 2025-07-24T05:55:18.0886922Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:55:18.0887399Z echo "backend_fallback_test" failed with exit code 0 2025-07-24T05:55:18.0887748Z goto fail 2025-07-24T05:55:18.0887954Z ) 2025-07-24T05:55:18.0888080Z 2025-07-24T05:55:18.0888271Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:55:18.0888722Z echo "backend_fallback_test" failed with exit code 0 2025-07-24T05:55:18.0889026Z goto fail 2025-07-24T05:55:18.0889214Z ) 2025-07-24T05:55:18.0889858Z 2025-07-24T05:55:18.0890223Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:55:18.0897959Z 2025-07-24T05:55:18.0898179Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:55:18.0898817Z call :libtorch_check "basic" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-07-24T05:55:18.0899362Z if errorlevel 1 goto fail 2025-07-24T05:55:18.0899605Z ) 2025-07-24T05:55:18.0909384Z 2025-07-24T05:55:18.0909830Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:55:18.0913919Z 2025-07-24T05:55:18.0914588Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:55:18.0917808Z 2025-07-24T05:55:18.0918448Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "verify_api_visibility" goto :eof 2025-07-24T05:55:18.0919704Z 2025-07-24T05:55:18.0920276Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-07-24T05:55:18.0921204Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-07-24T05:55:18.0923381Z 2025-07-24T05:55:18.0923851Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:55:18.0924532Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-07-24T05:55:18.0924978Z goto :eof 2025-07-24T05:55:18.0925180Z ) 2025-07-24T05:55:18.0925286Z 2025-07-24T05:55:18.0925871Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/basic" 2025-07-24T05:55:24.0371583Z Found test times from artifacts 2025-07-24T05:55:24.1809290Z Found test times from artifacts 2025-07-24T05:55:24.1862019Z Running 25% of tests based on TD 2025-07-24T05:55:24.1868062Z Running parallel tests on 3 processes 2025-07-24T05:55:24.1868428Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:55:24.1868703Z Serial tests (0): 2025-07-24T05:55:24.1868948Z Parallel tests (1): 2025-07-24T05:55:24.1869160Z cpp/basic 1/1 2025-07-24T05:55:24.1869384Z Name: excluded (est. time: 0.0min) 2025-07-24T05:55:24.1869634Z Serial tests (0): 2025-07-24T05:55:24.1869850Z Parallel tests (0): 2025-07-24T05:55:24.1871599Z Running cpp/basic 1/1 ... [2025-07-24 05:55:24.186683] 2025-07-24T05:55:24.1871943Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:55:24.1882313Z 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-0b274e3481fd78c3.xml', '-x', '--reruns=2'] ... [2025-07-24 05:55:24.187861] 2025-07-24T05:55:24.1884172Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:55:26.4582037Z 2025-07-24T05:55:26.4582838Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_67eb673e17a83297_.log 2025-07-24T05:55:26.4583568Z 2025-07-24T05:55:30.5576790Z Running cpp/basic 1/1 ... [2025-07-24 05:55:30.557334] 2025-07-24T05:55:30.5577257Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:55:30.5587017Z 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-3247aa7a55b59988.xml', '-x', '--reruns=2'] ... [2025-07-24 05:55:30.558465] 2025-07-24T05:55:33.8976252Z 2025-07-24T05:55:33.8977278Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_179a5abd93254fd4_.log 2025-07-24T05:55:33.8977818Z 2025-07-24T05:55:34.7492345Z Running test batch 'tests to run' cost 10.56 seconds 2025-07-24T05:55:34.7498901Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:55:34.7499499Z Uploading artifacts took 0.00 seconds 2025-07-24T05:55:35.4728090Z 2025-07-24T05:55:35.4728614Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:55:35.4729028Z echo "basic" failed with exit code 0 2025-07-24T05:55:35.4729295Z goto fail 2025-07-24T05:55:35.4729459Z ) 2025-07-24T05:55:35.4729567Z 2025-07-24T05:55:35.4729754Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:55:35.4730369Z echo "basic" failed with exit code 0 2025-07-24T05:55:35.4730629Z goto fail 2025-07-24T05:55:35.4730807Z ) 2025-07-24T05:55:35.4730898Z 2025-07-24T05:55:35.4731454Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:55:35.4739836Z 2025-07-24T05:55:35.4740097Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:55:35.4740790Z call :libtorch_check "broadcast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-07-24T05:55:35.4741427Z if errorlevel 1 goto fail 2025-07-24T05:55:35.4741639Z ) 2025-07-24T05:55:35.4751652Z 2025-07-24T05:55:35.4752018Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:55:35.4756090Z 2025-07-24T05:55:35.4756717Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:55:35.4759426Z 2025-07-24T05:55:35.4759898Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "verify_api_visibility" goto :eof 2025-07-24T05:55:35.4760963Z 2025-07-24T05:55:35.4761567Z (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-07-24T05:55:35.4763013Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-07-24T05:55:35.4763963Z 2025-07-24T05:55:35.4764598Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:55:35.4765327Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-07-24T05:55:35.4765796Z goto :eof 2025-07-24T05:55:35.4765969Z ) 2025-07-24T05:55:35.4766060Z 2025-07-24T05:55:35.4766416Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/broadcast_test" 2025-07-24T05:55:41.3965346Z Found test times from artifacts 2025-07-24T05:55:41.5389208Z Found test times from artifacts 2025-07-24T05:55:41.5441698Z Running 25% of tests based on TD 2025-07-24T05:55:41.5447411Z Running parallel tests on 3 processes 2025-07-24T05:55:41.5447959Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:55:41.5448239Z Serial tests (0): 2025-07-24T05:55:41.5448449Z Parallel tests (1): 2025-07-24T05:55:41.5448685Z cpp/broadcast_test 1/1 2025-07-24T05:55:41.5448936Z Name: excluded (est. time: 0.0min) 2025-07-24T05:55:41.5449184Z Serial tests (0): 2025-07-24T05:55:41.5449382Z Parallel tests (0): 2025-07-24T05:55:41.5452071Z Running cpp/broadcast_test 1/1 ... [2025-07-24 05:55:41.544576] 2025-07-24T05:55:41.5452483Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:55:41.5461845Z 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-a4745a388244e966.xml', '-x', '--reruns=2'] ... [2025-07-24 05:55:41.545731] 2025-07-24T05:55:41.5464224Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:55:43.7626203Z 2025-07-24T05:55:43.7627043Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_39aee9dbb3a354c4_.log 2025-07-24T05:55:43.7627940Z 2025-07-24T05:55:47.7990843Z Running cpp/broadcast_test 1/1 ... [2025-07-24 05:55:47.798877] 2025-07-24T05:55:47.7991262Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:55:47.8006387Z 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-3b4733dc8aea17e3.xml', '-x', '--reruns=2'] ... [2025-07-24 05:55:47.800008] 2025-07-24T05:55:50.4267696Z 2025-07-24T05:55:50.4268505Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_80954a7690dd25e6_.log 2025-07-24T05:55:50.4269161Z 2025-07-24T05:55:51.2059113Z Running test batch 'tests to run' cost 9.66 seconds 2025-07-24T05:55:51.2066326Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:55:51.2066825Z Uploading artifacts took 0.00 seconds 2025-07-24T05:55:51.8726582Z 2025-07-24T05:55:51.8727057Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:55:51.8727483Z echo "broadcast_test" failed with exit code 0 2025-07-24T05:55:51.8727786Z goto fail 2025-07-24T05:55:51.8727970Z ) 2025-07-24T05:55:51.8728152Z 2025-07-24T05:55:51.8728430Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:55:51.8728851Z echo "broadcast_test" failed with exit code 0 2025-07-24T05:55:51.8729157Z goto fail 2025-07-24T05:55:51.8729329Z ) 2025-07-24T05:55:51.8730008Z 2025-07-24T05:55:51.8730251Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:55:51.8737923Z 2025-07-24T05:55:51.8738180Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:55:51.8738856Z call :libtorch_check "c10_accumulate_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-07-24T05:55:51.8739493Z if errorlevel 1 goto fail 2025-07-24T05:55:51.8739723Z ) 2025-07-24T05:55:51.8749055Z 2025-07-24T05:55:51.8749658Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:55:51.8753701Z 2025-07-24T05:55:51.8754287Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:55:51.8757241Z 2025-07-24T05:55:51.8757782Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "verify_api_visibility" goto :eof 2025-07-24T05:55:51.8759471Z 2025-07-24T05:55:51.8760053Z (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-07-24T05:55:51.8760986Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-07-24T05:55:51.8762292Z 2025-07-24T05:55:51.8762689Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:55:51.8763414Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-07-24T05:55:51.8763906Z goto :eof 2025-07-24T05:55:51.8764076Z ) 2025-07-24T05:55:51.8764364Z 2025-07-24T05:55:51.8765031Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_accumulate_test" 2025-07-24T05:55:57.7789813Z Found test times from artifacts 2025-07-24T05:55:57.9203835Z Found test times from artifacts 2025-07-24T05:55:57.9254272Z Running 25% of tests based on TD 2025-07-24T05:55:57.9259776Z Running parallel tests on 3 processes 2025-07-24T05:55:57.9260176Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:55:57.9260482Z Serial tests (0): 2025-07-24T05:55:57.9260746Z Parallel tests (1): 2025-07-24T05:55:57.9261001Z cpp/c10_accumulate_test 1/1 2025-07-24T05:55:57.9261476Z Name: excluded (est. time: 0.0min) 2025-07-24T05:55:57.9261774Z Serial tests (0): 2025-07-24T05:55:57.9262002Z Parallel tests (0): 2025-07-24T05:55:57.9263589Z Running cpp/c10_accumulate_test 1/1 ... [2025-07-24 05:55:57.920509] 2025-07-24T05:55:57.9264007Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:55:57.9274162Z 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-6813a5cc0bd9b8a1.xml', '-x', '--reruns=2'] ... [2025-07-24 05:55:57.920509] 2025-07-24T05:55:57.9275936Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:55:59.3450512Z 2025-07-24T05:55:59.3451421Z 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_ba5be13d687cad80_.log 2025-07-24T05:55:59.3452275Z 2025-07-24T05:56:03.3618282Z Running cpp/c10_accumulate_test 1/1 ... [2025-07-24 05:56:03.355303] 2025-07-24T05:56:03.3618745Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:03.3627522Z 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-65fba9c9ae87dbc0.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:03.355303] 2025-07-24T05:56:04.7782474Z 2025-07-24T05:56:04.7783362Z 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_203bbc7bca7db0c5_.log 2025-07-24T05:56:04.7784159Z 2025-07-24T05:56:05.6038013Z Running test batch 'tests to run' cost 7.68 seconds 2025-07-24T05:56:05.6045038Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:56:05.6045627Z Uploading artifacts took 0.00 seconds 2025-07-24T05:56:06.3152433Z 2025-07-24T05:56:06.3152997Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:56:06.3153504Z echo "c10_accumulate_test" failed with exit code 0 2025-07-24T05:56:06.3153838Z goto fail 2025-07-24T05:56:06.3154059Z ) 2025-07-24T05:56:06.3154176Z 2025-07-24T05:56:06.3154376Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:56:06.3154869Z echo "c10_accumulate_test" failed with exit code 0 2025-07-24T05:56:06.3155202Z goto fail 2025-07-24T05:56:06.3155426Z ) 2025-07-24T05:56:06.3155544Z 2025-07-24T05:56:06.3155735Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:56:06.3163712Z 2025-07-24T05:56:06.3164269Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:56:06.3165030Z call :libtorch_check "c10_ArrayRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-07-24T05:56:06.3165694Z if errorlevel 1 goto fail 2025-07-24T05:56:06.3165972Z ) 2025-07-24T05:56:06.3176111Z 2025-07-24T05:56:06.3176591Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:56:06.3180868Z 2025-07-24T05:56:06.3181519Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:56:06.3184140Z 2025-07-24T05:56:06.3184808Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "verify_api_visibility" goto :eof 2025-07-24T05:56:06.3186006Z 2025-07-24T05:56:06.3186619Z (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-07-24T05:56:06.3187586Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-07-24T05:56:06.3188858Z 2025-07-24T05:56:06.3189281Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:56:06.3190034Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-07-24T05:56:06.3190564Z goto :eof 2025-07-24T05:56:06.3190764Z ) 2025-07-24T05:56:06.3190877Z 2025-07-24T05:56:06.3191265Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ArrayRef_test" 2025-07-24T05:56:12.2331913Z Found test times from artifacts 2025-07-24T05:56:12.3760493Z Found test times from artifacts 2025-07-24T05:56:12.3812489Z Running 25% of tests based on TD 2025-07-24T05:56:12.3818161Z Running parallel tests on 3 processes 2025-07-24T05:56:12.3818567Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:56:12.3818892Z Serial tests (0): 2025-07-24T05:56:12.3819124Z Parallel tests (1): 2025-07-24T05:56:12.3819448Z cpp/c10_ArrayRef_test 1/1 2025-07-24T05:56:12.3819741Z Name: excluded (est. time: 0.0min) 2025-07-24T05:56:12.3820087Z Serial tests (0): 2025-07-24T05:56:12.3820320Z Parallel tests (0): 2025-07-24T05:56:12.3821738Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-07-24 05:56:12.381986] 2025-07-24T05:56:12.3822144Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:12.3831857Z 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-8d21166d75e93b34.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:12.382575] 2025-07-24T05:56:12.3833720Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:56:13.7826898Z 2025-07-24T05:56:13.7828062Z 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_db195fcaaef5e0e2_.log 2025-07-24T05:56:13.7828759Z 2025-07-24T05:56:17.9484797Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-07-24 05:56:17.945020] 2025-07-24T05:56:17.9485282Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:17.9494305Z 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-300df55d2c1380ef.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:17.945020] 2025-07-24T05:56:19.3792739Z 2025-07-24T05:56:19.3793854Z 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_4833baed2cf6601f_.log 2025-07-24T05:56:19.3794541Z 2025-07-24T05:56:20.1265963Z Running test batch 'tests to run' cost 7.75 seconds 2025-07-24T05:56:20.1272738Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:56:20.1273268Z Uploading artifacts took 0.00 seconds 2025-07-24T05:56:20.7852269Z 2025-07-24T05:56:20.7853035Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:56:20.7853520Z echo "c10_ArrayRef_test" failed with exit code 0 2025-07-24T05:56:20.7853878Z goto fail 2025-07-24T05:56:20.7854090Z ) 2025-07-24T05:56:20.7854242Z 2025-07-24T05:56:20.7854444Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:56:20.7854943Z echo "c10_ArrayRef_test" failed with exit code 0 2025-07-24T05:56:20.7855271Z goto fail 2025-07-24T05:56:20.7855491Z ) 2025-07-24T05:56:20.7855606Z 2025-07-24T05:56:20.7855771Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:56:20.7863167Z 2025-07-24T05:56:20.7863406Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:56:20.7864154Z call :libtorch_check "c10_bfloat16_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-07-24T05:56:20.7864961Z if errorlevel 1 goto fail 2025-07-24T05:56:20.7865237Z ) 2025-07-24T05:56:20.7875012Z 2025-07-24T05:56:20.7875657Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:56:20.7879516Z 2025-07-24T05:56:20.7880039Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:56:20.7882762Z 2025-07-24T05:56:20.7883492Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "verify_api_visibility" goto :eof 2025-07-24T05:56:20.7884553Z 2025-07-24T05:56:20.7885156Z (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-07-24T05:56:20.7886100Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-07-24T05:56:20.7887473Z 2025-07-24T05:56:20.7888832Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:56:20.7889604Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-07-24T05:56:20.7890085Z goto :eof 2025-07-24T05:56:20.7890277Z ) 2025-07-24T05:56:20.7890373Z 2025-07-24T05:56:20.7890729Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bfloat16_test" 2025-07-24T05:56:26.6833463Z Found test times from artifacts 2025-07-24T05:56:26.8260206Z Found test times from artifacts 2025-07-24T05:56:26.8311367Z Running 25% of tests based on TD 2025-07-24T05:56:26.8318462Z Running parallel tests on 3 processes 2025-07-24T05:56:26.8318916Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:56:26.8319183Z Serial tests (0): 2025-07-24T05:56:26.8319403Z Parallel tests (1): 2025-07-24T05:56:26.8319645Z cpp/c10_bfloat16_test 1/1 2025-07-24T05:56:26.8319922Z Name: excluded (est. time: 0.0min) 2025-07-24T05:56:26.8320194Z Serial tests (0): 2025-07-24T05:56:26.8320404Z Parallel tests (0): 2025-07-24T05:56:26.8322073Z Running cpp/c10_bfloat16_test 1/1 ... [2025-07-24 05:56:26.831828] 2025-07-24T05:56:26.8322461Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:26.8332641Z 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-52c369e9ac3cc53b.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:26.832972] 2025-07-24T05:56:26.8334338Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:56:28.1968203Z 2025-07-24T05:56:28.1969108Z 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_d8129744899bb9b7_.log 2025-07-24T05:56:28.1970062Z 2025-07-24T05:56:32.2759256Z Running cpp/c10_bfloat16_test 1/1 ... [2025-07-24 05:56:32.274497] 2025-07-24T05:56:32.2759697Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:32.2768707Z 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-f1edd2aeed24f778.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:32.274497] 2025-07-24T05:56:33.7019619Z 2025-07-24T05:56:33.7020486Z 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_acdb8a2e28a5e9f5_.log 2025-07-24T05:56:33.7021425Z 2025-07-24T05:56:34.4987615Z Running test batch 'tests to run' cost 7.67 seconds 2025-07-24T05:56:34.4994424Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:56:34.4994890Z Uploading artifacts took 0.00 seconds 2025-07-24T05:56:35.1468001Z 2025-07-24T05:56:35.1468719Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:56:35.1469182Z echo "c10_bfloat16_test" failed with exit code 0 2025-07-24T05:56:35.1469510Z goto fail 2025-07-24T05:56:35.1469687Z ) 2025-07-24T05:56:35.1469792Z 2025-07-24T05:56:35.1470168Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:56:35.1470798Z echo "c10_bfloat16_test" failed with exit code 0 2025-07-24T05:56:35.1471126Z goto fail 2025-07-24T05:56:35.1471302Z ) 2025-07-24T05:56:35.1471903Z 2025-07-24T05:56:35.1472381Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:56:35.1481890Z 2025-07-24T05:56:35.1482112Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:56:35.1482783Z call :libtorch_check "c10_Bitset_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-07-24T05:56:35.1483434Z if errorlevel 1 goto fail 2025-07-24T05:56:35.1483662Z ) 2025-07-24T05:56:35.1494587Z 2025-07-24T05:56:35.1494948Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:56:35.1498063Z 2025-07-24T05:56:35.1498533Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:56:35.1500980Z 2025-07-24T05:56:35.1501475Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "verify_api_visibility" goto :eof 2025-07-24T05:56:35.1502505Z 2025-07-24T05:56:35.1503046Z (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-07-24T05:56:35.1503963Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-07-24T05:56:35.1505358Z 2025-07-24T05:56:35.1505761Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:56:35.1506472Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-07-24T05:56:35.1506957Z goto :eof 2025-07-24T05:56:35.1507130Z ) 2025-07-24T05:56:35.1507309Z 2025-07-24T05:56:35.1507769Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Bitset_test" 2025-07-24T05:56:41.1627134Z Found test times from artifacts 2025-07-24T05:56:41.3041593Z Found test times from artifacts 2025-07-24T05:56:41.3091731Z Running 25% of tests based on TD 2025-07-24T05:56:41.3097686Z Running parallel tests on 3 processes 2025-07-24T05:56:41.3098040Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:56:41.3098333Z Serial tests (0): 2025-07-24T05:56:41.3098549Z Parallel tests (1): 2025-07-24T05:56:41.3098787Z cpp/c10_Bitset_test 1/1 2025-07-24T05:56:41.3099101Z Name: excluded (est. time: 0.0min) 2025-07-24T05:56:41.3099415Z Serial tests (0): 2025-07-24T05:56:41.3099627Z Parallel tests (0): 2025-07-24T05:56:41.3101378Z Running cpp/c10_Bitset_test 1/1 ... [2025-07-24 05:56:41.309913] 2025-07-24T05:56:41.3101766Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:41.3111710Z 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-28afcdb625e58d19.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:41.310529] 2025-07-24T05:56:41.3113470Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:56:42.7768121Z 2025-07-24T05:56:42.7768974Z 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_42e41687e301f6bf_.log 2025-07-24T05:56:42.7769732Z 2025-07-24T05:56:46.8420459Z Running cpp/c10_Bitset_test 1/1 ... [2025-07-24 05:56:46.831985] 2025-07-24T05:56:46.8420907Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:46.8430448Z 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-9842e5e8d746d966.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:46.831985] 2025-07-24T05:56:48.2740689Z 2025-07-24T05:56:48.2741547Z 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_bcdaa685db7a4e0d_.log 2025-07-24T05:56:48.2742292Z 2025-07-24T05:56:49.1352417Z Running test batch 'tests to run' cost 7.84 seconds 2025-07-24T05:56:49.1359300Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:56:49.1359782Z Uploading artifacts took 0.00 seconds 2025-07-24T05:56:49.8101119Z 2025-07-24T05:56:49.8101928Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:56:49.8102396Z echo "c10_Bitset_test" failed with exit code 0 2025-07-24T05:56:49.8102709Z goto fail 2025-07-24T05:56:49.8102904Z ) 2025-07-24T05:56:49.8103003Z 2025-07-24T05:56:49.8103194Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:56:49.8103642Z echo "c10_Bitset_test" failed with exit code 0 2025-07-24T05:56:49.8103941Z goto fail 2025-07-24T05:56:49.8104121Z ) 2025-07-24T05:56:49.8104796Z 2025-07-24T05:56:49.8104968Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:56:49.8113132Z 2025-07-24T05:56:49.8113562Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:56:49.8114267Z 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-07-24T05:56:49.8114910Z if errorlevel 1 goto fail 2025-07-24T05:56:49.8115136Z ) 2025-07-24T05:56:49.8123801Z 2025-07-24T05:56:49.8124416Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:56:49.8127951Z 2025-07-24T05:56:49.8128449Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:56:49.8130929Z 2025-07-24T05:56:49.8131397Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "verify_api_visibility" goto :eof 2025-07-24T05:56:49.8132790Z 2025-07-24T05:56:49.8133419Z (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-07-24T05:56:49.8134350Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-07-24T05:56:49.8135798Z 2025-07-24T05:56:49.8136263Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:56:49.8136968Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-07-24T05:56:49.8137457Z goto :eof 2025-07-24T05:56:49.8137638Z ) 2025-07-24T05:56:49.8137750Z 2025-07-24T05:56:49.8138104Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bit_cast_test" 2025-07-24T05:56:55.6502898Z Found test times from artifacts 2025-07-24T05:56:55.7938597Z Found test times from artifacts 2025-07-24T05:56:55.7989481Z Running 25% of tests based on TD 2025-07-24T05:56:55.7996042Z Running parallel tests on 3 processes 2025-07-24T05:56:55.7996452Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:56:55.7996732Z Serial tests (0): 2025-07-24T05:56:55.7996956Z Parallel tests (1): 2025-07-24T05:56:55.7997187Z cpp/c10_bit_cast_test 1/1 2025-07-24T05:56:55.7997610Z Name: excluded (est. time: 0.0min) 2025-07-24T05:56:55.7997867Z Serial tests (0): 2025-07-24T05:56:55.7998086Z Parallel tests (0): 2025-07-24T05:56:55.7999781Z Running cpp/c10_bit_cast_test 1/1 ... [2025-07-24 05:56:55.799277] 2025-07-24T05:56:55.8000205Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:56:55.8010111Z 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-c8e0e0852706aa14.xml', '-x', '--reruns=2'] ... [2025-07-24 05:56:55.799277] 2025-07-24T05:56:55.8011903Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:56:57.1694160Z 2025-07-24T05:56:57.1694992Z 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_53e8029636153f2e_.log 2025-07-24T05:56:57.1695968Z 2025-07-24T05:57:01.2564851Z Running cpp/c10_bit_cast_test 1/1 ... [2025-07-24 05:57:01.254486] 2025-07-24T05:57:01.2565292Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:01.2573857Z 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-174709b6a9f1f4a1.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:01.254486] 2025-07-24T05:57:02.6523432Z 2025-07-24T05:57:02.6524414Z 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_177ed3c22f5c8004_.log 2025-07-24T05:57:02.6525026Z 2025-07-24T05:57:03.4384560Z Running test batch 'tests to run' cost 7.64 seconds 2025-07-24T05:57:03.4391456Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:57:03.4391983Z Uploading artifacts took 0.00 seconds 2025-07-24T05:57:04.1189996Z 2025-07-24T05:57:04.1190533Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:57:04.1190981Z echo "c10_bit_cast_test" failed with exit code 0 2025-07-24T05:57:04.1191306Z goto fail 2025-07-24T05:57:04.1191520Z ) 2025-07-24T05:57:04.1191652Z 2025-07-24T05:57:04.1191931Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:57:04.1192414Z echo "c10_bit_cast_test" failed with exit code 0 2025-07-24T05:57:04.1192723Z goto fail 2025-07-24T05:57:04.1192942Z ) 2025-07-24T05:57:04.1193488Z 2025-07-24T05:57:04.1194042Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:57:04.1201752Z 2025-07-24T05:57:04.1202048Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:57:04.1202893Z call :libtorch_check "c10_CompileTimeFunctionPointer_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-07-24T05:57:04.1203777Z if errorlevel 1 goto fail 2025-07-24T05:57:04.1204017Z ) 2025-07-24T05:57:04.1213352Z 2025-07-24T05:57:04.1213700Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:57:04.1217592Z 2025-07-24T05:57:04.1218085Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:57:04.1221055Z 2025-07-24T05:57:04.1221549Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "verify_api_visibility" goto :eof 2025-07-24T05:57:04.1222793Z 2025-07-24T05:57:04.1223544Z (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-07-24T05:57:04.1224598Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-07-24T05:57:04.1225782Z 2025-07-24T05:57:04.1226322Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:57:04.1227256Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-07-24T05:57:04.1227806Z goto :eof 2025-07-24T05:57:04.1227995Z ) 2025-07-24T05:57:04.1228090Z 2025-07-24T05:57:04.1228685Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_CompileTimeFunctionPointer_test" 2025-07-24T05:57:10.2793723Z Found test times from artifacts 2025-07-24T05:57:10.4383567Z Found test times from artifacts 2025-07-24T05:57:10.4433495Z Running 25% of tests based on TD 2025-07-24T05:57:10.4439925Z Running parallel tests on 3 processes 2025-07-24T05:57:10.4440301Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:57:10.4440597Z Serial tests (0): 2025-07-24T05:57:10.4440878Z Parallel tests (1): 2025-07-24T05:57:10.4441143Z cpp/c10_CompileTimeFunctionPointer_test 1/1 2025-07-24T05:57:10.4441482Z Name: excluded (est. time: 0.0min) 2025-07-24T05:57:10.4442163Z Serial tests (0): 2025-07-24T05:57:10.4442394Z Parallel tests (0): 2025-07-24T05:57:10.4443555Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-07-24 05:57:10.429048] 2025-07-24T05:57:10.4444027Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:10.4484444Z 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-072669ca42386404.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:10.444793] 2025-07-24T05:57:10.4486580Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:57:11.8278122Z 2025-07-24T05:57:11.8279227Z 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_ef9cff6ab25af2a0_.log 2025-07-24T05:57:11.8280021Z 2025-07-24T05:57:15.9750090Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-07-24 05:57:15.963901] 2025-07-24T05:57:15.9750629Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:15.9759968Z 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-32c5c4530a650a0c.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:15.963901] 2025-07-24T05:57:17.4140274Z 2025-07-24T05:57:17.4141320Z 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_c241bcb6617005f8_.log 2025-07-24T05:57:17.4142127Z 2025-07-24T05:57:18.2416231Z Running test batch 'tests to run' cost 7.81 seconds 2025-07-24T05:57:18.2422857Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:57:18.2423320Z Uploading artifacts took 0.00 seconds 2025-07-24T05:57:18.8775081Z 2025-07-24T05:57:18.8775883Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:57:18.8776427Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-07-24T05:57:18.8776818Z goto fail 2025-07-24T05:57:18.8777003Z ) 2025-07-24T05:57:18.8777311Z 2025-07-24T05:57:18.8777580Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:57:18.8778133Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-07-24T05:57:18.8778665Z goto fail 2025-07-24T05:57:18.8778839Z ) 2025-07-24T05:57:18.8779368Z 2025-07-24T05:57:18.8779629Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:57:18.8787042Z 2025-07-24T05:57:18.8787330Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:57:18.8788022Z 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-07-24T05:57:18.8788683Z if errorlevel 1 goto fail 2025-07-24T05:57:18.8788910Z ) 2025-07-24T05:57:18.8798603Z 2025-07-24T05:57:18.8799138Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:57:18.8802907Z 2025-07-24T05:57:18.8803371Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:57:18.8805834Z 2025-07-24T05:57:18.8806340Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "verify_api_visibility" goto :eof 2025-07-24T05:57:18.8807375Z 2025-07-24T05:57:18.8807909Z (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-07-24T05:57:18.8808863Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-07-24T05:57:18.8810198Z 2025-07-24T05:57:18.8810613Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:57:18.8811344Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-07-24T05:57:18.8811933Z goto :eof 2025-07-24T05:57:18.8812102Z ) 2025-07-24T05:57:18.8812244Z 2025-07-24T05:57:18.8812636Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_math_test" 2025-07-24T05:57:24.7999756Z Found test times from artifacts 2025-07-24T05:57:24.9432735Z Found test times from artifacts 2025-07-24T05:57:24.9484383Z Running 25% of tests based on TD 2025-07-24T05:57:24.9490247Z Running parallel tests on 3 processes 2025-07-24T05:57:24.9490784Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:57:24.9491100Z Serial tests (0): 2025-07-24T05:57:24.9491321Z Parallel tests (1): 2025-07-24T05:57:24.9491574Z cpp/c10_complex_math_test 1/1 2025-07-24T05:57:24.9491848Z Name: excluded (est. time: 0.0min) 2025-07-24T05:57:24.9492117Z Serial tests (0): 2025-07-24T05:57:24.9492353Z Parallel tests (0): 2025-07-24T05:57:24.9494085Z Running cpp/c10_complex_math_test 1/1 ... [2025-07-24 05:57:24.949038] 2025-07-24T05:57:24.9494489Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:24.9505626Z 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-73d56e8ac08eefdf.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:24.950195] 2025-07-24T05:57:24.9507609Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:57:26.3288465Z 2025-07-24T05:57:26.3289477Z 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_20913c3dc933ad77_.log 2025-07-24T05:57:26.3290148Z 2025-07-24T05:57:30.3850492Z Running cpp/c10_complex_math_test 1/1 ... [2025-07-24 05:57:30.384431] 2025-07-24T05:57:30.3851097Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:30.3863943Z 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-d17b04db3329a4d7.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:30.385621] 2025-07-24T05:57:31.8123726Z 2025-07-24T05:57:31.8124600Z 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_d50f9d8d68e7db1d_.log 2025-07-24T05:57:31.8125471Z 2025-07-24T05:57:32.5593326Z Running test batch 'tests to run' cost 7.61 seconds 2025-07-24T05:57:32.5600102Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:57:32.5600884Z Uploading artifacts took 0.00 seconds 2025-07-24T05:57:33.2044530Z 2025-07-24T05:57:33.2045245Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:57:33.2045730Z echo "c10_complex_math_test" failed with exit code 0 2025-07-24T05:57:33.2046063Z goto fail 2025-07-24T05:57:33.2046290Z ) 2025-07-24T05:57:33.2046731Z 2025-07-24T05:57:33.2047614Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:57:33.2048113Z echo "c10_complex_math_test" failed with exit code 0 2025-07-24T05:57:33.2048437Z goto fail 2025-07-24T05:57:33.2048622Z ) 2025-07-24T05:57:33.2048716Z 2025-07-24T05:57:33.2048869Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:57:33.2055894Z 2025-07-24T05:57:33.2056136Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:57:33.2056845Z call :libtorch_check "c10_complex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-07-24T05:57:33.2057479Z if errorlevel 1 goto fail 2025-07-24T05:57:33.2070932Z ) 2025-07-24T05:57:33.2071040Z 2025-07-24T05:57:33.2071330Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:57:33.2076327Z 2025-07-24T05:57:33.2076835Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:57:33.2078749Z 2025-07-24T05:57:33.2079233Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "verify_api_visibility" goto :eof 2025-07-24T05:57:33.2080613Z 2025-07-24T05:57:33.2081193Z (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-07-24T05:57:33.2082147Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-07-24T05:57:33.2083582Z 2025-07-24T05:57:33.2083982Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:57:33.2084709Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-07-24T05:57:33.2085196Z goto :eof 2025-07-24T05:57:33.2085390Z ) 2025-07-24T05:57:33.2085490Z 2025-07-24T05:57:33.2085844Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_test" 2025-07-24T05:57:39.0484956Z Found test times from artifacts 2025-07-24T05:57:39.1966339Z Found test times from artifacts 2025-07-24T05:57:39.2020792Z Running 25% of tests based on TD 2025-07-24T05:57:39.2026401Z Running parallel tests on 3 processes 2025-07-24T05:57:39.2026874Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:57:39.2027154Z Serial tests (0): 2025-07-24T05:57:39.2027379Z Parallel tests (1): 2025-07-24T05:57:39.2027609Z cpp/c10_complex_test 1/1 2025-07-24T05:57:39.2027867Z Name: excluded (est. time: 0.0min) 2025-07-24T05:57:39.2028141Z Serial tests (0): 2025-07-24T05:57:39.2028357Z Parallel tests (0): 2025-07-24T05:57:39.2030263Z Running cpp/c10_complex_test 1/1 ... [2025-07-24 05:57:39.202593] 2025-07-24T05:57:39.2030668Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:39.2040553Z 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-9b18d528312daf07.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:39.203881] 2025-07-24T05:57:39.2042389Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:57:40.6625860Z 2025-07-24T05:57:40.6626686Z 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_214566fe41e32938_.log 2025-07-24T05:57:40.6627386Z 2025-07-24T05:57:44.7119174Z Running cpp/c10_complex_test 1/1 ... [2025-07-24 05:57:44.704679] 2025-07-24T05:57:44.7119639Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:44.7129065Z 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-e81b5f822fe3998b.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:44.704679] 2025-07-24T05:57:46.1129926Z 2025-07-24T05:57:46.1130743Z 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_c06376eef23f437e_.log 2025-07-24T05:57:46.1131510Z 2025-07-24T05:57:46.8805565Z Running test batch 'tests to run' cost 7.68 seconds 2025-07-24T05:57:46.8815055Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:57:46.8815556Z Uploading artifacts took 0.00 seconds 2025-07-24T05:57:47.5424678Z 2025-07-24T05:57:47.5425350Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:57:47.5425973Z echo "c10_complex_test" failed with exit code 0 2025-07-24T05:57:47.5426349Z goto fail 2025-07-24T05:57:47.5426526Z ) 2025-07-24T05:57:47.5426649Z 2025-07-24T05:57:47.5426889Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:57:47.5427322Z echo "c10_complex_test" failed with exit code 0 2025-07-24T05:57:47.5427624Z goto fail 2025-07-24T05:57:47.5427813Z ) 2025-07-24T05:57:47.5427941Z 2025-07-24T05:57:47.5428401Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:57:47.5435827Z 2025-07-24T05:57:47.5436120Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:57:47.5436841Z call :libtorch_check "c10_ConstexprCrc_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-07-24T05:57:47.5437543Z if errorlevel 1 goto fail 2025-07-24T05:57:47.5437772Z ) 2025-07-24T05:57:47.5446706Z 2025-07-24T05:57:47.5447083Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:57:47.5451334Z 2025-07-24T05:57:47.5451794Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:57:47.5454521Z 2025-07-24T05:57:47.5455038Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "verify_api_visibility" goto :eof 2025-07-24T05:57:47.5456546Z 2025-07-24T05:57:47.5457075Z (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-07-24T05:57:47.5458032Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-07-24T05:57:47.5459209Z 2025-07-24T05:57:47.5459691Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:57:47.5460443Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-07-24T05:57:47.5460940Z goto :eof 2025-07-24T05:57:47.5461126Z ) 2025-07-24T05:57:47.5461223Z 2025-07-24T05:57:47.5461661Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ConstexprCrc_test" 2025-07-24T05:57:53.4555578Z Found test times from artifacts 2025-07-24T05:57:53.6031562Z Found test times from artifacts 2025-07-24T05:57:53.6083240Z Running 25% of tests based on TD 2025-07-24T05:57:53.6089024Z Running parallel tests on 3 processes 2025-07-24T05:57:53.6089504Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:57:53.6089772Z Serial tests (0): 2025-07-24T05:57:53.6090001Z Parallel tests (1): 2025-07-24T05:57:53.6090228Z cpp/c10_ConstexprCrc_test 1/1 2025-07-24T05:57:53.6090733Z Name: excluded (est. time: 0.0min) 2025-07-24T05:57:53.6090998Z Serial tests (0): 2025-07-24T05:57:53.6091221Z Parallel tests (0): 2025-07-24T05:57:53.6092943Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-07-24 05:57:53.605117] 2025-07-24T05:57:53.6093349Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:53.6103162Z 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-8817116a9762ac3d.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:53.605117] 2025-07-24T05:57:53.6104877Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:57:54.9947744Z 2025-07-24T05:57:54.9948773Z 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_b97493ddb31bb49f_.log 2025-07-24T05:57:54.9949482Z 2025-07-24T05:57:59.0335274Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-07-24 05:57:59.032235] 2025-07-24T05:57:59.0335904Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:57:59.0344736Z 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-ac6a49d218f178e1.xml', '-x', '--reruns=2'] ... [2025-07-24 05:57:59.032235] 2025-07-24T05:58:00.4047582Z 2025-07-24T05:58:00.4048711Z 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_24bba70dca9f1504_.log 2025-07-24T05:58:00.4049365Z 2025-07-24T05:58:01.1898716Z Running test batch 'tests to run' cost 7.58 seconds 2025-07-24T05:58:01.1905618Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:58:01.1906090Z Uploading artifacts took 0.00 seconds 2025-07-24T05:58:01.8911941Z 2025-07-24T05:58:01.8912491Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:58:01.8912976Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-07-24T05:58:01.8913304Z goto fail 2025-07-24T05:58:01.8913505Z ) 2025-07-24T05:58:01.8913614Z 2025-07-24T05:58:01.8913810Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:58:01.8914248Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-07-24T05:58:01.8914562Z goto fail 2025-07-24T05:58:01.8914751Z ) 2025-07-24T05:58:01.8915263Z 2025-07-24T05:58:01.8915532Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:58:01.8924309Z 2025-07-24T05:58:01.8924596Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:58:01.8925251Z call :libtorch_check "c10_cow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-07-24T05:58:01.8925840Z if errorlevel 1 goto fail 2025-07-24T05:58:01.8926083Z ) 2025-07-24T05:58:01.8935455Z 2025-07-24T05:58:01.8936081Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:58:01.8939972Z 2025-07-24T05:58:01.8940682Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:58:01.8943063Z 2025-07-24T05:58:01.8943484Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "verify_api_visibility" goto :eof 2025-07-24T05:58:01.8944730Z 2025-07-24T05:58:01.8945307Z (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-07-24T05:58:01.8946330Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-07-24T05:58:01.8948187Z 2025-07-24T05:58:01.8948972Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:58:01.8949737Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-07-24T05:58:01.8950257Z goto :eof 2025-07-24T05:58:01.8950456Z ) 2025-07-24T05:58:01.8950594Z 2025-07-24T05:58:01.8950949Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_cow_test" 2025-07-24T05:58:08.1215541Z Found test times from artifacts 2025-07-24T05:58:08.2658870Z Found test times from artifacts 2025-07-24T05:58:08.2710163Z Running 25% of tests based on TD 2025-07-24T05:58:08.2715275Z Running parallel tests on 3 processes 2025-07-24T05:58:08.2716056Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:58:08.2716359Z Serial tests (0): 2025-07-24T05:58:08.2716609Z Parallel tests (1): 2025-07-24T05:58:08.2716850Z cpp/c10_cow_test 1/1 2025-07-24T05:58:08.2717161Z Name: excluded (est. time: 0.0min) 2025-07-24T05:58:08.2717462Z Serial tests (0): 2025-07-24T05:58:08.2717689Z Parallel tests (0): 2025-07-24T05:58:08.2719456Z Running cpp/c10_cow_test 1/1 ... [2025-07-24 05:58:08.271573] 2025-07-24T05:58:08.2719849Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:08.2729905Z 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-d032451768b1c5c2.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:08.272744] 2025-07-24T05:58:08.2731605Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:58:09.6647107Z 2025-07-24T05:58:09.6648004Z 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_d58cdb5fd30aad8a_.log 2025-07-24T05:58:09.6648626Z 2025-07-24T05:58:13.7174285Z Running cpp/c10_cow_test 1/1 ... [2025-07-24 05:58:13.717244] 2025-07-24T05:58:13.7174771Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:13.7184149Z 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-a2e15e89e26f4708.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:13.717285] 2025-07-24T05:58:15.1286527Z 2025-07-24T05:58:15.1287491Z 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_0e8e573b0d076c0b_.log 2025-07-24T05:58:15.1289906Z 2025-07-24T05:58:15.9139893Z Running test batch 'tests to run' cost 7.64 seconds 2025-07-24T05:58:15.9146508Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:58:15.9147017Z Uploading artifacts took 0.00 seconds 2025-07-24T05:58:16.5917088Z 2025-07-24T05:58:16.5917731Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:58:16.5918267Z echo "c10_cow_test" failed with exit code 0 2025-07-24T05:58:16.5918569Z goto fail 2025-07-24T05:58:16.5918794Z ) 2025-07-24T05:58:16.5918904Z 2025-07-24T05:58:16.5919105Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:58:16.5919692Z echo "c10_cow_test" failed with exit code 0 2025-07-24T05:58:16.5919999Z goto fail 2025-07-24T05:58:16.5920218Z ) 2025-07-24T05:58:16.5920324Z 2025-07-24T05:58:16.5920584Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:58:16.5948754Z 2025-07-24T05:58:16.5949194Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:58:16.5950061Z call :libtorch_check "c10_DeadlockDetection_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-07-24T05:58:16.5950986Z if errorlevel 1 goto fail 2025-07-24T05:58:16.5951268Z ) 2025-07-24T05:58:16.5951374Z 2025-07-24T05:58:16.5951663Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:58:16.5952082Z 2025-07-24T05:58:16.5952512Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:58:16.5953052Z 2025-07-24T05:58:16.5953440Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "verify_api_visibility" goto :eof 2025-07-24T05:58:16.5953991Z 2025-07-24T05:58:16.5954541Z (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-07-24T05:58:16.5955555Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-07-24T05:58:16.5956021Z 2025-07-24T05:58:16.5956404Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:58:16.5957282Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-07-24T05:58:16.5957843Z goto :eof 2025-07-24T05:58:16.5958040Z ) 2025-07-24T05:58:16.5958170Z 2025-07-24T05:58:16.5958567Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeadlockDetection_test" 2025-07-24T05:58:22.4805427Z Found test times from artifacts 2025-07-24T05:58:22.6224969Z Found test times from artifacts 2025-07-24T05:58:22.6275923Z Running 25% of tests based on TD 2025-07-24T05:58:22.6281626Z Running parallel tests on 3 processes 2025-07-24T05:58:22.6282120Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:58:22.6282409Z Serial tests (0): 2025-07-24T05:58:22.6282666Z Parallel tests (1): 2025-07-24T05:58:22.6282922Z cpp/c10_DeadlockDetection_test 1/1 2025-07-24T05:58:22.6283276Z Name: excluded (est. time: 0.0min) 2025-07-24T05:58:22.6283545Z Serial tests (0): 2025-07-24T05:58:22.6283794Z Parallel tests (0): 2025-07-24T05:58:22.6285571Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-07-24 05:58:22.626035] 2025-07-24T05:58:22.6286016Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:22.6296399Z 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-b1c12498c0449bc3.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:22.629129] 2025-07-24T05:58:22.6298164Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:58:24.1124710Z 2025-07-24T05:58:24.1125806Z 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_96c1171d066db1d0_.log 2025-07-24T05:58:24.1126548Z 2025-07-24T05:58:28.1991613Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-07-24 05:58:28.198912] 2025-07-24T05:58:28.1992126Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:28.2001398Z 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-f73ac3010e6825c7.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:28.199495] 2025-07-24T05:58:29.5883607Z 2025-07-24T05:58:29.5884682Z 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_c7fd143f23a33f80_.log 2025-07-24T05:58:29.5885432Z 2025-07-24T05:58:30.4645219Z Running test batch 'tests to run' cost 7.84 seconds 2025-07-24T05:58:30.4645940Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:58:30.4646431Z Uploading artifacts took 0.00 seconds 2025-07-24T05:58:31.0985806Z 2025-07-24T05:58:31.0986641Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:58:31.0987155Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-07-24T05:58:31.0987576Z goto fail 2025-07-24T05:58:31.0987781Z ) 2025-07-24T05:58:31.0987926Z 2025-07-24T05:58:31.0988133Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:58:31.0988651Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-07-24T05:58:31.0989011Z goto fail 2025-07-24T05:58:31.0989223Z ) 2025-07-24T05:58:31.0989335Z 2025-07-24T05:58:31.0989503Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:58:31.0995533Z 2025-07-24T05:58:31.0995787Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:58:31.0996733Z call :libtorch_check "c10_DeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-07-24T05:58:31.0997565Z if errorlevel 1 goto fail 2025-07-24T05:58:31.0997846Z ) 2025-07-24T05:58:31.1006887Z 2025-07-24T05:58:31.1007266Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:58:31.1010958Z 2025-07-24T05:58:31.1011468Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:58:31.1014020Z 2025-07-24T05:58:31.1014486Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "verify_api_visibility" goto :eof 2025-07-24T05:58:31.1015362Z 2025-07-24T05:58:31.1015966Z (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-07-24T05:58:31.1016987Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-07-24T05:58:31.1017614Z 2025-07-24T05:58:31.1018011Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:58:31.1018789Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-07-24T05:58:31.1019349Z goto :eof 2025-07-24T05:58:31.1019617Z ) 2025-07-24T05:58:31.1019728Z 2025-07-24T05:58:31.1020109Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeviceGuard_test" 2025-07-24T05:58:37.1622715Z Found test times from artifacts 2025-07-24T05:58:37.3282332Z Found test times from artifacts 2025-07-24T05:58:37.3334214Z Running 25% of tests based on TD 2025-07-24T05:58:37.3339350Z Running parallel tests on 3 processes 2025-07-24T05:58:37.3339831Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:58:37.3340154Z Serial tests (0): 2025-07-24T05:58:37.3340423Z Parallel tests (1): 2025-07-24T05:58:37.3340699Z cpp/c10_DeviceGuard_test 1/1 2025-07-24T05:58:37.3340993Z Name: excluded (est. time: 0.0min) 2025-07-24T05:58:37.3341297Z Serial tests (0): 2025-07-24T05:58:37.3341524Z Parallel tests (0): 2025-07-24T05:58:37.3343311Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-07-24 05:58:37.322769] 2025-07-24T05:58:37.3343732Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:37.3353503Z 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-1725d26ad65ae4e0.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:37.322769] 2025-07-24T05:58:37.3355324Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:58:38.7356799Z 2025-07-24T05:58:38.7357698Z 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_eb0a92356c6affd7_.log 2025-07-24T05:58:38.7358393Z 2025-07-24T05:58:42.7858501Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-07-24 05:58:42.785384] 2025-07-24T05:58:42.7859651Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:42.7868196Z 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-db9985fceb63c625.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:42.786543] 2025-07-24T05:58:44.2170631Z 2025-07-24T05:58:44.2171525Z 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_2e31d037f763237f_.log 2025-07-24T05:58:44.2172233Z 2025-07-24T05:58:45.0174709Z Running test batch 'tests to run' cost 7.69 seconds 2025-07-24T05:58:45.0181903Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:58:45.0182586Z Uploading artifacts took 0.00 seconds 2025-07-24T05:58:45.6995245Z 2025-07-24T05:58:45.6995904Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:58:45.6996388Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-07-24T05:58:45.6996781Z goto fail 2025-07-24T05:58:45.6996993Z ) 2025-07-24T05:58:45.6997175Z 2025-07-24T05:58:45.6997841Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:58:45.6998338Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-07-24T05:58:45.6998703Z goto fail 2025-07-24T05:58:45.6998915Z ) 2025-07-24T05:58:45.6999040Z 2025-07-24T05:58:45.6999236Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:58:45.7006156Z 2025-07-24T05:58:45.7006429Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:58:45.7007157Z call :libtorch_check "c10_Device_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-07-24T05:58:45.7007822Z if errorlevel 1 goto fail 2025-07-24T05:58:45.7008068Z ) 2025-07-24T05:58:45.7017055Z 2025-07-24T05:58:45.7017613Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:58:45.7021261Z 2025-07-24T05:58:45.7021833Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:58:45.7024232Z 2025-07-24T05:58:45.7024751Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "verify_api_visibility" goto :eof 2025-07-24T05:58:45.7025612Z 2025-07-24T05:58:45.7026201Z (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-07-24T05:58:45.7027181Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-07-24T05:58:45.7028404Z 2025-07-24T05:58:45.7028810Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:58:45.7029530Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-07-24T05:58:45.7030170Z goto :eof 2025-07-24T05:58:45.7030398Z ) 2025-07-24T05:58:45.7030510Z 2025-07-24T05:58:45.7030899Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Device_test" 2025-07-24T05:58:51.6503616Z Found test times from artifacts 2025-07-24T05:58:51.7914633Z Found test times from artifacts 2025-07-24T05:58:51.7965272Z Running 25% of tests based on TD 2025-07-24T05:58:51.7971021Z Running parallel tests on 3 processes 2025-07-24T05:58:51.7971473Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:58:51.7972032Z Serial tests (0): 2025-07-24T05:58:51.7972313Z Parallel tests (1): 2025-07-24T05:58:51.7972568Z cpp/c10_Device_test 1/1 2025-07-24T05:58:51.7972868Z Name: excluded (est. time: 0.0min) 2025-07-24T05:58:51.7973142Z Serial tests (0): 2025-07-24T05:58:51.7973406Z Parallel tests (0): 2025-07-24T05:58:51.7974838Z Running cpp/c10_Device_test 1/1 ... [2025-07-24 05:58:51.796338] 2025-07-24T05:58:51.7975271Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:51.7984774Z 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-84b75549466fa658.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:51.796338] 2025-07-24T05:58:51.7986457Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:58:53.2536562Z 2025-07-24T05:58:53.2537426Z 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_587c3b1478ca4927_.log 2025-07-24T05:58:53.2538305Z 2025-07-24T05:58:57.3156680Z Running cpp/c10_Device_test 1/1 ... [2025-07-24 05:58:57.312622] 2025-07-24T05:58:57.3157129Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:58:57.3166051Z 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-30b84261ecbd44cc.xml', '-x', '--reruns=2'] ... [2025-07-24 05:58:57.312622] 2025-07-24T05:58:58.7245761Z 2025-07-24T05:58:58.7246745Z 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_75c40e717853952b_.log 2025-07-24T05:58:58.7247425Z 2025-07-24T05:58:59.4840591Z Running test batch 'tests to run' cost 7.69 seconds 2025-07-24T05:58:59.4847288Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:58:59.4847780Z Uploading artifacts took 0.00 seconds 2025-07-24T05:59:00.1797528Z 2025-07-24T05:59:00.1798425Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:59:00.1799263Z echo "c10_Device_test" failed with exit code 0 2025-07-24T05:59:00.1799655Z goto fail 2025-07-24T05:59:00.1799862Z ) 2025-07-24T05:59:00.1800000Z 2025-07-24T05:59:00.1800204Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:59:00.1800664Z echo "c10_Device_test" failed with exit code 0 2025-07-24T05:59:00.1801038Z goto fail 2025-07-24T05:59:00.1801261Z ) 2025-07-24T05:59:00.1801370Z 2025-07-24T05:59:00.1801536Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:59:00.1808824Z 2025-07-24T05:59:00.1809390Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:59:00.1810253Z call :libtorch_check "c10_DispatchKeySet_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-07-24T05:59:00.1810975Z if errorlevel 1 goto fail 2025-07-24T05:59:00.1811255Z ) 2025-07-24T05:59:00.1820190Z 2025-07-24T05:59:00.1820588Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:59:00.1824470Z 2025-07-24T05:59:00.1825074Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:59:00.1827548Z 2025-07-24T05:59:00.1828108Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "verify_api_visibility" goto :eof 2025-07-24T05:59:00.1828920Z 2025-07-24T05:59:00.1829709Z (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-07-24T05:59:00.1830927Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-07-24T05:59:00.1831847Z 2025-07-24T05:59:00.1832293Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:59:00.1833084Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-07-24T05:59:00.1833647Z goto :eof 2025-07-24T05:59:00.1833873Z ) 2025-07-24T05:59:00.1833982Z 2025-07-24T05:59:00.1834373Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DispatchKeySet_test" 2025-07-24T05:59:06.0589209Z Found test times from artifacts 2025-07-24T05:59:06.2011080Z Found test times from artifacts 2025-07-24T05:59:06.2061647Z Running 25% of tests based on TD 2025-07-24T05:59:06.2067440Z Running parallel tests on 3 processes 2025-07-24T05:59:06.2067853Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:59:06.2068190Z Serial tests (0): 2025-07-24T05:59:06.2068508Z Parallel tests (1): 2025-07-24T05:59:06.2068959Z cpp/c10_DispatchKeySet_test 1/1 2025-07-24T05:59:06.2069285Z Name: excluded (est. time: 0.0min) 2025-07-24T05:59:06.2069546Z Serial tests (0): 2025-07-24T05:59:06.2069807Z Parallel tests (0): 2025-07-24T05:59:06.2071184Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-07-24 05:59:06.203228] 2025-07-24T05:59:06.2071659Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:06.2092074Z 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-fa3d11f29cfdf67f.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:06.208854] 2025-07-24T05:59:06.2093833Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:59:07.6087421Z 2025-07-24T05:59:07.6088643Z 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_bd4ed3276745386b_.log 2025-07-24T05:59:07.6089342Z 2025-07-24T05:59:11.6120648Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-07-24 05:59:11.611761] 2025-07-24T05:59:11.6121152Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:11.6131282Z 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-17049387f36328b4.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:11.612917] 2025-07-24T05:59:13.0496144Z 2025-07-24T05:59:13.0497161Z 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_70948597363e9e6f_.log 2025-07-24T05:59:13.0498323Z 2025-07-24T05:59:13.8833969Z Running test batch 'tests to run' cost 7.68 seconds 2025-07-24T05:59:13.8839802Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:59:13.8840271Z Uploading artifacts took 0.00 seconds 2025-07-24T05:59:14.5201444Z 2025-07-24T05:59:14.5202172Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:59:14.5202712Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-07-24T05:59:14.5203057Z goto fail 2025-07-24T05:59:14.5203283Z ) 2025-07-24T05:59:14.5203405Z 2025-07-24T05:59:14.5203610Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:59:14.5204097Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-07-24T05:59:14.5204468Z goto fail 2025-07-24T05:59:14.5204665Z ) 2025-07-24T05:59:14.5204773Z 2025-07-24T05:59:14.5205745Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:59:14.5212160Z 2025-07-24T05:59:14.5212644Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:59:14.5213409Z call :libtorch_check "c10_Enumerate_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Enumerate_test.exe" 2025-07-24T05:59:14.5214067Z if errorlevel 1 goto fail 2025-07-24T05:59:14.5214329Z ) 2025-07-24T05:59:14.5223364Z 2025-07-24T05:59:14.5223930Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:59:14.5227497Z 2025-07-24T05:59:14.5228145Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:59:14.5230536Z 2025-07-24T05:59:14.5231028Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Enumerate_test" == "verify_api_visibility" goto :eof 2025-07-24T05:59:14.5231792Z 2025-07-24T05:59:14.5233007Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Enumerate_test.exe" 2025-07-24T05:59:14.5234117Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Enumerate_test.exe" 2025-07-24T05:59:14.5234559Z 2025-07-24T05:59:14.5234874Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Enumerate_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:59:14.5235607Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Enumerate_test.exe" 2025-07-24T05:59:14.5236097Z goto :eof 2025-07-24T05:59:14.5236281Z ) 2025-07-24T05:59:14.5236395Z 2025-07-24T05:59:14.5236807Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Enumerate_test" 2025-07-24T05:59:20.4483674Z Found test times from artifacts 2025-07-24T05:59:20.5908367Z Found test times from artifacts 2025-07-24T05:59:20.5962032Z Running 25% of tests based on TD 2025-07-24T05:59:20.5968366Z Running parallel tests on 3 processes 2025-07-24T05:59:20.5968707Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:59:20.5968972Z Serial tests (0): 2025-07-24T05:59:20.5969174Z Parallel tests (1): 2025-07-24T05:59:20.5969387Z cpp/c10_Enumerate_test 1/1 2025-07-24T05:59:20.5969644Z Name: excluded (est. time: 0.0min) 2025-07-24T05:59:20.5969884Z Serial tests (0): 2025-07-24T05:59:20.5970088Z Parallel tests (0): 2025-07-24T05:59:20.5972371Z Running cpp/c10_Enumerate_test 1/1 ... [2025-07-24 05:59:20.596311] 2025-07-24T05:59:20.5972779Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:20.5993658Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Enumerate_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-523e8f2c91739254.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:20.598360] 2025-07-24T05:59:20.5995470Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:59:21.9836356Z 2025-07-24T05:59:21.9837253Z cpp/c10_Enumerate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Enumerate_test_1.1_47bd6f807517f035_.log 2025-07-24T05:59:21.9838122Z 2025-07-24T05:59:26.0179496Z Running cpp/c10_Enumerate_test 1/1 ... [2025-07-24 05:59:26.017749] 2025-07-24T05:59:26.0180134Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:26.0190260Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Enumerate_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-2f50b3db2b2da915.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:26.018810] 2025-07-24T05:59:27.4410758Z 2025-07-24T05:59:27.4412104Z cpp/c10_Enumerate_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Enumerate_test_1.1_53002693a111de05_.log 2025-07-24T05:59:27.4412756Z 2025-07-24T05:59:28.1714947Z Running test batch 'tests to run' cost 7.57 seconds 2025-07-24T05:59:28.1722175Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:59:28.1722650Z Uploading artifacts took 0.00 seconds 2025-07-24T05:59:28.8350596Z 2025-07-24T05:59:28.8351300Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:59:28.8351752Z echo "c10_Enumerate_test" failed with exit code 0 2025-07-24T05:59:28.8352070Z goto fail 2025-07-24T05:59:28.8352280Z ) 2025-07-24T05:59:28.8352413Z 2025-07-24T05:59:28.8352604Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:59:28.8353070Z echo "c10_Enumerate_test" failed with exit code 0 2025-07-24T05:59:28.8353390Z goto fail 2025-07-24T05:59:28.8353577Z ) 2025-07-24T05:59:28.8354767Z 2025-07-24T05:59:28.8355298Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:59:28.8362176Z 2025-07-24T05:59:28.8362479Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:59:28.8363217Z call :libtorch_check "c10_error_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-07-24T05:59:28.8363877Z if errorlevel 1 goto fail 2025-07-24T05:59:28.8364117Z ) 2025-07-24T05:59:28.8373366Z 2025-07-24T05:59:28.8373953Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:59:28.8378137Z 2025-07-24T05:59:28.8378771Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:59:28.8381517Z 2025-07-24T05:59:28.8382132Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "verify_api_visibility" goto :eof 2025-07-24T05:59:28.8383138Z 2025-07-24T05:59:28.8383737Z (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-07-24T05:59:28.8384751Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-07-24T05:59:28.8385721Z 2025-07-24T05:59:28.8386121Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:59:28.8386820Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-07-24T05:59:28.8387320Z goto :eof 2025-07-24T05:59:28.8387509Z ) 2025-07-24T05:59:28.8387974Z 2025-07-24T05:59:28.8388378Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_error_test" 2025-07-24T05:59:34.8476773Z Found test times from artifacts 2025-07-24T05:59:34.9894358Z Found test times from artifacts 2025-07-24T05:59:34.9945019Z Running 25% of tests based on TD 2025-07-24T05:59:34.9950480Z Running parallel tests on 3 processes 2025-07-24T05:59:34.9950958Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:59:34.9951244Z Serial tests (0): 2025-07-24T05:59:34.9951473Z Parallel tests (1): 2025-07-24T05:59:34.9951716Z cpp/c10_error_test 1/1 2025-07-24T05:59:34.9951958Z Name: excluded (est. time: 0.0min) 2025-07-24T05:59:34.9952228Z Serial tests (0): 2025-07-24T05:59:34.9952427Z Parallel tests (0): 2025-07-24T05:59:34.9954379Z Running cpp/c10_error_test 1/1 ... [2025-07-24 05:59:34.995034] 2025-07-24T05:59:34.9954751Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:34.9964592Z 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-1cd7277fca8237ee.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:34.996261] 2025-07-24T05:59:34.9966420Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:59:36.4012530Z 2025-07-24T05:59:36.4013475Z 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_44161bc248e5f074_.log 2025-07-24T05:59:36.4014111Z 2025-07-24T05:59:40.4197150Z Running cpp/c10_error_test 1/1 ... [2025-07-24 05:59:40.417913] 2025-07-24T05:59:40.4197592Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:40.4206869Z 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-0e0e2721bf618027.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:40.417913] 2025-07-24T05:59:41.8104850Z 2025-07-24T05:59:41.8105955Z 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_5bcce28773a5b55b_.log 2025-07-24T05:59:41.8106564Z 2025-07-24T05:59:42.5813373Z Running test batch 'tests to run' cost 7.57 seconds 2025-07-24T05:59:42.5820200Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:59:42.5820676Z Uploading artifacts took 0.00 seconds 2025-07-24T05:59:43.3194591Z 2025-07-24T05:59:43.3195441Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:59:43.3195976Z echo "c10_error_test" failed with exit code 0 2025-07-24T05:59:43.3196380Z goto fail 2025-07-24T05:59:43.3196589Z ) 2025-07-24T05:59:43.3196726Z 2025-07-24T05:59:43.3196933Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:59:43.3197408Z echo "c10_error_test" failed with exit code 0 2025-07-24T05:59:43.3197718Z goto fail 2025-07-24T05:59:43.3197937Z ) 2025-07-24T05:59:43.3198049Z 2025-07-24T05:59:43.3198235Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:59:43.3204670Z 2025-07-24T05:59:43.3204864Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:59:43.3205597Z call :libtorch_check "c10_exception_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-07-24T05:59:43.3206254Z if errorlevel 1 goto fail 2025-07-24T05:59:43.3206529Z ) 2025-07-24T05:59:43.3215945Z 2025-07-24T05:59:43.3216283Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:59:43.3220488Z 2025-07-24T05:59:43.3221140Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:59:43.3223835Z 2025-07-24T05:59:43.3224624Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "verify_api_visibility" goto :eof 2025-07-24T05:59:43.3225742Z 2025-07-24T05:59:43.3226352Z (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-07-24T05:59:43.3227330Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-07-24T05:59:43.3228279Z 2025-07-24T05:59:43.3228693Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:59:43.3229600Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-07-24T05:59:43.3230110Z goto :eof 2025-07-24T05:59:43.3230381Z ) 2025-07-24T05:59:43.3230600Z 2025-07-24T05:59:43.3231540Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_exception_test" 2025-07-24T05:59:49.2610930Z Found test times from artifacts 2025-07-24T05:59:49.4001013Z Found test times from artifacts 2025-07-24T05:59:49.4054073Z Running 25% of tests based on TD 2025-07-24T05:59:49.4607928Z Running parallel tests on 3 processes 2025-07-24T05:59:49.4608362Z Name: tests to run (est. time: 0.0min) 2025-07-24T05:59:49.4608672Z Serial tests (0): 2025-07-24T05:59:49.4608933Z Parallel tests (1): 2025-07-24T05:59:49.4609185Z cpp/c10_exception_test 1/1 2025-07-24T05:59:49.4609492Z Name: excluded (est. time: 0.0min) 2025-07-24T05:59:49.4609769Z Serial tests (0): 2025-07-24T05:59:49.4610022Z Parallel tests (0): 2025-07-24T05:59:49.4611657Z Running cpp/c10_exception_test 1/1 ... [2025-07-24 05:59:49.461047] 2025-07-24T05:59:49.4612094Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:49.4623809Z 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-c15a08bf2b027735.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:49.461672] 2025-07-24T05:59:49.4625663Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T05:59:50.8641517Z 2025-07-24T05:59:50.8642595Z 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_0afd16d6c98b8509_.log 2025-07-24T05:59:50.8643243Z 2025-07-24T05:59:54.9645043Z Running cpp/c10_exception_test 1/1 ... [2025-07-24 05:59:54.962204] 2025-07-24T05:59:54.9645546Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T05:59:54.9654269Z 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-3b9d6a8e914df3c5.xml', '-x', '--reruns=2'] ... [2025-07-24 05:59:54.962204] 2025-07-24T05:59:56.4489099Z 2025-07-24T05:59:56.4490280Z 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_02b2caa2c4289224_.log 2025-07-24T05:59:56.4491889Z 2025-07-24T05:59:57.2562565Z Running test batch 'tests to run' cost 7.79 seconds 2025-07-24T05:59:57.2569482Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T05:59:57.2570020Z Uploading artifacts took 0.00 seconds 2025-07-24T05:59:57.9362294Z 2025-07-24T05:59:57.9363019Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T05:59:57.9363536Z echo "c10_exception_test" failed with exit code 0 2025-07-24T05:59:57.9363872Z goto fail 2025-07-24T05:59:57.9364101Z ) 2025-07-24T05:59:57.9364218Z 2025-07-24T05:59:57.9364448Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T05:59:57.9364885Z echo "c10_exception_test" failed with exit code 0 2025-07-24T05:59:57.9365245Z goto fail 2025-07-24T05:59:57.9365435Z ) 2025-07-24T05:59:57.9365544Z 2025-07-24T05:59:57.9365773Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T05:59:57.9371789Z 2025-07-24T05:59:57.9372270Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T05:59:57.9373009Z call :libtorch_check "c10_flags_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-07-24T05:59:57.9373640Z if errorlevel 1 goto fail 2025-07-24T05:59:57.9374079Z ) 2025-07-24T05:59:57.9383078Z 2025-07-24T05:59:57.9383804Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T05:59:57.9387523Z 2025-07-24T05:59:57.9388002Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T05:59:57.9390629Z 2025-07-24T05:59:57.9391038Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "verify_api_visibility" goto :eof 2025-07-24T05:59:57.9391920Z 2025-07-24T05:59:57.9392691Z (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-07-24T05:59:57.9393617Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-07-24T05:59:57.9394108Z 2025-07-24T05:59:57.9394608Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T05:59:57.9395332Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-07-24T05:59:57.9395850Z goto :eof 2025-07-24T05:59:57.9396048Z ) 2025-07-24T05:59:57.9396448Z 2025-07-24T05:59:57.9396902Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_flags_test" 2025-07-24T06:00:03.8171847Z Found test times from artifacts 2025-07-24T06:00:03.9694777Z Found test times from artifacts 2025-07-24T06:00:03.9747494Z Running 25% of tests based on TD 2025-07-24T06:00:03.9752935Z Running parallel tests on 3 processes 2025-07-24T06:00:03.9753337Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:00:03.9753796Z Serial tests (0): 2025-07-24T06:00:03.9754033Z Parallel tests (1): 2025-07-24T06:00:03.9754303Z cpp/c10_flags_test 1/1 2025-07-24T06:00:03.9754569Z Name: excluded (est. time: 0.0min) 2025-07-24T06:00:03.9754862Z Serial tests (0): 2025-07-24T06:00:03.9755097Z Parallel tests (0): 2025-07-24T06:00:03.9756602Z Running cpp/c10_flags_test 1/1 ... [2025-07-24 06:00:03.974526] 2025-07-24T06:00:03.9756992Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:03.9766828Z 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-b8dd0c8cd24f03fe.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:03.974526] 2025-07-24T06:00:03.9768565Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:00:05.3761119Z 2025-07-24T06:00:05.3761882Z 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_2370cc1a575691b4_.log 2025-07-24T06:00:05.3762882Z 2025-07-24T06:00:09.6583743Z Running cpp/c10_flags_test 1/1 ... [2025-07-24 06:00:09.656154] 2025-07-24T06:00:09.6584199Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:09.6593028Z 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-a29b4fbe9e550a35.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:09.656154] 2025-07-24T06:00:11.0646705Z 2025-07-24T06:00:11.0647508Z 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_6263122f5d6beb76_.log 2025-07-24T06:00:11.0648113Z 2025-07-24T06:00:11.8796342Z Running test batch 'tests to run' cost 7.9 seconds 2025-07-24T06:00:11.8803081Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:00:11.8803571Z Uploading artifacts took 0.00 seconds 2025-07-24T06:00:12.5618346Z 2025-07-24T06:00:12.5619024Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:00:12.5619479Z echo "c10_flags_test" failed with exit code 0 2025-07-24T06:00:12.5619793Z goto fail 2025-07-24T06:00:12.5619978Z ) 2025-07-24T06:00:12.5620082Z 2025-07-24T06:00:12.5620269Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:00:12.5620685Z echo "c10_flags_test" failed with exit code 0 2025-07-24T06:00:12.5621028Z goto fail 2025-07-24T06:00:12.5621221Z ) 2025-07-24T06:00:12.5621473Z 2025-07-24T06:00:12.5622206Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:00:12.5628892Z 2025-07-24T06:00:12.5629098Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:00:12.5629818Z 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-07-24T06:00:12.5630474Z if errorlevel 1 goto fail 2025-07-24T06:00:12.5630719Z ) 2025-07-24T06:00:12.5640295Z 2025-07-24T06:00:12.5640794Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:00:12.5644535Z 2025-07-24T06:00:12.5645081Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:00:12.5647480Z 2025-07-24T06:00:12.5647897Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "verify_api_visibility" goto :eof 2025-07-24T06:00:12.5648778Z 2025-07-24T06:00:12.5649380Z (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-07-24T06:00:12.5650398Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-07-24T06:00:12.5651523Z 2025-07-24T06:00:12.5651952Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:00:12.5652756Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-07-24T06:00:12.5653255Z goto :eof 2025-07-24T06:00:12.5653443Z ) 2025-07-24T06:00:12.5653545Z 2025-07-24T06:00:12.5654172Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_generic_math_test" 2025-07-24T06:00:18.4154303Z Found test times from artifacts 2025-07-24T06:00:18.5585842Z Found test times from artifacts 2025-07-24T06:00:18.5636840Z Running 25% of tests based on TD 2025-07-24T06:00:18.5642245Z Running parallel tests on 3 processes 2025-07-24T06:00:18.5642717Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:00:18.5643033Z Serial tests (0): 2025-07-24T06:00:18.5643246Z Parallel tests (1): 2025-07-24T06:00:18.5643494Z cpp/c10_generic_math_test 1/1 2025-07-24T06:00:18.5643762Z Name: excluded (est. time: 0.0min) 2025-07-24T06:00:18.5644030Z Serial tests (0): 2025-07-24T06:00:18.5644247Z Parallel tests (0): 2025-07-24T06:00:18.5646075Z Running cpp/c10_generic_math_test 1/1 ... [2025-07-24 06:00:18.562623] 2025-07-24T06:00:18.5647602Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:18.5657356Z 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-a0f5a9e8c2148c4b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:18.565307] 2025-07-24T06:00:18.5659074Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:00:19.9846087Z 2025-07-24T06:00:19.9846949Z 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_698081722fa486c6_.log 2025-07-24T06:00:19.9847641Z 2025-07-24T06:00:24.1834411Z Running cpp/c10_generic_math_test 1/1 ... [2025-07-24 06:00:24.182997] 2025-07-24T06:00:24.1834853Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:24.1843912Z 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-634239acb2fec688.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:24.184144] 2025-07-24T06:00:25.6315803Z 2025-07-24T06:00:25.6317169Z 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_2dde161945455a82_.log 2025-07-24T06:00:25.6317852Z 2025-07-24T06:00:26.4773358Z Running test batch 'tests to run' cost 7.9 seconds 2025-07-24T06:00:26.4780711Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:00:26.4781202Z Uploading artifacts took 0.00 seconds 2025-07-24T06:00:27.1541815Z 2025-07-24T06:00:27.1542463Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:00:27.1542939Z echo "c10_generic_math_test" failed with exit code 0 2025-07-24T06:00:27.1543318Z goto fail 2025-07-24T06:00:27.1543522Z ) 2025-07-24T06:00:27.1543630Z 2025-07-24T06:00:27.1543825Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:00:27.1544261Z echo "c10_generic_math_test" failed with exit code 0 2025-07-24T06:00:27.1544572Z goto fail 2025-07-24T06:00:27.1544788Z ) 2025-07-24T06:00:27.1544889Z 2025-07-24T06:00:27.1545055Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:00:27.1552443Z 2025-07-24T06:00:27.1552733Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:00:27.1553419Z call :libtorch_check "c10_Half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-07-24T06:00:27.1554010Z if errorlevel 1 goto fail 2025-07-24T06:00:27.1554260Z ) 2025-07-24T06:00:27.1563339Z 2025-07-24T06:00:27.1563728Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:00:27.1568261Z 2025-07-24T06:00:27.1568760Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:00:27.1570733Z 2025-07-24T06:00:27.1571141Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "verify_api_visibility" goto :eof 2025-07-24T06:00:27.1572078Z 2025-07-24T06:00:27.1573364Z (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-07-24T06:00:27.1574314Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-07-24T06:00:27.1574730Z 2025-07-24T06:00:27.1575037Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:00:27.1575754Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-07-24T06:00:27.1576227Z goto :eof 2025-07-24T06:00:27.1576406Z ) 2025-07-24T06:00:27.1576517Z 2025-07-24T06:00:27.1576861Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Half_test" 2025-07-24T06:00:33.0621896Z Found test times from artifacts 2025-07-24T06:00:33.2055576Z Found test times from artifacts 2025-07-24T06:00:33.2105702Z Running 25% of tests based on TD 2025-07-24T06:00:33.2111541Z Running parallel tests on 3 processes 2025-07-24T06:00:33.2111953Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:00:33.2112247Z Serial tests (0): 2025-07-24T06:00:33.2112463Z Parallel tests (1): 2025-07-24T06:00:33.2112701Z cpp/c10_Half_test 1/1 2025-07-24T06:00:33.2112950Z Name: excluded (est. time: 0.0min) 2025-07-24T06:00:33.2113193Z Serial tests (0): 2025-07-24T06:00:33.2113558Z Parallel tests (0): 2025-07-24T06:00:33.2115294Z Running cpp/c10_Half_test 1/1 ... [2025-07-24 06:00:33.205084] 2025-07-24T06:00:33.2115685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:33.2125457Z 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-f500a101e44ec53b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:33.205084] 2025-07-24T06:00:33.2127271Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:00:34.6108441Z 2025-07-24T06:00:34.6109242Z 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_335c57b7981eeae3_.log 2025-07-24T06:00:34.6111796Z 2025-07-24T06:00:38.7142727Z Running cpp/c10_Half_test 1/1 ... [2025-07-24 06:00:38.709508] 2025-07-24T06:00:38.7143134Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:38.7153307Z 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-f47188216c451859.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:38.709508] 2025-07-24T06:00:40.1502337Z 2025-07-24T06:00:40.1503400Z 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_33b12aab0c8b9f83_.log 2025-07-24T06:00:40.1504192Z 2025-07-24T06:00:40.9028122Z Running test batch 'tests to run' cost 7.7 seconds 2025-07-24T06:00:40.9034495Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:00:40.9034952Z Uploading artifacts took 0.00 seconds 2025-07-24T06:00:41.5304546Z 2025-07-24T06:00:41.5305340Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:00:41.5305842Z echo "c10_Half_test" failed with exit code 0 2025-07-24T06:00:41.5306193Z goto fail 2025-07-24T06:00:41.5306374Z ) 2025-07-24T06:00:41.5306475Z 2025-07-24T06:00:41.5306681Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:00:41.5307085Z echo "c10_Half_test" failed with exit code 0 2025-07-24T06:00:41.5307378Z goto fail 2025-07-24T06:00:41.5307551Z ) 2025-07-24T06:00:41.5307659Z 2025-07-24T06:00:41.5307847Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:00:41.5314798Z 2025-07-24T06:00:41.5315238Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:00:41.5316049Z call :libtorch_check "c10_InlineDeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-07-24T06:00:41.5316768Z if errorlevel 1 goto fail 2025-07-24T06:00:41.5317044Z ) 2025-07-24T06:00:41.5326350Z 2025-07-24T06:00:41.5326737Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:00:41.5330590Z 2025-07-24T06:00:41.5331371Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:00:41.5333749Z 2025-07-24T06:00:41.5334285Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "verify_api_visibility" goto :eof 2025-07-24T06:00:41.5335178Z 2025-07-24T06:00:41.5335831Z (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-07-24T06:00:41.5336815Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-07-24T06:00:41.5337395Z 2025-07-24T06:00:41.5337818Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:00:41.5338763Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-07-24T06:00:41.5339280Z goto :eof 2025-07-24T06:00:41.5339474Z ) 2025-07-24T06:00:41.5339570Z 2025-07-24T06:00:41.5339996Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineDeviceGuard_test" 2025-07-24T06:00:47.4063697Z Found test times from artifacts 2025-07-24T06:00:47.5497685Z Found test times from artifacts 2025-07-24T06:00:47.5548118Z Running 25% of tests based on TD 2025-07-24T06:00:47.5553797Z Running parallel tests on 3 processes 2025-07-24T06:00:47.5554194Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:00:47.5554464Z Serial tests (0): 2025-07-24T06:00:47.5554695Z Parallel tests (1): 2025-07-24T06:00:47.5554938Z cpp/c10_InlineDeviceGuard_test 1/1 2025-07-24T06:00:47.5555275Z Name: excluded (est. time: 0.0min) 2025-07-24T06:00:47.5555541Z Serial tests (0): 2025-07-24T06:00:47.5555772Z Parallel tests (0): 2025-07-24T06:00:47.5557678Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-07-24 06:00:47.548319] 2025-07-24T06:00:47.5558126Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:47.5568115Z 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-714a0e977c521cee.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:47.548319] 2025-07-24T06:00:47.5570056Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:00:48.9739193Z 2025-07-24T06:00:48.9740106Z 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_cf01eff6cf886c7c_.log 2025-07-24T06:00:48.9740822Z 2025-07-24T06:00:53.0456705Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-07-24 06:00:53.040327] 2025-07-24T06:00:53.0457179Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:00:53.0466335Z 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-1c606011403e6ca4.xml', '-x', '--reruns=2'] ... [2025-07-24 06:00:53.040327] 2025-07-24T06:00:54.4686617Z 2025-07-24T06:00:54.4687545Z 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_b4bb1082c42ff55f_.log 2025-07-24T06:00:54.4688305Z 2025-07-24T06:00:55.3130800Z Running test batch 'tests to run' cost 7.75 seconds 2025-07-24T06:00:55.3137327Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:00:55.3137821Z Uploading artifacts took 0.00 seconds 2025-07-24T06:00:55.9570122Z 2025-07-24T06:00:55.9570826Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:00:55.9571320Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-07-24T06:00:55.9571656Z goto fail 2025-07-24T06:00:55.9571848Z ) 2025-07-24T06:00:55.9571954Z 2025-07-24T06:00:55.9572145Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:00:55.9572629Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-07-24T06:00:55.9572975Z goto fail 2025-07-24T06:00:55.9573150Z ) 2025-07-24T06:00:55.9573245Z 2025-07-24T06:00:55.9573414Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:00:55.9580921Z 2025-07-24T06:00:55.9581343Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:00:55.9582142Z call :libtorch_check "c10_InlineStreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-07-24T06:00:55.9583020Z if errorlevel 1 goto fail 2025-07-24T06:00:55.9583247Z ) 2025-07-24T06:00:55.9592269Z 2025-07-24T06:00:55.9592874Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:00:55.9596421Z 2025-07-24T06:00:55.9596911Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:00:55.9599619Z 2025-07-24T06:00:55.9600013Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "verify_api_visibility" goto :eof 2025-07-24T06:00:55.9600807Z 2025-07-24T06:00:55.9601383Z (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-07-24T06:00:55.9602375Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-07-24T06:00:55.9602955Z 2025-07-24T06:00:55.9603374Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:00:55.9604162Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-07-24T06:00:55.9604690Z goto :eof 2025-07-24T06:00:55.9604882Z ) 2025-07-24T06:00:55.9605049Z 2025-07-24T06:00:55.9605475Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineStreamGuard_test" 2025-07-24T06:01:01.9724679Z Found test times from artifacts 2025-07-24T06:01:02.1149372Z Found test times from artifacts 2025-07-24T06:01:02.1199880Z Running 25% of tests based on TD 2025-07-24T06:01:02.1206487Z Running parallel tests on 3 processes 2025-07-24T06:01:02.1207915Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:01:02.1208275Z Serial tests (0): 2025-07-24T06:01:02.1208503Z Parallel tests (1): 2025-07-24T06:01:02.1208756Z cpp/c10_InlineStreamGuard_test 1/1 2025-07-24T06:01:02.1209037Z Name: excluded (est. time: 0.0min) 2025-07-24T06:01:02.1209294Z Serial tests (0): 2025-07-24T06:01:02.1209558Z Parallel tests (0): 2025-07-24T06:01:02.1210745Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-07-24 06:01:02.120748] 2025-07-24T06:01:02.1211184Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:01:02.1222401Z 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-ff7ab6ce5b379ac0.xml', '-x', '--reruns=2'] ... [2025-07-24 06:01:02.121900] 2025-07-24T06:01:02.1225544Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:01:03.4990260Z 2025-07-24T06:01:03.4991216Z 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_1d2ec3506f617599_.log 2025-07-24T06:01:03.4991920Z 2025-07-24T06:01:07.5421201Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-07-24 06:01:07.541668] 2025-07-24T06:01:07.5421727Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:01:07.5431110Z 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-333e4ef1e55c8605.xml', '-x', '--reruns=2'] ... [2025-07-24 06:01:07.542823] 2025-07-24T06:01:08.9650616Z 2025-07-24T06:01:08.9651696Z 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_f794cdd6ab9088b4_.log 2025-07-24T06:01:08.9653639Z 2025-07-24T06:01:09.8192712Z Running test batch 'tests to run' cost 7.7 seconds 2025-07-24T06:01:09.8199310Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:01:09.8199804Z Uploading artifacts took 0.00 seconds 2025-07-24T06:01:10.4727766Z 2025-07-24T06:01:10.4728450Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:01:10.4728977Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-07-24T06:01:10.4729352Z goto fail 2025-07-24T06:01:10.4729819Z ) 2025-07-24T06:01:10.4729940Z 2025-07-24T06:01:10.4730168Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:01:10.4730642Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-07-24T06:01:10.4731010Z goto fail 2025-07-24T06:01:10.4731205Z ) 2025-07-24T06:01:10.4731334Z 2025-07-24T06:01:10.4731499Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:01:10.4738400Z 2025-07-24T06:01:10.4738920Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:01:10.4739757Z call :libtorch_check "c10_IntrusiveList_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_IntrusiveList_test.exe" 2025-07-24T06:01:10.4740445Z if errorlevel 1 goto fail 2025-07-24T06:01:10.4740721Z ) 2025-07-24T06:01:10.4749713Z 2025-07-24T06:01:10.4750231Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:01:10.4753815Z 2025-07-24T06:01:10.4754292Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:01:10.4757066Z 2025-07-24T06:01:10.4757590Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_IntrusiveList_test" == "verify_api_visibility" goto :eof 2025-07-24T06:01:10.4758846Z 2025-07-24T06:01:10.4759432Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_IntrusiveList_test.exe" 2025-07-24T06:01:10.4760408Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_IntrusiveList_test.exe" 2025-07-24T06:01:10.4761029Z 2025-07-24T06:01:10.4761432Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_IntrusiveList_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:01:10.4762338Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_IntrusiveList_test.exe" 2025-07-24T06:01:10.4762864Z goto :eof 2025-07-24T06:01:10.4763110Z ) 2025-07-24T06:01:10.4763216Z 2025-07-24T06:01:10.4763633Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_IntrusiveList_test" 2025-07-24T06:01:16.4172339Z Found test times from artifacts 2025-07-24T06:01:16.5588181Z Found test times from artifacts 2025-07-24T06:01:16.5640522Z Running 25% of tests based on TD 2025-07-24T06:01:16.5646020Z Running parallel tests on 3 processes 2025-07-24T06:01:16.5646461Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:01:16.5646776Z Serial tests (0): 2025-07-24T06:01:16.5647013Z Parallel tests (1): 2025-07-24T06:01:16.5647292Z cpp/c10_IntrusiveList_test 1/1 2025-07-24T06:01:16.5647623Z Name: excluded (est. time: 0.0min) 2025-07-24T06:01:16.5647936Z Serial tests (0): 2025-07-24T06:01:16.5648176Z Parallel tests (0): 2025-07-24T06:01:16.5650075Z Running cpp/c10_IntrusiveList_test 1/1 ... [2025-07-24 06:01:16.564826] 2025-07-24T06:01:16.5650548Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:01:16.5662048Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_IntrusiveList_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-aa801003c586e00e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:01:16.565432] 2025-07-24T06:01:16.5669488Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:01:17.9710305Z 2025-07-24T06:01:17.9711394Z cpp/c10_IntrusiveList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_IntrusiveList_test_1.1_2a623cc6a58178d4_.log 2025-07-24T06:01:17.9712147Z 2025-07-24T06:01:21.9879732Z Running cpp/c10_IntrusiveList_test 1/1 ... [2025-07-24 06:01:21.978239] 2025-07-24T06:01:21.9880194Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:01:21.9890265Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_IntrusiveList_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-10f18b029de85ed0.xml', '-x', '--reruns=2'] ... [2025-07-24 06:01:21.988362] 2025-07-24T06:01:23.3932611Z 2025-07-24T06:01:23.3933584Z cpp/c10_IntrusiveList_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_IntrusiveList_test_1.1_347daa30299be73e_.log 2025-07-24T06:01:23.3934432Z 2025-07-24T06:01:24.1297477Z Running test batch 'tests to run' cost 7.56 seconds 2025-07-24T06:01:24.1304279Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:01:24.1304741Z Uploading artifacts took 0.00 seconds 2025-07-24T06:01:24.7610568Z 2025-07-24T06:01:24.7611170Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:01:24.7611714Z echo "c10_IntrusiveList_test" failed with exit code 0 2025-07-24T06:01:24.7612061Z goto fail 2025-07-24T06:01:24.7612448Z ) 2025-07-24T06:01:24.7612565Z 2025-07-24T06:01:24.7612768Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:01:24.7613249Z echo "c10_IntrusiveList_test" failed with exit code 0 2025-07-24T06:01:24.7613600Z goto fail 2025-07-24T06:01:24.7613790Z ) 2025-07-24T06:01:24.7613910Z 2025-07-24T06:01:24.7614096Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:01:24.7621060Z 2025-07-24T06:01:24.7621360Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:01:24.7622242Z 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-07-24T06:01:24.7622981Z if errorlevel 1 goto fail 2025-07-24T06:01:24.7623222Z ) 2025-07-24T06:01:24.7631666Z 2025-07-24T06:01:24.7632338Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:01:24.7635743Z 2025-07-24T06:01:24.7636250Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:01:24.7638882Z 2025-07-24T06:01:24.7639516Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "verify_api_visibility" goto :eof 2025-07-24T06:01:24.7640652Z 2025-07-24T06:01:24.7641260Z (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-07-24T06:01:24.7642288Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-07-24T06:01:24.7643656Z 2025-07-24T06:01:24.7644152Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:01:24.7645091Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-07-24T06:01:24.7645671Z goto :eof 2025-07-24T06:01:24.7645868Z ) 2025-07-24T06:01:24.7764558Z 2025-07-24T06:01:24+00:00 2025-07-24T06:01:24.7765230Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2025-07-24T06:01:24.7765827Z Run on (16 X 3000 MHz CPU s) 2025-07-24T06:01:24.7766711Z CPU Caches: 2025-07-24T06:01:24.7766921Z L1 Data 32 KiB (x8) 2025-07-24T06:01:24.7767181Z L1 Instruction 32 KiB (x8) 2025-07-24T06:01:24.7767439Z L2 Unified 1024 KiB (x8) 2025-07-24T06:01:24.7767711Z L3 Unified 36608 KiB (x1) 2025-07-24T06:01:25.5847611Z ---------------------------------------------------------------------------- 2025-07-24T06:01:25.5848125Z Benchmark Time CPU Iterations 2025-07-24T06:01:25.5848811Z ---------------------------------------------------------------------------- 2025-07-24T06:01:25.5849281Z BM_IntrusivePtrCtorDtor 12.0 ns 12.0 ns 56000000 2025-07-24T06:01:26.3932379Z BM_SharedPtrCtorDtor 12.0 ns 12.0 ns 56000000 2025-07-24T06:01:27.3115410Z BM_IntrusivePtrArray/16 224 ns 225 ns 2986667 2025-07-24T06:01:28.5084099Z BM_IntrusivePtrArray/32 452 ns 445 ns 1544828 2025-07-24T06:01:29.2802063Z BM_IntrusivePtrArray/64 899 ns 900 ns 746667 2025-07-24T06:01:30.1558460Z BM_IntrusivePtrArray/128 1809 ns 1842 ns 373333 2025-07-24T06:01:31.2528588Z BM_IntrusivePtrArray/256 3585 ns 3610 ns 194783 2025-07-24T06:01:32.1402275Z BM_IntrusivePtrArray/512 7209 ns 7115 ns 112000 2025-07-24T06:01:33.1068694Z BM_IntrusivePtrArray/1024 14399 ns 14788 ns 56000 2025-07-24T06:01:34.1040981Z BM_IntrusivePtrArray/2048 28732 ns 28495 ns 23579 2025-07-24T06:01:34.7442705Z BM_IntrusivePtrArray/4096 57629 ns 57813 ns 10000 2025-07-24T06:01:35.7117581Z BM_SharedPtrArray/16 224 ns 225 ns 3200000 2025-07-24T06:01:36.9042181Z BM_SharedPtrArray/32 449 ns 455 ns 1544828 2025-07-24T06:01:37.6742234Z BM_SharedPtrArray/64 898 ns 900 ns 746667 2025-07-24T06:01:38.5831325Z BM_SharedPtrArray/128 1897 ns 1842 ns 373333 2025-07-24T06:01:39.6551895Z BM_SharedPtrArray/256 3600 ns 3599 ns 186667 2025-07-24T06:01:40.3803255Z BM_SharedPtrArray/512 7199 ns 7150 ns 89600 2025-07-24T06:01:41.2556660Z BM_SharedPtrArray/1024 14374 ns 14439 ns 49778 2025-07-24T06:01:42.2556896Z BM_SharedPtrArray/2048 28824 ns 28495 ns 23579 2025-07-24T06:01:42.8967509Z BM_SharedPtrArray/4096 57665 ns 57813 ns 10000 2025-07-24T06:01:43.5550581Z BM_IntrusivePtrExclusiveOwnership 59.2 ns 59.4 ns 10000000 2025-07-24T06:01:44.3131885Z BM_SharedPtrExclusiveOwnership 617 ns 614 ns 1120000 2025-07-24T06:01:44.3159119Z 2025-07-24T06:01:44.3159630Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:01:44.3160438Z 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-07-24T06:01:44.3161121Z if errorlevel 1 goto fail 2025-07-24T06:01:44.3161392Z ) 2025-07-24T06:01:44.3170182Z 2025-07-24T06:01:44.3170721Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:01:44.3174292Z 2025-07-24T06:01:44.3174794Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:01:44.3177214Z 2025-07-24T06:01:44.3177734Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "verify_api_visibility" goto :eof 2025-07-24T06:01:44.3178605Z 2025-07-24T06:01:44.3179139Z (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-07-24T06:01:44.3180289Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-07-24T06:01:44.3180751Z 2025-07-24T06:01:44.3181273Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:01:44.3182073Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-07-24T06:01:44.3182618Z goto :eof 2025-07-24T06:01:44.3182820Z ) 2025-07-24T06:01:44.3182953Z 2025-07-24T06:01:44.3183541Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_intrusive_ptr_test" 2025-07-24T06:01:50.0855645Z Found test times from artifacts 2025-07-24T06:01:50.2274191Z Found test times from artifacts 2025-07-24T06:01:50.2323909Z Running 25% of tests based on TD 2025-07-24T06:01:50.2329939Z Running parallel tests on 3 processes 2025-07-24T06:01:50.2330310Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:01:50.2330643Z Serial tests (0): 2025-07-24T06:01:50.2330879Z Parallel tests (1): 2025-07-24T06:01:50.2331156Z cpp/c10_intrusive_ptr_test 1/1 2025-07-24T06:01:50.2331447Z Name: excluded (est. time: 0.0min) 2025-07-24T06:01:50.2331740Z Serial tests (0): 2025-07-24T06:01:50.2331962Z Parallel tests (0): 2025-07-24T06:01:50.2333386Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-07-24 06:01:50.229103] 2025-07-24T06:01:50.2333831Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:01:50.2343973Z 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-64095472383c933d.xml', '-x', '--reruns=2'] ... [2025-07-24 06:01:50.233680] 2025-07-24T06:01:50.2345873Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:01:51.6348677Z 2025-07-24T06:01:51.6349672Z 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_18706895e82d7b82_.log 2025-07-24T06:01:51.6350374Z 2025-07-24T06:01:55.6453832Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-07-24 06:01:55.636449] 2025-07-24T06:01:55.6454344Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:01:55.6463169Z 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-7c4d2c62043d6fce.xml', '-x', '--reruns=2'] ... [2025-07-24 06:01:55.636449] 2025-07-24T06:01:58.3871553Z 2025-07-24T06:01:58.3872432Z 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_805ebf5db532b9c3_.log 2025-07-24T06:01:58.3879235Z 2025-07-24T06:01:59.1127505Z Running test batch 'tests to run' cost 8.88 seconds 2025-07-24T06:01:59.1136939Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:01:59.1137436Z Uploading artifacts took 0.00 seconds 2025-07-24T06:01:59.8182441Z 2025-07-24T06:01:59.8183013Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:01:59.8183528Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-07-24T06:01:59.8183893Z goto fail 2025-07-24T06:01:59.8184127Z ) 2025-07-24T06:01:59.8184248Z 2025-07-24T06:01:59.8184475Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:01:59.8184933Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-07-24T06:01:59.8185296Z goto fail 2025-07-24T06:01:59.8185491Z ) 2025-07-24T06:01:59.8185626Z 2025-07-24T06:01:59.8185792Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:01:59.8192044Z 2025-07-24T06:01:59.8192333Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:01:59.8193006Z call :libtorch_check "c10_irange_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-07-24T06:01:59.8193675Z if errorlevel 1 goto fail 2025-07-24T06:01:59.8193917Z ) 2025-07-24T06:01:59.8203775Z 2025-07-24T06:01:59.8204159Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:01:59.8207954Z 2025-07-24T06:01:59.8209017Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:01:59.8210735Z 2025-07-24T06:01:59.8211237Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "verify_api_visibility" goto :eof 2025-07-24T06:01:59.8212116Z 2025-07-24T06:01:59.8212718Z (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-07-24T06:01:59.8213748Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-07-24T06:01:59.8215016Z 2025-07-24T06:01:59.8215433Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:01:59.8216150Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-07-24T06:01:59.8216657Z goto :eof 2025-07-24T06:01:59.8216859Z ) 2025-07-24T06:01:59.8217056Z 2025-07-24T06:01:59.8217437Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_irange_test" 2025-07-24T06:02:05.6356985Z Found test times from artifacts 2025-07-24T06:02:05.7795188Z Found test times from artifacts 2025-07-24T06:02:05.7847546Z Running 25% of tests based on TD 2025-07-24T06:02:05.7853169Z Running parallel tests on 3 processes 2025-07-24T06:02:05.7853526Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:02:05.7853864Z Serial tests (0): 2025-07-24T06:02:05.7854090Z Parallel tests (1): 2025-07-24T06:02:05.7854355Z cpp/c10_irange_test 1/1 2025-07-24T06:02:05.7854616Z Name: excluded (est. time: 0.0min) 2025-07-24T06:02:05.7854906Z Serial tests (0): 2025-07-24T06:02:05.7855136Z Parallel tests (0): 2025-07-24T06:02:05.7856721Z Running cpp/c10_irange_test 1/1 ... [2025-07-24 06:02:05.784464] 2025-07-24T06:02:05.7857155Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:05.7866971Z 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-25cfe79eac0ee38b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:05.786498] 2025-07-24T06:02:05.7868687Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:02:07.1699855Z 2025-07-24T06:02:07.1700903Z 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_eb546e1425f500c1_.log 2025-07-24T06:02:07.1701588Z 2025-07-24T06:02:11.1896738Z Running cpp/c10_irange_test 1/1 ... [2025-07-24 06:02:11.189047] 2025-07-24T06:02:11.1897215Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:11.1909665Z 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-8d5686bb5abd54c7.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:11.190238] 2025-07-24T06:02:12.5921414Z 2025-07-24T06:02:12.5922376Z 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_0502fb8c9cd5b4f7_.log 2025-07-24T06:02:12.5923212Z 2025-07-24T06:02:13.4031593Z Running test batch 'tests to run' cost 7.62 seconds 2025-07-24T06:02:13.4038629Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:02:13.4039189Z Uploading artifacts took 0.00 seconds 2025-07-24T06:02:14.0293721Z 2025-07-24T06:02:14.0294273Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:02:14.0294778Z echo "c10_irange_test" failed with exit code 0 2025-07-24T06:02:14.0295094Z goto fail 2025-07-24T06:02:14.0295569Z ) 2025-07-24T06:02:14.0295694Z 2025-07-24T06:02:14.0295893Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:02:14.0296348Z echo "c10_irange_test" failed with exit code 0 2025-07-24T06:02:14.0296670Z goto fail 2025-07-24T06:02:14.0296889Z ) 2025-07-24T06:02:14.0296993Z 2025-07-24T06:02:14.0297174Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:02:14.0305364Z 2025-07-24T06:02:14.0305642Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:02:14.0306316Z call :libtorch_check "c10_lazy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-07-24T06:02:14.0306909Z if errorlevel 1 goto fail 2025-07-24T06:02:14.0307148Z ) 2025-07-24T06:02:14.0313395Z 2025-07-24T06:02:14.0313728Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:02:14.0317283Z 2025-07-24T06:02:14.0317788Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:02:14.0320451Z 2025-07-24T06:02:14.0321217Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "verify_api_visibility" goto :eof 2025-07-24T06:02:14.0322221Z 2025-07-24T06:02:14.0322785Z (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-07-24T06:02:14.0323701Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-07-24T06:02:14.0324795Z 2025-07-24T06:02:14.0325174Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:02:14.0325933Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-07-24T06:02:14.0326465Z goto :eof 2025-07-24T06:02:14.0326670Z ) 2025-07-24T06:02:14.0326771Z 2025-07-24T06:02:14.0327355Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_lazy_test" 2025-07-24T06:02:19.8695195Z Found test times from artifacts 2025-07-24T06:02:20.0109258Z Found test times from artifacts 2025-07-24T06:02:20.0159677Z Running 25% of tests based on TD 2025-07-24T06:02:20.0165285Z Running parallel tests on 3 processes 2025-07-24T06:02:20.0165772Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:02:20.0166065Z Serial tests (0): 2025-07-24T06:02:20.0166307Z Parallel tests (1): 2025-07-24T06:02:20.0166546Z cpp/c10_lazy_test 1/1 2025-07-24T06:02:20.0166793Z Name: excluded (est. time: 0.0min) 2025-07-24T06:02:20.0167066Z Serial tests (0): 2025-07-24T06:02:20.0167276Z Parallel tests (0): 2025-07-24T06:02:20.0169172Z Running cpp/c10_lazy_test 1/1 ... [2025-07-24 06:02:20.009604] 2025-07-24T06:02:20.0169552Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:20.0179222Z 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-e635d05193b7b990.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:20.009604] 2025-07-24T06:02:20.0180882Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:02:21.3752131Z 2025-07-24T06:02:21.3752955Z 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_089e804faf67d635_.log 2025-07-24T06:02:21.3753927Z 2025-07-24T06:02:25.3990673Z Running cpp/c10_lazy_test 1/1 ... [2025-07-24 06:02:25.398503] 2025-07-24T06:02:25.3991134Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:25.4020970Z 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-50bc85dc8aa831e0.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:25.401406] 2025-07-24T06:02:26.7826594Z 2025-07-24T06:02:26.7827408Z 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_6f1412e4d19efcd6_.log 2025-07-24T06:02:26.7828127Z 2025-07-24T06:02:27.5607377Z Running test batch 'tests to run' cost 7.55 seconds 2025-07-24T06:02:27.5615786Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:02:27.5616238Z Uploading artifacts took 0.00 seconds 2025-07-24T06:02:28.2948221Z 2025-07-24T06:02:28.2948807Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:02:28.2949262Z echo "c10_lazy_test" failed with exit code 0 2025-07-24T06:02:28.2949565Z goto fail 2025-07-24T06:02:28.2949755Z ) 2025-07-24T06:02:28.2949847Z 2025-07-24T06:02:28.2950073Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:02:28.2950489Z echo "c10_lazy_test" failed with exit code 0 2025-07-24T06:02:28.2950988Z goto fail 2025-07-24T06:02:28.2951208Z ) 2025-07-24T06:02:28.2951468Z 2025-07-24T06:02:28.2951996Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:02:28.2958206Z 2025-07-24T06:02:28.2958498Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:02:28.2959194Z call :libtorch_check "c10_LeftRight_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-07-24T06:02:28.2959843Z if errorlevel 1 goto fail 2025-07-24T06:02:28.2960077Z ) 2025-07-24T06:02:28.2969273Z 2025-07-24T06:02:28.2969680Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:02:28.2973265Z 2025-07-24T06:02:28.2973901Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:02:28.2976382Z 2025-07-24T06:02:28.2976888Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "verify_api_visibility" goto :eof 2025-07-24T06:02:28.2978130Z 2025-07-24T06:02:28.2978710Z (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-07-24T06:02:28.2979689Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-07-24T06:02:28.2980525Z 2025-07-24T06:02:28.2980927Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:02:28.2981669Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-07-24T06:02:28.2982164Z goto :eof 2025-07-24T06:02:28.2982358Z ) 2025-07-24T06:02:28.2982464Z 2025-07-24T06:02:28.2982860Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_LeftRight_test" 2025-07-24T06:02:34.1464875Z Found test times from artifacts 2025-07-24T06:02:34.2883382Z Found test times from artifacts 2025-07-24T06:02:34.2934582Z Running 25% of tests based on TD 2025-07-24T06:02:34.2940586Z Running parallel tests on 3 processes 2025-07-24T06:02:34.2940958Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:02:34.2941387Z Serial tests (0): 2025-07-24T06:02:34.2941610Z Parallel tests (1): 2025-07-24T06:02:34.2941840Z cpp/c10_LeftRight_test 1/1 2025-07-24T06:02:34.2942105Z Name: excluded (est. time: 0.0min) 2025-07-24T06:02:34.2942415Z Serial tests (0): 2025-07-24T06:02:34.2942633Z Parallel tests (0): 2025-07-24T06:02:34.2944358Z Running cpp/c10_LeftRight_test 1/1 ... [2025-07-24 06:02:34.294262] 2025-07-24T06:02:34.2944773Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:34.2954968Z 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-395929668f7632b2.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:34.294836] 2025-07-24T06:02:34.2956763Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:02:35.6721436Z 2025-07-24T06:02:35.6722471Z 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_2bb25272a875cf38_.log 2025-07-24T06:02:35.6723113Z 2025-07-24T06:02:39.7555708Z Running cpp/c10_LeftRight_test 1/1 ... [2025-07-24 06:02:39.748170] 2025-07-24T06:02:39.7556144Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:39.7565469Z 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-36cb925ac6b21354.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:39.748170] 2025-07-24T06:02:41.2741977Z 2025-07-24T06:02:41.2743076Z 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_74f28eeef1c4889c_.log 2025-07-24T06:02:41.2743728Z 2025-07-24T06:02:42.0793589Z Running test batch 'tests to run' cost 7.78 seconds 2025-07-24T06:02:42.0800422Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:02:42.0800915Z Uploading artifacts took 0.00 seconds 2025-07-24T06:02:42.7284252Z 2025-07-24T06:02:42.7285051Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:02:42.7285511Z echo "c10_LeftRight_test" failed with exit code 0 2025-07-24T06:02:42.7285834Z goto fail 2025-07-24T06:02:42.7286013Z ) 2025-07-24T06:02:42.7286153Z 2025-07-24T06:02:42.7286350Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:02:42.7286770Z echo "c10_LeftRight_test" failed with exit code 0 2025-07-24T06:02:42.7287080Z goto fail 2025-07-24T06:02:42.7287263Z ) 2025-07-24T06:02:42.7287503Z 2025-07-24T06:02:42.7287712Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:02:42.7294038Z 2025-07-24T06:02:42.7294289Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:02:42.7294949Z call :libtorch_check "c10_logging_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-07-24T06:02:42.7295579Z if errorlevel 1 goto fail 2025-07-24T06:02:42.7295803Z ) 2025-07-24T06:02:42.7304626Z 2025-07-24T06:02:42.7305215Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:02:42.7309075Z 2025-07-24T06:02:42.7309626Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:02:42.7312143Z 2025-07-24T06:02:42.7312753Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "verify_api_visibility" goto :eof 2025-07-24T06:02:42.7313891Z 2025-07-24T06:02:42.7314433Z (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-07-24T06:02:42.7315586Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-07-24T06:02:42.7316600Z 2025-07-24T06:02:42.7316994Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:02:42.7317693Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-07-24T06:02:42.7318192Z goto :eof 2025-07-24T06:02:42.7318371Z ) 2025-07-24T06:02:42.7318476Z 2025-07-24T06:02:42.7318982Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_logging_test" 2025-07-24T06:02:48.5708463Z Found test times from artifacts 2025-07-24T06:02:48.7128268Z Found test times from artifacts 2025-07-24T06:02:48.7177664Z Running 25% of tests based on TD 2025-07-24T06:02:48.7183854Z Running parallel tests on 3 processes 2025-07-24T06:02:48.7184238Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:02:48.7184598Z Serial tests (0): 2025-07-24T06:02:48.7184856Z Parallel tests (1): 2025-07-24T06:02:48.7185145Z cpp/c10_logging_test 1/1 2025-07-24T06:02:48.7185390Z Name: excluded (est. time: 0.0min) 2025-07-24T06:02:48.7185706Z Serial tests (0): 2025-07-24T06:02:48.7185971Z Parallel tests (0): 2025-07-24T06:02:48.7187986Z Running cpp/c10_logging_test 1/1 ... [2025-07-24 06:02:48.718694] 2025-07-24T06:02:48.7188429Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:48.7198649Z 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-f52a3b9604ce0943.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:48.719575] 2025-07-24T06:02:48.7200488Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:02:50.1063188Z 2025-07-24T06:02:50.1064241Z 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_17101a94cad3eb3f_.log 2025-07-24T06:02:50.1064869Z 2025-07-24T06:02:54.1120542Z Running cpp/c10_logging_test 1/1 ... [2025-07-24 06:02:54.104260] 2025-07-24T06:02:54.1120984Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:02:54.1129631Z 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-c04f36ea91277d9f.xml', '-x', '--reruns=2'] ... [2025-07-24 06:02:54.104260] 2025-07-24T06:02:55.5225882Z 2025-07-24T06:02:55.5226902Z 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_6add09f1acd2c421_.log 2025-07-24T06:02:55.5228873Z 2025-07-24T06:02:56.3573624Z Running test batch 'tests to run' cost 7.64 seconds 2025-07-24T06:02:56.3580365Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:02:56.3580811Z Uploading artifacts took 0.00 seconds 2025-07-24T06:02:56.9993549Z 2025-07-24T06:02:56.9994353Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:02:56.9994910Z echo "c10_logging_test" failed with exit code 0 2025-07-24T06:02:56.9995268Z goto fail 2025-07-24T06:02:56.9995460Z ) 2025-07-24T06:02:56.9995624Z 2025-07-24T06:02:56.9996121Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:02:56.9996587Z echo "c10_logging_test" failed with exit code 0 2025-07-24T06:02:56.9996912Z goto fail 2025-07-24T06:02:56.9997084Z ) 2025-07-24T06:02:56.9997200Z 2025-07-24T06:02:56.9997355Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:02:57.0003502Z 2025-07-24T06:02:57.0003845Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:02:57.0004766Z call :libtorch_check "c10_Metaprogramming_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-07-24T06:02:57.0005468Z if errorlevel 1 goto fail 2025-07-24T06:02:57.0005692Z ) 2025-07-24T06:02:57.0014372Z 2025-07-24T06:02:57.0014751Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:02:57.0018782Z 2025-07-24T06:02:57.0019567Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:02:57.0021594Z 2025-07-24T06:02:57.0022092Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "verify_api_visibility" goto :eof 2025-07-24T06:02:57.0023335Z 2025-07-24T06:02:57.0023945Z (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-07-24T06:02:57.0024929Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-07-24T06:02:57.0025481Z 2025-07-24T06:02:57.0025889Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:02:57.0026677Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-07-24T06:02:57.0027199Z goto :eof 2025-07-24T06:02:57.0027371Z ) 2025-07-24T06:02:57.0027477Z 2025-07-24T06:02:57.0027870Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Metaprogramming_test" 2025-07-24T06:03:02.8393462Z Found test times from artifacts 2025-07-24T06:03:02.9868735Z Found test times from artifacts 2025-07-24T06:03:02.9922464Z Running 25% of tests based on TD 2025-07-24T06:03:02.9929852Z Running parallel tests on 3 processes 2025-07-24T06:03:02.9930249Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:03:02.9930528Z Serial tests (0): 2025-07-24T06:03:02.9930747Z Parallel tests (1): 2025-07-24T06:03:02.9930985Z cpp/c10_Metaprogramming_test 1/1 2025-07-24T06:03:02.9931282Z Name: excluded (est. time: 0.0min) 2025-07-24T06:03:02.9931542Z Serial tests (0): 2025-07-24T06:03:02.9931743Z Parallel tests (0): 2025-07-24T06:03:02.9933690Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-07-24 06:03:02.992535] 2025-07-24T06:03:02.9934126Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:02.9943927Z 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-55c07a0b3108cf49.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:02.992535] 2025-07-24T06:03:02.9945653Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:03:04.3615570Z 2025-07-24T06:03:04.3616732Z 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_0700e05372781338_.log 2025-07-24T06:03:04.3617413Z 2025-07-24T06:03:08.3411331Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-07-24 06:03:08.332288] 2025-07-24T06:03:08.3411814Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:08.3420695Z 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-894117ae78042236.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:08.332288] 2025-07-24T06:03:09.7693105Z 2025-07-24T06:03:09.7694189Z 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_eb1e69b5b7ab1a62_.log 2025-07-24T06:03:09.7695023Z 2025-07-24T06:03:10.5247156Z Running test batch 'tests to run' cost 7.53 seconds 2025-07-24T06:03:10.5253483Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:03:10.5253943Z Uploading artifacts took 0.00 seconds 2025-07-24T06:03:11.2020739Z 2025-07-24T06:03:11.2021283Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:03:11.2021977Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-07-24T06:03:11.2022329Z goto fail 2025-07-24T06:03:11.2022508Z ) 2025-07-24T06:03:11.2022642Z 2025-07-24T06:03:11.2022841Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:03:11.2023276Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-07-24T06:03:11.2023615Z goto fail 2025-07-24T06:03:11.2023802Z ) 2025-07-24T06:03:11.2023898Z 2025-07-24T06:03:11.2024052Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:03:11.2031154Z 2025-07-24T06:03:11.2031331Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:03:11.2032111Z call :libtorch_check "c10_NetworkFlow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-07-24T06:03:11.2032771Z if errorlevel 1 goto fail 2025-07-24T06:03:11.2033018Z ) 2025-07-24T06:03:11.2041989Z 2025-07-24T06:03:11.2042396Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:03:11.2046104Z 2025-07-24T06:03:11.2046562Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:03:11.2049167Z 2025-07-24T06:03:11.2049630Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "verify_api_visibility" goto :eof 2025-07-24T06:03:11.2050939Z 2025-07-24T06:03:11.2051502Z (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-07-24T06:03:11.2052445Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-07-24T06:03:11.2053567Z 2025-07-24T06:03:11.2053964Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:03:11.2054704Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-07-24T06:03:11.2055208Z goto :eof 2025-07-24T06:03:11.2055395Z ) 2025-07-24T06:03:11.2055496Z 2025-07-24T06:03:11.2055866Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_NetworkFlow_test" 2025-07-24T06:03:16.9917891Z Found test times from artifacts 2025-07-24T06:03:17.1338763Z Found test times from artifacts 2025-07-24T06:03:17.1391497Z Running 25% of tests based on TD 2025-07-24T06:03:17.1397914Z Running parallel tests on 3 processes 2025-07-24T06:03:17.1398414Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:03:17.1398682Z Serial tests (0): 2025-07-24T06:03:17.1398910Z Parallel tests (1): 2025-07-24T06:03:17.1399136Z cpp/c10_NetworkFlow_test 1/1 2025-07-24T06:03:17.1399407Z Name: excluded (est. time: 0.0min) 2025-07-24T06:03:17.1399653Z Serial tests (0): 2025-07-24T06:03:17.1399870Z Parallel tests (0): 2025-07-24T06:03:17.1401872Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-07-24 06:03:17.138862] 2025-07-24T06:03:17.1402266Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:17.1412000Z 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-29c48e10b5b16d4e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:17.140439] 2025-07-24T06:03:17.1414004Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:03:18.5218921Z 2025-07-24T06:03:18.5220029Z 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_5d9f3f9e95d94e6a_.log 2025-07-24T06:03:18.5221985Z 2025-07-24T06:03:22.4878268Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-07-24 06:03:22.487159] 2025-07-24T06:03:22.4878968Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:22.4887763Z 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-452c04188ed54b96.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:22.488355] 2025-07-24T06:03:23.9207839Z 2025-07-24T06:03:23.9208687Z 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_3845f664eaa98eb1_.log 2025-07-24T06:03:23.9209446Z 2025-07-24T06:03:24.6942424Z Running test batch 'tests to run' cost 7.55 seconds 2025-07-24T06:03:24.6949299Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:03:24.6949770Z Uploading artifacts took 0.00 seconds 2025-07-24T06:03:25.3482858Z 2025-07-24T06:03:25.3483428Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:03:25.3483885Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-07-24T06:03:25.3484362Z goto fail 2025-07-24T06:03:25.3484539Z ) 2025-07-24T06:03:25.3484662Z 2025-07-24T06:03:25.3484851Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:03:25.3485274Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-07-24T06:03:25.3485598Z goto fail 2025-07-24T06:03:25.3485781Z ) 2025-07-24T06:03:25.3485901Z 2025-07-24T06:03:25.3486054Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:03:25.3492827Z 2025-07-24T06:03:25.3493039Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:03:25.3493706Z call :libtorch_check "c10_optional_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-07-24T06:03:25.3494342Z if errorlevel 1 goto fail 2025-07-24T06:03:25.3494619Z ) 2025-07-24T06:03:25.3503955Z 2025-07-24T06:03:25.3504820Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:03:25.3507821Z 2025-07-24T06:03:25.3508328Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:03:25.3511174Z 2025-07-24T06:03:25.3511711Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "verify_api_visibility" goto :eof 2025-07-24T06:03:25.3512935Z 2025-07-24T06:03:25.3513729Z (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-07-24T06:03:25.3514699Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-07-24T06:03:25.3515318Z 2025-07-24T06:03:25.3516149Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:03:25.3516926Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-07-24T06:03:25.3517447Z goto :eof 2025-07-24T06:03:25.3517653Z ) 2025-07-24T06:03:25.3517762Z 2025-07-24T06:03:25.3518154Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_optional_test" 2025-07-24T06:03:31.1434926Z Found test times from artifacts 2025-07-24T06:03:31.2863865Z Found test times from artifacts 2025-07-24T06:03:31.2912434Z Running 25% of tests based on TD 2025-07-24T06:03:31.2918171Z Running parallel tests on 3 processes 2025-07-24T06:03:31.2918570Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:03:31.2918892Z Serial tests (0): 2025-07-24T06:03:31.2919130Z Parallel tests (1): 2025-07-24T06:03:31.2919408Z cpp/c10_optional_test 1/1 2025-07-24T06:03:31.2919678Z Name: excluded (est. time: 0.0min) 2025-07-24T06:03:31.2919971Z Serial tests (0): 2025-07-24T06:03:31.2920201Z Parallel tests (0): 2025-07-24T06:03:31.2922078Z Running cpp/c10_optional_test 1/1 ... [2025-07-24 06:03:31.278362] 2025-07-24T06:03:31.2922516Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:31.2932846Z 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-20ed7e964e7fd3e8.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:31.278362] 2025-07-24T06:03:31.2934601Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:03:32.6665548Z 2025-07-24T06:03:32.6666459Z 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_971e93b922b27bd8_.log 2025-07-24T06:03:32.6667253Z 2025-07-24T06:03:36.7189676Z Running cpp/c10_optional_test 1/1 ... [2025-07-24 06:03:36.713460] 2025-07-24T06:03:36.7190165Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:36.7198897Z 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-e9fd702e0d8eb982.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:36.713460] 2025-07-24T06:03:38.1615613Z 2025-07-24T06:03:38.1616552Z 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_e1431199ea8b5c61_.log 2025-07-24T06:03:38.1617474Z 2025-07-24T06:03:38.9306321Z Running test batch 'tests to run' cost 7.65 seconds 2025-07-24T06:03:38.9313070Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:03:38.9313551Z Uploading artifacts took 0.00 seconds 2025-07-24T06:03:39.5855930Z 2025-07-24T06:03:39.5856636Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:03:39.5857117Z echo "c10_optional_test" failed with exit code 0 2025-07-24T06:03:39.5857479Z goto fail 2025-07-24T06:03:39.5857690Z ) 2025-07-24T06:03:39.5857829Z 2025-07-24T06:03:39.5858052Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:03:39.5858532Z echo "c10_optional_test" failed with exit code 0 2025-07-24T06:03:39.5858862Z goto fail 2025-07-24T06:03:39.5859083Z ) 2025-07-24T06:03:39.5859358Z 2025-07-24T06:03:39.5859567Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:03:39.5866752Z 2025-07-24T06:03:39.5867008Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:03:39.5867832Z 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-07-24T06:03:39.5868577Z if errorlevel 1 goto fail 2025-07-24T06:03:39.5868846Z ) 2025-07-24T06:03:39.5878671Z 2025-07-24T06:03:39.5879367Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:03:39.5884447Z 2025-07-24T06:03:39.5885124Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:03:39.5887597Z 2025-07-24T06:03:39.5888161Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "verify_api_visibility" goto :eof 2025-07-24T06:03:39.5889367Z 2025-07-24T06:03:39.5890066Z (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-07-24T06:03:39.5891119Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-07-24T06:03:39.5891653Z 2025-07-24T06:03:39.5892320Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:03:39.5893187Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-07-24T06:03:39.5893748Z goto :eof 2025-07-24T06:03:39.5893977Z ) 2025-07-24T06:03:39.5894083Z 2025-07-24T06:03:39.5894494Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ordered_preserving_dict_test" 2025-07-24T06:03:45.3565307Z Found test times from artifacts 2025-07-24T06:03:45.4973202Z Found test times from artifacts 2025-07-24T06:03:45.5023002Z Running 25% of tests based on TD 2025-07-24T06:03:45.5028662Z Running parallel tests on 3 processes 2025-07-24T06:03:45.5029081Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:03:45.5029418Z Serial tests (0): 2025-07-24T06:03:45.5029681Z Parallel tests (1): 2025-07-24T06:03:45.5030024Z cpp/c10_ordered_preserving_dict_test 1/1 2025-07-24T06:03:45.5030408Z Name: excluded (est. time: 0.0min) 2025-07-24T06:03:45.5030757Z Serial tests (0): 2025-07-24T06:03:45.5031026Z Parallel tests (0): 2025-07-24T06:03:45.5032985Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-07-24 06:03:45.503123] 2025-07-24T06:03:45.5033445Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:45.5043161Z 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-bfb61b948ec7a26f.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:45.503728] 2025-07-24T06:03:45.5045015Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:03:46.9075742Z 2025-07-24T06:03:46.9076748Z 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_991fe66bd5325663_.log 2025-07-24T06:03:46.9077517Z 2025-07-24T06:03:50.9197202Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-07-24 06:03:50.915236] 2025-07-24T06:03:50.9197763Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:50.9206573Z 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-298462e38116a32c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:50.915236] 2025-07-24T06:03:52.4312586Z 2025-07-24T06:03:52.4313594Z 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_dab2cde970c38ac0_.log 2025-07-24T06:03:52.4314389Z 2025-07-24T06:03:53.1964278Z Running test batch 'tests to run' cost 7.69 seconds 2025-07-24T06:03:53.1970203Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:03:53.1970751Z Uploading artifacts took 0.00 seconds 2025-07-24T06:03:53.8266004Z 2025-07-24T06:03:53.8266651Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:03:53.8267205Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-07-24T06:03:53.8267738Z goto fail 2025-07-24T06:03:53.8267971Z ) 2025-07-24T06:03:53.8268090Z 2025-07-24T06:03:53.8268312Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:03:53.8268778Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-07-24T06:03:53.8269137Z goto fail 2025-07-24T06:03:53.8269307Z ) 2025-07-24T06:03:53.8269424Z 2025-07-24T06:03:53.8269575Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:03:53.8276467Z 2025-07-24T06:03:53.8276860Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:03:53.8277545Z call :libtorch_check "c10_registry_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-07-24T06:03:53.8278189Z if errorlevel 1 goto fail 2025-07-24T06:03:53.8278419Z ) 2025-07-24T06:03:53.8287482Z 2025-07-24T06:03:53.8287823Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:03:53.8291701Z 2025-07-24T06:03:53.8292173Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:03:53.8294924Z 2025-07-24T06:03:53.8295408Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "verify_api_visibility" goto :eof 2025-07-24T06:03:53.8296697Z 2025-07-24T06:03:53.8297212Z (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-07-24T06:03:53.8298126Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-07-24T06:03:53.8299476Z 2025-07-24T06:03:53.8299913Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:03:53.8300628Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-07-24T06:03:53.8301118Z goto :eof 2025-07-24T06:03:53.8301298Z ) 2025-07-24T06:03:53.8301415Z 2025-07-24T06:03:53.8301766Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_registry_test" 2025-07-24T06:03:59.6869959Z Found test times from artifacts 2025-07-24T06:03:59.8293696Z Found test times from artifacts 2025-07-24T06:03:59.8343494Z Running 25% of tests based on TD 2025-07-24T06:03:59.8349994Z Running parallel tests on 3 processes 2025-07-24T06:03:59.8350315Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:03:59.8350616Z Serial tests (0): 2025-07-24T06:03:59.8350827Z Parallel tests (1): 2025-07-24T06:03:59.8351054Z cpp/c10_registry_test 1/1 2025-07-24T06:03:59.8351317Z Name: excluded (est. time: 0.0min) 2025-07-24T06:03:59.8351554Z Serial tests (0): 2025-07-24T06:03:59.8351756Z Parallel tests (0): 2025-07-24T06:03:59.8353442Z Running cpp/c10_registry_test 1/1 ... [2025-07-24 06:03:59.834975] 2025-07-24T06:03:59.8353832Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:03:59.8364454Z 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-5ee686ea4b8f6d31.xml', '-x', '--reruns=2'] ... [2025-07-24 06:03:59.836269] 2025-07-24T06:03:59.8366356Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:04:01.2211975Z 2025-07-24T06:04:01.2212880Z 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_94aaf00dc1a33206_.log 2025-07-24T06:04:01.2213790Z 2025-07-24T06:04:05.1971839Z Running cpp/c10_registry_test 1/1 ... [2025-07-24 06:04:05.185183] 2025-07-24T06:04:05.1972267Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:05.1981165Z 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-381a2666a4d356a7.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:05.185183] 2025-07-24T06:04:06.5960482Z 2025-07-24T06:04:06.5961329Z 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_dcdb6d00ab49dde2_.log 2025-07-24T06:04:06.5962089Z 2025-07-24T06:04:07.3399218Z Running test batch 'tests to run' cost 7.5 seconds 2025-07-24T06:04:07.3405789Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:04:07.3406247Z Uploading artifacts took 0.00 seconds 2025-07-24T06:04:07.9833761Z 2025-07-24T06:04:07.9834504Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:04:07.9834959Z echo "c10_registry_test" failed with exit code 0 2025-07-24T06:04:07.9835284Z goto fail 2025-07-24T06:04:07.9835456Z ) 2025-07-24T06:04:07.9835549Z 2025-07-24T06:04:07.9835733Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:04:07.9836150Z echo "c10_registry_test" failed with exit code 0 2025-07-24T06:04:07.9836431Z goto fail 2025-07-24T06:04:07.9836609Z ) 2025-07-24T06:04:07.9836712Z 2025-07-24T06:04:07.9836869Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:04:07.9843978Z 2025-07-24T06:04:07.9844223Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:04:07.9844932Z call :libtorch_check "c10_Scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-07-24T06:04:07.9845698Z if errorlevel 1 goto fail 2025-07-24T06:04:07.9845917Z ) 2025-07-24T06:04:07.9855895Z 2025-07-24T06:04:07.9856788Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:04:07.9859164Z 2025-07-24T06:04:07.9859658Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:04:07.9862399Z 2025-07-24T06:04:07.9862792Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "verify_api_visibility" goto :eof 2025-07-24T06:04:07.9864080Z 2025-07-24T06:04:07.9864591Z (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-07-24T06:04:07.9865498Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-07-24T06:04:07.9866299Z 2025-07-24T06:04:07.9866681Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:04:07.9867420Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-07-24T06:04:07.9867935Z goto :eof 2025-07-24T06:04:07.9868123Z ) 2025-07-24T06:04:07.9869035Z 2025-07-24T06:04:07.9869432Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Scalar_test" 2025-07-24T06:04:13.8850638Z Found test times from artifacts 2025-07-24T06:04:14.0265348Z Found test times from artifacts 2025-07-24T06:04:14.0315732Z Running 25% of tests based on TD 2025-07-24T06:04:14.0321491Z Running parallel tests on 3 processes 2025-07-24T06:04:14.0321944Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:04:14.0322242Z Serial tests (0): 2025-07-24T06:04:14.0322461Z Parallel tests (1): 2025-07-24T06:04:14.0322690Z cpp/c10_Scalar_test 1/1 2025-07-24T06:04:14.0322931Z Name: excluded (est. time: 0.0min) 2025-07-24T06:04:14.0323180Z Serial tests (0): 2025-07-24T06:04:14.0323375Z Parallel tests (0): 2025-07-24T06:04:14.0325280Z Running cpp/c10_Scalar_test 1/1 ... [2025-07-24 06:04:14.032135] 2025-07-24T06:04:14.0325653Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:14.0336042Z 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-f05379a0aceadf2c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:14.033247] 2025-07-24T06:04:14.0337786Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:04:15.3998569Z 2025-07-24T06:04:15.3999378Z 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_f0d194035e428a9a_.log 2025-07-24T06:04:15.4000059Z 2025-07-24T06:04:19.4135830Z Running cpp/c10_Scalar_test 1/1 ... [2025-07-24 06:04:19.412501] 2025-07-24T06:04:19.4136240Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:19.4145113Z 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-247e1290bfdb66c1.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:19.414123] 2025-07-24T06:04:20.8146970Z 2025-07-24T06:04:20.8147973Z 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_e63b14c5d9960e5d_.log 2025-07-24T06:04:20.8148570Z 2025-07-24T06:04:21.6457565Z Running test batch 'tests to run' cost 7.61 seconds 2025-07-24T06:04:21.6464078Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:04:21.6464674Z Uploading artifacts took 0.00 seconds 2025-07-24T06:04:22.2671174Z 2025-07-24T06:04:22.2672003Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:04:22.2672448Z echo "c10_Scalar_test" failed with exit code 0 2025-07-24T06:04:22.2672771Z goto fail 2025-07-24T06:04:22.2672952Z ) 2025-07-24T06:04:22.2673044Z 2025-07-24T06:04:22.2673227Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:04:22.2673631Z echo "c10_Scalar_test" failed with exit code 0 2025-07-24T06:04:22.2673976Z goto fail 2025-07-24T06:04:22.2674149Z ) 2025-07-24T06:04:22.2674240Z 2025-07-24T06:04:22.2674397Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:04:22.2681680Z 2025-07-24T06:04:22.2682195Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:04:22.2683024Z call :libtorch_check "c10_Semaphore_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Semaphore_test.exe" 2025-07-24T06:04:22.2683653Z if errorlevel 1 goto fail 2025-07-24T06:04:22.2683879Z ) 2025-07-24T06:04:22.2693077Z 2025-07-24T06:04:22.2693461Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:04:22.2697064Z 2025-07-24T06:04:22.2697552Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:04:22.2700117Z 2025-07-24T06:04:22.2700748Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Semaphore_test" == "verify_api_visibility" goto :eof 2025-07-24T06:04:22.2701979Z 2025-07-24T06:04:22.2702574Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Semaphore_test.exe" 2025-07-24T06:04:22.2703486Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Semaphore_test.exe" 2025-07-24T06:04:22.2704939Z 2025-07-24T06:04:22.2705511Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Semaphore_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:04:22.2706363Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Semaphore_test.exe" 2025-07-24T06:04:22.2706840Z goto :eof 2025-07-24T06:04:22.2707165Z ) 2025-07-24T06:04:22.2707262Z 2025-07-24T06:04:22.2707618Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Semaphore_test" 2025-07-24T06:04:28.1759868Z Found test times from artifacts 2025-07-24T06:04:28.3190246Z Found test times from artifacts 2025-07-24T06:04:28.3243302Z Running 25% of tests based on TD 2025-07-24T06:04:28.3248759Z Running parallel tests on 3 processes 2025-07-24T06:04:28.3249210Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:04:28.3249707Z Serial tests (0): 2025-07-24T06:04:28.3249918Z Parallel tests (1): 2025-07-24T06:04:28.3250157Z cpp/c10_Semaphore_test 1/1 2025-07-24T06:04:28.3250415Z Name: excluded (est. time: 0.0min) 2025-07-24T06:04:28.3250660Z Serial tests (0): 2025-07-24T06:04:28.3250850Z Parallel tests (0): 2025-07-24T06:04:28.3252679Z Running cpp/c10_Semaphore_test 1/1 ... [2025-07-24 06:04:28.322784] 2025-07-24T06:04:28.3253066Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:28.3263236Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Semaphore_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-7081d361e604d487.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:28.325903] 2025-07-24T06:04:28.3264926Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:04:29.6916234Z 2025-07-24T06:04:29.6917227Z cpp/c10_Semaphore_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Semaphore_test_1.1_7edd89ecfc901036_.log 2025-07-24T06:04:29.6918003Z 2025-07-24T06:04:33.7297348Z Running cpp/c10_Semaphore_test 1/1 ... [2025-07-24 06:04:33.726423] 2025-07-24T06:04:33.7297770Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:33.7307016Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\c10_Semaphore_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-f9fa6a3c5c7b39cd.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:33.729972] 2025-07-24T06:04:35.1524248Z 2025-07-24T06:04:35.1525129Z cpp/c10_Semaphore_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.c10_Semaphore_test_1.1_e0c83619e7853baf_.log 2025-07-24T06:04:35.1527015Z 2025-07-24T06:04:35.9130310Z Running test batch 'tests to run' cost 7.59 seconds 2025-07-24T06:04:35.9138595Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:04:35.9139082Z Uploading artifacts took 0.00 seconds 2025-07-24T06:04:36.5893649Z 2025-07-24T06:04:36.5894191Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:04:36.5894654Z echo "c10_Semaphore_test" failed with exit code 0 2025-07-24T06:04:36.5894977Z goto fail 2025-07-24T06:04:36.5895162Z ) 2025-07-24T06:04:36.5895265Z 2025-07-24T06:04:36.5895451Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:04:36.5895865Z echo "c10_Semaphore_test" failed with exit code 0 2025-07-24T06:04:36.5896155Z goto fail 2025-07-24T06:04:36.5896327Z ) 2025-07-24T06:04:36.5896460Z 2025-07-24T06:04:36.5896645Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:04:36.5903249Z 2025-07-24T06:04:36.5903467Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:04:36.5904192Z call :libtorch_check "c10_SizesAndStrides_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-07-24T06:04:36.5904876Z if errorlevel 1 goto fail 2025-07-24T06:04:36.5905107Z ) 2025-07-24T06:04:36.5914877Z 2025-07-24T06:04:36.5915384Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:04:36.5918944Z 2025-07-24T06:04:36.5919705Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:04:36.5922448Z 2025-07-24T06:04:36.5922878Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "verify_api_visibility" goto :eof 2025-07-24T06:04:36.5924137Z 2025-07-24T06:04:36.5924921Z (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-07-24T06:04:36.5925893Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-07-24T06:04:36.5926355Z 2025-07-24T06:04:36.5926772Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:04:36.5927530Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-07-24T06:04:36.5928036Z goto :eof 2025-07-24T06:04:36.5928206Z ) 2025-07-24T06:04:36.5928311Z 2025-07-24T06:04:36.5928688Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SizesAndStrides_test" 2025-07-24T06:04:42.3426167Z Found test times from artifacts 2025-07-24T06:04:42.4841883Z Found test times from artifacts 2025-07-24T06:04:42.4892336Z Running 25% of tests based on TD 2025-07-24T06:04:42.4898480Z Running parallel tests on 3 processes 2025-07-24T06:04:42.4898941Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:04:42.4899220Z Serial tests (0): 2025-07-24T06:04:42.4899438Z Parallel tests (1): 2025-07-24T06:04:42.4899823Z cpp/c10_SizesAndStrides_test 1/1 2025-07-24T06:04:42.4900175Z Name: excluded (est. time: 0.0min) 2025-07-24T06:04:42.4900463Z Serial tests (0): 2025-07-24T06:04:42.4900673Z Parallel tests (0): 2025-07-24T06:04:42.4902505Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-07-24 06:04:42.490030] 2025-07-24T06:04:42.4902938Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:42.4913230Z 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-1a8a029123b0180e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:42.491170] 2025-07-24T06:04:42.4914996Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:04:43.8461644Z 2025-07-24T06:04:43.8462777Z 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_5e5e8c223886b26a_.log 2025-07-24T06:04:43.8463483Z 2025-07-24T06:04:47.8368445Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-07-24 06:04:47.836427] 2025-07-24T06:04:47.8368940Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:47.8377974Z 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-c9ade38ca89f1aeb.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:47.837591] 2025-07-24T06:04:49.2689075Z 2025-07-24T06:04:49.2690245Z 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_2af9a127bd381056_.log 2025-07-24T06:04:49.2692066Z 2025-07-24T06:04:50.0947510Z Running test batch 'tests to run' cost 7.6 seconds 2025-07-24T06:04:50.0954149Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:04:50.0954598Z Uploading artifacts took 0.00 seconds 2025-07-24T06:04:50.7294875Z 2025-07-24T06:04:50.7295569Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:04:50.7296039Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-07-24T06:04:50.7296385Z goto fail 2025-07-24T06:04:50.7296564Z ) 2025-07-24T06:04:50.7296681Z 2025-07-24T06:04:50.7296869Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:04:50.7297299Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-07-24T06:04:50.7297637Z goto fail 2025-07-24T06:04:50.7297827Z ) 2025-07-24T06:04:50.7297923Z 2025-07-24T06:04:50.7298208Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:04:50.7305832Z 2025-07-24T06:04:50.7306311Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:04:50.7307044Z 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-07-24T06:04:50.7307717Z if errorlevel 1 goto fail 2025-07-24T06:04:50.7307976Z ) 2025-07-24T06:04:50.7315860Z 2025-07-24T06:04:50.7316253Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:04:50.7319817Z 2025-07-24T06:04:50.7320311Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:04:50.7322917Z 2025-07-24T06:04:50.7323439Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "verify_api_visibility" goto :eof 2025-07-24T06:04:50.7324637Z 2025-07-24T06:04:50.7325407Z (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-07-24T06:04:50.7326626Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-07-24T06:04:50.7327151Z 2025-07-24T06:04:50.7327537Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:04:50.7328290Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-07-24T06:04:50.7328858Z goto :eof 2025-07-24T06:04:50.7329065Z ) 2025-07-24T06:04:50.7329164Z 2025-07-24T06:04:50.7329578Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_small_vector_test" 2025-07-24T06:04:56.5489096Z Found test times from artifacts 2025-07-24T06:04:56.6904826Z Found test times from artifacts 2025-07-24T06:04:56.6955416Z Running 25% of tests based on TD 2025-07-24T06:04:56.6961230Z Running parallel tests on 3 processes 2025-07-24T06:04:56.6961676Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:04:56.6961966Z Serial tests (0): 2025-07-24T06:04:56.6962181Z Parallel tests (1): 2025-07-24T06:04:56.6962425Z cpp/c10_small_vector_test 1/1 2025-07-24T06:04:56.6962701Z Name: excluded (est. time: 0.0min) 2025-07-24T06:04:56.6962955Z Serial tests (0): 2025-07-24T06:04:56.6963192Z Parallel tests (0): 2025-07-24T06:04:56.6965079Z Running cpp/c10_small_vector_test 1/1 ... [2025-07-24 06:04:56.696038] 2025-07-24T06:04:56.6965499Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:04:56.6975639Z 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-99546050c544f39b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:04:56.697185] 2025-07-24T06:04:56.6977370Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:04:58.0860618Z 2025-07-24T06:04:58.0861820Z 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_4049de0fb5c30501_.log 2025-07-24T06:04:58.0862739Z 2025-07-24T06:05:02.0991332Z Running cpp/c10_small_vector_test 1/1 ... [2025-07-24 06:05:02.098808] 2025-07-24T06:05:02.0991788Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:02.1001053Z 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-dbb28227cbe3b630.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:02.099908] 2025-07-24T06:05:04.4711187Z 2025-07-24T06:05:04.4712030Z 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_3795f32df8444d9d_.log 2025-07-24T06:05:04.4722510Z 2025-07-24T06:05:05.2785248Z Running test batch 'tests to run' cost 8.58 seconds 2025-07-24T06:05:05.2791954Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:05:05.2792425Z Uploading artifacts took 0.00 seconds 2025-07-24T06:05:05.9177110Z 2025-07-24T06:05:05.9177616Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:05:05.9178079Z echo "c10_small_vector_test" failed with exit code 0 2025-07-24T06:05:05.9178416Z goto fail 2025-07-24T06:05:05.9178594Z ) 2025-07-24T06:05:05.9178716Z 2025-07-24T06:05:05.9178911Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:05:05.9179388Z echo "c10_small_vector_test" failed with exit code 0 2025-07-24T06:05:05.9179755Z goto fail 2025-07-24T06:05:05.9179980Z ) 2025-07-24T06:05:05.9180245Z 2025-07-24T06:05:05.9180967Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:05:05.9186704Z 2025-07-24T06:05:05.9186927Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:05:05.9187571Z call :libtorch_check "c10_ssize_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-07-24T06:05:05.9188197Z if errorlevel 1 goto fail 2025-07-24T06:05:05.9188421Z ) 2025-07-24T06:05:05.9197072Z 2025-07-24T06:05:05.9197469Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:05:05.9200991Z 2025-07-24T06:05:05.9201461Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:05:05.9204018Z 2025-07-24T06:05:05.9204410Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "verify_api_visibility" goto :eof 2025-07-24T06:05:05.9205679Z 2025-07-24T06:05:05.9206192Z (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-07-24T06:05:05.9207090Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-07-24T06:05:05.9207898Z 2025-07-24T06:05:05.9208302Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:05:05.9208994Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-07-24T06:05:05.9209486Z goto :eof 2025-07-24T06:05:05.9209664Z ) 2025-07-24T06:05:05.9209788Z 2025-07-24T06:05:05.9210240Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ssize_test" 2025-07-24T06:05:11.7500886Z Found test times from artifacts 2025-07-24T06:05:11.8906391Z Found test times from artifacts 2025-07-24T06:05:11.8957625Z Running 25% of tests based on TD 2025-07-24T06:05:11.8963483Z Running parallel tests on 3 processes 2025-07-24T06:05:11.8963841Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:05:11.8964130Z Serial tests (0): 2025-07-24T06:05:11.8964345Z Parallel tests (1): 2025-07-24T06:05:11.8964584Z cpp/c10_ssize_test 1/1 2025-07-24T06:05:11.8964837Z Name: excluded (est. time: 0.0min) 2025-07-24T06:05:11.8965230Z Serial tests (0): 2025-07-24T06:05:11.8965448Z Parallel tests (0): 2025-07-24T06:05:11.8967140Z Running cpp/c10_ssize_test 1/1 ... [2025-07-24 06:05:11.896641] 2025-07-24T06:05:11.8967524Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:11.8979730Z 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-c8efd362599371b6.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:11.897246] 2025-07-24T06:05:11.8981517Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:05:13.2536467Z 2025-07-24T06:05:13.2537262Z 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_12470bf1c2bde81d_.log 2025-07-24T06:05:13.2538082Z 2025-07-24T06:05:17.2413926Z Running cpp/c10_ssize_test 1/1 ... [2025-07-24 06:05:17.239736] 2025-07-24T06:05:17.2414359Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:17.2423411Z 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-1c79f92cefdb1cc0.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:17.239736] 2025-07-24T06:05:18.6272629Z 2025-07-24T06:05:18.6273459Z 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_2ff6f48608cdf61b_.log 2025-07-24T06:05:18.6274211Z 2025-07-24T06:05:19.3981460Z Running test batch 'tests to run' cost 7.5 seconds 2025-07-24T06:05:19.3988352Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:05:19.3988811Z Uploading artifacts took 0.00 seconds 2025-07-24T06:05:20.0295384Z 2025-07-24T06:05:20.0295945Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:05:20.0296376Z echo "c10_ssize_test" failed with exit code 0 2025-07-24T06:05:20.0296690Z goto fail 2025-07-24T06:05:20.0296871Z ) 2025-07-24T06:05:20.0296988Z 2025-07-24T06:05:20.0297174Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:05:20.0297594Z echo "c10_ssize_test" failed with exit code 0 2025-07-24T06:05:20.0297887Z goto fail 2025-07-24T06:05:20.0298075Z ) 2025-07-24T06:05:20.0298200Z 2025-07-24T06:05:20.0298358Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:05:20.0305468Z 2025-07-24T06:05:20.0305683Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:05:20.0306475Z call :libtorch_check "c10_StreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-07-24T06:05:20.0307140Z if errorlevel 1 goto fail 2025-07-24T06:05:20.0307381Z ) 2025-07-24T06:05:20.0316867Z 2025-07-24T06:05:20.0317471Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:05:20.0321427Z 2025-07-24T06:05:20.0321936Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:05:20.0325077Z 2025-07-24T06:05:20.0325497Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "verify_api_visibility" goto :eof 2025-07-24T06:05:20.0326849Z 2025-07-24T06:05:20.0327403Z (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-07-24T06:05:20.0328352Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-07-24T06:05:20.0329608Z 2025-07-24T06:05:20.0330426Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:05:20.0331357Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-07-24T06:05:20.0331864Z goto :eof 2025-07-24T06:05:20.0332044Z ) 2025-07-24T06:05:20.0332142Z 2025-07-24T06:05:20.0332523Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_StreamGuard_test" 2025-07-24T06:05:25.8740169Z Found test times from artifacts 2025-07-24T06:05:26.0224701Z Found test times from artifacts 2025-07-24T06:05:26.0275190Z Running 25% of tests based on TD 2025-07-24T06:05:26.0292974Z Running parallel tests on 3 processes 2025-07-24T06:05:26.0293459Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:05:26.0293744Z Serial tests (0): 2025-07-24T06:05:26.0293984Z Parallel tests (1): 2025-07-24T06:05:26.0294215Z cpp/c10_StreamGuard_test 1/1 2025-07-24T06:05:26.0294496Z Name: excluded (est. time: 0.0min) 2025-07-24T06:05:26.0294763Z Serial tests (0): 2025-07-24T06:05:26.0294979Z Parallel tests (0): 2025-07-24T06:05:26.0296977Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-07-24 06:05:26.029159] 2025-07-24T06:05:26.0297459Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:26.0307972Z 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-561c19dc8dc3c25c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:26.030306] 2025-07-24T06:05:26.0309739Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:05:27.4332264Z 2025-07-24T06:05:27.4334969Z 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_6955283a56a597b5_.log 2025-07-24T06:05:27.4335635Z 2025-07-24T06:05:31.4433730Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-07-24 06:05:31.433825] 2025-07-24T06:05:31.4434178Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:31.4443247Z 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-3db233f11144ccb1.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:31.433825] 2025-07-24T06:05:32.8128575Z 2025-07-24T06:05:32.8130727Z 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_ccbc7bbd84a0f3cc_.log 2025-07-24T06:05:32.8131417Z 2025-07-24T06:05:33.5507254Z Running test batch 'tests to run' cost 7.52 seconds 2025-07-24T06:05:33.5513897Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:05:33.5514382Z Uploading artifacts took 0.00 seconds 2025-07-24T06:05:34.1964424Z 2025-07-24T06:05:34.1965108Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:05:34.1965588Z echo "c10_StreamGuard_test" failed with exit code 0 2025-07-24T06:05:34.1965988Z goto fail 2025-07-24T06:05:34.1966194Z ) 2025-07-24T06:05:34.1966340Z 2025-07-24T06:05:34.1966542Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:05:34.1967017Z echo "c10_StreamGuard_test" failed with exit code 0 2025-07-24T06:05:34.1967376Z goto fail 2025-07-24T06:05:34.1967587Z ) 2025-07-24T06:05:34.1967693Z 2025-07-24T06:05:34.1967872Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:05:34.1974460Z 2025-07-24T06:05:34.1974986Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:05:34.1975768Z 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-07-24T06:05:34.1976601Z if errorlevel 1 goto fail 2025-07-24T06:05:34.1976879Z ) 2025-07-24T06:05:34.1984739Z 2025-07-24T06:05:34.1985205Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:05:34.1988493Z 2025-07-24T06:05:34.1989020Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:05:34.1991507Z 2025-07-24T06:05:34.1992253Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "verify_api_visibility" goto :eof 2025-07-24T06:05:34.1993233Z 2025-07-24T06:05:34.1993815Z (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-07-24T06:05:34.1994805Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-07-24T06:05:34.1995394Z 2025-07-24T06:05:34.1995823Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:05:34.1996639Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-07-24T06:05:34.1997183Z goto :eof 2025-07-24T06:05:34.1997373Z ) 2025-07-24T06:05:34.1997501Z 2025-07-24T06:05:34.1997879Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_util_test" 2025-07-24T06:05:40.1303558Z Found test times from artifacts 2025-07-24T06:05:40.2917266Z Found test times from artifacts 2025-07-24T06:05:40.2968179Z Running 25% of tests based on TD 2025-07-24T06:05:40.2973188Z Running parallel tests on 3 processes 2025-07-24T06:05:40.2973674Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:05:40.2973942Z Serial tests (0): 2025-07-24T06:05:40.2974182Z Parallel tests (1): 2025-07-24T06:05:40.2974406Z cpp/c10_string_util_test 1/1 2025-07-24T06:05:40.2974687Z Name: excluded (est. time: 0.0min) 2025-07-24T06:05:40.2974939Z Serial tests (0): 2025-07-24T06:05:40.2975156Z Parallel tests (0): 2025-07-24T06:05:40.2977030Z Running cpp/c10_string_util_test 1/1 ... [2025-07-24 06:05:40.289317] 2025-07-24T06:05:40.2977437Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:40.2987107Z 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-3e9cce4a7bea9660.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:40.289317] 2025-07-24T06:05:40.2988786Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:05:41.6633565Z 2025-07-24T06:05:41.6634688Z 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_3bad6fbe839aee29_.log 2025-07-24T06:05:41.6635350Z 2025-07-24T06:05:45.7288982Z Running cpp/c10_string_util_test 1/1 ... [2025-07-24 06:05:45.726693] 2025-07-24T06:05:45.7289430Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:45.7298366Z 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-f8c3625c56ec1450.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:45.726693] 2025-07-24T06:05:47.1412534Z 2025-07-24T06:05:47.1413421Z 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_2ce3b309c77283c7_.log 2025-07-24T06:05:47.1414332Z 2025-07-24T06:05:47.9497133Z Running test batch 'tests to run' cost 7.65 seconds 2025-07-24T06:05:47.9503456Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:05:47.9503912Z Uploading artifacts took 0.00 seconds 2025-07-24T06:05:48.5810347Z 2025-07-24T06:05:48.5810887Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:05:48.5811347Z echo "c10_string_util_test" failed with exit code 0 2025-07-24T06:05:48.5811659Z goto fail 2025-07-24T06:05:48.5811857Z ) 2025-07-24T06:05:48.5811965Z 2025-07-24T06:05:48.5812170Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:05:48.5812820Z echo "c10_string_util_test" failed with exit code 0 2025-07-24T06:05:48.5813143Z goto fail 2025-07-24T06:05:48.5813324Z ) 2025-07-24T06:05:48.5813646Z 2025-07-24T06:05:48.5813831Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:05:48.5821796Z 2025-07-24T06:05:48.5822043Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:05:48.5822758Z 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-07-24T06:05:48.5823418Z if errorlevel 1 goto fail 2025-07-24T06:05:48.5823649Z ) 2025-07-24T06:05:48.5831454Z 2025-07-24T06:05:48.5831795Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:05:48.5835450Z 2025-07-24T06:05:48.5836216Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:05:48.5838626Z 2025-07-24T06:05:48.5839187Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "verify_api_visibility" goto :eof 2025-07-24T06:05:48.5840404Z 2025-07-24T06:05:48.5840973Z (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-07-24T06:05:48.5841921Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-07-24T06:05:48.5842707Z 2025-07-24T06:05:48.5843132Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:05:48.5843863Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-07-24T06:05:48.5844369Z goto :eof 2025-07-24T06:05:48.5844556Z ) 2025-07-24T06:05:48.5844666Z 2025-07-24T06:05:48.5845042Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_view_test" 2025-07-24T06:05:54.3734048Z Found test times from artifacts 2025-07-24T06:05:54.5147358Z Found test times from artifacts 2025-07-24T06:05:54.5196113Z Running 25% of tests based on TD 2025-07-24T06:05:54.5202030Z Running parallel tests on 3 processes 2025-07-24T06:05:54.5202416Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:05:54.5202703Z Serial tests (0): 2025-07-24T06:05:54.5202915Z Parallel tests (1): 2025-07-24T06:05:54.5203172Z cpp/c10_string_view_test 1/1 2025-07-24T06:05:54.5203432Z Name: excluded (est. time: 0.0min) 2025-07-24T06:05:54.5203705Z Serial tests (0): 2025-07-24T06:05:54.5203904Z Parallel tests (0): 2025-07-24T06:05:54.5213394Z Running cpp/c10_string_view_test 1/1 ... [2025-07-24 06:05:54.514289] 2025-07-24T06:05:54.5213877Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:54.5215834Z 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-c880a42fff08541d.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:54.514289] 2025-07-24T06:05:54.5217525Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:05:55.8878258Z 2025-07-24T06:05:55.8879245Z 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_f455de7df80511ec_.log 2025-07-24T06:05:55.8879877Z 2025-07-24T06:05:59.9188137Z Running cpp/c10_string_view_test 1/1 ... [2025-07-24 06:05:59.915203] 2025-07-24T06:05:59.9188570Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:05:59.9197609Z 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-beaba898f4768139.xml', '-x', '--reruns=2'] ... [2025-07-24 06:05:59.915203] 2025-07-24T06:06:01.2778530Z 2025-07-24T06:06:01.2779378Z 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_740ba7dd4b8df22d_.log 2025-07-24T06:06:01.2780292Z 2025-07-24T06:06:02.0159521Z Running test batch 'tests to run' cost 7.5 seconds 2025-07-24T06:06:02.0166698Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:06:02.0167257Z Uploading artifacts took 0.00 seconds 2025-07-24T06:06:02.6532724Z 2025-07-24T06:06:02.6533957Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:06:02.6534442Z echo "c10_string_view_test" failed with exit code 0 2025-07-24T06:06:02.6534758Z goto fail 2025-07-24T06:06:02.6534950Z ) 2025-07-24T06:06:02.6535050Z 2025-07-24T06:06:02.6535266Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:06:02.6535713Z echo "c10_string_view_test" failed with exit code 0 2025-07-24T06:06:02.6536999Z goto fail 2025-07-24T06:06:02.6537184Z ) 2025-07-24T06:06:02.6537284Z 2025-07-24T06:06:02.6537437Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:06:02.6542500Z 2025-07-24T06:06:02.6543024Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:06:02.6543732Z call :libtorch_check "c10_SymInt_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-07-24T06:06:02.6544394Z if errorlevel 1 goto fail 2025-07-24T06:06:02.6544625Z ) 2025-07-24T06:06:02.6553203Z 2025-07-24T06:06:02.6553574Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:06:02.6557451Z 2025-07-24T06:06:02.6557905Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:06:02.6560562Z 2025-07-24T06:06:02.6561058Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "verify_api_visibility" goto :eof 2025-07-24T06:06:02.6562493Z 2025-07-24T06:06:02.6563012Z (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-07-24T06:06:02.6563932Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-07-24T06:06:02.6564755Z 2025-07-24T06:06:02.6565154Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:06:02.6565840Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-07-24T06:06:02.6566323Z goto :eof 2025-07-24T06:06:02.6566502Z ) 2025-07-24T06:06:02.6566623Z 2025-07-24T06:06:02.6567041Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SymInt_test" 2025-07-24T06:06:08.4613280Z Found test times from artifacts 2025-07-24T06:06:08.6170153Z Found test times from artifacts 2025-07-24T06:06:08.6220705Z Running 25% of tests based on TD 2025-07-24T06:06:08.6226572Z Running parallel tests on 3 processes 2025-07-24T06:06:08.6227049Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:06:08.6227326Z Serial tests (0): 2025-07-24T06:06:08.6227735Z Parallel tests (1): 2025-07-24T06:06:08.6227965Z cpp/c10_SymInt_test 1/1 2025-07-24T06:06:08.6228226Z Name: excluded (est. time: 0.0min) 2025-07-24T06:06:08.6228483Z Serial tests (0): 2025-07-24T06:06:08.6228702Z Parallel tests (0): 2025-07-24T06:06:08.6230508Z Running cpp/c10_SymInt_test 1/1 ... [2025-07-24 06:06:08.618880] 2025-07-24T06:06:08.6230892Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:08.6240991Z 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-53473aa568483efe.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:08.618880] 2025-07-24T06:06:08.6242683Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:06:09.9792460Z 2025-07-24T06:06:09.9793462Z 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_25fcf340d88c9678_.log 2025-07-24T06:06:09.9794089Z 2025-07-24T06:06:14.0098229Z Running cpp/c10_SymInt_test 1/1 ... [2025-07-24 06:06:14.009107] 2025-07-24T06:06:14.0098654Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:14.0106990Z 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-c191fef466860f3a.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:14.010252] 2025-07-24T06:06:15.4086565Z 2025-07-24T06:06:15.4087401Z 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_a1e18fa1cda53c35_.log 2025-07-24T06:06:15.4088129Z 2025-07-24T06:06:16.1998448Z Running test batch 'tests to run' cost 7.58 seconds 2025-07-24T06:06:16.2005565Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:06:16.2006085Z Uploading artifacts took 0.00 seconds 2025-07-24T06:06:16.8396234Z 2025-07-24T06:06:16.8396828Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:06:16.8397363Z echo "c10_SymInt_test" failed with exit code 0 2025-07-24T06:06:16.8397687Z goto fail 2025-07-24T06:06:16.8397868Z ) 2025-07-24T06:06:16.8397976Z 2025-07-24T06:06:16.8398198Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:06:16.8398608Z echo "c10_SymInt_test" failed with exit code 0 2025-07-24T06:06:16.8398925Z goto fail 2025-07-24T06:06:16.8399093Z ) 2025-07-24T06:06:16.8399271Z 2025-07-24T06:06:16.8399499Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:06:16.8406093Z 2025-07-24T06:06:16.8406308Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:06:16.8407131Z call :libtorch_check "c10_Synchronized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-07-24T06:06:16.8407807Z if errorlevel 1 goto fail 2025-07-24T06:06:16.8408028Z ) 2025-07-24T06:06:16.8417562Z 2025-07-24T06:06:16.8417982Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:06:16.8421629Z 2025-07-24T06:06:16.8422132Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:06:16.8425173Z 2025-07-24T06:06:16.8425639Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "verify_api_visibility" goto :eof 2025-07-24T06:06:16.8426922Z 2025-07-24T06:06:16.8427784Z (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-07-24T06:06:16.8428909Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-07-24T06:06:16.8429356Z 2025-07-24T06:06:16.8429693Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:06:16.8430533Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-07-24T06:06:16.8431056Z goto :eof 2025-07-24T06:06:16.8431238Z ) 2025-07-24T06:06:16.8431362Z 2025-07-24T06:06:16.8431883Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Synchronized_test" 2025-07-24T06:06:22.7046138Z Found test times from artifacts 2025-07-24T06:06:22.8473809Z Found test times from artifacts 2025-07-24T06:06:22.8523326Z Running 25% of tests based on TD 2025-07-24T06:06:22.8529269Z Running parallel tests on 3 processes 2025-07-24T06:06:22.8529631Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:06:22.8529919Z Serial tests (0): 2025-07-24T06:06:22.8530138Z Parallel tests (1): 2025-07-24T06:06:22.8530367Z cpp/c10_Synchronized_test 1/1 2025-07-24T06:06:22.8530648Z Name: excluded (est. time: 0.0min) 2025-07-24T06:06:22.8530898Z Serial tests (0): 2025-07-24T06:06:22.8531111Z Parallel tests (0): 2025-07-24T06:06:22.8532791Z Running cpp/c10_Synchronized_test 1/1 ... [2025-07-24 06:06:22.849031] 2025-07-24T06:06:22.8533207Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:22.8543283Z 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-ded91d4d84ce2d39.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:22.853603] 2025-07-24T06:06:22.8545115Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:06:24.2364050Z 2025-07-24T06:06:24.2364921Z 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_763ac96e142afe15_.log 2025-07-24T06:06:24.2365728Z 2025-07-24T06:06:28.2406867Z Running cpp/c10_Synchronized_test 1/1 ... [2025-07-24 06:06:28.237995] 2025-07-24T06:06:28.2407314Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:28.2416213Z 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-b7e8f3fbf8231510.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:28.237995] 2025-07-24T06:06:29.6044496Z 2025-07-24T06:06:29.6045328Z 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_c52b34190265cd31_.log 2025-07-24T06:06:29.6046021Z 2025-07-24T06:06:30.3794191Z Running test batch 'tests to run' cost 7.53 seconds 2025-07-24T06:06:30.3800968Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:06:30.3801433Z Uploading artifacts took 0.00 seconds 2025-07-24T06:06:31.0088078Z 2025-07-24T06:06:31.0088834Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:06:31.0089330Z echo "c10_Synchronized_test" failed with exit code 0 2025-07-24T06:06:31.0089685Z goto fail 2025-07-24T06:06:31.0089868Z ) 2025-07-24T06:06:31.0089994Z 2025-07-24T06:06:31.0090201Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:06:31.0090637Z echo "c10_Synchronized_test" failed with exit code 0 2025-07-24T06:06:31.0090964Z goto fail 2025-07-24T06:06:31.0091139Z ) 2025-07-24T06:06:31.0091253Z 2025-07-24T06:06:31.0091701Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:06:31.0098843Z 2025-07-24T06:06:31.0099188Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:06:31.0099854Z call :libtorch_check "c10_tempfile_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-07-24T06:06:31.0100503Z if errorlevel 1 goto fail 2025-07-24T06:06:31.0100734Z ) 2025-07-24T06:06:31.0109422Z 2025-07-24T06:06:31.0109789Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:06:31.0113487Z 2025-07-24T06:06:31.0114147Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:06:31.0116733Z 2025-07-24T06:06:31.0117208Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "verify_api_visibility" goto :eof 2025-07-24T06:06:31.0118676Z 2025-07-24T06:06:31.0119241Z (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-07-24T06:06:31.0120177Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-07-24T06:06:31.0121342Z 2025-07-24T06:06:31.0121729Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:06:31.0122544Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-07-24T06:06:31.0123035Z goto :eof 2025-07-24T06:06:31.0123215Z ) 2025-07-24T06:06:31.0123339Z 2025-07-24T06:06:31.0123690Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_tempfile_test" 2025-07-24T06:06:36.7936244Z Found test times from artifacts 2025-07-24T06:06:36.9354422Z Found test times from artifacts 2025-07-24T06:06:36.9404607Z Running 25% of tests based on TD 2025-07-24T06:06:36.9410468Z Running parallel tests on 3 processes 2025-07-24T06:06:36.9411001Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:06:36.9411303Z Serial tests (0): 2025-07-24T06:06:36.9411524Z Parallel tests (1): 2025-07-24T06:06:36.9411769Z cpp/c10_tempfile_test 1/1 2025-07-24T06:06:36.9412025Z Name: excluded (est. time: 0.0min) 2025-07-24T06:06:36.9412295Z Serial tests (0): 2025-07-24T06:06:36.9412511Z Parallel tests (0): 2025-07-24T06:06:36.9414514Z Running cpp/c10_tempfile_test 1/1 ... [2025-07-24 06:06:36.941310] 2025-07-24T06:06:36.9414913Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:36.9425814Z 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-bfc31ad76b05db58.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:36.941310] 2025-07-24T06:06:36.9427544Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:06:38.3033644Z 2025-07-24T06:06:38.3034764Z 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_7b8c680ecf2ecad4_.log 2025-07-24T06:06:38.3035386Z 2025-07-24T06:06:42.2988010Z Running cpp/c10_tempfile_test 1/1 ... [2025-07-24 06:06:42.298514] 2025-07-24T06:06:42.2988449Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:42.3001126Z 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-c31d8c7743530838.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:42.299702] 2025-07-24T06:06:43.7007118Z 2025-07-24T06:06:43.7008230Z 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_a2f55583d2588e01_.log 2025-07-24T06:06:43.7009019Z 2025-07-24T06:06:44.5254707Z Running test batch 'tests to run' cost 7.59 seconds 2025-07-24T06:06:44.5261967Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:06:44.5262466Z Uploading artifacts took 0.00 seconds 2025-07-24T06:06:45.1518775Z 2025-07-24T06:06:45.1519434Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:06:45.1519908Z echo "c10_tempfile_test" failed with exit code 0 2025-07-24T06:06:45.1520217Z goto fail 2025-07-24T06:06:45.1520643Z ) 2025-07-24T06:06:45.1520756Z 2025-07-24T06:06:45.1520946Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:06:45.1521382Z echo "c10_tempfile_test" failed with exit code 0 2025-07-24T06:06:45.1521695Z goto fail 2025-07-24T06:06:45.1521934Z ) 2025-07-24T06:06:45.1522459Z 2025-07-24T06:06:45.1523277Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:06:45.1529829Z 2025-07-24T06:06:45.1530056Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:06:45.1530764Z call :libtorch_check "c10_ThreadLocal_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-07-24T06:06:45.1531409Z if errorlevel 1 goto fail 2025-07-24T06:06:45.1531648Z ) 2025-07-24T06:06:45.1540880Z 2025-07-24T06:06:45.1541236Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:06:45.1545525Z 2025-07-24T06:06:45.1546426Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:06:45.1548135Z 2025-07-24T06:06:45.1548529Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "verify_api_visibility" goto :eof 2025-07-24T06:06:45.1549822Z 2025-07-24T06:06:45.1550379Z (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-07-24T06:06:45.1551418Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-07-24T06:06:45.1552268Z 2025-07-24T06:06:45.1552670Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:06:45.1553414Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-07-24T06:06:45.1553902Z goto :eof 2025-07-24T06:06:45.1554114Z ) 2025-07-24T06:06:45.1554214Z 2025-07-24T06:06:45.1554580Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ThreadLocal_test" 2025-07-24T06:06:51.0711098Z Found test times from artifacts 2025-07-24T06:06:51.2286037Z Found test times from artifacts 2025-07-24T06:06:51.2336417Z Running 25% of tests based on TD 2025-07-24T06:06:51.2342029Z Running parallel tests on 3 processes 2025-07-24T06:06:51.2342470Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:06:51.2342770Z Serial tests (0): 2025-07-24T06:06:51.2342995Z Parallel tests (1): 2025-07-24T06:06:51.2343222Z cpp/c10_ThreadLocal_test 1/1 2025-07-24T06:06:51.2343493Z Name: excluded (est. time: 0.0min) 2025-07-24T06:06:51.2343738Z Serial tests (0): 2025-07-24T06:06:51.2343949Z Parallel tests (0): 2025-07-24T06:06:51.2345933Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-07-24 06:06:51.228183] 2025-07-24T06:06:51.2346347Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:51.2356031Z 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-046ff5c937d4a9c9.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:51.228183] 2025-07-24T06:06:51.2357794Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:06:52.6109374Z 2025-07-24T06:06:52.6110251Z 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_b6fc8974f846ec78_.log 2025-07-24T06:06:52.6112354Z 2025-07-24T06:06:56.6861667Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-07-24 06:06:56.685402] 2025-07-24T06:06:56.6862140Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:06:56.6873992Z 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-88e2d43fb140b85d.xml', '-x', '--reruns=2'] ... [2025-07-24 06:06:56.687139] 2025-07-24T06:06:58.1089353Z 2025-07-24T06:06:58.1090226Z 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_73e0073f363d5351_.log 2025-07-24T06:06:58.1090943Z 2025-07-24T06:06:58.8687151Z Running test batch 'tests to run' cost 7.64 seconds 2025-07-24T06:06:58.8693657Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:06:58.8694110Z Uploading artifacts took 0.00 seconds 2025-07-24T06:06:59.5088188Z 2025-07-24T06:06:59.5088710Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:06:59.5089232Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-07-24T06:06:59.5089582Z goto fail 2025-07-24T06:06:59.5089800Z ) 2025-07-24T06:06:59.5089899Z 2025-07-24T06:06:59.5090294Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:06:59.5090738Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-07-24T06:06:59.5091058Z goto fail 2025-07-24T06:06:59.5091234Z ) 2025-07-24T06:06:59.5091519Z 2025-07-24T06:06:59.5091920Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:06:59.5099285Z 2025-07-24T06:06:59.5099537Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:06:59.5100195Z call :libtorch_check "c10_typeid_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-07-24T06:06:59.5100804Z if errorlevel 1 goto fail 2025-07-24T06:06:59.5101052Z ) 2025-07-24T06:06:59.5109521Z 2025-07-24T06:06:59.5109912Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:06:59.5113908Z 2025-07-24T06:06:59.5114503Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:06:59.5116569Z 2025-07-24T06:06:59.5117068Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "verify_api_visibility" goto :eof 2025-07-24T06:06:59.5118417Z 2025-07-24T06:06:59.5120042Z (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-07-24T06:06:59.5120962Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-07-24T06:06:59.5121378Z 2025-07-24T06:06:59.5121677Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:06:59.5122388Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-07-24T06:06:59.5122893Z goto :eof 2025-07-24T06:06:59.5123074Z ) 2025-07-24T06:06:59.5123192Z 2025-07-24T06:06:59.5123545Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_typeid_test" 2025-07-24T06:07:05.3506008Z Found test times from artifacts 2025-07-24T06:07:05.4923130Z Found test times from artifacts 2025-07-24T06:07:05.4974429Z Running 25% of tests based on TD 2025-07-24T06:07:05.4979789Z Running parallel tests on 3 processes 2025-07-24T06:07:05.4980296Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:07:05.4980572Z Serial tests (0): 2025-07-24T06:07:05.4980812Z Parallel tests (1): 2025-07-24T06:07:05.4981033Z cpp/c10_typeid_test 1/1 2025-07-24T06:07:05.4981293Z Name: excluded (est. time: 0.0min) 2025-07-24T06:07:05.4981562Z Serial tests (0): 2025-07-24T06:07:05.4981768Z Parallel tests (0): 2025-07-24T06:07:05.4983890Z Running cpp/c10_typeid_test 1/1 ... [2025-07-24 06:07:05.498277] 2025-07-24T06:07:05.4984506Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:05.4995087Z 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-ac3ba7d0bd9ce51d.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:05.499319] 2025-07-24T06:07:05.4997000Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:07:06.8856938Z 2025-07-24T06:07:06.8858001Z 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_ef18a28b56114e44_.log 2025-07-24T06:07:06.8858656Z 2025-07-24T06:07:10.8382633Z Running cpp/c10_typeid_test 1/1 ... [2025-07-24 06:07:10.836632] 2025-07-24T06:07:10.8383110Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:10.8391797Z 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-11eb55bd8c447432.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:10.836632] 2025-07-24T06:07:12.2779809Z 2025-07-24T06:07:12.2780690Z 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_ef92f3f2813d8c72_.log 2025-07-24T06:07:12.2781367Z 2025-07-24T06:07:13.0831314Z Running test batch 'tests to run' cost 7.58 seconds 2025-07-24T06:07:13.0837970Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:07:13.0838481Z Uploading artifacts took 0.00 seconds 2025-07-24T06:07:13.7207045Z 2025-07-24T06:07:13.7207706Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:07:13.7208189Z echo "c10_typeid_test" failed with exit code 0 2025-07-24T06:07:13.7208569Z goto fail 2025-07-24T06:07:13.7208767Z ) 2025-07-24T06:07:13.7208895Z 2025-07-24T06:07:13.7209106Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:07:13.7209540Z echo "c10_typeid_test" failed with exit code 0 2025-07-24T06:07:13.7209879Z goto fail 2025-07-24T06:07:13.7210069Z ) 2025-07-24T06:07:13.7210202Z 2025-07-24T06:07:13.7210365Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:07:13.7210635Z 2025-07-24T06:07:13.7210799Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:07:13.7211518Z call :libtorch_check "c10_TypeIndex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-07-24T06:07:13.7212297Z if errorlevel 1 goto fail 2025-07-24T06:07:13.7212549Z ) 2025-07-24T06:07:13.7218883Z 2025-07-24T06:07:13.7219253Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:07:13.7222839Z 2025-07-24T06:07:13.7223322Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:07:13.7225989Z 2025-07-24T06:07:13.7226450Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "verify_api_visibility" goto :eof 2025-07-24T06:07:13.7227625Z 2025-07-24T06:07:13.7228176Z (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-07-24T06:07:13.7229302Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-07-24T06:07:13.7230859Z 2025-07-24T06:07:13.7231298Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:07:13.7232047Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-07-24T06:07:13.7232736Z goto :eof 2025-07-24T06:07:13.7232935Z ) 2025-07-24T06:07:13.7233069Z 2025-07-24T06:07:13.7233444Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeIndex_test" 2025-07-24T06:07:19.6415413Z Found test times from artifacts 2025-07-24T06:07:19.7837468Z Found test times from artifacts 2025-07-24T06:07:19.7888048Z Running 25% of tests based on TD 2025-07-24T06:07:19.7893912Z Running parallel tests on 3 processes 2025-07-24T06:07:19.7894395Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:07:19.7894691Z Serial tests (0): 2025-07-24T06:07:19.7894967Z Parallel tests (1): 2025-07-24T06:07:19.7895251Z cpp/c10_TypeIndex_test 1/1 2025-07-24T06:07:19.7895535Z Name: excluded (est. time: 0.0min) 2025-07-24T06:07:19.7895833Z Serial tests (0): 2025-07-24T06:07:19.7896062Z Parallel tests (0): 2025-07-24T06:07:19.7897711Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-07-24 06:07:19.789240] 2025-07-24T06:07:19.7898134Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:19.7908470Z 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-b25be0e6ed7bd040.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:19.789240] 2025-07-24T06:07:19.7910340Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:07:21.1734762Z 2025-07-24T06:07:21.1735699Z 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_aa83962ccf34eb9a_.log 2025-07-24T06:07:21.1736646Z 2025-07-24T06:07:25.1654299Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-07-24 06:07:25.164833] 2025-07-24T06:07:25.1654773Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:25.1663941Z 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-bd57629084a2056f.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:25.165984] 2025-07-24T06:07:26.5892958Z 2025-07-24T06:07:26.5893833Z 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_e485e0e23914e3e8_.log 2025-07-24T06:07:26.5894746Z 2025-07-24T06:07:27.3424937Z Running test batch 'tests to run' cost 7.55 seconds 2025-07-24T06:07:27.3432506Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:07:27.3433012Z Uploading artifacts took 0.00 seconds 2025-07-24T06:07:27.9640413Z 2025-07-24T06:07:27.9641124Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:07:27.9641682Z echo "c10_TypeIndex_test" failed with exit code 0 2025-07-24T06:07:27.9642015Z goto fail 2025-07-24T06:07:27.9642251Z ) 2025-07-24T06:07:27.9642378Z 2025-07-24T06:07:27.9642609Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:07:27.9643040Z echo "c10_TypeIndex_test" failed with exit code 0 2025-07-24T06:07:27.9643397Z goto fail 2025-07-24T06:07:27.9643589Z ) 2025-07-24T06:07:27.9643722Z 2025-07-24T06:07:27.9644042Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:07:27.9651235Z 2025-07-24T06:07:27.9651774Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:07:27.9652540Z call :libtorch_check "c10_TypeList_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-07-24T06:07:27.9653220Z if errorlevel 1 goto fail 2025-07-24T06:07:27.9653493Z ) 2025-07-24T06:07:27.9661853Z 2025-07-24T06:07:27.9662456Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:07:27.9665780Z 2025-07-24T06:07:27.9666307Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:07:27.9668800Z 2025-07-24T06:07:27.9669310Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "verify_api_visibility" goto :eof 2025-07-24T06:07:27.9670527Z 2025-07-24T06:07:27.9671072Z (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-07-24T06:07:27.9672047Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-07-24T06:07:27.9672764Z 2025-07-24T06:07:27.9673172Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:07:27.9673933Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-07-24T06:07:27.9674470Z goto :eof 2025-07-24T06:07:27.9674676Z ) 2025-07-24T06:07:27.9674809Z 2025-07-24T06:07:27.9675301Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeList_test" 2025-07-24T06:07:33.7811402Z Found test times from artifacts 2025-07-24T06:07:33.9233705Z Found test times from artifacts 2025-07-24T06:07:33.9296885Z Running 25% of tests based on TD 2025-07-24T06:07:33.9297248Z Running parallel tests on 3 processes 2025-07-24T06:07:33.9297595Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:07:33.9297918Z Serial tests (0): 2025-07-24T06:07:33.9298149Z Parallel tests (1): 2025-07-24T06:07:33.9298444Z cpp/c10_TypeList_test 1/1 2025-07-24T06:07:33.9298704Z Name: excluded (est. time: 0.0min) 2025-07-24T06:07:33.9298969Z Serial tests (0): 2025-07-24T06:07:33.9299173Z Parallel tests (0): 2025-07-24T06:07:33.9299497Z Running cpp/c10_TypeList_test 1/1 ... [2025-07-24 06:07:33.929618] 2025-07-24T06:07:33.9299882Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:33.9307599Z 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-64bba28f32af16d1.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:33.930263] 2025-07-24T06:07:33.9309469Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:07:35.3320230Z 2025-07-24T06:07:35.3321168Z 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_9dffc41372cccca6_.log 2025-07-24T06:07:35.3321929Z 2025-07-24T06:07:39.4029930Z Running cpp/c10_TypeList_test 1/1 ... [2025-07-24 06:07:39.402767] 2025-07-24T06:07:39.4030383Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:39.4039911Z 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-fbcb89fad7ba5611.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:39.403346] 2025-07-24T06:07:40.7960286Z 2025-07-24T06:07:40.7961162Z 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_5dd909e823b5fcae_.log 2025-07-24T06:07:40.7962629Z 2025-07-24T06:07:41.5623098Z Running test batch 'tests to run' cost 7.63 seconds 2025-07-24T06:07:41.5630343Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:07:41.5630833Z Uploading artifacts took 0.00 seconds 2025-07-24T06:07:42.2306056Z 2025-07-24T06:07:42.2306651Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:07:42.2307360Z echo "c10_TypeList_test" failed with exit code 0 2025-07-24T06:07:42.2307703Z goto fail 2025-07-24T06:07:42.2307878Z ) 2025-07-24T06:07:42.2307982Z 2025-07-24T06:07:42.2308183Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:07:42.2308591Z echo "c10_TypeList_test" failed with exit code 0 2025-07-24T06:07:42.2308900Z goto fail 2025-07-24T06:07:42.2309067Z ) 2025-07-24T06:07:42.2309175Z 2025-07-24T06:07:42.2309336Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:07:42.2309586Z 2025-07-24T06:07:42.2309721Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:07:42.2310383Z call :libtorch_check "c10_TypeTraits_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-07-24T06:07:42.2311137Z if errorlevel 1 goto fail 2025-07-24T06:07:42.2311403Z ) 2025-07-24T06:07:42.2315600Z 2025-07-24T06:07:42.2316256Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:07:42.2319967Z 2025-07-24T06:07:42.2320430Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:07:42.2323840Z 2025-07-24T06:07:42.2324229Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "verify_api_visibility" goto :eof 2025-07-24T06:07:42.2324796Z 2025-07-24T06:07:42.2325373Z (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-07-24T06:07:42.2326304Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-07-24T06:07:42.2327151Z 2025-07-24T06:07:42.2327547Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:07:42.2328307Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-07-24T06:07:42.2328855Z goto :eof 2025-07-24T06:07:42.2329095Z ) 2025-07-24T06:07:42.2329898Z 2025-07-24T06:07:42.2330528Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeTraits_test" 2025-07-24T06:07:48.1686785Z Found test times from artifacts 2025-07-24T06:07:48.3128560Z Found test times from artifacts 2025-07-24T06:07:48.3190291Z Running 25% of tests based on TD 2025-07-24T06:07:48.3196676Z Running parallel tests on 3 processes 2025-07-24T06:07:48.3197420Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:07:48.3197685Z Serial tests (0): 2025-07-24T06:07:48.3197908Z Parallel tests (1): 2025-07-24T06:07:48.3198146Z cpp/c10_TypeTraits_test 1/1 2025-07-24T06:07:48.3198408Z Name: excluded (est. time: 0.0min) 2025-07-24T06:07:48.3198660Z Serial tests (0): 2025-07-24T06:07:48.3198876Z Parallel tests (0): 2025-07-24T06:07:48.3201204Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-07-24 06:07:48.319274] 2025-07-24T06:07:48.3201648Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:48.3211977Z 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-7a4e05c2bdd73e9b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:48.320427] 2025-07-24T06:07:48.3213810Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:07:49.7103234Z 2025-07-24T06:07:49.7104203Z 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_715a510ef6b04198_.log 2025-07-24T06:07:49.7105010Z 2025-07-24T06:07:53.7438049Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-07-24 06:07:53.743564] 2025-07-24T06:07:53.7438752Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:07:53.7447421Z 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-5ec4882242836be8.xml', '-x', '--reruns=2'] ... [2025-07-24 06:07:53.744161] 2025-07-24T06:07:55.1005052Z 2025-07-24T06:07:55.1005901Z 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_0935fc16d482784b_.log 2025-07-24T06:07:55.1006670Z 2025-07-24T06:07:55.8339706Z Running test batch 'tests to run' cost 7.51 seconds 2025-07-24T06:07:55.8346368Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:07:55.8346830Z Uploading artifacts took 0.00 seconds 2025-07-24T06:07:56.4833366Z 2025-07-24T06:07:56.4833992Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:07:56.4834460Z echo "c10_TypeTraits_test" failed with exit code 0 2025-07-24T06:07:56.4834772Z goto fail 2025-07-24T06:07:56.4835116Z ) 2025-07-24T06:07:56.4835226Z 2025-07-24T06:07:56.4835415Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:07:56.4835850Z echo "c10_TypeTraits_test" failed with exit code 0 2025-07-24T06:07:56.4836164Z goto fail 2025-07-24T06:07:56.4836365Z ) 2025-07-24T06:07:56.4836469Z 2025-07-24T06:07:56.4836629Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:07:56.4843046Z 2025-07-24T06:07:56.4843292Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:07:56.4843991Z call :libtorch_check "CppSignature_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-07-24T06:07:56.4844651Z if errorlevel 1 goto fail 2025-07-24T06:07:56.4844881Z ) 2025-07-24T06:07:56.4853763Z 2025-07-24T06:07:56.4854289Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:07:56.4857457Z 2025-07-24T06:07:56.4858093Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:07:56.4860460Z 2025-07-24T06:07:56.4860967Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "verify_api_visibility" goto :eof 2025-07-24T06:07:56.4862199Z 2025-07-24T06:07:56.4862772Z (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-07-24T06:07:56.4863693Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-07-24T06:07:56.4864719Z 2025-07-24T06:07:56.4865118Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:07:56.4865870Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-07-24T06:07:56.4866354Z goto :eof 2025-07-24T06:07:56.4866555Z ) 2025-07-24T06:07:56.4866654Z 2025-07-24T06:07:56.4867256Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/CppSignature_test" 2025-07-24T06:08:02.3246628Z Found test times from artifacts 2025-07-24T06:08:02.4660960Z Found test times from artifacts 2025-07-24T06:08:02.4712188Z Running 25% of tests based on TD 2025-07-24T06:08:02.4718387Z Running parallel tests on 3 processes 2025-07-24T06:08:02.4718839Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:08:02.4719116Z Serial tests (0): 2025-07-24T06:08:02.4719319Z Parallel tests (1): 2025-07-24T06:08:02.4719573Z cpp/CppSignature_test 1/1 2025-07-24T06:08:02.4719826Z Name: excluded (est. time: 0.0min) 2025-07-24T06:08:02.4720088Z Serial tests (0): 2025-07-24T06:08:02.4720286Z Parallel tests (0): 2025-07-24T06:08:02.4722590Z Running cpp/CppSignature_test 1/1 ... [2025-07-24 06:08:02.472154] 2025-07-24T06:08:02.4723003Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:02.4734839Z 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-36c263d1d1d8cca3.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:02.472790] 2025-07-24T06:08:02.4736712Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:08:04.6170823Z 2025-07-24T06:08:04.6171888Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_961f6e939b5eb53a_.log 2025-07-24T06:08:04.6172550Z 2025-07-24T06:08:08.6549764Z Running cpp/CppSignature_test 1/1 ... [2025-07-24 06:08:08.651677] 2025-07-24T06:08:08.6550251Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:08.6559008Z 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-a975894aa777bd38.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:08.651677] 2025-07-24T06:08:11.5570329Z 2025-07-24T06:08:11.5571200Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_f7eb4f185eedb749_.log 2025-07-24T06:08:11.5571913Z 2025-07-24T06:08:12.3126159Z Running test batch 'tests to run' cost 9.84 seconds 2025-07-24T06:08:12.3132561Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:08:12.3133070Z Uploading artifacts took 0.00 seconds 2025-07-24T06:08:12.9576167Z 2025-07-24T06:08:12.9576750Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:08:12.9577221Z echo "CppSignature_test" failed with exit code 0 2025-07-24T06:08:12.9577550Z goto fail 2025-07-24T06:08:12.9577728Z ) 2025-07-24T06:08:12.9577974Z 2025-07-24T06:08:12.9578348Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:08:12.9578768Z echo "CppSignature_test" failed with exit code 0 2025-07-24T06:08:12.9579136Z goto fail 2025-07-24T06:08:12.9579354Z ) 2025-07-24T06:08:12.9579973Z 2025-07-24T06:08:12.9580456Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:08:12.9587363Z 2025-07-24T06:08:12.9587745Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:08:12.9588468Z call :libtorch_check "cpu_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-07-24T06:08:12.9589104Z if errorlevel 1 goto fail 2025-07-24T06:08:12.9589342Z ) 2025-07-24T06:08:12.9598564Z 2025-07-24T06:08:12.9599063Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:08:12.9602870Z 2025-07-24T06:08:12.9603377Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:08:12.9605907Z 2025-07-24T06:08:12.9606416Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "verify_api_visibility" goto :eof 2025-07-24T06:08:12.9608181Z 2025-07-24T06:08:12.9609120Z (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-07-24T06:08:12.9610045Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-07-24T06:08:12.9610472Z 2025-07-24T06:08:12.9610789Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:08:12.9611648Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-07-24T06:08:12.9612161Z goto :eof 2025-07-24T06:08:12.9612349Z ) 2025-07-24T06:08:12.9612468Z 2025-07-24T06:08:12.9612827Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_allocator_test" 2025-07-24T06:08:18.8651129Z Found test times from artifacts 2025-07-24T06:08:19.0086431Z Found test times from artifacts 2025-07-24T06:08:19.0138675Z Running 25% of tests based on TD 2025-07-24T06:08:19.0144330Z Running parallel tests on 3 processes 2025-07-24T06:08:19.0144799Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:08:19.0145083Z Serial tests (0): 2025-07-24T06:08:19.0145288Z Parallel tests (1): 2025-07-24T06:08:19.0145543Z cpp/cpu_allocator_test 1/1 2025-07-24T06:08:19.0145803Z Name: excluded (est. time: 0.0min) 2025-07-24T06:08:19.0146071Z Serial tests (0): 2025-07-24T06:08:19.0146274Z Parallel tests (0): 2025-07-24T06:08:19.0148297Z Running cpp/cpu_allocator_test 1/1 ... [2025-07-24 06:08:19.013361] 2025-07-24T06:08:19.0148694Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:19.0158590Z 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-79ebfa2a18dbd306.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:19.013361] 2025-07-24T06:08:19.0160276Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:08:21.2192481Z 2025-07-24T06:08:21.2193401Z 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_d07f1c910c62d1b9_.log 2025-07-24T06:08:21.2194235Z 2025-07-24T06:08:25.2354978Z Running cpp/cpu_allocator_test 1/1 ... [2025-07-24 06:08:25.235227] 2025-07-24T06:08:25.2355400Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:25.2366965Z 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-466002d669948989.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:25.236416] 2025-07-24T06:08:27.7278699Z 2025-07-24T06:08:27.7279549Z 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_8a4e48fc79b7be8c_.log 2025-07-24T06:08:27.7280282Z 2025-07-24T06:08:28.5424454Z Running test batch 'tests to run' cost 9.52 seconds 2025-07-24T06:08:28.5431121Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:08:28.5431570Z Uploading artifacts took 0.00 seconds 2025-07-24T06:08:29.1754567Z 2025-07-24T06:08:29.1755117Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:08:29.1755577Z echo "cpu_allocator_test" failed with exit code 0 2025-07-24T06:08:29.1755895Z goto fail 2025-07-24T06:08:29.1756261Z ) 2025-07-24T06:08:29.1756390Z 2025-07-24T06:08:29.1756593Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:08:29.1757053Z echo "cpu_allocator_test" failed with exit code 0 2025-07-24T06:08:29.1757515Z goto fail 2025-07-24T06:08:29.1757737Z ) 2025-07-24T06:08:29.1757848Z 2025-07-24T06:08:29.1758044Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:08:29.1765233Z 2025-07-24T06:08:29.1765550Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:08:29.1766265Z call :libtorch_check "cpu_generator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-07-24T06:08:29.1766942Z if errorlevel 1 goto fail 2025-07-24T06:08:29.1767186Z ) 2025-07-24T06:08:29.1776999Z 2025-07-24T06:08:29.1777357Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:08:29.1779842Z 2025-07-24T06:08:29.1780315Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:08:29.1782832Z 2025-07-24T06:08:29.1783333Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "verify_api_visibility" goto :eof 2025-07-24T06:08:29.1784555Z 2025-07-24T06:08:29.1785420Z (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-07-24T06:08:29.1786425Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-07-24T06:08:29.1787429Z 2025-07-24T06:08:29.1787864Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:08:29.1788608Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-07-24T06:08:29.1789223Z goto :eof 2025-07-24T06:08:29.1789437Z ) 2025-07-24T06:08:29.1789542Z 2025-07-24T06:08:29.1789909Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_generator_test" 2025-07-24T06:08:35.1518596Z Found test times from artifacts 2025-07-24T06:08:35.2946547Z Found test times from artifacts 2025-07-24T06:08:35.2997792Z Running 25% of tests based on TD 2025-07-24T06:08:35.3004379Z Running parallel tests on 3 processes 2025-07-24T06:08:35.3004892Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:08:35.3005250Z Serial tests (0): 2025-07-24T06:08:35.3005478Z Parallel tests (1): 2025-07-24T06:08:35.3005761Z cpp/cpu_generator_test 1/1 2025-07-24T06:08:35.3006031Z Name: excluded (est. time: 0.0min) 2025-07-24T06:08:35.3006320Z Serial tests (0): 2025-07-24T06:08:35.3006563Z Parallel tests (0): 2025-07-24T06:08:35.3008438Z Running cpp/cpu_generator_test 1/1 ... [2025-07-24 06:08:35.300488] 2025-07-24T06:08:35.3008881Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:35.3018772Z 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-02bc34567e6d74b7.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:35.301652] 2025-07-24T06:08:35.3020499Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:08:37.5294501Z 2025-07-24T06:08:37.5295373Z 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_c32895883dfbf612_.log 2025-07-24T06:08:37.5296275Z 2025-07-24T06:08:41.6293562Z Running cpp/cpu_generator_test 1/1 ... [2025-07-24 06:08:41.629139] 2025-07-24T06:08:41.6294049Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:41.6303045Z 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-fd608bac46313825.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:41.629712] 2025-07-24T06:08:45.9843337Z 2025-07-24T06:08:45.9844292Z 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_5d11aa0afa478e83_.log 2025-07-24T06:08:45.9845274Z 2025-07-24T06:08:46.7484613Z Running test batch 'tests to run' cost 11.45 seconds 2025-07-24T06:08:46.7491504Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:08:46.7491980Z Uploading artifacts took 0.00 seconds 2025-07-24T06:08:47.3932100Z 2025-07-24T06:08:47.3932646Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:08:47.3933147Z echo "cpu_generator_test" failed with exit code 0 2025-07-24T06:08:47.3933474Z goto fail 2025-07-24T06:08:47.3933692Z ) 2025-07-24T06:08:47.3933805Z 2025-07-24T06:08:47.3934009Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:08:47.3934465Z echo "cpu_generator_test" failed with exit code 0 2025-07-24T06:08:47.3934801Z goto fail 2025-07-24T06:08:47.3935011Z ) 2025-07-24T06:08:47.3935116Z 2025-07-24T06:08:47.3935304Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:08:47.3941520Z 2025-07-24T06:08:47.3941789Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:08:47.3942580Z 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-07-24T06:08:47.3943308Z if errorlevel 1 goto fail 2025-07-24T06:08:47.3943591Z ) 2025-07-24T06:08:47.3952275Z 2025-07-24T06:08:47.3952942Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:08:47.3956396Z 2025-07-24T06:08:47.3956970Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:08:47.3959434Z 2025-07-24T06:08:47.3959988Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "verify_api_visibility" goto :eof 2025-07-24T06:08:47.3962078Z 2025-07-24T06:08:47.3962707Z (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-07-24T06:08:47.3963748Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-07-24T06:08:47.3964221Z 2025-07-24T06:08:47.3964606Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:08:47.3965442Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-07-24T06:08:47.3966016Z goto :eof 2025-07-24T06:08:47.3966211Z ) 2025-07-24T06:08:47.3966346Z 2025-07-24T06:08:47.3966747Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_profiling_allocator_test" 2025-07-24T06:08:53.3208693Z Found test times from artifacts 2025-07-24T06:08:53.4624752Z Found test times from artifacts 2025-07-24T06:08:53.4677394Z Running 25% of tests based on TD 2025-07-24T06:08:53.4683476Z Running parallel tests on 3 processes 2025-07-24T06:08:53.4683940Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:08:53.4684230Z Serial tests (0): 2025-07-24T06:08:53.4684479Z Parallel tests (1): 2025-07-24T06:08:53.4684747Z cpp/cpu_profiling_allocator_test 1/1 2025-07-24T06:08:53.4685094Z Name: excluded (est. time: 0.0min) 2025-07-24T06:08:53.4685361Z Serial tests (0): 2025-07-24T06:08:53.4685599Z Parallel tests (0): 2025-07-24T06:08:53.4687412Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-07-24 06:08:53.468254] 2025-07-24T06:08:53.4687924Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:53.4698324Z 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-71c4c94d37c6dcf8.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:53.469462] 2025-07-24T06:08:53.4700369Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:08:55.7236237Z 2025-07-24T06:08:55.7237420Z 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_b1bfea68391975e0_.log 2025-07-24T06:08:55.7238180Z 2025-07-24T06:08:59.7136640Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-07-24 06:08:59.709214] 2025-07-24T06:08:59.7137161Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:08:59.7145943Z 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-9565cbee9412e878.xml', '-x', '--reruns=2'] ... [2025-07-24 06:08:59.709214] 2025-07-24T06:09:02.2902862Z 2025-07-24T06:09:02.2903810Z 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_e65625a042ed1563_.log 2025-07-24T06:09:02.2904548Z 2025-07-24T06:09:03.0290931Z Running test batch 'tests to run' cost 9.56 seconds 2025-07-24T06:09:03.0297975Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:09:03.0298648Z Uploading artifacts took 0.00 seconds 2025-07-24T06:09:03.6460362Z 2025-07-24T06:09:03.6461149Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:09:03.6461702Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-07-24T06:09:03.6462066Z goto fail 2025-07-24T06:09:03.6462308Z ) 2025-07-24T06:09:03.6462426Z 2025-07-24T06:09:03.6462652Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:09:03.6463121Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-07-24T06:09:03.6463514Z goto fail 2025-07-24T06:09:03.6463713Z ) 2025-07-24T06:09:03.6463845Z 2025-07-24T06:09:03.6464008Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:09:03.6469790Z 2025-07-24T06:09:03.6470045Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:09:03.6470704Z call :libtorch_check "cpu_rng_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-07-24T06:09:03.6471347Z if errorlevel 1 goto fail 2025-07-24T06:09:03.6471591Z ) 2025-07-24T06:09:03.6480433Z 2025-07-24T06:09:03.6480808Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:09:03.6484526Z 2025-07-24T06:09:03.6485123Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:09:03.6487567Z 2025-07-24T06:09:03.6488054Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "verify_api_visibility" goto :eof 2025-07-24T06:09:03.6489298Z 2025-07-24T06:09:03.6489863Z (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-07-24T06:09:03.6490838Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-07-24T06:09:03.6491653Z 2025-07-24T06:09:03.6492040Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:09:03.6492767Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-07-24T06:09:03.6493263Z goto :eof 2025-07-24T06:09:03.6493451Z ) 2025-07-24T06:09:03.6493722Z 2025-07-24T06:09:03.6494076Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_rng_test" 2025-07-24T06:09:09.4984437Z Found test times from artifacts 2025-07-24T06:09:09.6406931Z Found test times from artifacts 2025-07-24T06:09:09.6457144Z Running 25% of tests based on TD 2025-07-24T06:09:09.6462539Z Running parallel tests on 3 processes 2025-07-24T06:09:09.6462984Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:09:09.6463298Z Serial tests (0): 2025-07-24T06:09:09.6463547Z Parallel tests (1): 2025-07-24T06:09:09.6464035Z cpp/cpu_rng_test 1/1 2025-07-24T06:09:09.6464303Z Name: excluded (est. time: 0.0min) 2025-07-24T06:09:09.6464606Z Serial tests (0): 2025-07-24T06:09:09.6464854Z Parallel tests (0): 2025-07-24T06:09:09.6466423Z Running cpp/cpu_rng_test 1/1 ... [2025-07-24 06:09:09.640598] 2025-07-24T06:09:09.6466837Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:09:09.6476839Z 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-279c6813cd8d17ab.xml', '-x', '--reruns=2'] ... [2025-07-24 06:09:09.640598] 2025-07-24T06:09:09.6478544Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:09:11.7914377Z 2025-07-24T06:09:11.7915596Z 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_eaca283a78c1de3f_.log 2025-07-24T06:09:11.7916823Z 2025-07-24T06:09:15.8111393Z Running cpp/cpu_rng_test 1/1 ... [2025-07-24 06:09:15.810829] 2025-07-24T06:09:15.8111825Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:09:15.8121108Z 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-4051a664cb06a65c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:09:15.811434] 2025-07-24T06:09:21.0983431Z 2025-07-24T06:09:21.0984376Z 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_3d235194a9fc84c2_.log 2025-07-24T06:09:21.0985345Z 2025-07-24T06:09:21.8635008Z Running test batch 'tests to run' cost 12.21 seconds 2025-07-24T06:09:21.8641978Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:09:21.8642513Z Uploading artifacts took 0.00 seconds 2025-07-24T06:09:22.4995636Z 2025-07-24T06:09:22.4996232Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:09:22.4996690Z echo "cpu_rng_test" failed with exit code 0 2025-07-24T06:09:22.4997040Z goto fail 2025-07-24T06:09:22.4997235Z ) 2025-07-24T06:09:22.4997398Z 2025-07-24T06:09:22.4997598Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:09:22.4998044Z echo "cpu_rng_test" failed with exit code 0 2025-07-24T06:09:22.4998350Z goto fail 2025-07-24T06:09:22.4998567Z ) 2025-07-24T06:09:22.4998673Z 2025-07-24T06:09:22.4998845Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:09:22.5005702Z 2025-07-24T06:09:22.5006156Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:09:22.5006918Z call :libtorch_check "Dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-07-24T06:09:22.5007588Z if errorlevel 1 goto fail 2025-07-24T06:09:22.5007865Z ) 2025-07-24T06:09:22.5016496Z 2025-07-24T06:09:22.5017002Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:09:22.5021054Z 2025-07-24T06:09:22.5021611Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:09:22.5024421Z 2025-07-24T06:09:22.5024948Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "verify_api_visibility" goto :eof 2025-07-24T06:09:22.5026324Z 2025-07-24T06:09:22.5026869Z (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-07-24T06:09:22.5027751Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-07-24T06:09:22.5028753Z 2025-07-24T06:09:22.5029288Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:09:22.5030003Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-07-24T06:09:22.5030486Z goto :eof 2025-07-24T06:09:22.5030696Z ) 2025-07-24T06:09:22.5030801Z 2025-07-24T06:09:22.5031150Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dict_test" 2025-07-24T06:09:28.2786370Z Found test times from artifacts 2025-07-24T06:09:28.4207553Z Found test times from artifacts 2025-07-24T06:09:28.4257453Z Running 25% of tests based on TD 2025-07-24T06:09:28.4263008Z Running parallel tests on 3 processes 2025-07-24T06:09:28.4263493Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:09:28.4263806Z Serial tests (0): 2025-07-24T06:09:28.4264046Z Parallel tests (1): 2025-07-24T06:09:28.4264301Z cpp/Dict_test 1/1 2025-07-24T06:09:28.4264584Z Name: excluded (est. time: 0.0min) 2025-07-24T06:09:28.4264861Z Serial tests (0): 2025-07-24T06:09:28.4265102Z Parallel tests (0): 2025-07-24T06:09:28.4267168Z Running cpp/Dict_test 1/1 ... [2025-07-24 06:09:28.426240] 2025-07-24T06:09:28.4267674Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:09:28.4277174Z 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-832ef1736f8ff6d0.xml', '-x', '--reruns=2'] ... [2025-07-24 06:09:28.427401] 2025-07-24T06:09:28.4278890Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:09:30.6748387Z 2025-07-24T06:09:30.6749504Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_114fe355e7fc77b4_.log 2025-07-24T06:09:30.6750134Z 2025-07-24T06:09:34.6718251Z Running cpp/Dict_test 1/1 ... [2025-07-24 06:09:34.671596] 2025-07-24T06:09:34.6726777Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:09:34.6728003Z 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-b5b26ea199b56a49.xml', '-x', '--reruns=2'] ... [2025-07-24 06:09:34.672333] 2025-07-24T06:09:43.2161298Z 2025-07-24T06:09:43.2162106Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_082c8197f4981830_.log 2025-07-24T06:09:43.2163690Z 2025-07-24T06:09:44.0542159Z Running test batch 'tests to run' cost 15.62 seconds 2025-07-24T06:09:44.0548606Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:09:44.0549145Z Uploading artifacts took 0.00 seconds 2025-07-24T06:09:44.6925963Z 2025-07-24T06:09:44.6926645Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:09:44.6927162Z echo "Dict_test" failed with exit code 0 2025-07-24T06:09:44.6927498Z goto fail 2025-07-24T06:09:44.6927703Z ) 2025-07-24T06:09:44.6927818Z 2025-07-24T06:09:44.6928331Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:09:44.6928951Z echo "Dict_test" failed with exit code 0 2025-07-24T06:09:44.6929280Z goto fail 2025-07-24T06:09:44.6929509Z ) 2025-07-24T06:09:44.6929621Z 2025-07-24T06:09:44.6929795Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:09:44.6937224Z 2025-07-24T06:09:44.6937417Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:09:44.6938082Z call :libtorch_check "Dimname_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-07-24T06:09:44.6938721Z if errorlevel 1 goto fail 2025-07-24T06:09:44.6939150Z ) 2025-07-24T06:09:44.6948019Z 2025-07-24T06:09:44.6948410Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:09:44.6951989Z 2025-07-24T06:09:44.6952582Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:09:44.6955169Z 2025-07-24T06:09:44.6955613Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "verify_api_visibility" goto :eof 2025-07-24T06:09:44.6956846Z 2025-07-24T06:09:44.6957388Z (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-07-24T06:09:44.6958331Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-07-24T06:09:44.6959077Z 2025-07-24T06:09:44.6959512Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:09:44.6960230Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-07-24T06:09:44.6960910Z goto :eof 2025-07-24T06:09:44.6961105Z ) 2025-07-24T06:09:44.6961239Z 2025-07-24T06:09:44.6961594Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dimname_test" 2025-07-24T06:09:50.5295921Z Found test times from artifacts 2025-07-24T06:09:50.6716826Z Found test times from artifacts 2025-07-24T06:09:50.6769492Z Running 25% of tests based on TD 2025-07-24T06:09:50.6775321Z Running parallel tests on 3 processes 2025-07-24T06:09:50.6775781Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:09:50.6776100Z Serial tests (0): 2025-07-24T06:09:50.6776397Z Parallel tests (1): 2025-07-24T06:09:50.6776642Z cpp/Dimname_test 1/1 2025-07-24T06:09:50.6776937Z Name: excluded (est. time: 0.0min) 2025-07-24T06:09:50.6777210Z Serial tests (0): 2025-07-24T06:09:50.6777483Z Parallel tests (0): 2025-07-24T06:09:50.6778948Z Running cpp/Dimname_test 1/1 ... [2025-07-24 06:09:50.677609] 2025-07-24T06:09:50.6779365Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:09:50.6791080Z 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-7d0bac524c673241.xml', '-x', '--reruns=2'] ... [2025-07-24 06:09:50.678913] 2025-07-24T06:09:50.6792985Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:09:52.8314149Z 2025-07-24T06:09:52.8315016Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_038884e277e4aee9_.log 2025-07-24T06:09:52.8315976Z 2025-07-24T06:09:56.9112509Z Running cpp/Dimname_test 1/1 ... [2025-07-24 06:09:56.910869] 2025-07-24T06:09:56.9112945Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:09:56.9135342Z 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-5d81fd04e681586b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:09:56.913322] 2025-07-24T06:09:59.8106832Z 2025-07-24T06:09:59.8107675Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_592220c0edb0bf44_.log 2025-07-24T06:09:59.8108480Z 2025-07-24T06:10:00.5457160Z Running test batch 'tests to run' cost 9.87 seconds 2025-07-24T06:10:00.5463613Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:10:00.5464104Z Uploading artifacts took 0.00 seconds 2025-07-24T06:10:01.1630800Z 2025-07-24T06:10:01.1631930Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:10:01.1632439Z echo "Dimname_test" failed with exit code 0 2025-07-24T06:10:01.1632771Z goto fail 2025-07-24T06:10:01.1632998Z ) 2025-07-24T06:10:01.1633120Z 2025-07-24T06:10:01.1641408Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:10:01.1642027Z echo "Dimname_test" failed with exit code 0 2025-07-24T06:10:01.1642338Z goto fail 2025-07-24T06:10:01.1642540Z ) 2025-07-24T06:10:01.1642664Z 2025-07-24T06:10:01.1642828Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:10:01.1643087Z 2025-07-24T06:10:01.1643218Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:10:01.1643901Z call :libtorch_check "dlconvertor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-07-24T06:10:01.1644551Z if errorlevel 1 goto fail 2025-07-24T06:10:01.1644782Z ) 2025-07-24T06:10:01.1651566Z 2025-07-24T06:10:01.1652200Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:10:01.1655560Z 2025-07-24T06:10:01.1656173Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:10:01.1658651Z 2025-07-24T06:10:01.1659069Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:10:01.1660470Z 2025-07-24T06:10:01.1661257Z (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-07-24T06:10:01.1662190Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-07-24T06:10:01.1663399Z 2025-07-24T06:10:01.1663836Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:10:01.1664582Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-07-24T06:10:01.1665066Z goto :eof 2025-07-24T06:10:01.1665265Z ) 2025-07-24T06:10:01.1665363Z 2025-07-24T06:10:01.1665732Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dlconvertor_test" 2025-07-24T06:10:07.1052989Z Found test times from artifacts 2025-07-24T06:10:07.2476025Z Found test times from artifacts 2025-07-24T06:10:07.2526943Z Running 25% of tests based on TD 2025-07-24T06:10:07.2531975Z Running parallel tests on 3 processes 2025-07-24T06:10:07.2532474Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:10:07.2532758Z Serial tests (0): 2025-07-24T06:10:07.2533028Z Parallel tests (1): 2025-07-24T06:10:07.2533257Z cpp/dlconvertor_test 1/1 2025-07-24T06:10:07.2533519Z Name: excluded (est. time: 0.0min) 2025-07-24T06:10:07.2533766Z Serial tests (0): 2025-07-24T06:10:07.2533979Z Parallel tests (0): 2025-07-24T06:10:07.2535919Z Running cpp/dlconvertor_test 1/1 ... [2025-07-24 06:10:07.253290] 2025-07-24T06:10:07.2536325Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:10:07.2546033Z 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-effa7dd5166c2dc9.xml', '-x', '--reruns=2'] ... [2025-07-24 06:10:07.253900] 2025-07-24T06:10:07.2547842Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:10:09.5181141Z 2025-07-24T06:10:09.5181943Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_09192ae844b3ae63_.log 2025-07-24T06:10:09.5182715Z 2025-07-24T06:10:13.5467848Z Running cpp/dlconvertor_test 1/1 ... [2025-07-24 06:10:13.539377] 2025-07-24T06:10:13.5468539Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:10:13.5477266Z 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-1c8b470244b2f492.xml', '-x', '--reruns=2'] ... [2025-07-24 06:10:13.539377] 2025-07-24T06:10:16.6692863Z 2025-07-24T06:10:16.6693767Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_e9622a376801e0d4_.log 2025-07-24T06:10:16.6694478Z 2025-07-24T06:10:17.4394210Z Running test batch 'tests to run' cost 10.18 seconds 2025-07-24T06:10:17.4400997Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:10:17.4401465Z Uploading artifacts took 0.00 seconds 2025-07-24T06:10:18.1066149Z 2025-07-24T06:10:18.1066817Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:10:18.1067268Z echo "dlconvertor_test" failed with exit code 0 2025-07-24T06:10:18.1067739Z goto fail 2025-07-24T06:10:18.1067923Z ) 2025-07-24T06:10:18.1068054Z 2025-07-24T06:10:18.1068245Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:10:18.1068674Z echo "dlconvertor_test" failed with exit code 0 2025-07-24T06:10:18.1068982Z goto fail 2025-07-24T06:10:18.1069181Z ) 2025-07-24T06:10:18.1069279Z 2025-07-24T06:10:18.1069435Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:10:18.1076247Z 2025-07-24T06:10:18.1076637Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:10:18.1077407Z call :libtorch_check "extension_backend_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-07-24T06:10:18.1078079Z if errorlevel 1 goto fail 2025-07-24T06:10:18.1078322Z ) 2025-07-24T06:10:18.1087445Z 2025-07-24T06:10:18.1087940Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:10:18.1092233Z 2025-07-24T06:10:18.1092818Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:10:18.1095493Z 2025-07-24T06:10:18.1096007Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "verify_api_visibility" goto :eof 2025-07-24T06:10:18.1097250Z 2025-07-24T06:10:18.1097841Z (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-07-24T06:10:18.1098866Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-07-24T06:10:18.1099636Z 2025-07-24T06:10:18.1100153Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:10:18.1100959Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-07-24T06:10:18.1101460Z goto :eof 2025-07-24T06:10:18.1101646Z ) 2025-07-24T06:10:18.1101745Z 2025-07-24T06:10:18.1102122Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/extension_backend_test" 2025-07-24T06:10:24.0376111Z Found test times from artifacts 2025-07-24T06:10:24.1786907Z Found test times from artifacts 2025-07-24T06:10:24.1839639Z Running 25% of tests based on TD 2025-07-24T06:10:24.1844973Z Running parallel tests on 3 processes 2025-07-24T06:10:24.1845453Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:10:24.1845744Z Serial tests (0): 2025-07-24T06:10:24.1845957Z Parallel tests (1): 2025-07-24T06:10:24.1846210Z cpp/extension_backend_test 1/1 2025-07-24T06:10:24.1846476Z Name: excluded (est. time: 0.0min) 2025-07-24T06:10:24.1846743Z Serial tests (0): 2025-07-24T06:10:24.1847224Z Parallel tests (0): 2025-07-24T06:10:24.1848974Z Running cpp/extension_backend_test 1/1 ... [2025-07-24 06:10:24.184730] 2025-07-24T06:10:24.1849413Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:10:24.1859004Z 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-04ca639ab8ad0d76.xml', '-x', '--reruns=2'] ... [2025-07-24 06:10:24.184730] 2025-07-24T06:10:24.1865787Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:10:26.3182840Z 2025-07-24T06:10:26.3183719Z 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_b438e3059ff1e203_.log 2025-07-24T06:10:26.3184550Z 2025-07-24T06:10:30.3759077Z Running cpp/extension_backend_test 1/1 ... [2025-07-24 06:10:30.373554] 2025-07-24T06:10:30.3759547Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:10:30.3768606Z 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-0a1ccfdfa37a6b55.xml', '-x', '--reruns=2'] ... [2025-07-24 06:10:30.376670] 2025-07-24T06:10:33.1298071Z 2025-07-24T06:10:33.1299015Z 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_393e1722d39d2d34_.log 2025-07-24T06:10:33.1299699Z 2025-07-24T06:10:33.9405337Z Running test batch 'tests to run' cost 9.76 seconds 2025-07-24T06:10:33.9411983Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:10:33.9412473Z Uploading artifacts took 0.00 seconds 2025-07-24T06:10:34.6327494Z 2025-07-24T06:10:34.6328202Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:10:34.6328711Z echo "extension_backend_test" failed with exit code 0 2025-07-24T06:10:34.6329034Z goto fail 2025-07-24T06:10:34.6329226Z ) 2025-07-24T06:10:34.6329332Z 2025-07-24T06:10:34.6329539Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:10:34.6329972Z echo "extension_backend_test" failed with exit code 0 2025-07-24T06:10:34.6330305Z goto fail 2025-07-24T06:10:34.6330480Z ) 2025-07-24T06:10:34.6330595Z 2025-07-24T06:10:34.6330748Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:10:34.6337279Z 2025-07-24T06:10:34.6337523Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:10:34.6338386Z call :libtorch_check "half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-07-24T06:10:34.6338979Z if errorlevel 1 goto fail 2025-07-24T06:10:34.6339213Z ) 2025-07-24T06:10:34.6348279Z 2025-07-24T06:10:34.6348821Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:10:34.6352661Z 2025-07-24T06:10:34.6353182Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:10:34.6355889Z 2025-07-24T06:10:34.6356369Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "verify_api_visibility" goto :eof 2025-07-24T06:10:34.6357615Z 2025-07-24T06:10:34.6358145Z (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-07-24T06:10:34.6359011Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-07-24T06:10:34.6359854Z 2025-07-24T06:10:34.6360319Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:10:34.6361717Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-07-24T06:10:34.6362188Z goto :eof 2025-07-24T06:10:34.6362377Z ) 2025-07-24T06:10:34.6362472Z 2025-07-24T06:10:34.6362808Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/half_test" 2025-07-24T06:10:40.5931640Z Found test times from artifacts 2025-07-24T06:10:40.7348745Z Found test times from artifacts 2025-07-24T06:10:40.7400197Z Running 25% of tests based on TD 2025-07-24T06:10:40.7405731Z Running parallel tests on 3 processes 2025-07-24T06:10:40.7406205Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:10:40.7407414Z Serial tests (0): 2025-07-24T06:10:40.7407669Z Parallel tests (1): 2025-07-24T06:10:40.7407889Z cpp/half_test 1/1 2025-07-24T06:10:40.7408127Z Name: excluded (est. time: 0.0min) 2025-07-24T06:10:40.7408379Z Serial tests (0): 2025-07-24T06:10:40.7408604Z Parallel tests (0): 2025-07-24T06:10:40.7409693Z Running cpp/half_test 1/1 ... [2025-07-24 06:10:40.733909] 2025-07-24T06:10:40.7410067Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:10:40.7420285Z 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-dc35beb341b99be3.xml', '-x', '--reruns=2'] ... [2025-07-24 06:10:40.733909] 2025-07-24T06:10:40.7421939Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:10:43.0550505Z 2025-07-24T06:10:43.0551405Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_0daed270305a0a7f_.log 2025-07-24T06:10:43.0552126Z 2025-07-24T06:10:47.1371191Z Running cpp/half_test 1/1 ... [2025-07-24 06:10:47.133752] 2025-07-24T06:10:47.1371593Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:10:47.1380283Z 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-6c6742bdaabe4b99.xml', '-x', '--reruns=2'] ... [2025-07-24 06:10:47.133752] 2025-07-24T06:10:50.5383765Z 2025-07-24T06:10:50.5384852Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_7f313e4972c2beab_.log 2025-07-24T06:10:50.5385431Z 2025-07-24T06:10:51.3276785Z Running test batch 'tests to run' cost 10.59 seconds 2025-07-24T06:10:51.3283162Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:10:51.3283613Z Uploading artifacts took 0.00 seconds 2025-07-24T06:10:52.0323063Z 2025-07-24T06:10:52.0323895Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:10:52.0324336Z echo "half_test" failed with exit code 0 2025-07-24T06:10:52.0324656Z goto fail 2025-07-24T06:10:52.0324831Z ) 2025-07-24T06:10:52.0324943Z 2025-07-24T06:10:52.0325134Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:10:52.0325539Z echo "half_test" failed with exit code 0 2025-07-24T06:10:52.0325827Z goto fail 2025-07-24T06:10:52.0326164Z ) 2025-07-24T06:10:52.0326269Z 2025-07-24T06:10:52.0326422Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:10:52.0332695Z 2025-07-24T06:10:52.0332938Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:10:52.0333580Z call :libtorch_check "IListRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-07-24T06:10:52.0334181Z if errorlevel 1 goto fail 2025-07-24T06:10:52.0334399Z ) 2025-07-24T06:10:52.0343031Z 2025-07-24T06:10:52.0343506Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:10:52.0347227Z 2025-07-24T06:10:52.0347943Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:10:52.0350473Z 2025-07-24T06:10:52.0350875Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "verify_api_visibility" goto :eof 2025-07-24T06:10:52.0352298Z 2025-07-24T06:10:52.0352865Z (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-07-24T06:10:52.0354344Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-07-24T06:10:52.0355273Z 2025-07-24T06:10:52.0355787Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:10:52.0356484Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-07-24T06:10:52.0356953Z goto :eof 2025-07-24T06:10:52.0357130Z ) 2025-07-24T06:10:52.0357309Z 2025-07-24T06:10:52.0357647Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/IListRef_test" 2025-07-24T06:10:57.8557978Z Found test times from artifacts 2025-07-24T06:10:57.9981555Z Found test times from artifacts 2025-07-24T06:10:58.0032446Z Running 25% of tests based on TD 2025-07-24T06:10:58.0037812Z Running parallel tests on 3 processes 2025-07-24T06:10:58.0038260Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:10:58.0038526Z Serial tests (0): 2025-07-24T06:10:58.0038731Z Parallel tests (1): 2025-07-24T06:10:58.0038964Z cpp/IListRef_test 1/1 2025-07-24T06:10:58.0039206Z Name: excluded (est. time: 0.0min) 2025-07-24T06:10:58.0039446Z Serial tests (0): 2025-07-24T06:10:58.0039643Z Parallel tests (0): 2025-07-24T06:10:58.0042082Z Running cpp/IListRef_test 1/1 ... [2025-07-24 06:10:58.001471] 2025-07-24T06:10:58.0042504Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:10:58.0051773Z 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-3950242ec22db93b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:10:58.005015] 2025-07-24T06:10:58.0053459Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:11:00.2273179Z 2025-07-24T06:11:00.2274016Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_c2fc8e79888e7da5_.log 2025-07-24T06:11:00.2274978Z 2025-07-24T06:11:04.3166804Z Running cpp/IListRef_test 1/1 ... [2025-07-24 06:11:04.310870] 2025-07-24T06:11:04.3167233Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:11:04.3176449Z 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-aa2261debdcbd9df.xml', '-x', '--reruns=2'] ... [2025-07-24 06:11:04.310870] 2025-07-24T06:11:09.5528886Z 2025-07-24T06:11:09.5529688Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_a17ec7c8d9889202_.log 2025-07-24T06:11:09.5530958Z 2025-07-24T06:11:10.3397079Z Running test batch 'tests to run' cost 12.33 seconds 2025-07-24T06:11:10.3403969Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:11:10.3404432Z Uploading artifacts took 0.00 seconds 2025-07-24T06:11:11.0209261Z 2025-07-24T06:11:11.0209781Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:11:11.0210440Z echo "IListRef_test" failed with exit code 0 2025-07-24T06:11:11.0210770Z goto fail 2025-07-24T06:11:11.0210946Z ) 2025-07-24T06:11:11.0211050Z 2025-07-24T06:11:11.0211288Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:11:11.0211691Z echo "IListRef_test" failed with exit code 0 2025-07-24T06:11:11.0211976Z goto fail 2025-07-24T06:11:11.0212157Z ) 2025-07-24T06:11:11.0212936Z 2025-07-24T06:11:11.0213352Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:11:11.0219949Z 2025-07-24T06:11:11.0220148Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:11:11.0220973Z call :libtorch_check "inline_container_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-07-24T06:11:11.0221632Z if errorlevel 1 goto fail 2025-07-24T06:11:11.0221901Z ) 2025-07-24T06:11:11.0231292Z 2025-07-24T06:11:11.0231736Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:11:11.0254633Z 2025-07-24T06:11:11.0255265Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:11:11.0255929Z 2025-07-24T06:11:11.0256259Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "verify_api_visibility" goto :eof 2025-07-24T06:11:11.0256707Z 2025-07-24T06:11:11.0257223Z (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-07-24T06:11:11.0258157Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-07-24T06:11:11.0258595Z 2025-07-24T06:11:11.0258911Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:11:11.0259709Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-07-24T06:11:11.0260272Z goto :eof 2025-07-24T06:11:11.0260449Z ) 2025-07-24T06:11:11.0260546Z 2025-07-24T06:11:11.0260931Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/inline_container_test" 2025-07-24T06:11:16.9347843Z Found test times from artifacts 2025-07-24T06:11:17.0769249Z Found test times from artifacts 2025-07-24T06:11:17.0821435Z Running 25% of tests based on TD 2025-07-24T06:11:17.0826884Z Running parallel tests on 3 processes 2025-07-24T06:11:17.0827406Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:11:17.0827858Z Serial tests (0): 2025-07-24T06:11:17.0828236Z Parallel tests (1): 2025-07-24T06:11:17.0828545Z cpp/inline_container_test 1/1 2025-07-24T06:11:17.0828816Z Name: excluded (est. time: 0.0min) 2025-07-24T06:11:17.0829051Z Serial tests (0): 2025-07-24T06:11:17.0829268Z Parallel tests (0): 2025-07-24T06:11:17.0831005Z Running cpp/inline_container_test 1/1 ... [2025-07-24 06:11:17.082787] 2025-07-24T06:11:17.0831415Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:11:17.0841406Z 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-c5c1d3482cf144b4.xml', '-x', '--reruns=2'] ... [2025-07-24 06:11:17.082787] 2025-07-24T06:11:17.0844296Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:11:19.3147061Z 2025-07-24T06:11:19.3148883Z 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_d746a4c713ab26ad_.log 2025-07-24T06:11:19.3149588Z 2025-07-24T06:11:23.3103774Z Running cpp/inline_container_test 1/1 ... [2025-07-24 06:11:23.308394] 2025-07-24T06:11:23.3112657Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:11:23.3113890Z 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-d451967d1e2d3555.xml', '-x', '--reruns=2'] ... [2025-07-24 06:11:23.308394] 2025-07-24T06:11:27.2648046Z 2025-07-24T06:11:27.2648980Z 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_c1c02e7c412bdcf4_.log 2025-07-24T06:11:27.2649759Z 2025-07-24T06:11:28.0740409Z Running test batch 'tests to run' cost 10.99 seconds 2025-07-24T06:11:28.0749397Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:11:28.0749966Z Uploading artifacts took 0.00 seconds 2025-07-24T06:11:28.8197843Z 2025-07-24T06:11:28.8198453Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:11:28.8198980Z echo "inline_container_test" failed with exit code 0 2025-07-24T06:11:28.8199503Z goto fail 2025-07-24T06:11:28.8199753Z ) 2025-07-24T06:11:28.8199863Z 2025-07-24T06:11:28.8200091Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:11:28.8200549Z echo "inline_container_test" failed with exit code 0 2025-07-24T06:11:28.8200920Z goto fail 2025-07-24T06:11:28.8201119Z ) 2025-07-24T06:11:28.8201257Z 2025-07-24T06:11:28.8201478Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:11:28.8208576Z 2025-07-24T06:11:28.8208861Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:11:28.8209552Z call :libtorch_check "ivalue_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-07-24T06:11:28.8210204Z if errorlevel 1 goto fail 2025-07-24T06:11:28.8210461Z ) 2025-07-24T06:11:28.8219759Z 2025-07-24T06:11:28.8220301Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:11:28.8223536Z 2025-07-24T06:11:28.8224293Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:11:28.8226824Z 2025-07-24T06:11:28.8227321Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "verify_api_visibility" goto :eof 2025-07-24T06:11:28.8228706Z 2025-07-24T06:11:28.8229288Z (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-07-24T06:11:28.8230331Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-07-24T06:11:28.8232028Z 2025-07-24T06:11:28.8232444Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:11:28.8233182Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-07-24T06:11:28.8233678Z goto :eof 2025-07-24T06:11:28.8233916Z ) 2025-07-24T06:11:28.8234028Z 2025-07-24T06:11:28.8234389Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/ivalue_test" 2025-07-24T06:11:34.8408338Z Found test times from artifacts 2025-07-24T06:11:34.9830777Z Found test times from artifacts 2025-07-24T06:11:34.9881649Z Running 25% of tests based on TD 2025-07-24T06:11:34.9886667Z Running parallel tests on 3 processes 2025-07-24T06:11:34.9887106Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:11:34.9887401Z Serial tests (0): 2025-07-24T06:11:34.9887671Z Parallel tests (1): 2025-07-24T06:11:34.9887935Z cpp/ivalue_test 1/1 2025-07-24T06:11:34.9888274Z Name: excluded (est. time: 0.0min) 2025-07-24T06:11:34.9888598Z Serial tests (0): 2025-07-24T06:11:34.9888852Z Parallel tests (0): 2025-07-24T06:11:34.9890705Z Running cpp/ivalue_test 1/1 ... [2025-07-24 06:11:34.988847] 2025-07-24T06:11:34.9891106Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:11:34.9900592Z 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-178627cb30f248fe.xml', '-x', '--reruns=2'] ... [2025-07-24 06:11:34.988847] 2025-07-24T06:11:34.9902300Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:11:37.2363256Z 2025-07-24T06:11:37.2364704Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_c955d1943544895b_.log 2025-07-24T06:11:37.2365337Z 2025-07-24T06:11:41.3640966Z Running cpp/ivalue_test 1/1 ... [2025-07-24 06:11:41.363667] 2025-07-24T06:11:41.3641436Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:11:41.3650730Z 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-f08e462be07ab526.xml', '-x', '--reruns=2'] ... [2025-07-24 06:11:41.364859] 2025-07-24T06:11:49.0828180Z 2025-07-24T06:11:49.0829585Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_76ff91cbf36f212a_.log 2025-07-24T06:11:49.0831682Z 2025-07-24T06:11:49.8485150Z Running test batch 'tests to run' cost 14.86 seconds 2025-07-24T06:11:49.8491829Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:11:49.8492307Z Uploading artifacts took 0.00 seconds 2025-07-24T06:11:50.4889939Z 2025-07-24T06:11:50.4890670Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:11:50.4891204Z echo "ivalue_test" failed with exit code 0 2025-07-24T06:11:50.4891521Z goto fail 2025-07-24T06:11:50.4891753Z ) 2025-07-24T06:11:50.4891884Z 2025-07-24T06:11:50.4892089Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:11:50.4892547Z echo "ivalue_test" failed with exit code 0 2025-07-24T06:11:50.4892862Z goto fail 2025-07-24T06:11:50.4893088Z ) 2025-07-24T06:11:50.4893200Z 2025-07-24T06:11:50.4893375Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:11:50.4899449Z 2025-07-24T06:11:50.4900814Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:11:50.4901581Z call :libtorch_check "KernelFunction_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-07-24T06:11:50.4902266Z if errorlevel 1 goto fail 2025-07-24T06:11:50.4902544Z ) 2025-07-24T06:11:50.4909945Z 2025-07-24T06:11:50.4910371Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:11:50.4914590Z 2025-07-24T06:11:50.4915188Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:11:50.4917452Z 2025-07-24T06:11:50.4918276Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "verify_api_visibility" goto :eof 2025-07-24T06:11:50.4918742Z 2025-07-24T06:11:50.4919457Z (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-07-24T06:11:50.4920422Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-07-24T06:11:50.4921381Z 2025-07-24T06:11:50.4921800Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:11:50.4922753Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-07-24T06:11:50.4923322Z goto :eof 2025-07-24T06:11:50.4923559Z ) 2025-07-24T06:11:50.4923672Z 2025-07-24T06:11:50.4924060Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/KernelFunction_test" 2025-07-24T06:11:56.3629364Z Found test times from artifacts 2025-07-24T06:11:56.5140422Z Found test times from artifacts 2025-07-24T06:11:56.5191631Z Running 25% of tests based on TD 2025-07-24T06:11:56.5197624Z Running parallel tests on 3 processes 2025-07-24T06:11:56.5197998Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:11:56.5198276Z Serial tests (0): 2025-07-24T06:11:56.5198498Z Parallel tests (1): 2025-07-24T06:11:56.5198900Z cpp/KernelFunction_test 1/1 2025-07-24T06:11:56.5199190Z Name: excluded (est. time: 0.0min) 2025-07-24T06:11:56.5199440Z Serial tests (0): 2025-07-24T06:11:56.5200932Z Parallel tests (0): 2025-07-24T06:11:56.5201266Z Running cpp/KernelFunction_test 1/1 ... [2025-07-24 06:11:56.518152] 2025-07-24T06:11:56.5201700Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:11:56.5210867Z 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-3847ad103421c3d1.xml', '-x', '--reruns=2'] ... [2025-07-24 06:11:56.518152] 2025-07-24T06:11:56.5212652Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:11:58.7497261Z 2025-07-24T06:11:58.7498217Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_7f480cd92fce3d75_.log 2025-07-24T06:11:58.7499176Z 2025-07-24T06:12:02.7150856Z Running cpp/KernelFunction_test 1/1 ... [2025-07-24 06:12:02.710532] 2025-07-24T06:12:02.7151320Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:12:02.7159909Z 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-5b8bf129c6d132e0.xml', '-x', '--reruns=2'] ... [2025-07-24 06:12:02.710532] 2025-07-24T06:12:08.6132969Z 2025-07-24T06:12:08.6136023Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_2fa47a84aa431700_.log 2025-07-24T06:12:08.6136694Z 2025-07-24T06:12:09.3810580Z Running test batch 'tests to run' cost 12.86 seconds 2025-07-24T06:12:09.3817073Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:12:09.3817514Z Uploading artifacts took 0.00 seconds 2025-07-24T06:12:10.0301564Z 2025-07-24T06:12:10.0302324Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:12:10.0302841Z echo "KernelFunction_test" failed with exit code 0 2025-07-24T06:12:10.0303157Z goto fail 2025-07-24T06:12:10.0303358Z ) 2025-07-24T06:12:10.0303464Z 2025-07-24T06:12:10.0303669Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:12:10.0304095Z echo "KernelFunction_test" failed with exit code 0 2025-07-24T06:12:10.0304413Z goto fail 2025-07-24T06:12:10.0304731Z ) 2025-07-24T06:12:10.0304849Z 2025-07-24T06:12:10.0305009Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:12:10.0312274Z 2025-07-24T06:12:10.0312731Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:12:10.0313566Z 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-07-24T06:12:10.0314315Z if errorlevel 1 goto fail 2025-07-24T06:12:10.0314544Z ) 2025-07-24T06:12:10.0323145Z 2025-07-24T06:12:10.0323750Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:12:10.0327234Z 2025-07-24T06:12:10.0327705Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:12:10.0330198Z 2025-07-24T06:12:10.0330794Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "verify_api_visibility" goto :eof 2025-07-24T06:12:10.0332348Z 2025-07-24T06:12:10.0332932Z (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-07-24T06:12:10.0334009Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-07-24T06:12:10.0334466Z 2025-07-24T06:12:10.0334812Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:12:10.0335617Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-07-24T06:12:10.0336208Z goto :eof 2025-07-24T06:12:10.0336430Z ) 2025-07-24T06:12:10.0336530Z 2025-07-24T06:12:10.0336981Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_legacy_test" 2025-07-24T06:12:15.8518779Z Found test times from artifacts 2025-07-24T06:12:15.9941693Z Found test times from artifacts 2025-07-24T06:12:15.9992573Z Running 25% of tests based on TD 2025-07-24T06:12:15.9998357Z Running parallel tests on 3 processes 2025-07-24T06:12:15.9998846Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:12:15.9999165Z Serial tests (0): 2025-07-24T06:12:15.9999390Z Parallel tests (1): 2025-07-24T06:12:15.9999625Z cpp/kernel_function_legacy_test 1/1 2025-07-24T06:12:15.9999927Z Name: excluded (est. time: 0.0min) 2025-07-24T06:12:16.0000178Z Serial tests (0): 2025-07-24T06:12:16.0000400Z Parallel tests (0): 2025-07-24T06:12:16.0002272Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-07-24 06:12:15.990191] 2025-07-24T06:12:16.0002719Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:12:16.0012591Z 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-e8cf156a092d4c29.xml', '-x', '--reruns=2'] ... [2025-07-24 06:12:15.990191] 2025-07-24T06:12:16.0015067Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:12:18.2924918Z 2025-07-24T06:12:18.2925902Z 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_70efab618a9138c7_.log 2025-07-24T06:12:18.2926726Z 2025-07-24T06:12:22.3243265Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-07-24 06:12:22.323925] 2025-07-24T06:12:22.3243754Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:12:22.3252512Z 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-86fd18d0261f77b0.xml', '-x', '--reruns=2'] ... [2025-07-24 06:12:22.323925] 2025-07-24T06:12:32.1151755Z 2025-07-24T06:12:32.1152742Z 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_f584b92bf3e5de2e_.log 2025-07-24T06:12:32.1154281Z 2025-07-24T06:12:32.8977882Z Running test batch 'tests to run' cost 16.91 seconds 2025-07-24T06:12:32.8984352Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:12:32.8985403Z Uploading artifacts took 0.00 seconds 2025-07-24T06:12:33.5348123Z 2025-07-24T06:12:33.5348939Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:12:33.5349503Z echo "kernel_function_legacy_test" failed with exit code 0 2025-07-24T06:12:33.5349859Z goto fail 2025-07-24T06:12:33.5350041Z ) 2025-07-24T06:12:33.5350163Z 2025-07-24T06:12:33.5350354Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:12:33.5350825Z echo "kernel_function_legacy_test" failed with exit code 0 2025-07-24T06:12:33.5351157Z goto fail 2025-07-24T06:12:33.5351346Z ) 2025-07-24T06:12:33.5351868Z 2025-07-24T06:12:33.5352269Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:12:33.5359209Z 2025-07-24T06:12:33.5359442Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:12:33.5360230Z call :libtorch_check "kernel_function_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-07-24T06:12:33.5360943Z if errorlevel 1 goto fail 2025-07-24T06:12:33.5361178Z ) 2025-07-24T06:12:33.5370631Z 2025-07-24T06:12:33.5371009Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:12:33.5374796Z 2025-07-24T06:12:33.5375285Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:12:33.5377948Z 2025-07-24T06:12:33.5378689Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "verify_api_visibility" goto :eof 2025-07-24T06:12:33.5379216Z 2025-07-24T06:12:33.5379770Z (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-07-24T06:12:33.5380692Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-07-24T06:12:33.5382060Z 2025-07-24T06:12:33.5382707Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:12:33.5383555Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-07-24T06:12:33.5384094Z goto :eof 2025-07-24T06:12:33.5384290Z ) 2025-07-24T06:12:33.5384386Z 2025-07-24T06:12:33.5384768Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_test" 2025-07-24T06:12:39.6667233Z Found test times from artifacts 2025-07-24T06:12:39.8320127Z Found test times from artifacts 2025-07-24T06:12:39.8377468Z Running 25% of tests based on TD 2025-07-24T06:12:39.8384587Z Running parallel tests on 3 processes 2025-07-24T06:12:39.8385189Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:12:39.8385476Z Serial tests (0): 2025-07-24T06:12:39.8385690Z Parallel tests (1): 2025-07-24T06:12:39.8385994Z cpp/kernel_function_test 1/1 2025-07-24T06:12:39.8386281Z Name: excluded (est. time: 0.0min) 2025-07-24T06:12:39.8386528Z Serial tests (0): 2025-07-24T06:12:39.8386764Z Parallel tests (0): 2025-07-24T06:12:39.8389196Z Running cpp/kernel_function_test 1/1 ... [2025-07-24 06:12:39.838306] 2025-07-24T06:12:39.8389644Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:12:39.8399419Z 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-03d8decfe4c293d8.xml', '-x', '--reruns=2'] ... [2025-07-24 06:12:39.838306] 2025-07-24T06:12:39.8401288Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:12:42.0342068Z 2025-07-24T06:12:42.0343069Z 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_021eaedb0cd858c4_.log 2025-07-24T06:12:42.0343748Z 2025-07-24T06:12:46.0163818Z Running cpp/kernel_function_test 1/1 ... [2025-07-24 06:12:46.008630] 2025-07-24T06:12:46.0164275Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:12:46.0173849Z 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-1edda7e4e2a8213e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:12:46.008630] 2025-07-24T06:12:54.1953903Z 2025-07-24T06:12:54.1955354Z 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_911e16377de3f2dd_.log 2025-07-24T06:12:54.1956085Z 2025-07-24T06:12:54.9473686Z Running test batch 'tests to run' cost 15.1 seconds 2025-07-24T06:12:54.9479896Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:12:54.9480361Z Uploading artifacts took 0.00 seconds 2025-07-24T06:12:55.5650529Z 2025-07-24T06:12:55.5651202Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:12:55.5651669Z echo "kernel_function_test" failed with exit code 0 2025-07-24T06:12:55.5652011Z goto fail 2025-07-24T06:12:55.5652194Z ) 2025-07-24T06:12:55.5652336Z 2025-07-24T06:12:55.5652568Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:12:55.5653043Z echo "kernel_function_test" failed with exit code 0 2025-07-24T06:12:55.5653347Z goto fail 2025-07-24T06:12:55.5653529Z ) 2025-07-24T06:12:55.5653831Z 2025-07-24T06:12:55.5654030Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:12:55.5660913Z 2025-07-24T06:12:55.5661162Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:12:55.5661930Z 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-07-24T06:12:55.5662623Z if errorlevel 1 goto fail 2025-07-24T06:12:55.5662857Z ) 2025-07-24T06:12:55.5673421Z 2025-07-24T06:12:55.5673985Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:12:55.5677697Z 2025-07-24T06:12:55.5678186Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:12:55.5680633Z 2025-07-24T06:12:55.5681161Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "verify_api_visibility" goto :eof 2025-07-24T06:12:55.5688952Z 2025-07-24T06:12:55.5689614Z (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-07-24T06:12:55.5690609Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-07-24T06:12:55.5691057Z 2025-07-24T06:12:55.5691402Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:12:55.5692183Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-07-24T06:12:55.5692682Z goto :eof 2025-07-24T06:12:55.5693024Z ) 2025-07-24T06:12:55.5693118Z 2025-07-24T06:12:55.5693510Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_legacy_test" 2025-07-24T06:13:01.5082893Z Found test times from artifacts 2025-07-24T06:13:01.6601195Z Found test times from artifacts 2025-07-24T06:13:01.6660720Z Running 25% of tests based on TD 2025-07-24T06:13:01.6666905Z Running parallel tests on 3 processes 2025-07-24T06:13:01.6667542Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:13:01.6667828Z Serial tests (0): 2025-07-24T06:13:01.6668232Z Parallel tests (1): 2025-07-24T06:13:01.6668539Z cpp/kernel_lambda_legacy_test 1/1 2025-07-24T06:13:01.6668830Z Name: excluded (est. time: 0.0min) 2025-07-24T06:13:01.6669091Z Serial tests (0): 2025-07-24T06:13:01.6669299Z Parallel tests (0): 2025-07-24T06:13:01.6671663Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-07-24 06:13:01.666839] 2025-07-24T06:13:01.6672104Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:13:01.6682838Z 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-8bc78ed2c03cec40.xml', '-x', '--reruns=2'] ... [2025-07-24 06:13:01.667484] 2025-07-24T06:13:01.6684560Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:13:03.9189211Z 2025-07-24T06:13:03.9190109Z 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_43ee8070cdc774b6_.log 2025-07-24T06:13:03.9190939Z 2025-07-24T06:13:07.9884383Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-07-24 06:13:07.988251] 2025-07-24T06:13:07.9884860Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:13:07.9894217Z 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-72891d4248033893.xml', '-x', '--reruns=2'] ... [2025-07-24 06:13:07.988879] 2025-07-24T06:13:17.7838192Z 2025-07-24T06:13:17.7839367Z 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_86b82661a6db27e6_.log 2025-07-24T06:13:17.7840607Z 2025-07-24T06:13:18.5943919Z Running test batch 'tests to run' cost 16.92 seconds 2025-07-24T06:13:18.5951020Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:13:18.5951548Z Uploading artifacts took 0.00 seconds 2025-07-24T06:13:19.3457858Z 2025-07-24T06:13:19.3458560Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:13:19.3459119Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-07-24T06:13:19.3459499Z goto fail 2025-07-24T06:13:19.3459707Z ) 2025-07-24T06:13:19.3459822Z 2025-07-24T06:13:19.3460047Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:13:19.3460519Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-07-24T06:13:19.3460872Z goto fail 2025-07-24T06:13:19.3461063Z ) 2025-07-24T06:13:19.3461200Z 2025-07-24T06:13:19.3461362Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:13:19.3467745Z 2025-07-24T06:13:19.3468227Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:13:19.3469049Z call :libtorch_check "kernel_lambda_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-07-24T06:13:19.3469717Z if errorlevel 1 goto fail 2025-07-24T06:13:19.3469999Z ) 2025-07-24T06:13:19.3478403Z 2025-07-24T06:13:19.3478938Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:13:19.3482405Z 2025-07-24T06:13:19.3482910Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:13:19.3485416Z 2025-07-24T06:13:19.3486017Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "verify_api_visibility" goto :eof 2025-07-24T06:13:19.3486776Z 2025-07-24T06:13:19.3487487Z (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-07-24T06:13:19.3488470Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-07-24T06:13:19.3489570Z 2025-07-24T06:13:19.3490003Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:13:19.3490755Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-07-24T06:13:19.3491294Z goto :eof 2025-07-24T06:13:19.3491493Z ) 2025-07-24T06:13:19.3491625Z 2025-07-24T06:13:19.3492091Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_test" 2025-07-24T06:13:25.1512312Z Found test times from artifacts 2025-07-24T06:13:25.2921510Z Found test times from artifacts 2025-07-24T06:13:25.2970002Z Running 25% of tests based on TD 2025-07-24T06:13:25.2975750Z Running parallel tests on 3 processes 2025-07-24T06:13:25.2976213Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:13:25.2976506Z Serial tests (0): 2025-07-24T06:13:25.2977470Z Parallel tests (1): 2025-07-24T06:13:25.2977728Z cpp/kernel_lambda_test 1/1 2025-07-24T06:13:25.2978033Z Name: excluded (est. time: 0.0min) 2025-07-24T06:13:25.2978307Z Serial tests (0): 2025-07-24T06:13:25.2978561Z Parallel tests (0): 2025-07-24T06:13:25.2979548Z Running cpp/kernel_lambda_test 1/1 ... [2025-07-24 06:13:25.294635] 2025-07-24T06:13:25.2979983Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:13:25.2989556Z 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-be62af21dea0b979.xml', '-x', '--reruns=2'] ... [2025-07-24 06:13:25.294635] 2025-07-24T06:13:25.2991309Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:13:27.4931871Z 2025-07-24T06:13:27.4932794Z 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_1edcbaa53535f9e3_.log 2025-07-24T06:13:27.4933643Z 2025-07-24T06:13:31.5334161Z Running cpp/kernel_lambda_test 1/1 ... [2025-07-24 06:13:31.532841] 2025-07-24T06:13:31.5334717Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:13:31.5346757Z 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-3e623d6849da5402.xml', '-x', '--reruns=2'] ... [2025-07-24 06:13:31.534035] 2025-07-24T06:13:39.9196195Z 2025-07-24T06:13:39.9197350Z 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_51d5eef0244b60e7_.log 2025-07-24T06:13:39.9198319Z 2025-07-24T06:13:40.6960294Z Running test batch 'tests to run' cost 15.4 seconds 2025-07-24T06:13:40.6966840Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:13:40.6967340Z Uploading artifacts took 0.00 seconds 2025-07-24T06:13:41.3172835Z 2025-07-24T06:13:41.3173707Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:13:41.3174389Z echo "kernel_lambda_test" failed with exit code 0 2025-07-24T06:13:41.3174727Z goto fail 2025-07-24T06:13:41.3174958Z ) 2025-07-24T06:13:41.3175077Z 2025-07-24T06:13:41.3175290Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:13:41.3175757Z echo "kernel_lambda_test" failed with exit code 0 2025-07-24T06:13:41.3176083Z goto fail 2025-07-24T06:13:41.3176308Z ) 2025-07-24T06:13:41.3176417Z 2025-07-24T06:13:41.3176688Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:13:41.3183309Z 2025-07-24T06:13:41.3183613Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:13:41.3184387Z call :libtorch_check "kernel_stackbased_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-07-24T06:13:41.3185075Z if errorlevel 1 goto fail 2025-07-24T06:13:41.3185356Z ) 2025-07-24T06:13:41.3194323Z 2025-07-24T06:13:41.3194972Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:13:41.3198170Z 2025-07-24T06:13:41.3198752Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:13:41.3202458Z 2025-07-24T06:13:41.3202967Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "verify_api_visibility" goto :eof 2025-07-24T06:13:41.3203925Z 2025-07-24T06:13:41.3204474Z (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-07-24T06:13:41.3205570Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-07-24T06:13:41.3206105Z 2025-07-24T06:13:41.3206513Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:13:41.3207313Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-07-24T06:13:41.3207840Z goto :eof 2025-07-24T06:13:41.3208066Z ) 2025-07-24T06:13:41.3208179Z 2025-07-24T06:13:41.3208597Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_stackbased_test" 2025-07-24T06:13:47.1649510Z Found test times from artifacts 2025-07-24T06:13:47.3069820Z Found test times from artifacts 2025-07-24T06:13:47.3118850Z Running 25% of tests based on TD 2025-07-24T06:13:47.3124831Z Running parallel tests on 3 processes 2025-07-24T06:13:47.3125205Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:13:47.3125529Z Serial tests (0): 2025-07-24T06:13:47.3125763Z Parallel tests (1): 2025-07-24T06:13:47.3126028Z cpp/kernel_stackbased_test 1/1 2025-07-24T06:13:47.3126320Z Name: excluded (est. time: 0.0min) 2025-07-24T06:13:47.3126612Z Serial tests (0): 2025-07-24T06:13:47.3126837Z Parallel tests (0): 2025-07-24T06:13:47.3128153Z Running cpp/kernel_stackbased_test 1/1 ... [2025-07-24 06:13:47.307943] 2025-07-24T06:13:47.3128592Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:13:47.3138515Z 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-3852de057ad9dc17.xml', '-x', '--reruns=2'] ... [2025-07-24 06:13:47.313047] 2025-07-24T06:13:47.3140279Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:13:49.4194737Z 2025-07-24T06:13:49.4195658Z 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_55361eb5cb8a9ead_.log 2025-07-24T06:13:49.4196458Z 2025-07-24T06:13:53.3566353Z Running cpp/kernel_stackbased_test 1/1 ... [2025-07-24 06:13:53.351524] 2025-07-24T06:13:53.3566853Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:13:53.3575627Z 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-a8e7d58bf069905b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:13:53.351524] 2025-07-24T06:13:57.3169772Z 2025-07-24T06:13:57.3170853Z 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_ddfa08db6320c862_.log 2025-07-24T06:13:57.3171545Z 2025-07-24T06:13:58.1580418Z Running test batch 'tests to run' cost 10.85 seconds 2025-07-24T06:13:58.1587031Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:13:58.1587499Z Uploading artifacts took 0.00 seconds 2025-07-24T06:13:58.7812910Z 2025-07-24T06:13:58.7813894Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:13:58.7814488Z echo "kernel_stackbased_test" failed with exit code 0 2025-07-24T06:13:58.7814907Z goto fail 2025-07-24T06:13:58.7815280Z ) 2025-07-24T06:13:58.7815426Z 2025-07-24T06:13:58.7815669Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:13:58.7816171Z echo "kernel_stackbased_test" failed with exit code 0 2025-07-24T06:13:58.7816589Z goto fail 2025-07-24T06:13:58.7816852Z ) 2025-07-24T06:13:58.7816968Z 2025-07-24T06:13:58.7817161Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:13:58.7825862Z 2025-07-24T06:13:58.7826305Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:13:58.7827036Z call :libtorch_check "lazy_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-07-24T06:13:58.7827724Z if errorlevel 1 goto fail 2025-07-24T06:13:58.7828004Z ) 2025-07-24T06:13:58.7835772Z 2025-07-24T06:13:58.7836131Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:13:58.7839936Z 2025-07-24T06:13:58.7840455Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:13:58.7843524Z 2025-07-24T06:13:58.7843952Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:13:58.7844408Z 2025-07-24T06:13:58.7844916Z (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-07-24T06:13:58.7845869Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-07-24T06:13:58.7846597Z 2025-07-24T06:13:58.7847062Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:13:58.7847792Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-07-24T06:13:58.7848329Z goto :eof 2025-07-24T06:13:58.7848534Z ) 2025-07-24T06:13:58.7848685Z 2025-07-24T06:13:58.7849079Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/lazy_tensor_test" 2025-07-24T06:14:04.6157686Z Found test times from artifacts 2025-07-24T06:14:04.7572202Z Found test times from artifacts 2025-07-24T06:14:04.7624827Z Running 25% of tests based on TD 2025-07-24T06:14:04.7630346Z Running parallel tests on 3 processes 2025-07-24T06:14:04.7630722Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:14:04.7631051Z Serial tests (0): 2025-07-24T06:14:04.7631290Z Parallel tests (1): 2025-07-24T06:14:04.7631556Z cpp/lazy_tensor_test 1/1 2025-07-24T06:14:04.7631862Z Name: excluded (est. time: 0.0min) 2025-07-24T06:14:04.7632348Z Serial tests (0): 2025-07-24T06:14:04.7632606Z Parallel tests (0): 2025-07-24T06:14:04.7634362Z Running cpp/lazy_tensor_test 1/1 ... [2025-07-24 06:14:04.763254] 2025-07-24T06:14:04.7634764Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:14:04.7644710Z 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-fd3acf8d7699760c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:14:04.764281] 2025-07-24T06:14:04.7646545Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:14:07.0118460Z 2025-07-24T06:14:07.0119573Z 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_6105db84691f913a_.log 2025-07-24T06:14:07.0120231Z 2025-07-24T06:14:11.1617029Z Running cpp/lazy_tensor_test 1/1 ... [2025-07-24 06:14:11.157792] 2025-07-24T06:14:11.1617506Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:14:11.1627446Z 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-a8faee577d9c48d3.xml', '-x', '--reruns=2'] ... [2025-07-24 06:14:11.160894] 2025-07-24T06:14:13.7333900Z 2025-07-24T06:14:13.7334933Z 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_81c2018aa5e45840_.log 2025-07-24T06:14:13.7335689Z 2025-07-24T06:14:14.4606387Z Running test batch 'tests to run' cost 9.7 seconds 2025-07-24T06:14:14.4613771Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:14:14.4614301Z Uploading artifacts took 0.00 seconds 2025-07-24T06:14:15.1398470Z 2025-07-24T06:14:15.1399178Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:14:15.1399652Z echo "lazy_tensor_test" failed with exit code 0 2025-07-24T06:14:15.1400016Z goto fail 2025-07-24T06:14:15.1400270Z ) 2025-07-24T06:14:15.1400389Z 2025-07-24T06:14:15.1400592Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:14:15.1401050Z echo "lazy_tensor_test" failed with exit code 0 2025-07-24T06:14:15.1401375Z goto fail 2025-07-24T06:14:15.1401601Z ) 2025-07-24T06:14:15.1401864Z 2025-07-24T06:14:15.1402118Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:14:15.1409760Z 2025-07-24T06:14:15.1410012Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:14:15.1410736Z call :libtorch_check "legacy_vmap_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-07-24T06:14:15.1411383Z if errorlevel 1 goto fail 2025-07-24T06:14:15.1411674Z ) 2025-07-24T06:14:15.1420450Z 2025-07-24T06:14:15.1420839Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:14:15.1425111Z 2025-07-24T06:14:15.1426320Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:14:15.1435334Z 2025-07-24T06:14:15.1435956Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "verify_api_visibility" goto :eof 2025-07-24T06:14:15.1436589Z 2025-07-24T06:14:15.1437194Z (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-07-24T06:14:15.1438169Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-07-24T06:14:15.1439685Z 2025-07-24T06:14:15.1440505Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:14:15.1441453Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-07-24T06:14:15.1441988Z goto :eof 2025-07-24T06:14:15.1442186Z ) 2025-07-24T06:14:15.1442301Z 2025-07-24T06:14:15.1442704Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/legacy_vmap_test" 2025-07-24T06:14:21.0012392Z Found test times from artifacts 2025-07-24T06:14:21.1508651Z Found test times from artifacts 2025-07-24T06:14:21.1557742Z Running 25% of tests based on TD 2025-07-24T06:14:21.1562993Z Running parallel tests on 3 processes 2025-07-24T06:14:21.1563378Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:14:21.1563682Z Serial tests (0): 2025-07-24T06:14:21.1563957Z Parallel tests (1): 2025-07-24T06:14:21.1564202Z cpp/legacy_vmap_test 1/1 2025-07-24T06:14:21.1564495Z Name: excluded (est. time: 0.0min) 2025-07-24T06:14:21.1564779Z Serial tests (0): 2025-07-24T06:14:21.1565024Z Parallel tests (0): 2025-07-24T06:14:21.1566847Z Running cpp/legacy_vmap_test 1/1 ... [2025-07-24 06:14:21.148780] 2025-07-24T06:14:21.1567269Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:14:21.1577176Z 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-f2df78849c99af2d.xml', '-x', '--reruns=2'] ... [2025-07-24 06:14:21.148780] 2025-07-24T06:14:21.1578910Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:14:23.2805667Z 2025-07-24T06:14:23.2806565Z 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_d3e86e88b2eb4bb0_.log 2025-07-24T06:14:23.2807360Z 2025-07-24T06:14:27.2593172Z Running cpp/legacy_vmap_test 1/1 ... [2025-07-24 06:14:27.256907] 2025-07-24T06:14:27.2593660Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:14:27.2603151Z 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-b93a06f8c20e987e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:14:27.260064] 2025-07-24T06:14:32.6417513Z 2025-07-24T06:14:32.6418607Z 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_1ab40428e0f4fa0f_.log 2025-07-24T06:14:32.6419419Z 2025-07-24T06:14:33.3867810Z Running test batch 'tests to run' cost 12.24 seconds 2025-07-24T06:14:33.3911280Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:14:33.3911798Z Uploading artifacts took 0.00 seconds 2025-07-24T06:14:34.1210915Z 2025-07-24T06:14:34.1211517Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:14:34.1211992Z echo "legacy_vmap_test" failed with exit code 0 2025-07-24T06:14:34.1212350Z goto fail 2025-07-24T06:14:34.1212576Z ) 2025-07-24T06:14:34.1212724Z 2025-07-24T06:14:34.1212925Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:14:34.1213357Z echo "legacy_vmap_test" failed with exit code 0 2025-07-24T06:14:34.1213709Z goto fail 2025-07-24T06:14:34.1213947Z ) 2025-07-24T06:14:34.1214056Z 2025-07-24T06:14:34.1214225Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:14:34.1221474Z 2025-07-24T06:14:34.1221766Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:14:34.1222406Z call :libtorch_check "List_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-07-24T06:14:34.1223026Z if errorlevel 1 goto fail 2025-07-24T06:14:34.1223448Z ) 2025-07-24T06:14:34.1231796Z 2025-07-24T06:14:34.1232478Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:14:34.1236232Z 2025-07-24T06:14:34.1236977Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:14:34.1240728Z 2025-07-24T06:14:34.1241253Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "verify_api_visibility" goto :eof 2025-07-24T06:14:34.1242690Z 2025-07-24T06:14:34.1243233Z (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-07-24T06:14:34.1244135Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-07-24T06:14:34.1245063Z 2025-07-24T06:14:34.1246639Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:14:34.1247365Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-07-24T06:14:34.1247844Z goto :eof 2025-07-24T06:14:34.1248050Z ) 2025-07-24T06:14:34.1248158Z 2025-07-24T06:14:34.1248585Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/List_test" 2025-07-24T06:14:40.0342200Z Found test times from artifacts 2025-07-24T06:14:40.1761393Z Found test times from artifacts 2025-07-24T06:14:40.1815144Z Running 25% of tests based on TD 2025-07-24T06:14:40.1821193Z Running parallel tests on 3 processes 2025-07-24T06:14:40.1821575Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:14:40.1822084Z Serial tests (0): 2025-07-24T06:14:40.1822357Z Parallel tests (1): 2025-07-24T06:14:40.1822625Z cpp/List_test 1/1 2025-07-24T06:14:40.1822895Z Name: excluded (est. time: 0.0min) 2025-07-24T06:14:40.1823171Z Serial tests (0): 2025-07-24T06:14:40.1823416Z Parallel tests (0): 2025-07-24T06:14:40.1825431Z Running cpp/List_test 1/1 ... [2025-07-24 06:14:40.182225] 2025-07-24T06:14:40.1825840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:14:40.1835464Z 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-550f02acd26829d3.xml', '-x', '--reruns=2'] ... [2025-07-24 06:14:40.183398] 2025-07-24T06:14:40.1837262Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:14:42.2880686Z 2025-07-24T06:14:42.2881664Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_a0b99a733267fae5_.log 2025-07-24T06:14:42.2882406Z 2025-07-24T06:14:46.2173155Z Running cpp/List_test 1/1 ... [2025-07-24 06:14:46.217148] 2025-07-24T06:14:46.2185627Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:14:46.2186940Z 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-8591c724805aca23.xml', '-x', '--reruns=2'] ... [2025-07-24 06:14:46.217723] 2025-07-24T06:15:06.9908479Z 2025-07-24T06:15:06.9909534Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_1f117c4ece0a115b_.log 2025-07-24T06:15:06.9912808Z 2025-07-24T06:15:07.7259165Z Running test batch 'tests to run' cost 27.54 seconds 2025-07-24T06:15:07.7265765Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:15:07.7266235Z Uploading artifacts took 0.00 seconds 2025-07-24T06:15:08.3609999Z 2025-07-24T06:15:08.3610700Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:15:08.3611441Z echo "List_test" failed with exit code 0 2025-07-24T06:15:08.3611779Z goto fail 2025-07-24T06:15:08.3612015Z ) 2025-07-24T06:15:08.3612145Z 2025-07-24T06:15:08.3612359Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:15:08.3612798Z echo "List_test" failed with exit code 0 2025-07-24T06:15:08.3613095Z goto fail 2025-07-24T06:15:08.3613313Z ) 2025-07-24T06:15:08.3613454Z 2025-07-24T06:15:08.3614086Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:15:08.3621092Z 2025-07-24T06:15:08.3621369Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:15:08.3622212Z 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-07-24T06:15:08.3623022Z if errorlevel 1 goto fail 2025-07-24T06:15:08.3623274Z ) 2025-07-24T06:15:08.3631662Z 2025-07-24T06:15:08.3632053Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:15:08.3635447Z 2025-07-24T06:15:08.3636508Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:15:08.3638039Z 2025-07-24T06:15:08.3638504Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:15:08.3639304Z 2025-07-24T06:15:08.3640070Z (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-07-24T06:15:08.3641312Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-07-24T06:15:08.3641847Z 2025-07-24T06:15:08.3642296Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:15:08.3643282Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-07-24T06:15:08.3643857Z goto :eof 2025-07-24T06:15:08.3644087Z ) 2025-07-24T06:15:08.3644203Z 2025-07-24T06:15:08.3644628Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/make_boxed_from_unboxed_functor_test" 2025-07-24T06:15:14.1333336Z Found test times from artifacts 2025-07-24T06:15:14.2749093Z Found test times from artifacts 2025-07-24T06:15:14.2798290Z Running 25% of tests based on TD 2025-07-24T06:15:14.2803798Z Running parallel tests on 3 processes 2025-07-24T06:15:14.2804226Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:15:14.2804519Z Serial tests (0): 2025-07-24T06:15:14.2804787Z Parallel tests (1): 2025-07-24T06:15:14.2805099Z cpp/make_boxed_from_unboxed_functor_test 1/1 2025-07-24T06:15:14.2805438Z Name: excluded (est. time: 0.0min) 2025-07-24T06:15:14.2805751Z Serial tests (0): 2025-07-24T06:15:14.2805978Z Parallel tests (0): 2025-07-24T06:15:14.2807780Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-07-24 06:15:14.280200] 2025-07-24T06:15:14.2808322Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:15:14.2818504Z 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-5cfbe13b3a9838b2.xml', '-x', '--reruns=2'] ... [2025-07-24 06:15:14.281373] 2025-07-24T06:15:14.2820435Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:15:16.4082905Z 2025-07-24T06:15:16.4084203Z 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_fda5ebdfebf2d8a4_.log 2025-07-24T06:15:16.4085201Z 2025-07-24T06:15:20.4511310Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-07-24 06:15:20.450555] 2025-07-24T06:15:20.4511907Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:15:20.4521807Z 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-9753282b9eedb4a8.xml', '-x', '--reruns=2'] ... [2025-07-24 06:15:20.450555] 2025-07-24T06:15:29.1352532Z 2025-07-24T06:15:29.1353614Z 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_1e51d5237985a896_.log 2025-07-24T06:15:29.1354950Z 2025-07-24T06:15:29.9443845Z Running test batch 'tests to run' cost 15.66 seconds 2025-07-24T06:15:29.9450993Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:15:29.9451495Z Uploading artifacts took 0.00 seconds 2025-07-24T06:15:30.5965800Z 2025-07-24T06:15:30.5966615Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:15:30.5967217Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-07-24T06:15:30.5967612Z goto fail 2025-07-24T06:15:30.5967843Z ) 2025-07-24T06:15:30.5967973Z 2025-07-24T06:15:30.5968270Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:15:30.5968800Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-07-24T06:15:30.5969301Z goto fail 2025-07-24T06:15:30.5969508Z ) 2025-07-24T06:15:30.5969620Z 2025-07-24T06:15:30.5969828Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:15:30.5975272Z 2025-07-24T06:15:30.5975759Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:15:30.5976534Z call :libtorch_check "math_kernel_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-07-24T06:15:30.5977212Z if errorlevel 1 goto fail 2025-07-24T06:15:30.5977473Z ) 2025-07-24T06:15:30.5985906Z 2025-07-24T06:15:30.5986358Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:15:30.5989907Z 2025-07-24T06:15:30.5990506Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:15:30.5992501Z 2025-07-24T06:15:30.5993004Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "verify_api_visibility" goto :eof 2025-07-24T06:15:30.5994533Z 2025-07-24T06:15:30.5995075Z (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-07-24T06:15:30.5996036Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-07-24T06:15:30.5996469Z 2025-07-24T06:15:30.5996813Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:15:30.5997525Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-07-24T06:15:30.5998053Z goto :eof 2025-07-24T06:15:30.5998232Z ) 2025-07-24T06:15:30.5998368Z 2025-07-24T06:15:30.5998733Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/math_kernel_test" 2025-07-24T06:15:36.5504284Z Found test times from artifacts 2025-07-24T06:15:36.6923335Z Found test times from artifacts 2025-07-24T06:15:36.6974781Z Running 25% of tests based on TD 2025-07-24T06:15:36.6980389Z Running parallel tests on 3 processes 2025-07-24T06:15:36.6980861Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:15:36.6981341Z Serial tests (0): 2025-07-24T06:15:36.6981563Z Parallel tests (1): 2025-07-24T06:15:36.6981835Z cpp/math_kernel_test 1/1 2025-07-24T06:15:36.6982114Z Name: excluded (est. time: 0.0min) 2025-07-24T06:15:36.6982372Z Serial tests (0): 2025-07-24T06:15:36.6982618Z Parallel tests (0): 2025-07-24T06:15:36.6984250Z Running cpp/math_kernel_test 1/1 ... [2025-07-24 06:15:36.697016] 2025-07-24T06:15:36.6984679Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:15:36.6994959Z 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-b2db3d30217d42ce.xml', '-x', '--reruns=2'] ... [2025-07-24 06:15:36.698628] 2025-07-24T06:15:36.6996663Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:15:38.8375085Z 2025-07-24T06:15:38.8376146Z 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_36e63b7a585f3fb2_.log 2025-07-24T06:15:38.8376811Z 2025-07-24T06:15:42.9185137Z Running cpp/math_kernel_test 1/1 ... [2025-07-24 06:15:42.909064] 2025-07-24T06:15:42.9185597Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:15:42.9194217Z 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-d7916bdbe0bec341.xml', '-x', '--reruns=2'] ... [2025-07-24 06:15:42.919169] 2025-07-24T06:15:45.9978167Z 2025-07-24T06:15:45.9979147Z 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_b875a77c218047cf_.log 2025-07-24T06:15:45.9981444Z 2025-07-24T06:15:46.7892474Z Running test batch 'tests to run' cost 10.09 seconds 2025-07-24T06:15:46.7900201Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:15:46.7900751Z Uploading artifacts took 0.00 seconds 2025-07-24T06:15:47.4199255Z 2025-07-24T06:15:47.4200097Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:15:47.4200573Z echo "math_kernel_test" failed with exit code 0 2025-07-24T06:15:47.4200938Z goto fail 2025-07-24T06:15:47.4201168Z ) 2025-07-24T06:15:47.4201279Z 2025-07-24T06:15:47.4201498Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:15:47.4201958Z echo "math_kernel_test" failed with exit code 0 2025-07-24T06:15:47.4202284Z goto fail 2025-07-24T06:15:47.4202508Z ) 2025-07-24T06:15:47.4202619Z 2025-07-24T06:15:47.4202785Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:15:47.4208691Z 2025-07-24T06:15:47.4209227Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:15:47.4209993Z call :libtorch_check "MaybeOwned_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-07-24T06:15:47.4210639Z if errorlevel 1 goto fail 2025-07-24T06:15:47.4210920Z ) 2025-07-24T06:15:47.4219784Z 2025-07-24T06:15:47.4220135Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:15:47.4223800Z 2025-07-24T06:15:47.4224304Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:15:47.4226745Z 2025-07-24T06:15:47.4227280Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "verify_api_visibility" goto :eof 2025-07-24T06:15:47.4228124Z 2025-07-24T06:15:47.4228727Z (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-07-24T06:15:47.4230269Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-07-24T06:15:47.4230733Z 2025-07-24T06:15:47.4231222Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:15:47.4231946Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-07-24T06:15:47.4232475Z goto :eof 2025-07-24T06:15:47.4232701Z ) 2025-07-24T06:15:47.4232809Z 2025-07-24T06:15:47.4233265Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/MaybeOwned_test" 2025-07-24T06:15:53.3737407Z Found test times from artifacts 2025-07-24T06:15:53.5154566Z Found test times from artifacts 2025-07-24T06:15:53.5204408Z Running 25% of tests based on TD 2025-07-24T06:15:53.5210256Z Running parallel tests on 3 processes 2025-07-24T06:15:53.5210733Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:15:53.5211038Z Serial tests (0): 2025-07-24T06:15:53.5211308Z Parallel tests (1): 2025-07-24T06:15:53.5211552Z cpp/MaybeOwned_test 1/1 2025-07-24T06:15:53.5211845Z Name: excluded (est. time: 0.0min) 2025-07-24T06:15:53.5212140Z Serial tests (0): 2025-07-24T06:15:53.5212515Z Parallel tests (0): 2025-07-24T06:15:53.5214244Z Running cpp/MaybeOwned_test 1/1 ... [2025-07-24 06:15:53.509154] 2025-07-24T06:15:53.5214643Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:15:53.5224526Z 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-a3a1b5abeb91eb85.xml', '-x', '--reruns=2'] ... [2025-07-24 06:15:53.509154] 2025-07-24T06:15:53.5226361Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:15:55.6443822Z 2025-07-24T06:15:55.6444887Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_f3ab951293f8c01a_.log 2025-07-24T06:15:55.6445523Z 2025-07-24T06:15:59.6000470Z Running cpp/MaybeOwned_test 1/1 ... [2025-07-24 06:15:59.594051] 2025-07-24T06:15:59.6000951Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:15:59.6009421Z 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-eba8482a492ad5e2.xml', '-x', '--reruns=2'] ... [2025-07-24 06:15:59.594051] 2025-07-24T06:16:06.2759585Z 2025-07-24T06:16:06.2760713Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_962a9cd9283ea623_.log 2025-07-24T06:16:06.2762362Z 2025-07-24T06:16:07.0946259Z Running test batch 'tests to run' cost 13.58 seconds 2025-07-24T06:16:07.0952923Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:16:07.0953425Z Uploading artifacts took 0.00 seconds 2025-07-24T06:16:07.8435677Z 2025-07-24T06:16:07.8436428Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:16:07.8436919Z echo "MaybeOwned_test" failed with exit code 0 2025-07-24T06:16:07.8437238Z goto fail 2025-07-24T06:16:07.8437417Z ) 2025-07-24T06:16:07.8437549Z 2025-07-24T06:16:07.8437742Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:16:07.8438161Z echo "MaybeOwned_test" failed with exit code 0 2025-07-24T06:16:07.8438463Z goto fail 2025-07-24T06:16:07.8438652Z ) 2025-07-24T06:16:07.8438747Z 2025-07-24T06:16:07.8438940Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:16:07.8455393Z 2025-07-24T06:16:07.8455644Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:16:07.8456513Z call :libtorch_check "memory_format_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-07-24T06:16:07.8457149Z if errorlevel 1 goto fail 2025-07-24T06:16:07.8457403Z ) 2025-07-24T06:16:07.8459985Z 2025-07-24T06:16:07.8460558Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:16:07.8464095Z 2025-07-24T06:16:07.8464805Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:16:07.8468061Z 2025-07-24T06:16:07.8468501Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "verify_api_visibility" goto :eof 2025-07-24T06:16:07.8469532Z 2025-07-24T06:16:07.8470092Z (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-07-24T06:16:07.8471083Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-07-24T06:16:07.8471971Z 2025-07-24T06:16:07.8472392Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:16:07.8473251Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-07-24T06:16:07.8473748Z goto :eof 2025-07-24T06:16:07.8473922Z ) 2025-07-24T06:16:07.8474038Z 2025-07-24T06:16:07.8474404Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_format_test" 2025-07-24T06:16:13.7887429Z Found test times from artifacts 2025-07-24T06:16:13.9319197Z Found test times from artifacts 2025-07-24T06:16:13.9369773Z Running 25% of tests based on TD 2025-07-24T06:16:13.9375785Z Running parallel tests on 3 processes 2025-07-24T06:16:13.9376219Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:16:13.9376543Z Serial tests (0): 2025-07-24T06:16:13.9376752Z Parallel tests (1): 2025-07-24T06:16:13.9376997Z cpp/memory_format_test 1/1 2025-07-24T06:16:13.9377257Z Name: excluded (est. time: 0.0min) 2025-07-24T06:16:13.9377523Z Serial tests (0): 2025-07-24T06:16:13.9377747Z Parallel tests (0): 2025-07-24T06:16:13.9379597Z Running cpp/memory_format_test 1/1 ... [2025-07-24 06:16:13.933503] 2025-07-24T06:16:13.9380002Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:16:13.9389758Z 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-8151464759d500d5.xml', '-x', '--reruns=2'] ... [2025-07-24 06:16:13.933503] 2025-07-24T06:16:13.9391448Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:16:16.2710285Z 2025-07-24T06:16:16.2712816Z 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_8f8e6cac015b06ef_.log 2025-07-24T06:16:16.2713444Z 2025-07-24T06:16:20.3892715Z Running cpp/memory_format_test 1/1 ... [2025-07-24 06:16:20.373621] 2025-07-24T06:16:20.3902793Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:16:20.3904021Z 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-50e48f6dd5423462.xml', '-x', '--reruns=2'] ... [2025-07-24 06:16:20.389372] 2025-07-24T06:16:23.2367130Z 2025-07-24T06:16:23.2367994Z 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_f5888c3e0f42a141_.log 2025-07-24T06:16:23.2368794Z 2025-07-24T06:16:24.0048700Z Running test batch 'tests to run' cost 10.07 seconds 2025-07-24T06:16:24.0055349Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:16:24.0055795Z Uploading artifacts took 0.00 seconds 2025-07-24T06:16:24.6300304Z 2025-07-24T06:16:24.6300823Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:16:24.6301296Z echo "memory_format_test" failed with exit code 0 2025-07-24T06:16:24.6301603Z goto fail 2025-07-24T06:16:24.6301794Z ) 2025-07-24T06:16:24.6302042Z 2025-07-24T06:16:24.6302240Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:16:24.6302681Z echo "memory_format_test" failed with exit code 0 2025-07-24T06:16:24.6303032Z goto fail 2025-07-24T06:16:24.6303217Z ) 2025-07-24T06:16:24.6303424Z 2025-07-24T06:16:24.6304104Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:16:24.6310392Z 2025-07-24T06:16:24.6310912Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:16:24.6311675Z call :libtorch_check "memory_overlapping_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-07-24T06:16:24.6312363Z if errorlevel 1 goto fail 2025-07-24T06:16:24.6312752Z ) 2025-07-24T06:16:24.6321387Z 2025-07-24T06:16:24.6321884Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:16:24.6325111Z 2025-07-24T06:16:24.6325804Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:16:24.6328630Z 2025-07-24T06:16:24.6329130Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "verify_api_visibility" goto :eof 2025-07-24T06:16:24.6330095Z 2025-07-24T06:16:24.6330686Z (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-07-24T06:16:24.6331804Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-07-24T06:16:24.6333733Z 2025-07-24T06:16:24.6334163Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:16:24.6334942Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-07-24T06:16:24.6335455Z goto :eof 2025-07-24T06:16:24.6335658Z ) 2025-07-24T06:16:24.6335769Z 2025-07-24T06:16:24.6336152Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_overlapping_test" 2025-07-24T06:16:30.4241081Z Found test times from artifacts 2025-07-24T06:16:30.5899083Z Found test times from artifacts 2025-07-24T06:16:30.5948633Z Running 25% of tests based on TD 2025-07-24T06:16:30.5954201Z Running parallel tests on 3 processes 2025-07-24T06:16:30.5954554Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:16:30.5954853Z Serial tests (0): 2025-07-24T06:16:30.5955062Z Parallel tests (1): 2025-07-24T06:16:30.5955309Z cpp/memory_overlapping_test 1/1 2025-07-24T06:16:30.5955599Z Name: excluded (est. time: 0.0min) 2025-07-24T06:16:30.5955858Z Serial tests (0): 2025-07-24T06:16:30.5956125Z Parallel tests (0): 2025-07-24T06:16:30.5957912Z Running cpp/memory_overlapping_test 1/1 ... [2025-07-24 06:16:30.587014] 2025-07-24T06:16:30.5958379Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:16:30.5968390Z 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-d5a3f242eea2eeb8.xml', '-x', '--reruns=2'] ... [2025-07-24 06:16:30.587014] 2025-07-24T06:16:30.5970265Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:16:32.9343152Z 2025-07-24T06:16:32.9344067Z 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_a5d7c9387b19ac14_.log 2025-07-24T06:16:32.9344928Z 2025-07-24T06:16:36.9673204Z Running cpp/memory_overlapping_test 1/1 ... [2025-07-24 06:16:36.966241] 2025-07-24T06:16:36.9673757Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:16:36.9683309Z 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-522c58a35cc74301.xml', '-x', '--reruns=2'] ... [2025-07-24 06:16:36.967373] 2025-07-24T06:16:39.8574982Z 2025-07-24T06:16:39.8575930Z 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_135f9985a0a558f9_.log 2025-07-24T06:16:39.8576676Z 2025-07-24T06:16:40.6099287Z Running test batch 'tests to run' cost 10.02 seconds 2025-07-24T06:16:40.6106080Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:16:40.6106580Z Uploading artifacts took 0.00 seconds 2025-07-24T06:16:41.2401986Z 2025-07-24T06:16:41.2402574Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:16:41.2403143Z echo "memory_overlapping_test" failed with exit code 0 2025-07-24T06:16:41.2403495Z goto fail 2025-07-24T06:16:41.2403726Z ) 2025-07-24T06:16:41.2404009Z 2025-07-24T06:16:41.2404221Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:16:41.2404813Z echo "memory_overlapping_test" failed with exit code 0 2025-07-24T06:16:41.2405235Z goto fail 2025-07-24T06:16:41.2405430Z ) 2025-07-24T06:16:41.2405549Z 2025-07-24T06:16:41.2405751Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:16:41.2412250Z 2025-07-24T06:16:41.2412494Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:16:41.2413249Z call :libtorch_check "mobile_memory_cleanup" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-07-24T06:16:41.2413964Z if errorlevel 1 goto fail 2025-07-24T06:16:41.2414208Z ) 2025-07-24T06:16:41.2422792Z 2025-07-24T06:16:41.2423231Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:16:41.2426858Z 2025-07-24T06:16:41.2427337Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:16:41.2429831Z 2025-07-24T06:16:41.2430295Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "verify_api_visibility" goto :eof 2025-07-24T06:16:41.2431158Z 2025-07-24T06:16:41.2431715Z (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-07-24T06:16:41.2432704Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-07-24T06:16:41.2433431Z 2025-07-24T06:16:41.2433851Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:16:41.2434652Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-07-24T06:16:41.2435194Z goto :eof 2025-07-24T06:16:41.2435397Z ) 2025-07-24T06:16:41.2435509Z 2025-07-24T06:16:41.2435921Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/mobile_memory_cleanup" 2025-07-24T06:16:47.0137727Z Found test times from artifacts 2025-07-24T06:16:47.1560293Z Found test times from artifacts 2025-07-24T06:16:47.1611498Z Running 25% of tests based on TD 2025-07-24T06:16:47.1617114Z Running parallel tests on 3 processes 2025-07-24T06:16:47.1617553Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:16:47.1617846Z Serial tests (0): 2025-07-24T06:16:47.1618115Z Parallel tests (1): 2025-07-24T06:16:47.1618401Z cpp/mobile_memory_cleanup 1/1 2025-07-24T06:16:47.1618688Z Name: excluded (est. time: 0.0min) 2025-07-24T06:16:47.1618991Z Serial tests (0): 2025-07-24T06:16:47.1619219Z Parallel tests (0): 2025-07-24T06:16:47.1621544Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-07-24 06:16:47.161595] 2025-07-24T06:16:47.1622050Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:16:47.1631226Z 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-38e7dbf46802ff44.xml', '-x', '--reruns=2'] ... [2025-07-24 06:16:47.162739] 2025-07-24T06:16:47.1633133Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:16:49.3165953Z 2025-07-24T06:16:49.3167068Z 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_8ed94e7644834bf8_.log 2025-07-24T06:16:49.3167818Z 2025-07-24T06:16:53.3947268Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-07-24 06:16:53.394157] 2025-07-24T06:16:53.3947840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:16:53.3956719Z 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-e0cfae63f7486de7.xml', '-x', '--reruns=2'] ... [2025-07-24 06:16:53.395338] 2025-07-24T06:16:55.8955890Z 2025-07-24T06:16:55.8956797Z 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_04b6e83cb025ce05_.log 2025-07-24T06:16:55.8957495Z 2025-07-24T06:16:56.7150506Z Running test batch 'tests to run' cost 9.54 seconds 2025-07-24T06:16:56.7157030Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:16:56.7157505Z Uploading artifacts took 0.00 seconds 2025-07-24T06:16:57.3425593Z 2025-07-24T06:16:57.3426320Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:16:57.3426845Z echo "mobile_memory_cleanup" failed with exit code 0 2025-07-24T06:16:57.3427209Z goto fail 2025-07-24T06:16:57.3427433Z ) 2025-07-24T06:16:57.3427541Z 2025-07-24T06:16:57.3427744Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:16:57.3428227Z echo "mobile_memory_cleanup" failed with exit code 0 2025-07-24T06:16:57.3428590Z goto fail 2025-07-24T06:16:57.3428791Z ) 2025-07-24T06:16:57.3428899Z 2025-07-24T06:16:57.3429086Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:16:57.3429350Z 2025-07-24T06:16:57.3429483Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:16:57.3430245Z call :libtorch_check "NamedTensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-07-24T06:16:57.3430981Z if errorlevel 1 goto fail 2025-07-24T06:16:57.3431257Z ) 2025-07-24T06:16:57.3431363Z 2025-07-24T06:16:57.3431678Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:16:57.3432070Z 2025-07-24T06:16:57.3432523Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:16:57.3433085Z 2025-07-24T06:16:57.3433413Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:16:57.3434002Z 2025-07-24T06:16:57.3434532Z (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-07-24T06:16:57.3435464Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-07-24T06:16:57.3437382Z 2025-07-24T06:16:57.3437785Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:16:57.3438640Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-07-24T06:16:57.3439147Z goto :eof 2025-07-24T06:16:57.3439389Z ) 2025-07-24T06:16:57.3439495Z 2025-07-24T06:16:57.3439858Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/NamedTensor_test" 2025-07-24T06:17:03.3167434Z Found test times from artifacts 2025-07-24T06:17:03.4581346Z Found test times from artifacts 2025-07-24T06:17:03.4631598Z Running 25% of tests based on TD 2025-07-24T06:17:03.4637165Z Running parallel tests on 3 processes 2025-07-24T06:17:03.4637591Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:17:03.4637884Z Serial tests (0): 2025-07-24T06:17:03.4638240Z Parallel tests (1): 2025-07-24T06:17:03.4638493Z cpp/NamedTensor_test 1/1 2025-07-24T06:17:03.4638746Z Name: excluded (est. time: 0.0min) 2025-07-24T06:17:03.4639008Z Serial tests (0): 2025-07-24T06:17:03.4639217Z Parallel tests (0): 2025-07-24T06:17:03.4640999Z Running cpp/NamedTensor_test 1/1 ... [2025-07-24 06:17:03.464011] 2025-07-24T06:17:03.4641396Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:03.4651406Z 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-e9d965586217e9a3.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:03.464585] 2025-07-24T06:17:03.4653143Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:17:05.5497788Z 2025-07-24T06:17:05.5498659Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_cd97cba7a82a5fc7_.log 2025-07-24T06:17:05.5499442Z 2025-07-24T06:17:09.5628626Z Running cpp/NamedTensor_test 1/1 ... [2025-07-24 06:17:09.553096] 2025-07-24T06:17:09.5629081Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:09.5640469Z 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-9a2a027be1838e37.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:09.563803] 2025-07-24T06:17:13.2522720Z 2025-07-24T06:17:13.2523547Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_73c759bae8639b38_.log 2025-07-24T06:17:13.2524331Z 2025-07-24T06:17:14.0149676Z Running test batch 'tests to run' cost 10.54 seconds 2025-07-24T06:17:14.0156349Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:17:14.0156816Z Uploading artifacts took 0.00 seconds 2025-07-24T06:17:14.6634613Z 2025-07-24T06:17:14.6635280Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:17:14.6635759Z echo "NamedTensor_test" failed with exit code 0 2025-07-24T06:17:14.6636073Z goto fail 2025-07-24T06:17:14.6636263Z ) 2025-07-24T06:17:14.6636373Z 2025-07-24T06:17:14.6636561Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:17:14.6636981Z echo "NamedTensor_test" failed with exit code 0 2025-07-24T06:17:14.6637443Z goto fail 2025-07-24T06:17:14.6637613Z ) 2025-07-24T06:17:14.6637711Z 2025-07-24T06:17:14.6637886Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:17:14.6645737Z 2025-07-24T06:17:14.6646115Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:17:14.6646814Z call :libtorch_check "native_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-07-24T06:17:14.6647417Z if errorlevel 1 goto fail 2025-07-24T06:17:14.6647646Z ) 2025-07-24T06:17:14.6656633Z 2025-07-24T06:17:14.6657292Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:17:14.6660534Z 2025-07-24T06:17:14.6660996Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:17:14.6663424Z 2025-07-24T06:17:14.6664081Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "verify_api_visibility" goto :eof 2025-07-24T06:17:14.6664703Z 2025-07-24T06:17:14.6665251Z (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-07-24T06:17:14.6666246Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-07-24T06:17:14.6667823Z 2025-07-24T06:17:14.6668649Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:17:14.6669349Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-07-24T06:17:14.6669807Z goto :eof 2025-07-24T06:17:14.6669992Z ) 2025-07-24T06:17:14.6670190Z 2025-07-24T06:17:14.6670542Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/native_test" 2025-07-24T06:17:20.5230956Z Found test times from artifacts 2025-07-24T06:17:20.6653680Z Found test times from artifacts 2025-07-24T06:17:20.6704206Z Running 25% of tests based on TD 2025-07-24T06:17:20.6709206Z Running parallel tests on 3 processes 2025-07-24T06:17:20.6709607Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:17:20.6709877Z Serial tests (0): 2025-07-24T06:17:20.6710104Z Parallel tests (1): 2025-07-24T06:17:20.6710342Z cpp/native_test 1/1 2025-07-24T06:17:20.6710590Z Name: excluded (est. time: 0.0min) 2025-07-24T06:17:20.6710845Z Serial tests (0): 2025-07-24T06:17:20.6711059Z Parallel tests (0): 2025-07-24T06:17:20.6712953Z Running cpp/native_test 1/1 ... [2025-07-24 06:17:20.661533] 2025-07-24T06:17:20.6713328Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:20.6723506Z 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-566070a82a83ff79.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:20.672147] 2025-07-24T06:17:20.6725209Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:17:22.8110374Z 2025-07-24T06:17:22.8111212Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_03cc2319d15647a4_.log 2025-07-24T06:17:22.8111839Z 2025-07-24T06:17:26.7707033Z Running cpp/native_test 1/1 ... [2025-07-24 06:17:26.770510] 2025-07-24T06:17:26.7707541Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:26.7729710Z 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-0ad18c851e33c16c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:26.772272] 2025-07-24T06:17:29.2460560Z 2025-07-24T06:17:29.2461659Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_0449ed8cfa02f4d7_.log 2025-07-24T06:17:29.2462481Z 2025-07-24T06:17:30.0093982Z Running test batch 'tests to run' cost 9.35 seconds 2025-07-24T06:17:30.0099543Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:17:30.0099999Z Uploading artifacts took 0.00 seconds 2025-07-24T06:17:30.6390475Z 2025-07-24T06:17:30.6391285Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:17:30.6391909Z echo "native_test" failed with exit code 0 2025-07-24T06:17:30.6392196Z goto fail 2025-07-24T06:17:30.6392389Z ) 2025-07-24T06:17:30.6392507Z 2025-07-24T06:17:30.6392695Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:17:30.6393118Z echo "native_test" failed with exit code 0 2025-07-24T06:17:30.6393408Z goto fail 2025-07-24T06:17:30.6393578Z ) 2025-07-24T06:17:30.6393675Z 2025-07-24T06:17:30.6393851Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:17:30.6401746Z 2025-07-24T06:17:30.6402005Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:17:30.6402751Z call :libtorch_check "operators_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-07-24T06:17:30.6403385Z if errorlevel 1 goto fail 2025-07-24T06:17:30.6403617Z ) 2025-07-24T06:17:30.6411150Z 2025-07-24T06:17:30.6411747Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:17:30.6415092Z 2025-07-24T06:17:30.6415567Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:17:30.6417818Z 2025-07-24T06:17:30.6419102Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "verify_api_visibility" goto :eof 2025-07-24T06:17:30.6419563Z 2025-07-24T06:17:30.6420052Z (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-07-24T06:17:30.6420969Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-07-24T06:17:30.6421913Z 2025-07-24T06:17:30.6422417Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:17:30.6423119Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-07-24T06:17:30.6423612Z goto :eof 2025-07-24T06:17:30.6423798Z ) 2025-07-24T06:17:30.6424531Z 2025-07-24T06:17:30.6425361Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operators_test" 2025-07-24T06:17:36.4479820Z Found test times from artifacts 2025-07-24T06:17:36.5890094Z Found test times from artifacts 2025-07-24T06:17:36.5943152Z Running 25% of tests based on TD 2025-07-24T06:17:36.5947162Z Running parallel tests on 3 processes 2025-07-24T06:17:36.5948947Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:17:36.5949236Z Serial tests (0): 2025-07-24T06:17:36.5949455Z Parallel tests (1): 2025-07-24T06:17:36.5949697Z cpp/operators_test 1/1 2025-07-24T06:17:36.5949957Z Name: excluded (est. time: 0.0min) 2025-07-24T06:17:36.5950228Z Serial tests (0): 2025-07-24T06:17:36.5950430Z Parallel tests (0): 2025-07-24T06:17:36.5951145Z Running cpp/operators_test 1/1 ... [2025-07-24 06:17:36.594844] 2025-07-24T06:17:36.5951545Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:36.5961507Z 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-357547fe08ffc0a6.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:36.595453] 2025-07-24T06:17:36.5963226Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:17:38.7998046Z 2025-07-24T06:17:38.7998908Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_0c3788b3b68cb077_.log 2025-07-24T06:17:38.7999902Z 2025-07-24T06:17:42.8658438Z Running cpp/operators_test 1/1 ... [2025-07-24 06:17:42.865305] 2025-07-24T06:17:42.8658924Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:42.8668311Z 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-60152adf132e524a.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:42.866471] 2025-07-24T06:17:45.7278094Z 2025-07-24T06:17:45.7278905Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_59f9afd2d05f8e11_.log 2025-07-24T06:17:45.7279623Z 2025-07-24T06:17:46.6625957Z Running test batch 'tests to run' cost 10.07 seconds 2025-07-24T06:17:46.6632560Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:17:46.6633011Z Uploading artifacts took 0.00 seconds 2025-07-24T06:17:47.2985867Z 2025-07-24T06:17:47.2986357Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:17:47.2986800Z echo "operators_test" failed with exit code 0 2025-07-24T06:17:47.2987183Z goto fail 2025-07-24T06:17:47.2987388Z ) 2025-07-24T06:17:47.2988879Z 2025-07-24T06:17:47.2989400Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:17:47.2990027Z echo "operators_test" failed with exit code 0 2025-07-24T06:17:47.2990328Z goto fail 2025-07-24T06:17:47.2990521Z ) 2025-07-24T06:17:47.2990624Z 2025-07-24T06:17:47.2990789Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:17:47.2997627Z 2025-07-24T06:17:47.2997841Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:17:47.2998573Z call :libtorch_check "operator_name_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-07-24T06:17:47.2999263Z if errorlevel 1 goto fail 2025-07-24T06:17:47.2999539Z ) 2025-07-24T06:17:47.3008465Z 2025-07-24T06:17:47.3009020Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:17:47.3012649Z 2025-07-24T06:17:47.3013167Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:17:47.3015543Z 2025-07-24T06:17:47.3016071Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "verify_api_visibility" goto :eof 2025-07-24T06:17:47.3017567Z 2025-07-24T06:17:47.3018273Z (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-07-24T06:17:47.3019233Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-07-24T06:17:47.3019741Z 2025-07-24T06:17:47.3020129Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:17:47.3020850Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-07-24T06:17:47.3021355Z goto :eof 2025-07-24T06:17:47.3021554Z ) 2025-07-24T06:17:47.3021655Z 2025-07-24T06:17:47.3022061Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operator_name_test" 2025-07-24T06:17:53.1266303Z Found test times from artifacts 2025-07-24T06:17:53.2891059Z Found test times from artifacts 2025-07-24T06:17:53.2981922Z Running 25% of tests based on TD 2025-07-24T06:17:53.2989033Z Running parallel tests on 3 processes 2025-07-24T06:17:53.2989511Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:17:53.2989802Z Serial tests (0): 2025-07-24T06:17:53.2990009Z Parallel tests (1): 2025-07-24T06:17:53.2990247Z cpp/operator_name_test 1/1 2025-07-24T06:17:53.2990506Z Name: excluded (est. time: 0.0min) 2025-07-24T06:17:53.2990767Z Serial tests (0): 2025-07-24T06:17:53.2990969Z Parallel tests (0): 2025-07-24T06:17:53.2994615Z Running cpp/operator_name_test 1/1 ... [2025-07-24 06:17:53.299328] 2025-07-24T06:17:53.2995110Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:53.3008469Z 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-c51f5bde960e72e6.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:53.300586] 2025-07-24T06:17:53.3010171Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:17:54.6713301Z 2025-07-24T06:17:54.6714359Z 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_0bfd4898cde07030_.log 2025-07-24T06:17:54.6714996Z 2025-07-24T06:17:58.7012503Z Running cpp/operator_name_test 1/1 ... [2025-07-24 06:17:58.700659] 2025-07-24T06:17:58.7012939Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:17:58.7021720Z 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-f4785a0de639af2c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:17:58.700659] 2025-07-24T06:18:00.0709625Z 2025-07-24T06:18:00.0710843Z 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_c30c53a4cf997650_.log 2025-07-24T06:18:00.0712545Z 2025-07-24T06:18:00.8759883Z Running test batch 'tests to run' cost 7.58 seconds 2025-07-24T06:18:00.8766919Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:18:00.8767442Z Uploading artifacts took 0.00 seconds 2025-07-24T06:18:01.5067345Z 2025-07-24T06:18:01.5068041Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:18:01.5068566Z echo "operator_name_test" failed with exit code 0 2025-07-24T06:18:01.5068894Z goto fail 2025-07-24T06:18:01.5069117Z ) 2025-07-24T06:18:01.5069238Z 2025-07-24T06:18:01.5069452Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:18:01.5069913Z echo "operator_name_test" failed with exit code 0 2025-07-24T06:18:01.5070232Z goto fail 2025-07-24T06:18:01.5070449Z ) 2025-07-24T06:18:01.5070557Z 2025-07-24T06:18:01.5070732Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:18:01.5077651Z 2025-07-24T06:18:01.5078146Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:18:01.5078973Z call :libtorch_check "op_allowlist_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-07-24T06:18:01.5079618Z if errorlevel 1 goto fail 2025-07-24T06:18:01.5079892Z ) 2025-07-24T06:18:01.5088426Z 2025-07-24T06:18:01.5088856Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:18:01.5092972Z 2025-07-24T06:18:01.5093467Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:18:01.5096034Z 2025-07-24T06:18:01.5096484Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "verify_api_visibility" goto :eof 2025-07-24T06:18:01.5097901Z 2025-07-24T06:18:01.5098477Z (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-07-24T06:18:01.5099584Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-07-24T06:18:01.5100036Z 2025-07-24T06:18:01.5100382Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:18:01.5101103Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-07-24T06:18:01.5101702Z goto :eof 2025-07-24T06:18:01.5101901Z ) 2025-07-24T06:18:01.5102039Z 2025-07-24T06:18:01.5102403Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_allowlist_test" 2025-07-24T06:18:07.4821956Z Found test times from artifacts 2025-07-24T06:18:07.6242720Z Found test times from artifacts 2025-07-24T06:18:07.6293672Z Running 25% of tests based on TD 2025-07-24T06:18:07.6299299Z Running parallel tests on 3 processes 2025-07-24T06:18:07.6299754Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:18:07.6300073Z Serial tests (0): 2025-07-24T06:18:07.6300308Z Parallel tests (1): 2025-07-24T06:18:07.6300585Z cpp/op_allowlist_test 1/1 2025-07-24T06:18:07.6301119Z Name: excluded (est. time: 0.0min) 2025-07-24T06:18:07.6301443Z Serial tests (0): 2025-07-24T06:18:07.6301707Z Parallel tests (0): 2025-07-24T06:18:07.6303437Z Running cpp/op_allowlist_test 1/1 ... [2025-07-24 06:18:07.630255] 2025-07-24T06:18:07.6303878Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:18:07.6312955Z 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-5600c225192a8be2.xml', '-x', '--reruns=2'] ... [2025-07-24 06:18:07.630820] 2025-07-24T06:18:07.6314928Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:18:08.9840213Z 2025-07-24T06:18:08.9841238Z 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_5da198f6fd2920e7_.log 2025-07-24T06:18:08.9841936Z 2025-07-24T06:18:13.1552657Z Running cpp/op_allowlist_test 1/1 ... [2025-07-24 06:18:13.154755] 2025-07-24T06:18:13.1553136Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:18:13.1561909Z 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-b2a5d4bff74daa16.xml', '-x', '--reruns=2'] ... [2025-07-24 06:18:13.155918] 2025-07-24T06:18:14.5165374Z 2025-07-24T06:18:14.5166352Z 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_b52c1301a0ee9a8b_.log 2025-07-24T06:18:14.5167008Z 2025-07-24T06:18:15.2983917Z Running test batch 'tests to run' cost 7.67 seconds 2025-07-24T06:18:15.2990590Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:18:15.2991080Z Uploading artifacts took 0.00 seconds 2025-07-24T06:18:15.9200462Z 2025-07-24T06:18:15.9201052Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:18:15.9201540Z echo "op_allowlist_test" failed with exit code 0 2025-07-24T06:18:15.9201904Z goto fail 2025-07-24T06:18:15.9202098Z ) 2025-07-24T06:18:15.9202246Z 2025-07-24T06:18:15.9202446Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:18:15.9202888Z echo "op_allowlist_test" failed with exit code 0 2025-07-24T06:18:15.9203201Z goto fail 2025-07-24T06:18:15.9203474Z ) 2025-07-24T06:18:15.9204628Z 2025-07-24T06:18:15.9205254Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:18:15.9211001Z 2025-07-24T06:18:15.9211228Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:18:15.9211975Z call :libtorch_check "op_registration_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-07-24T06:18:15.9212645Z if errorlevel 1 goto fail 2025-07-24T06:18:15.9212906Z ) 2025-07-24T06:18:15.9224921Z 2025-07-24T06:18:15.9225592Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:18:15.9230135Z 2025-07-24T06:18:15.9230841Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:18:15.9234166Z 2025-07-24T06:18:15.9235064Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "verify_api_visibility" goto :eof 2025-07-24T06:18:15.9235539Z 2025-07-24T06:18:15.9236074Z (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-07-24T06:18:15.9237185Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-07-24T06:18:15.9237638Z 2025-07-24T06:18:15.9238004Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:18:15.9238770Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-07-24T06:18:15.9239356Z goto :eof 2025-07-24T06:18:15.9239553Z ) 2025-07-24T06:18:15.9239804Z 2025-07-24T06:18:15.9240188Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_registration_test" 2025-07-24T06:18:21.8560417Z Found test times from artifacts 2025-07-24T06:18:21.9982562Z Found test times from artifacts 2025-07-24T06:18:22.0033862Z Running 25% of tests based on TD 2025-07-24T06:18:22.0039743Z Running parallel tests on 3 processes 2025-07-24T06:18:22.0040216Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:18:22.0040572Z Serial tests (0): 2025-07-24T06:18:22.0040856Z Parallel tests (1): 2025-07-24T06:18:22.0041171Z cpp/op_registration_test 1/1 2025-07-24T06:18:22.0041474Z Name: excluded (est. time: 0.0min) 2025-07-24T06:18:22.0041763Z Serial tests (0): 2025-07-24T06:18:22.0042040Z Parallel tests (0): 2025-07-24T06:18:22.0043883Z Running cpp/op_registration_test 1/1 ... [2025-07-24 06:18:22.004101] 2025-07-24T06:18:22.0044325Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:18:22.0054779Z 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-dc9ab6f36a1f2b8e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:18:22.005284] 2025-07-24T06:18:22.0056486Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:18:24.1106370Z 2025-07-24T06:18:24.1107289Z 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_d4d4352edf84775f_.log 2025-07-24T06:18:24.1108086Z 2025-07-24T06:18:28.1527768Z Running cpp/op_registration_test 1/1 ... [2025-07-24 06:18:28.152282] 2025-07-24T06:18:28.1528329Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:18:28.1537256Z 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-567220c71289bd6a.xml', '-x', '--reruns=2'] ... [2025-07-24 06:18:28.153429] 2025-07-24T06:18:47.4329862Z 2025-07-24T06:18:47.4330807Z 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_58fb15436526cd71_.log 2025-07-24T06:18:47.4334659Z 2025-07-24T06:18:48.2804782Z Running test batch 'tests to run' cost 26.28 seconds 2025-07-24T06:18:48.2811951Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:18:48.2812482Z Uploading artifacts took 0.00 seconds 2025-07-24T06:18:48.9244620Z 2025-07-24T06:18:48.9245421Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:18:48.9246013Z echo "op_registration_test" failed with exit code 0 2025-07-24T06:18:48.9246361Z goto fail 2025-07-24T06:18:48.9246586Z ) 2025-07-24T06:18:48.9246698Z 2025-07-24T06:18:48.9246944Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:18:48.9247412Z echo "op_registration_test" failed with exit code 0 2025-07-24T06:18:48.9247764Z goto fail 2025-07-24T06:18:48.9247967Z ) 2025-07-24T06:18:48.9248626Z 2025-07-24T06:18:48.9249021Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:18:48.9255280Z 2025-07-24T06:18:48.9255542Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:18:48.9256580Z call :libtorch_check "packedtensoraccessor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-07-24T06:18:48.9257344Z if errorlevel 1 goto fail 2025-07-24T06:18:48.9257591Z ) 2025-07-24T06:18:48.9267604Z 2025-07-24T06:18:48.9268065Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:18:48.9273020Z 2025-07-24T06:18:48.9273517Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:18:48.9276183Z 2025-07-24T06:18:48.9276739Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:18:48.9277777Z 2025-07-24T06:18:48.9278366Z (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-07-24T06:18:48.9279397Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-07-24T06:18:48.9279904Z 2025-07-24T06:18:48.9280433Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:18:48.9281298Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-07-24T06:18:48.9281846Z goto :eof 2025-07-24T06:18:48.9282056Z ) 2025-07-24T06:18:48.9282159Z 2025-07-24T06:18:48.9282556Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/packedtensoraccessor_test" 2025-07-24T06:18:54.7533341Z Found test times from artifacts 2025-07-24T06:18:54.8951660Z Found test times from artifacts 2025-07-24T06:18:54.9001178Z Running 25% of tests based on TD 2025-07-24T06:18:54.9006743Z Running parallel tests on 3 processes 2025-07-24T06:18:54.9007178Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:18:54.9007473Z Serial tests (0): 2025-07-24T06:18:54.9007755Z Parallel tests (1): 2025-07-24T06:18:54.9008019Z cpp/packedtensoraccessor_test 1/1 2025-07-24T06:18:54.9008348Z Name: excluded (est. time: 0.0min) 2025-07-24T06:18:54.9008620Z Serial tests (0): 2025-07-24T06:18:54.9008869Z Parallel tests (0): 2025-07-24T06:18:54.9010496Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-07-24 06:18:54.888678] 2025-07-24T06:18:54.9010966Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:18:54.9020538Z 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-4f8824274d0e407b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:18:54.888678] 2025-07-24T06:18:54.9022461Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:18:57.0790086Z 2025-07-24T06:18:57.0791279Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_f6b6c73e329db04d_.log 2025-07-24T06:18:57.0792239Z 2025-07-24T06:19:01.1031282Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-07-24 06:19:01.102890] 2025-07-24T06:19:01.1031832Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:19:01.1043526Z 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-7249561ee033e573.xml', '-x', '--reruns=2'] ... [2025-07-24 06:19:01.104084] 2025-07-24T06:19:03.7773192Z 2025-07-24T06:19:03.7774737Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_5bd12286faa0846b_.log 2025-07-24T06:19:03.7776241Z 2025-07-24T06:19:04.5302718Z Running test batch 'tests to run' cost 9.63 seconds 2025-07-24T06:19:04.5309682Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:19:04.5310245Z Uploading artifacts took 0.00 seconds 2025-07-24T06:19:05.1762655Z 2025-07-24T06:19:05.1763352Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:19:05.1764062Z echo "packedtensoraccessor_test" failed with exit code 0 2025-07-24T06:19:05.1764449Z goto fail 2025-07-24T06:19:05.1764645Z ) 2025-07-24T06:19:05.1764763Z 2025-07-24T06:19:05.1765027Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:19:05.1765563Z echo "packedtensoraccessor_test" failed with exit code 0 2025-07-24T06:19:05.1765947Z goto fail 2025-07-24T06:19:05.1766138Z ) 2025-07-24T06:19:05.1766268Z 2025-07-24T06:19:05.1766435Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:19:05.1772955Z 2025-07-24T06:19:05.1773210Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:19:05.1773846Z call :libtorch_check "pow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-07-24T06:19:05.1774464Z if errorlevel 1 goto fail 2025-07-24T06:19:05.1774709Z ) 2025-07-24T06:19:05.1784777Z 2025-07-24T06:19:05.1785279Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:19:05.1789046Z 2025-07-24T06:19:05.1789551Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:19:05.1791875Z 2025-07-24T06:19:05.1792474Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "verify_api_visibility" goto :eof 2025-07-24T06:19:05.1793193Z 2025-07-24T06:19:05.1793780Z (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-07-24T06:19:05.1794756Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-07-24T06:19:05.1795159Z 2025-07-24T06:19:05.1795749Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:19:05.1796492Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-07-24T06:19:05.1796995Z goto :eof 2025-07-24T06:19:05.1797194Z ) 2025-07-24T06:19:05.1797307Z 2025-07-24T06:19:05.1797675Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/pow_test" 2025-07-24T06:19:11.0026927Z Found test times from artifacts 2025-07-24T06:19:11.1450704Z Found test times from artifacts 2025-07-24T06:19:11.1500524Z Running 25% of tests based on TD 2025-07-24T06:19:11.1506068Z Running parallel tests on 3 processes 2025-07-24T06:19:11.1506516Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:19:11.1506804Z Serial tests (0): 2025-07-24T06:19:11.1507073Z Parallel tests (1): 2025-07-24T06:19:11.1507311Z cpp/pow_test 1/1 2025-07-24T06:19:11.1507577Z Name: excluded (est. time: 0.0min) 2025-07-24T06:19:11.1507873Z Serial tests (0): 2025-07-24T06:19:11.1508250Z Parallel tests (0): 2025-07-24T06:19:11.1509874Z Running cpp/pow_test 1/1 ... [2025-07-24 06:19:11.150176] 2025-07-24T06:19:11.1510259Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:19:11.1520109Z 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-62b2890a4dfa038d.xml', '-x', '--reruns=2'] ... [2025-07-24 06:19:11.150176] 2025-07-24T06:19:11.1521916Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:19:13.2685423Z 2025-07-24T06:19:13.2686255Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_7462483f40e84706_.log 2025-07-24T06:19:13.2687125Z 2025-07-24T06:19:17.2907517Z Running cpp/pow_test 1/1 ... [2025-07-24 06:19:17.285734] 2025-07-24T06:19:17.2907979Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:19:17.2917047Z 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-4021fd58db97dc80.xml', '-x', '--reruns=2'] ... [2025-07-24 06:19:17.285734] 2025-07-24T06:19:21.4121813Z 2025-07-24T06:19:21.4122719Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_751caf0da82d5e60_.log 2025-07-24T06:19:21.4123899Z 2025-07-24T06:19:22.1651237Z Running test batch 'tests to run' cost 11.01 seconds 2025-07-24T06:19:22.1657930Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:19:22.1658455Z Uploading artifacts took 0.00 seconds 2025-07-24T06:19:22.8092692Z 2025-07-24T06:19:22.8093430Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:19:22.8093965Z echo "pow_test" failed with exit code 0 2025-07-24T06:19:22.8094326Z goto fail 2025-07-24T06:19:22.8094553Z ) 2025-07-24T06:19:22.8095672Z 2025-07-24T06:19:22.8096279Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:19:22.8096750Z echo "pow_test" failed with exit code 0 2025-07-24T06:19:22.8097100Z goto fail 2025-07-24T06:19:22.8097324Z ) 2025-07-24T06:19:22.8097461Z 2025-07-24T06:19:22.8097682Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:19:22.8104335Z 2025-07-24T06:19:22.8104607Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:19:22.8105346Z call :libtorch_check "quantized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-07-24T06:19:22.8106104Z if errorlevel 1 goto fail 2025-07-24T06:19:22.8106396Z ) 2025-07-24T06:19:22.8115831Z 2025-07-24T06:19:22.8120493Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:19:22.8120909Z 2025-07-24T06:19:22.8121343Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:19:22.8123898Z 2025-07-24T06:19:22.8124295Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "verify_api_visibility" goto :eof 2025-07-24T06:19:22.8124898Z 2025-07-24T06:19:22.8125393Z (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-07-24T06:19:22.8126316Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-07-24T06:19:22.8126773Z 2025-07-24T06:19:22.8127081Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:19:22.8127887Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-07-24T06:19:22.8128383Z goto :eof 2025-07-24T06:19:22.8128613Z ) 2025-07-24T06:19:22.8128723Z 2025-07-24T06:19:22.8129085Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/quantized_test" 2025-07-24T06:19:28.8535682Z Found test times from artifacts 2025-07-24T06:19:28.9954152Z Found test times from artifacts 2025-07-24T06:19:29.0004497Z Running 25% of tests based on TD 2025-07-24T06:19:29.0010321Z Running parallel tests on 3 processes 2025-07-24T06:19:29.0010721Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:19:29.0011014Z Serial tests (0): 2025-07-24T06:19:29.0011410Z Parallel tests (1): 2025-07-24T06:19:29.0011665Z cpp/quantized_test 1/1 2025-07-24T06:19:29.0011954Z Name: excluded (est. time: 0.0min) 2025-07-24T06:19:29.0012237Z Serial tests (0): 2025-07-24T06:19:29.0012487Z Parallel tests (0): 2025-07-24T06:19:29.0013791Z Running cpp/quantized_test 1/1 ... [2025-07-24 06:19:28.999443] 2025-07-24T06:19:29.0014221Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:19:29.0024056Z 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-9ccb0e049f9d4622.xml', '-x', '--reruns=2'] ... [2025-07-24 06:19:28.999443] 2025-07-24T06:19:29.0025954Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:19:31.1365335Z 2025-07-24T06:19:31.1366226Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_75a69e5c7a4ab814_.log 2025-07-24T06:19:31.1366878Z 2025-07-24T06:19:35.1574206Z Running cpp/quantized_test 1/1 ... [2025-07-24 06:19:35.156054] 2025-07-24T06:19:35.1574706Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:19:35.1583632Z 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-1f865ccf83b7cb53.xml', '-x', '--reruns=2'] ... [2025-07-24 06:19:35.156054] 2025-07-24T06:19:38.5293699Z 2025-07-24T06:19:38.5294546Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_f9b4fb9cb2a507e8_.log 2025-07-24T06:19:38.5303593Z 2025-07-24T06:19:39.2896859Z Running test batch 'tests to run' cost 10.29 seconds 2025-07-24T06:19:39.2903294Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:19:39.2903757Z Uploading artifacts took 0.00 seconds 2025-07-24T06:19:39.9382761Z 2025-07-24T06:19:39.9383566Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:19:39.9384048Z echo "quantized_test" failed with exit code 0 2025-07-24T06:19:39.9384351Z goto fail 2025-07-24T06:19:39.9384560Z ) 2025-07-24T06:19:39.9384663Z 2025-07-24T06:19:39.9384853Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:19:39.9385285Z echo "quantized_test" failed with exit code 0 2025-07-24T06:19:39.9385593Z goto fail 2025-07-24T06:19:39.9386392Z ) 2025-07-24T06:19:39.9386491Z 2025-07-24T06:19:39.9386670Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:19:39.9392454Z 2025-07-24T06:19:39.9392969Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:19:39.9393723Z call :libtorch_check "reduce_ops_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-07-24T06:19:39.9394358Z if errorlevel 1 goto fail 2025-07-24T06:19:39.9394592Z ) 2025-07-24T06:19:39.9403809Z 2025-07-24T06:19:39.9404385Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:19:39.9407875Z 2025-07-24T06:19:39.9408338Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:19:39.9411063Z 2025-07-24T06:19:39.9411630Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "verify_api_visibility" goto :eof 2025-07-24T06:19:39.9412396Z 2025-07-24T06:19:39.9413003Z (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-07-24T06:19:39.9413998Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-07-24T06:19:39.9414572Z 2025-07-24T06:19:39.9414953Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:19:39.9415671Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-07-24T06:19:39.9416193Z goto :eof 2025-07-24T06:19:39.9416430Z ) 2025-07-24T06:19:39.9417259Z 2025-07-24T06:19:39.9417762Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reduce_ops_test" 2025-07-24T06:19:45.7024551Z Found test times from artifacts 2025-07-24T06:19:45.8448685Z Found test times from artifacts 2025-07-24T06:19:45.8499028Z Running 25% of tests based on TD 2025-07-24T06:19:45.8504465Z Running parallel tests on 3 processes 2025-07-24T06:19:45.8505046Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:19:45.8505325Z Serial tests (0): 2025-07-24T06:19:45.8505593Z Parallel tests (1): 2025-07-24T06:19:45.8505880Z cpp/reduce_ops_test 1/1 2025-07-24T06:19:45.8506188Z Name: excluded (est. time: 0.0min) 2025-07-24T06:19:45.8506445Z Serial tests (0): 2025-07-24T06:19:45.8506705Z Parallel tests (0): 2025-07-24T06:19:45.8508717Z Running cpp/reduce_ops_test 1/1 ... [2025-07-24 06:19:45.850650] 2025-07-24T06:19:45.8509097Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:19:45.8519702Z 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-bdfa56a2903d7225.xml', '-x', '--reruns=2'] ... [2025-07-24 06:19:45.851641] 2025-07-24T06:19:45.8521384Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:19:48.0301929Z 2025-07-24T06:19:48.0302776Z 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_f29f7bbacbf7cc69_.log 2025-07-24T06:19:48.0303523Z 2025-07-24T06:19:52.0420141Z Running cpp/reduce_ops_test 1/1 ... [2025-07-24 06:19:52.041838] 2025-07-24T06:19:52.0420841Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:19:52.0445376Z 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-bed3c44c5a764b3d.xml', '-x', '--reruns=2'] ... [2025-07-24 06:19:52.042924] 2025-07-24T06:19:54.5744267Z 2025-07-24T06:19:54.5745238Z 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_f39b68e9f0aea497_.log 2025-07-24T06:19:54.5745878Z 2025-07-24T06:19:55.3952018Z Running test batch 'tests to run' cost 9.54 seconds 2025-07-24T06:19:55.3958562Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:19:55.3959017Z Uploading artifacts took 0.00 seconds 2025-07-24T06:19:56.0222744Z 2025-07-24T06:19:56.0223391Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:19:56.0224013Z echo "reduce_ops_test" failed with exit code 0 2025-07-24T06:19:56.0224347Z goto fail 2025-07-24T06:19:56.0224556Z ) 2025-07-24T06:19:56.0224669Z 2025-07-24T06:19:56.0224861Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:19:56.0225296Z echo "reduce_ops_test" failed with exit code 0 2025-07-24T06:19:56.0225582Z goto fail 2025-07-24T06:19:56.0225765Z ) 2025-07-24T06:19:56.0225900Z 2025-07-24T06:19:56.0226364Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:19:56.0234822Z 2025-07-24T06:19:56.0235102Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:19:56.0235970Z call :libtorch_check "reportMemoryUsage_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-07-24T06:19:56.0236675Z if errorlevel 1 goto fail 2025-07-24T06:19:56.0236907Z ) 2025-07-24T06:19:56.0245206Z 2025-07-24T06:19:56.0249399Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:19:56.0249796Z 2025-07-24T06:19:56.0250221Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:19:56.0251757Z 2025-07-24T06:19:56.0252234Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "verify_api_visibility" goto :eof 2025-07-24T06:19:56.0253070Z 2025-07-24T06:19:56.0253631Z (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-07-24T06:19:56.0254611Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-07-24T06:19:56.0255311Z 2025-07-24T06:19:56.0255755Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:19:56.0256519Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-07-24T06:19:56.0257043Z goto :eof 2025-07-24T06:19:56.0257224Z ) 2025-07-24T06:19:56.0257336Z 2025-07-24T06:19:56.0257716Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reportMemoryUsage_test" 2025-07-24T06:20:01.8249300Z Found test times from artifacts 2025-07-24T06:20:01.9671821Z Found test times from artifacts 2025-07-24T06:20:01.9722725Z Running 25% of tests based on TD 2025-07-24T06:20:01.9728324Z Running parallel tests on 3 processes 2025-07-24T06:20:01.9728789Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:20:01.9729075Z Serial tests (0): 2025-07-24T06:20:01.9729316Z Parallel tests (1): 2025-07-24T06:20:01.9729555Z cpp/reportMemoryUsage_test 1/1 2025-07-24T06:20:01.9729889Z Name: excluded (est. time: 0.0min) 2025-07-24T06:20:01.9730157Z Serial tests (0): 2025-07-24T06:20:01.9730417Z Parallel tests (0): 2025-07-24T06:20:01.9732434Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-07-24 06:20:01.973027] 2025-07-24T06:20:01.9732856Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:01.9742686Z 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-5599e84b703b4957.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:01.973599] 2025-07-24T06:20:01.9744571Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:20:04.1641904Z 2025-07-24T06:20:04.1643122Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_f186f159308bad8f_.log 2025-07-24T06:20:04.1643891Z 2025-07-24T06:20:08.2784517Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-07-24 06:20:08.278012] 2025-07-24T06:20:08.2785000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:08.2794166Z 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-800bc5c8e7559fb8.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:08.279159] 2025-07-24T06:20:10.9127181Z 2025-07-24T06:20:10.9129476Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_a26016bc42bc31d1_.log 2025-07-24T06:20:10.9130193Z 2025-07-24T06:20:11.6734504Z Running test batch 'tests to run' cost 9.7 seconds 2025-07-24T06:20:11.6742092Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:20:11.6742584Z Uploading artifacts took 0.00 seconds 2025-07-24T06:20:12.3043972Z 2025-07-24T06:20:12.3044756Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:20:12.3045263Z echo "reportMemoryUsage_test" failed with exit code 0 2025-07-24T06:20:12.3045738Z goto fail 2025-07-24T06:20:12.3045928Z ) 2025-07-24T06:20:12.3046035Z 2025-07-24T06:20:12.3046235Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:20:12.3046680Z echo "reportMemoryUsage_test" failed with exit code 0 2025-07-24T06:20:12.3047011Z goto fail 2025-07-24T06:20:12.3047181Z ) 2025-07-24T06:20:12.3047294Z 2025-07-24T06:20:12.3047450Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:20:12.3053798Z 2025-07-24T06:20:12.3054327Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:20:12.3055046Z call :libtorch_check "scalar_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-07-24T06:20:12.3055695Z if errorlevel 1 goto fail 2025-07-24T06:20:12.3055929Z ) 2025-07-24T06:20:12.3064402Z 2025-07-24T06:20:12.3064859Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:20:12.3068030Z 2025-07-24T06:20:12.3068637Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:20:12.3070875Z 2025-07-24T06:20:12.3071427Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:20:12.3072615Z 2025-07-24T06:20:12.3073224Z (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-07-24T06:20:12.3074166Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-07-24T06:20:12.3074950Z 2025-07-24T06:20:12.3075366Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:20:12.3076648Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-07-24T06:20:12.3077148Z goto :eof 2025-07-24T06:20:12.3077339Z ) 2025-07-24T06:20:12.3077437Z 2025-07-24T06:20:12.3077801Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_tensor_test" 2025-07-24T06:20:18.1511037Z Found test times from artifacts 2025-07-24T06:20:18.2925234Z Found test times from artifacts 2025-07-24T06:20:18.2975054Z Running 25% of tests based on TD 2025-07-24T06:20:18.2980767Z Running parallel tests on 3 processes 2025-07-24T06:20:18.2981213Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:20:18.2981526Z Serial tests (0): 2025-07-24T06:20:18.2981730Z Parallel tests (1): 2025-07-24T06:20:18.2981983Z cpp/scalar_tensor_test 1/1 2025-07-24T06:20:18.2982234Z Name: excluded (est. time: 0.0min) 2025-07-24T06:20:18.2982498Z Serial tests (0): 2025-07-24T06:20:18.2982837Z Parallel tests (0): 2025-07-24T06:20:18.2984589Z Running cpp/scalar_tensor_test 1/1 ... [2025-07-24 06:20:18.290176] 2025-07-24T06:20:18.2985005Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:18.2994983Z 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-09374c53a449b1be.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:18.290176] 2025-07-24T06:20:18.2996788Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:20:20.4252762Z 2025-07-24T06:20:20.4253727Z 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_84ed0da755745427_.log 2025-07-24T06:20:20.4254352Z 2025-07-24T06:20:24.5102656Z Running cpp/scalar_tensor_test 1/1 ... [2025-07-24 06:20:24.507282] 2025-07-24T06:20:24.5104274Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:24.5112359Z 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-519acf951736c492.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:24.510364] 2025-07-24T06:20:27.0652154Z 2025-07-24T06:20:27.0652973Z 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_740e3139c3efd5ef_.log 2025-07-24T06:20:27.0653666Z 2025-07-24T06:20:27.8499889Z Running test batch 'tests to run' cost 9.56 seconds 2025-07-24T06:20:27.8506549Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:20:27.8507051Z Uploading artifacts took 0.00 seconds 2025-07-24T06:20:28.4871604Z 2025-07-24T06:20:28.4872263Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:20:28.4872729Z echo "scalar_tensor_test" failed with exit code 0 2025-07-24T06:20:28.4873066Z goto fail 2025-07-24T06:20:28.4873260Z ) 2025-07-24T06:20:28.4873365Z 2025-07-24T06:20:28.4873585Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:20:28.4874024Z echo "scalar_tensor_test" failed with exit code 0 2025-07-24T06:20:28.4874325Z goto fail 2025-07-24T06:20:28.4874509Z ) 2025-07-24T06:20:28.4874814Z 2025-07-24T06:20:28.4875244Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:20:28.4881852Z 2025-07-24T06:20:28.4882109Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:20:28.4882750Z call :libtorch_check "scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-07-24T06:20:28.4883339Z if errorlevel 1 goto fail 2025-07-24T06:20:28.4883603Z ) 2025-07-24T06:20:28.4892133Z 2025-07-24T06:20:28.4892511Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:20:28.4895886Z 2025-07-24T06:20:28.4896379Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:20:28.4898726Z 2025-07-24T06:20:28.4899152Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "verify_api_visibility" goto :eof 2025-07-24T06:20:28.4900098Z 2025-07-24T06:20:28.4900630Z (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-07-24T06:20:28.4901506Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-07-24T06:20:28.4902233Z 2025-07-24T06:20:28.4903555Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:20:28.4904269Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-07-24T06:20:28.4904742Z goto :eof 2025-07-24T06:20:28.4904938Z ) 2025-07-24T06:20:28.4905039Z 2025-07-24T06:20:28.4905384Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_test" 2025-07-24T06:20:34.2579477Z Found test times from artifacts 2025-07-24T06:20:34.4011754Z Found test times from artifacts 2025-07-24T06:20:34.4063502Z Running 25% of tests based on TD 2025-07-24T06:20:34.4069022Z Running parallel tests on 3 processes 2025-07-24T06:20:34.4069362Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:20:34.4069773Z Serial tests (0): 2025-07-24T06:20:34.4069996Z Parallel tests (1): 2025-07-24T06:20:34.4070236Z cpp/scalar_test 1/1 2025-07-24T06:20:34.4070469Z Name: excluded (est. time: 0.0min) 2025-07-24T06:20:34.4070754Z Serial tests (0): 2025-07-24T06:20:34.4070961Z Parallel tests (0): 2025-07-24T06:20:34.4072936Z Running cpp/scalar_test 1/1 ... [2025-07-24 06:20:34.406789] 2025-07-24T06:20:34.4073336Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:34.4083159Z 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-c87d377e3893432f.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:34.407880] 2025-07-24T06:20:34.4084971Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:20:36.5082627Z 2025-07-24T06:20:36.5083394Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_262658b3e53cd882_.log 2025-07-24T06:20:36.5084424Z 2025-07-24T06:20:40.5720529Z Running cpp/scalar_test 1/1 ... [2025-07-24 06:20:40.566533] 2025-07-24T06:20:40.5720953Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:40.5729983Z 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-9dfc68416b289e56.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:40.566533] 2025-07-24T06:20:43.5540853Z 2025-07-24T06:20:43.5541647Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_2558da6d9c18fe8c_.log 2025-07-24T06:20:43.5543658Z 2025-07-24T06:20:44.3577059Z Running test batch 'tests to run' cost 9.95 seconds 2025-07-24T06:20:44.3583536Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:20:44.3583978Z Uploading artifacts took 0.00 seconds 2025-07-24T06:20:44.9805264Z 2025-07-24T06:20:44.9806024Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:20:44.9806448Z echo "scalar_test" failed with exit code 0 2025-07-24T06:20:44.9806739Z goto fail 2025-07-24T06:20:44.9806904Z ) 2025-07-24T06:20:44.9807004Z 2025-07-24T06:20:44.9807239Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:20:44.9807625Z echo "scalar_test" failed with exit code 0 2025-07-24T06:20:44.9807897Z goto fail 2025-07-24T06:20:44.9808218Z ) 2025-07-24T06:20:44.9808687Z 2025-07-24T06:20:44.9809101Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:20:44.9815918Z 2025-07-24T06:20:44.9816189Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:20:44.9816880Z call :libtorch_check "StorageUtils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-07-24T06:20:44.9817516Z if errorlevel 1 goto fail 2025-07-24T06:20:44.9817732Z ) 2025-07-24T06:20:44.9826586Z 2025-07-24T06:20:44.9827083Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:20:44.9830891Z 2025-07-24T06:20:44.9831456Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:20:44.9833471Z 2025-07-24T06:20:44.9833980Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "verify_api_visibility" goto :eof 2025-07-24T06:20:44.9835394Z 2025-07-24T06:20:44.9835920Z (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-07-24T06:20:44.9836954Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-07-24T06:20:44.9837388Z 2025-07-24T06:20:44.9837702Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:20:44.9838416Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-07-24T06:20:44.9838897Z goto :eof 2025-07-24T06:20:44.9839150Z ) 2025-07-24T06:20:44.9839251Z 2025-07-24T06:20:44.9839604Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/StorageUtils_test" 2025-07-24T06:20:50.7147401Z Found test times from artifacts 2025-07-24T06:20:50.8564392Z Found test times from artifacts 2025-07-24T06:20:50.8631227Z Running 25% of tests based on TD 2025-07-24T06:20:50.8631557Z Running parallel tests on 3 processes 2025-07-24T06:20:50.8631843Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:20:50.8632108Z Serial tests (0): 2025-07-24T06:20:50.8632314Z Parallel tests (1): 2025-07-24T06:20:50.8632550Z cpp/StorageUtils_test 1/1 2025-07-24T06:20:50.8632800Z Name: excluded (est. time: 0.0min) 2025-07-24T06:20:50.8633047Z Serial tests (0): 2025-07-24T06:20:50.8633249Z Parallel tests (0): 2025-07-24T06:20:50.8633554Z Running cpp/StorageUtils_test 1/1 ... [2025-07-24 06:20:50.862479] 2025-07-24T06:20:50.8633946Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:50.8637643Z 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-29b42a85e438a8a2.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:50.863059] 2025-07-24T06:20:50.8639391Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:20:53.1100508Z 2025-07-24T06:20:53.1101388Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_08d21318aa86bc3e_.log 2025-07-24T06:20:53.1103033Z 2025-07-24T06:20:57.0994949Z Running cpp/StorageUtils_test 1/1 ... [2025-07-24 06:20:57.097579] 2025-07-24T06:20:57.0995426Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:20:57.1004213Z 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-30f7ed868eaff5f6.xml', '-x', '--reruns=2'] ... [2025-07-24 06:20:57.097579] 2025-07-24T06:20:59.5639541Z 2025-07-24T06:20:59.5640471Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_c6607d7d81c93f0f_.log 2025-07-24T06:20:59.5641104Z 2025-07-24T06:21:00.3267329Z Running test batch 'tests to run' cost 9.46 seconds 2025-07-24T06:21:00.3276288Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:21:00.3276769Z Uploading artifacts took 0.00 seconds 2025-07-24T06:21:01.0130063Z 2025-07-24T06:21:01.0130816Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:21:01.0131339Z echo "StorageUtils_test" failed with exit code 0 2025-07-24T06:21:01.0131695Z goto fail 2025-07-24T06:21:01.0131923Z ) 2025-07-24T06:21:01.0132038Z 2025-07-24T06:21:01.0132370Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:21:01.0132848Z echo "StorageUtils_test" failed with exit code 0 2025-07-24T06:21:01.0133184Z goto fail 2025-07-24T06:21:01.0133412Z ) 2025-07-24T06:21:01.0133886Z 2025-07-24T06:21:01.0134183Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:21:01.0141225Z 2025-07-24T06:21:01.0141462Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:21:01.0142370Z call :libtorch_check "stride_properties_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-07-24T06:21:01.0143088Z if errorlevel 1 goto fail 2025-07-24T06:21:01.0143339Z ) 2025-07-24T06:21:01.0152311Z 2025-07-24T06:21:01.0152968Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:21:01.0156317Z 2025-07-24T06:21:01.0156867Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:21:01.0159252Z 2025-07-24T06:21:01.0159789Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "verify_api_visibility" goto :eof 2025-07-24T06:21:01.0160578Z 2025-07-24T06:21:01.0161174Z (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-07-24T06:21:01.0162191Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-07-24T06:21:01.0162767Z 2025-07-24T06:21:01.0163206Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:21:01.0163996Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-07-24T06:21:01.0164550Z goto :eof 2025-07-24T06:21:01.0164747Z ) 2025-07-24T06:21:01.0164884Z 2025-07-24T06:21:01.0165362Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/stride_properties_test" 2025-07-24T06:21:06.7803772Z Found test times from artifacts 2025-07-24T06:21:06.9227311Z Found test times from artifacts 2025-07-24T06:21:06.9276289Z Running 25% of tests based on TD 2025-07-24T06:21:06.9282071Z Running parallel tests on 3 processes 2025-07-24T06:21:06.9282533Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:21:06.9282873Z Serial tests (0): 2025-07-24T06:21:06.9283130Z Parallel tests (1): 2025-07-24T06:21:06.9283380Z cpp/stride_properties_test 1/1 2025-07-24T06:21:06.9283689Z Name: excluded (est. time: 0.0min) 2025-07-24T06:21:06.9283958Z Serial tests (0): 2025-07-24T06:21:06.9284212Z Parallel tests (0): 2025-07-24T06:21:06.9285891Z Running cpp/stride_properties_test 1/1 ... [2025-07-24 06:21:06.924952] 2025-07-24T06:21:06.9286353Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:21:06.9311544Z 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-8fd6df8be9d814b1.xml', '-x', '--reruns=2'] ... [2025-07-24 06:21:06.929484] 2025-07-24T06:21:06.9313434Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:21:09.0192142Z 2025-07-24T06:21:09.0193062Z 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_05b551ea0a3c5a1b_.log 2025-07-24T06:21:09.0193776Z 2025-07-24T06:21:13.0592631Z Running cpp/stride_properties_test 1/1 ... [2025-07-24 06:21:13.058817] 2025-07-24T06:21:13.0593124Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:21:13.0602388Z 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-863aadc619074217.xml', '-x', '--reruns=2'] ... [2025-07-24 06:21:13.059921] 2025-07-24T06:21:16.0224343Z 2025-07-24T06:21:16.0225413Z 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_864a4c33c8129eb9_.log 2025-07-24T06:21:16.0226106Z 2025-07-24T06:21:16.8119581Z Running test batch 'tests to run' cost 9.89 seconds 2025-07-24T06:21:16.8125497Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:21:16.8126014Z Uploading artifacts took 0.00 seconds 2025-07-24T06:21:17.4451667Z 2025-07-24T06:21:17.4452349Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:21:17.4453642Z echo "stride_properties_test" failed with exit code 0 2025-07-24T06:21:17.4454017Z goto fail 2025-07-24T06:21:17.4454217Z ) 2025-07-24T06:21:17.4454362Z 2025-07-24T06:21:17.4454617Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:21:17.4455148Z echo "stride_properties_test" failed with exit code 0 2025-07-24T06:21:17.4455523Z goto fail 2025-07-24T06:21:17.4455739Z ) 2025-07-24T06:21:17.4455850Z 2025-07-24T06:21:17.4456015Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:21:17.4462200Z 2025-07-24T06:21:17.4462407Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:21:17.4463148Z call :libtorch_check "tensor_iterator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-07-24T06:21:17.4463835Z if errorlevel 1 goto fail 2025-07-24T06:21:17.4464108Z ) 2025-07-24T06:21:17.4473066Z 2025-07-24T06:21:17.4473446Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:21:17.4477118Z 2025-07-24T06:21:17.4477646Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:21:17.4480062Z 2025-07-24T06:21:17.4480786Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "verify_api_visibility" goto :eof 2025-07-24T06:21:17.4481529Z 2025-07-24T06:21:17.4482181Z (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-07-24T06:21:17.4483145Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-07-24T06:21:17.4483614Z 2025-07-24T06:21:17.4484097Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:21:17.4484867Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-07-24T06:21:17.4485413Z goto :eof 2025-07-24T06:21:17.4485646Z ) 2025-07-24T06:21:17.4485760Z 2025-07-24T06:21:17.4486143Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/tensor_iterator_test" 2025-07-24T06:21:23.3232281Z Found test times from artifacts 2025-07-24T06:21:23.4662645Z Found test times from artifacts 2025-07-24T06:21:23.4713189Z Running 25% of tests based on TD 2025-07-24T06:21:23.4718901Z Running parallel tests on 3 processes 2025-07-24T06:21:23.4719425Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:21:23.4719791Z Serial tests (0): 2025-07-24T06:21:23.4720047Z Parallel tests (1): 2025-07-24T06:21:23.4720323Z cpp/tensor_iterator_test 1/1 2025-07-24T06:21:23.4720747Z Name: excluded (est. time: 0.0min) 2025-07-24T06:21:23.4721054Z Serial tests (0): 2025-07-24T06:21:23.4721295Z Parallel tests (0): 2025-07-24T06:21:23.4722839Z Running cpp/tensor_iterator_test 1/1 ... [2025-07-24 06:21:23.471944] 2025-07-24T06:21:23.4723288Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:21:23.4732904Z 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-857ebcb3082d3b10.xml', '-x', '--reruns=2'] ... [2025-07-24 06:21:23.473048] 2025-07-24T06:21:23.4734777Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:21:25.5836261Z 2025-07-24T06:21:25.5837152Z 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_77b09a8f4f353f60_.log 2025-07-24T06:21:25.5837921Z 2025-07-24T06:21:29.5882411Z Running cpp/tensor_iterator_test 1/1 ... [2025-07-24 06:21:29.587612] 2025-07-24T06:21:29.5883032Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:21:29.5892171Z 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-490fbf48a95f0060.xml', '-x', '--reruns=2'] ... [2025-07-24 06:21:29.588809] 2025-07-24T06:21:40.6058775Z 2025-07-24T06:21:40.6059678Z 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_63db36ec29620d49_.log 2025-07-24T06:21:40.6061485Z 2025-07-24T06:21:41.4070427Z Running test batch 'tests to run' cost 17.93 seconds 2025-07-24T06:21:41.4077078Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:21:41.4077541Z Uploading artifacts took 0.00 seconds 2025-07-24T06:21:42.0437760Z 2025-07-24T06:21:42.0438564Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:21:42.0439097Z echo "tensor_iterator_test" failed with exit code 0 2025-07-24T06:21:42.0439436Z goto fail 2025-07-24T06:21:42.0439653Z ) 2025-07-24T06:21:42.0439840Z 2025-07-24T06:21:42.0440222Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:21:42.0440656Z echo "tensor_iterator_test" failed with exit code 0 2025-07-24T06:21:42.0441006Z goto fail 2025-07-24T06:21:42.0441200Z ) 2025-07-24T06:21:42.0441302Z 2025-07-24T06:21:42.0441461Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:21:42.0460115Z 2025-07-24T06:21:42.0460444Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:21:42.0461101Z call :libtorch_check "test_parallel" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-07-24T06:21:42.0461717Z if errorlevel 1 goto fail 2025-07-24T06:21:42.0461955Z ) 2025-07-24T06:21:42.0462058Z 2025-07-24T06:21:42.0462321Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:21:42.0464428Z 2025-07-24T06:21:42.0464907Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:21:42.0467487Z 2025-07-24T06:21:42.0467903Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "verify_api_visibility" goto :eof 2025-07-24T06:21:42.0468792Z 2025-07-24T06:21:42.0469313Z (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-07-24T06:21:42.0470205Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-07-24T06:21:42.0472133Z 2025-07-24T06:21:42.0472625Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:21:42.0473315Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-07-24T06:21:42.0473791Z goto :eof 2025-07-24T06:21:42.0473959Z ) 2025-07-24T06:21:42.0474077Z 2025-07-24T06:21:42.0474423Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/test_parallel" 2025-07-24T06:21:47.9216196Z Found test times from artifacts 2025-07-24T06:21:48.0739143Z Found test times from artifacts 2025-07-24T06:21:48.0790866Z Running 25% of tests based on TD 2025-07-24T06:21:48.0797310Z Running parallel tests on 3 processes 2025-07-24T06:21:48.0797668Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:21:48.0797954Z Serial tests (0): 2025-07-24T06:21:48.0798159Z Parallel tests (1): 2025-07-24T06:21:48.0798398Z cpp/test_parallel 1/1 2025-07-24T06:21:48.0798689Z Name: excluded (est. time: 0.0min) 2025-07-24T06:21:48.0798989Z Serial tests (0): 2025-07-24T06:21:48.0799203Z Parallel tests (0): 2025-07-24T06:21:48.0801105Z Running cpp/test_parallel 1/1 ... [2025-07-24 06:21:48.079884] 2025-07-24T06:21:48.0801493Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:21:48.0811711Z 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-c9837f12df8caa71.xml', '-x', '--reruns=2'] ... [2025-07-24 06:21:48.080987] 2025-07-24T06:21:48.0813673Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:21:50.1874313Z 2025-07-24T06:21:50.1875105Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_49f110036688dd74_.log 2025-07-24T06:21:50.1876033Z 2025-07-24T06:21:54.2060737Z Running cpp/test_parallel 1/1 ... [2025-07-24 06:21:54.201564] 2025-07-24T06:21:54.2061177Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:21:54.2070140Z 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-21a7229d2ae84c3e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:21:54.201564] 2025-07-24T06:21:57.2200759Z 2025-07-24T06:21:57.2201565Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_3751842a08dd444f_.log 2025-07-24T06:21:57.2202411Z 2025-07-24T06:21:57.9525438Z Running test batch 'tests to run' cost 9.87 seconds 2025-07-24T06:21:57.9532506Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:21:57.9533029Z Uploading artifacts took 0.00 seconds 2025-07-24T06:21:58.5874724Z 2025-07-24T06:21:58.5875279Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:21:58.5875745Z echo "test_parallel" failed with exit code 0 2025-07-24T06:21:58.5876053Z goto fail 2025-07-24T06:21:58.5876240Z ) 2025-07-24T06:21:58.5876362Z 2025-07-24T06:21:58.5876554Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:21:58.5877150Z echo "test_parallel" failed with exit code 0 2025-07-24T06:21:58.5877445Z goto fail 2025-07-24T06:21:58.5877631Z ) 2025-07-24T06:21:58.5878152Z 2025-07-24T06:21:58.5878408Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:21:58.5886553Z 2025-07-24T06:21:58.5886753Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:21:58.5887448Z call :libtorch_check "thread_init_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-07-24T06:21:58.5888167Z if errorlevel 1 goto fail 2025-07-24T06:21:58.5888410Z ) 2025-07-24T06:21:58.5897332Z 2025-07-24T06:21:58.5897711Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:21:58.5901288Z 2025-07-24T06:21:58.5901759Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:21:58.5904179Z 2025-07-24T06:21:58.5904601Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "verify_api_visibility" goto :eof 2025-07-24T06:21:58.5905474Z 2025-07-24T06:21:58.5906098Z (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-07-24T06:21:58.5907000Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-07-24T06:21:58.5907728Z 2025-07-24T06:21:58.5908161Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:21:58.5908884Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-07-24T06:21:58.5909441Z goto :eof 2025-07-24T06:21:58.5909628Z ) 2025-07-24T06:21:58.5909728Z 2025-07-24T06:21:58.5910081Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/thread_init_test" 2025-07-24T06:22:04.3381137Z Found test times from artifacts 2025-07-24T06:22:04.4794155Z Found test times from artifacts 2025-07-24T06:22:04.4860523Z Running 25% of tests based on TD 2025-07-24T06:22:04.4860842Z Running parallel tests on 3 processes 2025-07-24T06:22:04.4861177Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:22:04.4861441Z Serial tests (0): 2025-07-24T06:22:04.4861661Z Parallel tests (1): 2025-07-24T06:22:04.4861888Z cpp/thread_init_test 1/1 2025-07-24T06:22:04.4862150Z Name: excluded (est. time: 0.0min) 2025-07-24T06:22:04.4862426Z Serial tests (0): 2025-07-24T06:22:04.4862639Z Parallel tests (0): 2025-07-24T06:22:04.4862951Z Running cpp/thread_init_test 1/1 ... [2025-07-24 06:22:04.485678] 2025-07-24T06:22:04.4863334Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:22:04.4867977Z 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-23b0d32b20121838.xml', '-x', '--reruns=2'] ... [2025-07-24 06:22:04.486604] 2025-07-24T06:22:04.4869758Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:22:07.7342492Z 2025-07-24T06:22:07.7343426Z 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_2bad961b72f144fe_.log 2025-07-24T06:22:07.7344226Z 2025-07-24T06:22:11.7141577Z Running cpp/thread_init_test 1/1 ... [2025-07-24 06:22:11.714001] 2025-07-24T06:22:11.7142042Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:22:11.7151644Z 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-1af77d4bfce047fc.xml', '-x', '--reruns=2'] ... [2025-07-24 06:22:11.714630] 2025-07-24T06:22:15.0279046Z 2025-07-24T06:22:15.0279914Z 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_0a6643acfc34f168_.log 2025-07-24T06:22:15.0280703Z 2025-07-24T06:22:15.8684226Z Running test batch 'tests to run' cost 11.38 seconds 2025-07-24T06:22:15.8691141Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:22:15.8691780Z Uploading artifacts took 0.00 seconds 2025-07-24T06:22:16.5580584Z 2025-07-24T06:22:16.5581274Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:22:16.5581756Z echo "thread_init_test" failed with exit code 0 2025-07-24T06:22:16.5582077Z goto fail 2025-07-24T06:22:16.5582254Z ) 2025-07-24T06:22:16.5582357Z 2025-07-24T06:22:16.5582559Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:22:16.5582972Z echo "thread_init_test" failed with exit code 0 2025-07-24T06:22:16.5583281Z goto fail 2025-07-24T06:22:16.5583453Z ) 2025-07-24T06:22:16.5583562Z 2025-07-24T06:22:16.5583712Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:22:16.5592824Z 2025-07-24T06:22:16.5593013Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:22:16.5593670Z call :libtorch_check "type_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-07-24T06:22:16.5594287Z if errorlevel 1 goto fail 2025-07-24T06:22:16.5594514Z ) 2025-07-24T06:22:16.5606098Z 2025-07-24T06:22:16.5606723Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:22:16.5608495Z 2025-07-24T06:22:16.5608997Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:22:16.5611399Z 2025-07-24T06:22:16.5611887Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "verify_api_visibility" goto :eof 2025-07-24T06:22:16.5612749Z 2025-07-24T06:22:16.5613306Z (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-07-24T06:22:16.5614216Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-07-24T06:22:16.5615095Z 2025-07-24T06:22:16.5615526Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:22:16.5616225Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-07-24T06:22:16.5616709Z goto :eof 2025-07-24T06:22:16.5616886Z ) 2025-07-24T06:22:16.5617403Z 2025-07-24T06:22:16.5617836Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_ptr_test" 2025-07-24T06:22:22.3718131Z Found test times from artifacts 2025-07-24T06:22:22.5137109Z Found test times from artifacts 2025-07-24T06:22:22.5186930Z Running 25% of tests based on TD 2025-07-24T06:22:22.5192410Z Running parallel tests on 3 processes 2025-07-24T06:22:22.5192884Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:22:22.5193166Z Serial tests (0): 2025-07-24T06:22:22.5193377Z Parallel tests (1): 2025-07-24T06:22:22.5193617Z cpp/type_ptr_test 1/1 2025-07-24T06:22:22.5193861Z Name: excluded (est. time: 0.0min) 2025-07-24T06:22:22.5194150Z Serial tests (0): 2025-07-24T06:22:22.5194353Z Parallel tests (0): 2025-07-24T06:22:22.5196192Z Running cpp/type_ptr_test 1/1 ... [2025-07-24 06:22:22.513426] 2025-07-24T06:22:22.5196575Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:22:22.5206528Z 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-16668bf714af9cfe.xml', '-x', '--reruns=2'] ... [2025-07-24 06:22:22.513426] 2025-07-24T06:22:22.5208357Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:22:24.6517419Z 2025-07-24T06:22:24.6518237Z 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_0a9e1057ad29527e_.log 2025-07-24T06:22:24.6519159Z 2025-07-24T06:22:28.6948578Z Running cpp/type_ptr_test 1/1 ... [2025-07-24 06:22:28.691818] 2025-07-24T06:22:28.6949067Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:22:28.6960276Z 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-b9cb011bc0be7714.xml', '-x', '--reruns=2'] ... [2025-07-24 06:22:28.694899] 2025-07-24T06:22:31.5425690Z 2025-07-24T06:22:31.5426644Z 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_07cb4d40e8bff733_.log 2025-07-24T06:22:31.5427879Z 2025-07-24T06:22:32.3012889Z Running test batch 'tests to run' cost 9.79 seconds 2025-07-24T06:22:32.3019720Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:22:32.3020189Z Uploading artifacts took 0.00 seconds 2025-07-24T06:22:32.9438049Z 2025-07-24T06:22:32.9438836Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:22:32.9439491Z echo "type_ptr_test" failed with exit code 0 2025-07-24T06:22:32.9439819Z goto fail 2025-07-24T06:22:32.9439996Z ) 2025-07-24T06:22:32.9440144Z 2025-07-24T06:22:32.9441037Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:22:32.9441502Z echo "type_ptr_test" failed with exit code 0 2025-07-24T06:22:32.9441855Z goto fail 2025-07-24T06:22:32.9442076Z ) 2025-07-24T06:22:32.9442187Z 2025-07-24T06:22:32.9442356Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:22:32.9449342Z 2025-07-24T06:22:32.9449525Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:22:32.9450179Z call :libtorch_check "type_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-07-24T06:22:32.9450800Z if errorlevel 1 goto fail 2025-07-24T06:22:32.9451146Z ) 2025-07-24T06:22:32.9460324Z 2025-07-24T06:22:32.9460802Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:22:32.9464140Z 2025-07-24T06:22:32.9464651Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:22:32.9466688Z 2025-07-24T06:22:32.9467278Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "verify_api_visibility" goto :eof 2025-07-24T06:22:32.9468867Z 2025-07-24T06:22:32.9469633Z (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-07-24T06:22:32.9470585Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-07-24T06:22:32.9471470Z 2025-07-24T06:22:32.9471901Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:22:32.9472588Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-07-24T06:22:32.9473096Z goto :eof 2025-07-24T06:22:32.9473296Z ) 2025-07-24T06:22:32.9473431Z 2025-07-24T06:22:32.9473779Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_test" 2025-07-24T06:22:38.9262430Z Found test times from artifacts 2025-07-24T06:22:39.0680208Z Found test times from artifacts 2025-07-24T06:22:39.0732086Z Running 25% of tests based on TD 2025-07-24T06:22:39.0737663Z Running parallel tests on 3 processes 2025-07-24T06:22:39.0738114Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:22:39.0738425Z Serial tests (0): 2025-07-24T06:22:39.0738693Z Parallel tests (1): 2025-07-24T06:22:39.0738963Z cpp/type_test 1/1 2025-07-24T06:22:39.0739208Z Name: excluded (est. time: 0.0min) 2025-07-24T06:22:39.0739518Z Serial tests (0): 2025-07-24T06:22:39.0739778Z Parallel tests (0): 2025-07-24T06:22:39.0742331Z Running cpp/type_test 1/1 ... [2025-07-24 06:22:39.074078] 2025-07-24T06:22:39.0742774Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:22:39.0752468Z 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-58052594da341e53.xml', '-x', '--reruns=2'] ... [2025-07-24 06:22:39.074702] 2025-07-24T06:22:39.0754330Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:22:41.4561668Z 2025-07-24T06:22:41.4563028Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_4293a1c1817d953e_.log 2025-07-24T06:22:41.4563668Z 2025-07-24T06:22:45.5099839Z Running cpp/type_test 1/1 ... [2025-07-24 06:22:45.507099] 2025-07-24T06:22:45.5100319Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:22:45.5109021Z 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-3907a99dce1268aa.xml', '-x', '--reruns=2'] ... [2025-07-24 06:22:45.507099] 2025-07-24T06:22:49.1608849Z 2025-07-24T06:22:49.1609678Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_25c70ac2131b6a58_.log 2025-07-24T06:22:49.1610552Z 2025-07-24T06:22:49.8939909Z Running test batch 'tests to run' cost 10.82 seconds 2025-07-24T06:22:49.8949501Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:22:49.8949977Z Uploading artifacts took 0.00 seconds 2025-07-24T06:22:50.5447933Z 2025-07-24T06:22:50.5448506Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:22:50.5449011Z echo "type_test" failed with exit code 0 2025-07-24T06:22:50.5449325Z goto fail 2025-07-24T06:22:50.5449557Z ) 2025-07-24T06:22:50.5449674Z 2025-07-24T06:22:50.5449874Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:22:50.5450310Z echo "type_test" failed with exit code 0 2025-07-24T06:22:50.5450602Z goto fail 2025-07-24T06:22:50.5450817Z ) 2025-07-24T06:22:50.5450930Z 2025-07-24T06:22:50.5451100Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:22:50.5457946Z 2025-07-24T06:22:50.5458178Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:22:50.5458971Z call :libtorch_check "undefined_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-07-24T06:22:50.5459659Z if errorlevel 1 goto fail 2025-07-24T06:22:50.5459934Z ) 2025-07-24T06:22:50.5468795Z 2025-07-24T06:22:50.5469250Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:22:50.5472586Z 2025-07-24T06:22:50.5473064Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:22:50.5475680Z 2025-07-24T06:22:50.5476119Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:22:50.5477504Z 2025-07-24T06:22:50.5478168Z (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-07-24T06:22:50.5479132Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-07-24T06:22:50.5479753Z 2025-07-24T06:22:50.5480165Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:22:50.5481055Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-07-24T06:22:50.5481577Z goto :eof 2025-07-24T06:22:50.5481791Z ) 2025-07-24T06:22:50.5481906Z 2025-07-24T06:22:50.5482287Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/undefined_tensor_test" 2025-07-24T06:22:56.4920457Z Found test times from artifacts 2025-07-24T06:22:56.6336753Z Found test times from artifacts 2025-07-24T06:22:56.6387003Z Running 25% of tests based on TD 2025-07-24T06:22:56.6392492Z Running parallel tests on 3 processes 2025-07-24T06:22:56.6392962Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:22:56.6393245Z Serial tests (0): 2025-07-24T06:22:56.6393509Z Parallel tests (1): 2025-07-24T06:22:56.6393903Z cpp/undefined_tensor_test 1/1 2025-07-24T06:22:56.6394217Z Name: excluded (est. time: 0.0min) 2025-07-24T06:22:56.6394483Z Serial tests (0): 2025-07-24T06:22:56.6394733Z Parallel tests (0): 2025-07-24T06:22:56.6396377Z Running cpp/undefined_tensor_test 1/1 ... [2025-07-24 06:22:56.639163] 2025-07-24T06:22:56.6396810Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:22:56.6406886Z 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-c5cad019934867df.xml', '-x', '--reruns=2'] ... [2025-07-24 06:22:56.640311] 2025-07-24T06:22:56.6408681Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:22:58.7177182Z 2025-07-24T06:22:58.7178136Z 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_86c97fb46090039f_.log 2025-07-24T06:22:58.7179013Z 2025-07-24T06:23:02.6837691Z Running cpp/undefined_tensor_test 1/1 ... [2025-07-24 06:23:02.683388] 2025-07-24T06:23:02.6846675Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:23:02.6847956Z 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-0e4baf1da449951f.xml', '-x', '--reruns=2'] ... [2025-07-24 06:23:02.684580] 2025-07-24T06:23:05.2172800Z 2025-07-24T06:23:05.2173889Z 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_6fe2dbdb45003b53_.log 2025-07-24T06:23:05.2174573Z 2025-07-24T06:23:05.9889076Z Running test batch 'tests to run' cost 9.35 seconds 2025-07-24T06:23:05.9895527Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:23:05.9896021Z Uploading artifacts took 0.00 seconds 2025-07-24T06:23:06.6403023Z 2025-07-24T06:23:06.6403805Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:23:06.6404392Z echo "undefined_tensor_test" failed with exit code 0 2025-07-24T06:23:06.6404889Z goto fail 2025-07-24T06:23:06.6405129Z ) 2025-07-24T06:23:06.6405274Z 2025-07-24T06:23:06.6405516Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:23:06.6406041Z echo "undefined_tensor_test" failed with exit code 0 2025-07-24T06:23:06.6406568Z goto fail 2025-07-24T06:23:06.6406860Z ) 2025-07-24T06:23:06.6406972Z 2025-07-24T06:23:06.6407180Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:23:06.6413794Z 2025-07-24T06:23:06.6414283Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:23:06.6415097Z call :libtorch_check "verify_api_visibility" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\verify_api_visibility.exe" 2025-07-24T06:23:06.6415883Z if errorlevel 1 goto fail 2025-07-24T06:23:06.6416161Z ) 2025-07-24T06:23:06.6424357Z 2025-07-24T06:23:06.6424685Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:23:06.6428118Z 2025-07-24T06:23:06.6428616Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:23:06.6430951Z 2025-07-24T06:23:06.6431506Z (base) C:\actions-runner\_work\pytorch\pytorch>if "verify_api_visibility" == "verify_api_visibility" goto :eof 2025-07-24T06:23:06.6438254Z 2025-07-24T06:23:06.6438516Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:23:06.6439290Z call :libtorch_check "weakref_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-07-24T06:23:06.6439937Z if errorlevel 1 goto fail 2025-07-24T06:23:06.6440181Z ) 2025-07-24T06:23:06.6448623Z 2025-07-24T06:23:06.6449115Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:23:06.6452868Z 2025-07-24T06:23:06.6453431Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:23:06.6455621Z 2025-07-24T06:23:06.6456048Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "verify_api_visibility" goto :eof 2025-07-24T06:23:06.6456890Z 2025-07-24T06:23:06.6457648Z (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-07-24T06:23:06.6458582Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-07-24T06:23:06.6459750Z 2025-07-24T06:23:06.6460284Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:23:06.6461047Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-07-24T06:23:06.6461552Z goto :eof 2025-07-24T06:23:06.6461767Z ) 2025-07-24T06:23:06.6461888Z 2025-07-24T06:23:06.6462383Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/weakref_test" 2025-07-24T06:23:12.4789412Z Found test times from artifacts 2025-07-24T06:23:12.6219776Z Found test times from artifacts 2025-07-24T06:23:12.6271568Z Running 25% of tests based on TD 2025-07-24T06:23:12.6277384Z Running parallel tests on 3 processes 2025-07-24T06:23:12.6277864Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:23:12.6278177Z Serial tests (0): 2025-07-24T06:23:12.6278441Z Parallel tests (1): 2025-07-24T06:23:12.6278700Z cpp/weakref_test 1/1 2025-07-24T06:23:12.6278980Z Name: excluded (est. time: 0.0min) 2025-07-24T06:23:12.6279273Z Serial tests (0): 2025-07-24T06:23:12.6279497Z Parallel tests (0): 2025-07-24T06:23:12.6281233Z Running cpp/weakref_test 1/1 ... [2025-07-24 06:23:12.625935] 2025-07-24T06:23:12.6281627Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:23:12.6291515Z 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-956deadc1600844e.xml', '-x', '--reruns=2'] ... [2025-07-24 06:23:12.628965] 2025-07-24T06:23:12.6293232Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:23:14.8185223Z 2025-07-24T06:23:14.8186088Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_6eb0f3a26ed809d0_.log 2025-07-24T06:23:14.8187083Z 2025-07-24T06:23:18.8738768Z Running cpp/weakref_test 1/1 ... [2025-07-24 06:23:18.868010] 2025-07-24T06:23:18.8739210Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:23:18.8749047Z 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-e6163c1ea79e71e3.xml', '-x', '--reruns=2'] ... [2025-07-24 06:23:18.868010] 2025-07-24T06:23:21.4477078Z 2025-07-24T06:23:21.4477950Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_df25f52863ef6c35_.log 2025-07-24T06:23:21.4478627Z 2025-07-24T06:23:22.2730787Z Running test batch 'tests to run' cost 9.64 seconds 2025-07-24T06:23:22.2737766Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:23:22.2738410Z Uploading artifacts took 0.00 seconds 2025-07-24T06:23:22.9040315Z 2025-07-24T06:23:22.9041013Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:23:22.9041479Z echo "weakref_test" failed with exit code 0 2025-07-24T06:23:22.9041822Z goto fail 2025-07-24T06:23:22.9042045Z ) 2025-07-24T06:23:22.9042192Z 2025-07-24T06:23:22.9042393Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:23:22.9043023Z echo "weakref_test" failed with exit code 0 2025-07-24T06:23:22.9043328Z goto fail 2025-07-24T06:23:22.9043560Z ) 2025-07-24T06:23:22.9043668Z 2025-07-24T06:23:22.9043835Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:23:22.9050669Z 2025-07-24T06:23:22.9050896Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:23:22.9051578Z call :libtorch_check "wrapdim_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-07-24T06:23:22.9052190Z if errorlevel 1 goto fail 2025-07-24T06:23:22.9052468Z ) 2025-07-24T06:23:22.9061909Z 2025-07-24T06:23:22.9062493Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:23:22.9065645Z 2025-07-24T06:23:22.9066354Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:23:22.9068561Z 2025-07-24T06:23:22.9069097Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "verify_api_visibility" goto :eof 2025-07-24T06:23:22.9070019Z 2025-07-24T06:23:22.9070643Z (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-07-24T06:23:22.9071580Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-07-24T06:23:22.9072338Z 2025-07-24T06:23:22.9072765Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:23:22.9073475Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-07-24T06:23:22.9073991Z goto :eof 2025-07-24T06:23:22.9074187Z ) 2025-07-24T06:23:22.9074340Z 2025-07-24T06:23:22.9074702Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/wrapdim_test" 2025-07-24T06:23:28.7499863Z Found test times from artifacts 2025-07-24T06:23:28.8915415Z Found test times from artifacts 2025-07-24T06:23:28.8964860Z Running 25% of tests based on TD 2025-07-24T06:23:28.8971238Z Running parallel tests on 3 processes 2025-07-24T06:23:28.8971768Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:23:28.8972198Z Serial tests (0): 2025-07-24T06:23:28.8972469Z Parallel tests (1): 2025-07-24T06:23:28.8972714Z cpp/wrapdim_test 1/1 2025-07-24T06:23:28.8972977Z Name: excluded (est. time: 0.0min) 2025-07-24T06:23:28.8973247Z Serial tests (0): 2025-07-24T06:23:28.8973518Z Parallel tests (0): 2025-07-24T06:23:28.8975167Z Running cpp/wrapdim_test 1/1 ... [2025-07-24 06:23:28.893535] 2025-07-24T06:23:28.8975671Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:23:28.8985907Z 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-d56f9950d87ba709.xml', '-x', '--reruns=2'] ... [2025-07-24 06:23:28.893535] 2025-07-24T06:23:28.8987630Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:23:31.0041625Z 2025-07-24T06:23:31.0042518Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_ed8e12d356bc5827_.log 2025-07-24T06:23:31.0043365Z 2025-07-24T06:23:35.0615215Z Running cpp/wrapdim_test 1/1 ... [2025-07-24 06:23:35.061239] 2025-07-24T06:23:35.0615683Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:23:35.0624756Z 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-be6f0ec5d4b1566b.xml', '-x', '--reruns=2'] ... [2025-07-24 06:23:35.061854] 2025-07-24T06:23:37.6014123Z 2025-07-24T06:23:37.6014998Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_ccc3995090c8b090_.log 2025-07-24T06:23:37.6015657Z 2025-07-24T06:23:38.3594586Z Running test batch 'tests to run' cost 9.47 seconds 2025-07-24T06:23:38.3601801Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:23:38.3602308Z Uploading artifacts took 0.00 seconds 2025-07-24T06:23:39.0071672Z 2025-07-24T06:23:39.0072525Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:23:39.0073048Z echo "wrapdim_test" failed with exit code 0 2025-07-24T06:23:39.0073400Z goto fail 2025-07-24T06:23:39.0073607Z ) 2025-07-24T06:23:39.0073742Z 2025-07-24T06:23:39.0073960Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:23:39.0074393Z echo "wrapdim_test" failed with exit code 0 2025-07-24T06:23:39.0074742Z goto fail 2025-07-24T06:23:39.0074964Z ) 2025-07-24T06:23:39.0075073Z 2025-07-24T06:23:39.0075241Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:23:39.0082184Z 2025-07-24T06:23:39.0082687Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-07-24T06:23:39.0083429Z call :libtorch_check "xla_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-07-24T06:23:39.0084136Z if errorlevel 1 goto fail 2025-07-24T06:23:39.0084464Z ) 2025-07-24T06:23:39.0092817Z 2025-07-24T06:23:39.0093242Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:23:39.0096626Z 2025-07-24T06:23:39.0097165Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-07-24T06:23:39.0099375Z 2025-07-24T06:23:39.0099884Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "verify_api_visibility" goto :eof 2025-07-24T06:23:39.0101623Z 2025-07-24T06:23:39.0102571Z (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-07-24T06:23:39.0103677Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-07-24T06:23:39.0104114Z 2025-07-24T06:23:39.0104423Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-07-24T06:23:39.0105169Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-07-24T06:23:39.0105695Z goto :eof 2025-07-24T06:23:39.0105888Z ) 2025-07-24T06:23:39.0106001Z 2025-07-24T06:23:39.0106452Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/xla_tensor_test" 2025-07-24T06:23:44.8475101Z Found test times from artifacts 2025-07-24T06:23:44.9894495Z Found test times from artifacts 2025-07-24T06:23:44.9944015Z Running 25% of tests based on TD 2025-07-24T06:23:44.9949602Z Running parallel tests on 3 processes 2025-07-24T06:23:44.9950071Z Name: tests to run (est. time: 0.0min) 2025-07-24T06:23:44.9950358Z Serial tests (0): 2025-07-24T06:23:44.9950631Z Parallel tests (1): 2025-07-24T06:23:44.9950879Z cpp/xla_tensor_test 1/1 2025-07-24T06:23:44.9951175Z Name: excluded (est. time: 0.0min) 2025-07-24T06:23:44.9951445Z Serial tests (0): 2025-07-24T06:23:44.9951695Z Parallel tests (0): 2025-07-24T06:23:44.9953632Z Running cpp/xla_tensor_test 1/1 ... [2025-07-24 06:23:44.979614] 2025-07-24T06:23:44.9954050Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:23:44.9964191Z 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-d41ca8834fd0213c.xml', '-x', '--reruns=2'] ... [2025-07-24 06:23:44.995912] 2025-07-24T06:23:44.9966093Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-07-24T06:23:47.1401928Z 2025-07-24T06:23:47.1402785Z 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_789663186135d112_.log 2025-07-24T06:23:47.1403623Z 2025-07-24T06:23:51.2071698Z Running cpp/xla_tensor_test 1/1 ... [2025-07-24 06:23:51.206617] 2025-07-24T06:23:51.2072183Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-07-24T06:23:51.2081129Z 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-a4a2388259485859.xml', '-x', '--reruns=2'] ... [2025-07-24 06:23:51.207857] 2025-07-24T06:23:53.7693825Z 2025-07-24T06:23:53.7694835Z 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_a711a02f323c0d17_.log 2025-07-24T06:23:53.7695495Z 2025-07-24T06:23:54.4979814Z Running test batch 'tests to run' cost 9.51 seconds 2025-07-24T06:23:54.4995252Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-07-24T06:23:54.4995955Z Uploading artifacts took 0.00 seconds 2025-07-24T06:23:55.1378448Z 2025-07-24T06:23:55.1379244Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-07-24T06:23:55.1379723Z echo "xla_tensor_test" failed with exit code 0 2025-07-24T06:23:55.1380082Z goto fail 2025-07-24T06:23:55.1380310Z ) 2025-07-24T06:23:55.1380431Z 2025-07-24T06:23:55.1393432Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-07-24T06:23:55.1394125Z echo "xla_tensor_test" failed with exit code 0 2025-07-24T06:23:55.1394501Z goto fail 2025-07-24T06:23:55.1394678Z ) 2025-07-24T06:23:55.1394852Z 2025-07-24T06:23:55.1395012Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-24T06:23:55.1401702Z 2025-07-24T06:23:55.1403457Z (base) C:\actions-runner\_work\pytorch\pytorch>goto :eof 2025-07-24T06:23:55.1428166Z + [[ 0 == \1 ]] 2025-07-24T06:23:55.1429302Z + assert_git_not_dirty 2025-07-24T06:23:55.1429569Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-07-24T06:23:55.1429867Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-07-24T06:23:55.1550639Z ++ git status --porcelain 2025-07-24T06:23:55.1603892Z ++ grep -v '?? third_party' 2025-07-24T06:23:58.4781680Z ++ true 2025-07-24T06:23:58.4786114Z + git_status= 2025-07-24T06:23:58.4786399Z + [[ -n '' ]] 2025-07-24T06:23:58.4786603Z + echo 'TEST PASSED' 2025-07-24T06:23:58.4786840Z TEST PASSED 2025-07-24T06:23:58.4961443Z ##[group]Run cat test/**/*_toprint.log || true 2025-07-24T06:23:58.4961887Z cat test/**/*_toprint.log || true 2025-07-24T06:23:58.4982430Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T06:23:58.4982958Z env: 2025-07-24T06:23:58.4983142Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:23:58.4983567Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:23:58.4984169Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:23:58.4984691Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:23:58.4985136Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:23:58.4985500Z ##[endgroup] 2025-07-24T06:23:58.5736630Z cat: 'test/**/*_toprint.log': No such file or directory 2025-07-24T06:23:58.5848092Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2025-07-24T06:23:58.5848481Z kill "$MONITOR_SCRIPT_PID" 2025-07-24T06:23:58.5872005Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T06:23:58.5872438Z env: 2025-07-24T06:23:58.5872735Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:23:58.5873113Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:23:58.5873639Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:23:58.5874119Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:23:58.5874509Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:23:58.5874827Z MONITOR_SCRIPT_PID: 1388 2025-07-24T06:23:58.5875060Z ##[endgroup] 2025-07-24T06:23:58.6252972Z Prepare all required actions 2025-07-24T06:23:58.6253498Z Getting action download info 2025-07-24T06:23:58.7447467Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-07-24T06:23:59.0057739Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-07-24T06:23:59.4703982Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-07-24T06:23:59.4704325Z with: 2025-07-24T06:23:59.4704693Z file-suffix: test-default-1-3-windows.4xlarge.nonephemeral_46618106337 2025-07-24T06:23:59.4705113Z s3-bucket: gha-artifacts 2025-07-24T06:23:59.4705354Z env: 2025-07-24T06:23:59.4705534Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:23:59.4705916Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:23:59.4706434Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:23:59.4706969Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:23:59.4707362Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:23:59.4707664Z ##[endgroup] 2025-07-24T06:23:59.4819742Z ##[group]Run # -ir => recursive include all files in pattern 2025-07-24T06:23:59.4820157Z # -ir => recursive include all files in pattern 2025-07-24T06:23:59.4820609Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.json' 2025-07-24T06:23:59.4836280Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:23:59.4836731Z env: 2025-07-24T06:23:59.4836909Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:23:59.4837269Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:23:59.4837765Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:23:59.4838316Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:23:59.4838715Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:23:59.4839147Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_46618106337 2025-07-24T06:23:59.4839623Z ##[endgroup] 2025-07-24T06:23:59.8345190Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:23:59.8415145Z Finished 2025-07-24T06:24:00.5023435Z 2025-07-24T06:24:00.5023942Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-07-24T06:24:00.5024240Z 2025-07-24T06:24:00.5024354Z Scanning the drive: 2025-07-24T06:24:00.5024566Z 108 files, 28106 bytes (28 KiB) 2025-07-24T06:24:00.5024724Z 2025-07-24T06:24:00.5025050Z Creating archive: test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:00.5025533Z 2025-07-24T06:24:00.5025713Z Add new data to archive: 108 files, 28106 bytes (28 KiB) 2025-07-24T06:24:00.5025963Z 2025-07-24T06:24:00.5025968Z 2025-07-24T06:24:00.5026055Z Files read from disk: 108 2025-07-24T06:24:00.5026297Z Archive size: 35340 bytes (35 KiB) 2025-07-24T06:24:00.5026541Z Everything is Ok 2025-07-24T06:24:00.5337809Z ##[group]Run # -ir => recursive include all files in pattern 2025-07-24T06:24:00.5338217Z # -ir => recursive include all files in pattern 2025-07-24T06:24:00.5338762Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.xml' -ir'!test\test-reports\*.csv' 2025-07-24T06:24:00.5354466Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:24:00.5354996Z env: 2025-07-24T06:24:00.5355181Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:00.5355559Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:00.5356057Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:00.5356527Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:00.5356909Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:00.5358761Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_46618106337 2025-07-24T06:24:00.5359192Z ##[endgroup] 2025-07-24T06:24:00.8807096Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:24:00.8855381Z Finished 2025-07-24T06:24:00.9723510Z 2025-07-24T06:24:00.9724018Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-07-24T06:24:00.9724319Z 2025-07-24T06:24:00.9724405Z Scanning the drive: 2025-07-24T06:24:00.9724663Z 226 files, 462653 bytes (452 KiB) 2025-07-24T06:24:00.9724829Z 2025-07-24T06:24:00.9725171Z Creating archive: test-reports-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:00.9725612Z 2025-07-24T06:24:00.9725752Z Add new data to archive: 226 files, 462653 bytes (452 KiB) 2025-07-24T06:24:00.9725995Z 2025-07-24T06:24:00.9726007Z 2025-07-24T06:24:00.9726094Z Files read from disk: 226 2025-07-24T06:24:00.9726324Z Archive size: 137637 bytes (135 KiB) 2025-07-24T06:24:00.9726597Z Everything is Ok 2025-07-24T06:24:00.9994924Z ##[group]Run # -ir => recursive include all files in pattern 2025-07-24T06:24:00.9995354Z # -ir => recursive include all files in pattern 2025-07-24T06:24:00.9995824Z 7z a "logs-$Env:FILE_SUFFIX.zip" 'usage_log.txt' -ir'!test\test-reports\*.log' 2025-07-24T06:24:01.0011417Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:24:01.0011860Z env: 2025-07-24T06:24:01.0012064Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:01.0012458Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:01.0012971Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:01.0013449Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:01.0013932Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:01.0014383Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_46618106337 2025-07-24T06:24:01.0014798Z ##[endgroup] 2025-07-24T06:24:01.3483489Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:24:01.3555167Z Finished 2025-07-24T06:24:01.5065460Z 2025-07-24T06:24:01.5065956Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-07-24T06:24:01.5066283Z 2025-07-24T06:24:01.5066369Z Scanning the drive: 2025-07-24T06:24:01.5066649Z 301 files, 2072177 bytes (2024 KiB) 2025-07-24T06:24:01.5066829Z 2025-07-24T06:24:01.5067212Z Creating archive: logs-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:01.5067611Z 2025-07-24T06:24:01.5067776Z Add new data to archive: 301 files, 2072177 bytes (2024 KiB) 2025-07-24T06:24:01.5068028Z 2025-07-24T06:24:01.5068033Z 2025-07-24T06:24:01.5068132Z Files read from disk: 301 2025-07-24T06:24:01.5068400Z Archive size: 331114 bytes (324 KiB) 2025-07-24T06:24:01.5068686Z Everything is Ok 2025-07-24T06:24:01.5373010Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-07-24T06:24:01.5373306Z with: 2025-07-24T06:24:01.5373496Z s3-bucket: gha-artifacts 2025-07-24T06:24:01.5373770Z s3-prefix: pytorch/pytorch/16487210679/1/artifact 2025-07-24T06:24:01.5374080Z retention-days: 14 2025-07-24T06:24:01.5374295Z if-no-files-found: warn 2025-07-24T06:24:01.5374514Z path: test-jsons-*.zip 2025-07-24T06:24:01.5375824Z name: artifact 2025-07-24T06:24:01.5376015Z region: us-east-1 2025-07-24T06:24:01.5376208Z env: 2025-07-24T06:24:01.5376480Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:01.5376849Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:01.5377357Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:01.5377840Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:01.5378234Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:01.5378505Z ##[endgroup] 2025-07-24T06:24:01.9270879Z NOTE: s3-prefix specified, ignoring name parameter 2025-07-24T06:24:01.9271358Z With the provided path, there will be 1 file uploaded 2025-07-24T06:24:01.9271760Z Uploading to s3 prefix: pytorch/pytorch/16487210679/1/artifact 2025-07-24T06:24:01.9284116Z Starting upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:02.0567561Z Finished upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:02.0808990Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-07-24T06:24:02.0809301Z with: 2025-07-24T06:24:02.0809495Z s3-bucket: gha-artifacts 2025-07-24T06:24:02.0809767Z s3-prefix: pytorch/pytorch/16487210679/1/artifact 2025-07-24T06:24:02.0810081Z retention-days: 14 2025-07-24T06:24:02.0810286Z if-no-files-found: error 2025-07-24T06:24:02.0810541Z path: test-reports-*.zip 2025-07-24T06:24:02.0810766Z name: artifact 2025-07-24T06:24:02.0810952Z region: us-east-1 2025-07-24T06:24:02.0811141Z env: 2025-07-24T06:24:02.0811318Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:02.0811690Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:02.0812189Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:02.0812662Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:02.0813049Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:02.0813321Z ##[endgroup] 2025-07-24T06:24:02.4699170Z NOTE: s3-prefix specified, ignoring name parameter 2025-07-24T06:24:02.4699626Z With the provided path, there will be 1 file uploaded 2025-07-24T06:24:02.4700021Z Uploading to s3 prefix: pytorch/pytorch/16487210679/1/artifact 2025-07-24T06:24:02.4740182Z Starting upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:02.6662780Z Finished upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:02.6910689Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-07-24T06:24:02.6910997Z with: 2025-07-24T06:24:02.6911204Z s3-bucket: gha-artifacts 2025-07-24T06:24:02.6911481Z s3-prefix: pytorch/pytorch/16487210679/1/artifact 2025-07-24T06:24:02.6911798Z retention-days: 14 2025-07-24T06:24:02.6912010Z if-no-files-found: ignore 2025-07-24T06:24:02.6912242Z path: logs-*.zip 2025-07-24T06:24:02.6912438Z name: artifact 2025-07-24T06:24:02.6912630Z region: us-east-1 2025-07-24T06:24:02.6912819Z env: 2025-07-24T06:24:02.6912997Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:02.6913370Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:02.6913879Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:02.6914348Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:02.6914733Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:02.6915016Z ##[endgroup] 2025-07-24T06:24:03.0774705Z NOTE: s3-prefix specified, ignoring name parameter 2025-07-24T06:24:03.0775177Z With the provided path, there will be 1 file uploaded 2025-07-24T06:24:03.0775622Z Uploading to s3 prefix: pytorch/pytorch/16487210679/1/artifact 2025-07-24T06:24:03.0791390Z Starting upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:03.2559983Z Finished upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:03.2815995Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-07-24T06:24:03.2816517Z with: 2025-07-24T06:24:03.2816699Z s3-bucket: gha-artifacts 2025-07-24T06:24:03.2816977Z s3-prefix: pytorch/pytorch/16487210679/1/artifact 2025-07-24T06:24:03.2817282Z retention-days: 14 2025-07-24T06:24:03.2817498Z if-no-files-found: ignore 2025-07-24T06:24:03.2817737Z path: debug-*.zip 2025-07-24T06:24:03.2817922Z name: artifact 2025-07-24T06:24:03.2818106Z region: us-east-1 2025-07-24T06:24:03.2818289Z env: 2025-07-24T06:24:03.2818472Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:03.2820725Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:03.2821280Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:03.2821744Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:03.2822130Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:03.2822420Z ##[endgroup] 2025-07-24T06:24:03.6591759Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2025-07-24T06:24:03.6851537Z Prepare all required actions 2025-07-24T06:24:03.6852005Z Getting action download info 2025-07-24T06:24:03.7912675Z ##[group]Run ./.github/actions/upload-utilization-stats 2025-07-24T06:24:03.7913019Z with: 2025-07-24T06:24:03.7913213Z job_id: 46618106337 2025-07-24T06:24:03.7913570Z job_name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T06:24:03.7913999Z workflow_name: trunk 2025-07-24T06:24:03.7914209Z workflow_run_id: 16487210679 2025-07-24T06:24:03.7914448Z workflow_attempt: 1 2025-07-24T06:24:03.7914645Z env: 2025-07-24T06:24:03.7914819Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:03.7915174Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:03.7915679Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:03.7916143Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:03.7916577Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:03.7916851Z ##[endgroup] 2025-07-24T06:24:03.7990831Z ##[group]Run echo "workflow_id: 16487210679" 2025-07-24T06:24:03.7991158Z echo "workflow_id: 16487210679" 2025-07-24T06:24:03.7991452Z echo "workflow_attempt: 1" 2025-07-24T06:24:03.7991807Z echo "workflow_Name: trunk" 2025-07-24T06:24:03.7992066Z echo "job_id: 46618106337" 2025-07-24T06:24:03.7992527Z echo "job_name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral)" 2025-07-24T06:24:03.7992999Z echo "artifact_prefix: " 2025-07-24T06:24:03.7993270Z python3 --version 2025-07-24T06:24:03.8011666Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T06:24:03.8012085Z env: 2025-07-24T06:24:03.8012262Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:03.8012631Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:03.8013158Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:03.8013621Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:03.8014002Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:03.8014291Z ##[endgroup] 2025-07-24T06:24:03.8202861Z workflow_id: 16487210679 2025-07-24T06:24:03.8203121Z workflow_attempt: 1 2025-07-24T06:24:03.8203321Z workflow_Name: trunk 2025-07-24T06:24:03.8203511Z job_id: 46618106337 2025-07-24T06:24:03.8203869Z job_name: win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-07-24T06:24:03.8204292Z artifact_prefix: 2025-07-24T06:24:03.8339341Z Python 3.9.19 2025-07-24T06:24:03.8455336Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-24T06:24:03.8455606Z with: 2025-07-24T06:24:03.8455784Z shell: bash 2025-07-24T06:24:03.8455960Z timeout_minutes: 5 2025-07-24T06:24:03.8456162Z max_attempts: 5 2025-07-24T06:24:03.8456358Z retry_wait_seconds: 30 2025-07-24T06:24:03.8457364Z command: set -eu python3 -m pip install python-dateutil==2.8.2 boto3==1.35.42 pandas==2.1.3 dataclasses_json==0.6.7 2025-07-24T06:24:03.8457900Z polling_interval_seconds: 1 2025-07-24T06:24:03.8458143Z warning_on_retry: true 2025-07-24T06:24:03.8458365Z continue_on_error: false 2025-07-24T06:24:03.8458582Z env: 2025-07-24T06:24:03.8458758Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:03.8459116Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:03.8459623Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:03.8460080Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:03.8460466Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:03.8460744Z ##[endgroup] 2025-07-24T06:24:04.6930827Z Collecting python-dateutil==2.8.2 2025-07-24T06:24:04.8785984Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-07-24T06:24:05.5605763Z Collecting boto3==1.35.42 2025-07-24T06:24:05.5650393Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-07-24T06:24:05.7604223Z Collecting pandas==2.1.3 2025-07-24T06:24:05.7652961Z Downloading pandas-2.1.3-cp39-cp39-win_amd64.whl.metadata (18 kB) 2025-07-24T06:24:05.7754957Z Requirement already satisfied: dataclasses_json==0.6.7 in c:\jenkins\miniconda3\lib\site-packages (0.6.7) 2025-07-24T06:24:05.7779017Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil==2.8.2) (1.17.0) 2025-07-24T06:24:06.4868683Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2025-07-24T06:24:06.4916007Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-07-24T06:24:06.5015841Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.0.1) 2025-07-24T06:24:06.5308993Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42) 2025-07-24T06:24:06.5355484Z Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-07-24T06:24:06.9147551Z Collecting numpy<2,>=1.22.4 (from pandas==2.1.3) 2025-07-24T06:24:06.9220794Z Downloading numpy-1.26.4-cp39-cp39-win_amd64.whl.metadata (61 kB) 2025-07-24T06:24:06.9692561Z -------------------------------------- 61.0/61.0 kB 806.3 kB/s eta 0:00:00 2025-07-24T06:24:07.0386870Z Collecting pytz>=2020.1 (from pandas==2.1.3) 2025-07-24T06:24:07.0442073Z Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-07-24T06:24:07.0798545Z Collecting tzdata>=2022.1 (from pandas==2.1.3) 2025-07-24T06:24:07.0840640Z Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-07-24T06:24:07.1003088Z Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in c:\jenkins\miniconda3\lib\site-packages (from dataclasses_json==0.6.7) (3.26.1) 2025-07-24T06:24:07.1010319Z Requirement already satisfied: typing-inspect<1,>=0.4.0 in c:\jenkins\miniconda3\lib\site-packages (from dataclasses_json==0.6.7) (0.9.0) 2025-07-24T06:24:07.1122127Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.19) 2025-07-24T06:24:07.1245777Z Requirement already satisfied: packaging>=17.0 in c:\jenkins\miniconda3\lib\site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) (23.2) 2025-07-24T06:24:07.4400595Z Requirement already satisfied: mypy-extensions>=0.3.0 in c:\jenkins\miniconda3\lib\site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (1.1.0) 2025-07-24T06:24:07.4406803Z Requirement already satisfied: typing-extensions>=3.7.4 in c:\jenkins\miniconda3\lib\site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (4.12.2) 2025-07-24T06:24:07.4732400Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-07-24T06:24:07.4960401Z ---------------------------------------- 247.7/247.7 kB 7.7 MB/s eta 0:00:00 2025-07-24T06:24:07.5001421Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-07-24T06:24:07.5128211Z ---------------------------------------- 139.2/139.2 kB 8.1 MB/s eta 0:00:00 2025-07-24T06:24:07.5175425Z Downloading pandas-2.1.3-cp39-cp39-win_amd64.whl (10.8 MB) 2025-07-24T06:24:07.6014045Z ---------------------------------------- 10.8/10.8 MB 131.1 MB/s eta 0:00:00 2025-07-24T06:24:07.6058470Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-07-24T06:24:07.6983995Z ---------------------------------------- 13.3/13.3 MB 131.0 MB/s eta 0:00:00 2025-07-24T06:24:07.7048968Z Downloading numpy-1.26.4-cp39-cp39-win_amd64.whl (15.8 MB) 2025-07-24T06:24:07.8120951Z ---------------------------------------- 15.8/15.8 MB 131.1 MB/s eta 0:00:00 2025-07-24T06:24:07.8166536Z Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-07-24T06:24:07.8279148Z --------------------------------------- 509.2/509.2 kB 33.3 MB/s eta 0:00:00 2025-07-24T06:24:07.8319642Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-07-24T06:24:07.8404961Z ---------------------------------------- 83.2/83.2 kB 4.6 MB/s eta 0:00:00 2025-07-24T06:24:07.8448747Z Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-07-24T06:24:07.8565347Z --------------------------------------- 347.8/347.8 kB 21.1 MB/s eta 0:00:00 2025-07-24T06:24:09.1262717Z Installing collected packages: pytz, tzdata, python-dateutil, numpy, pandas, botocore, s3transfer, boto3 2025-07-24T06:24:09.8254525Z Attempting uninstall: python-dateutil 2025-07-24T06:24:09.8267627Z Found existing installation: python-dateutil 2.9.0.post0 2025-07-24T06:24:09.8350533Z Uninstalling python-dateutil-2.9.0.post0: 2025-07-24T06:24:09.8377103Z Successfully uninstalled python-dateutil-2.9.0.post0 2025-07-24T06:24:09.9217678Z Attempting uninstall: numpy 2025-07-24T06:24:09.9227238Z Found existing installation: numpy 1.22.3 2025-07-24T06:24:10.0707014Z Uninstalling numpy-1.22.3: 2025-07-24T06:24:10.0947809Z Successfully uninstalled numpy-1.22.3 2025-07-24T06:24:12.8419021Z WARNING: The script f2py.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-07-24T06:24:12.8419885Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-07-24T06:24:18.9373953Z Attempting uninstall: botocore 2025-07-24T06:24:18.9381984Z Found existing installation: botocore 1.37.10 2025-07-24T06:24:19.1394323Z Uninstalling botocore-1.37.10: 2025-07-24T06:24:19.2193662Z Successfully uninstalled botocore-1.37.10 2025-07-24T06:24:22.0609514Z Attempting uninstall: s3transfer 2025-07-24T06:24:22.0620734Z Found existing installation: s3transfer 0.11.2 2025-07-24T06:24:22.0692523Z Uninstalling s3transfer-0.11.2: 2025-07-24T06:24:22.0714212Z Successfully uninstalled s3transfer-0.11.2 2025-07-24T06:24:22.1442350Z Attempting uninstall: boto3 2025-07-24T06:24:22.1450527Z Found existing installation: boto3 1.37.10 2025-07-24T06:24:22.1622489Z Uninstalling boto3-1.37.10: 2025-07-24T06:24:22.1675026Z Successfully uninstalled boto3-1.37.10 2025-07-24T06:24:22.3462751Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2025-07-24T06:24:22.3463736Z scipy 1.6.3 requires numpy<1.23.0,>=1.16.5, but you have numpy 1.26.4 which is incompatible. 2025-07-24T06:24:22.3464578Z Successfully installed boto3-1.35.42 botocore-1.35.99 numpy-1.26.4 pandas-2.1.3 python-dateutil-2.8.2 pytz-2025.2 s3transfer-0.10.4 tzdata-2025.2 2025-07-24T06:24:23.0767121Z Command completed after 1 attempt(s). 2025-07-24T06:24:23.0934068Z ##[group]Run python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-07-24T06:24:23.0934702Z python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-07-24T06:24:23.0935168Z  --workflow-run-id "16487210679" \ 2025-07-24T06:24:23.0935631Z  --workflow-name "trunk" \ 2025-07-24T06:24:23.0935969Z  --workflow-run-attempt "1" \ 2025-07-24T06:24:23.0936258Z  --job-id "46618106337" \ 2025-07-24T06:24:23.0936698Z  --job-name "win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral)" \ 2025-07-24T06:24:23.0937169Z  --local-path "" \ 2025-07-24T06:24:23.0937417Z  --artifact-prefix "" 2025-07-24T06:24:23.0956364Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T06:24:23.0956824Z env: 2025-07-24T06:24:23.0957055Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:23.0957450Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:23.0958094Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:23.0958636Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:23.0959054Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:23.0959543Z ##[endgroup] 2025-07-24T06:24:25.8974062Z repo: pytorch/pytorch 2025-07-24T06:24:25.8974409Z Search for test log in s3 bucket: ossci-utilization 2025-07-24T06:24:25.8974906Z Downloading logs-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:25.8975685Z extracting usage_log.txt from zip file logs-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip 2025-07-24T06:24:25.8976380Z Failed to parse JSON line: Expecting value: line 1 column 1 (char 0) 2025-07-24T06:24:25.8976775Z Converted Log Model: UtilizationMetadata: 2025-07-24T06:24:25.8978070Z UtilizationMetadata(level='metadata', workflow_id='16487210679', job_id='46618106337', workflow_name='trunk', job_name='win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral)', usage_collect_interval=1.0, data_model_version=1.5, start_at=1753335527, gpu_count=0, cpu_count=16, gpu_type=None, error=None) 2025-07-24T06:24:25.8979400Z [Db Segments] detected pytest cmd: 110, generated segments: 110 2025-07-24T06:24:25.8979792Z [db model] Peek db timeseries 2025-07-24T06:24:25.8980082Z :{ 2025-07-24T06:24:25.8980254Z "created_at": 1753338265, 2025-07-24T06:24:25.8980526Z "type": "utilization", 2025-07-24T06:24:25.8980768Z "tags": [ 2025-07-24T06:24:25.8981106Z "record" 2025-07-24T06:24:25.8981283Z ], 2025-07-24T06:24:25.8981481Z "time_stamp": 1753335527, 2025-07-24T06:24:25.8981751Z "repo": "pytorch/pytorch", 2025-07-24T06:24:25.8981999Z "workflow_id": 16487210679, 2025-07-24T06:24:25.8982248Z "run_attempt": 1, 2025-07-24T06:24:25.8982452Z "job_id": 46618106337, 2025-07-24T06:24:25.8982695Z "workflow_name": "trunk", 2025-07-24T06:24:25.8983110Z "job_name": "win-vs2022-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral)", 2025-07-24T06:24:25.8983555Z "json_data": "{}" 2025-07-24T06:24:25.8983754Z } 2025-07-24T06:24:25.8984224Z Writing 1 documents to S3 ossci-utilization/util_metadata/v_1.5/pytorch/pytorch/16487210679/1/46618106337/metadata 2025-07-24T06:24:25.8985109Z Done! Finish writing document to S3 ossci-utilization/util_metadata/v_1.5/pytorch/pytorch/16487210679/1/46618106337/metadata 2025-07-24T06:24:25.8985982Z Writing 532 documents to S3 ossci-utilization/util_timeseries/v_1.5/pytorch/pytorch/16487210679/1/46618106337/time_series 2025-07-24T06:24:25.8986886Z Done! Finish writing document to S3 ossci-utilization/util_timeseries/v_1.5/pytorch/pytorch/16487210679/1/46618106337/time_series 2025-07-24T06:24:26.0198050Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-07-24T06:24:26.0198446Z python3 .github/scripts/parse_ref.py 2025-07-24T06:24:26.0217291Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T06:24:26.0217715Z env: 2025-07-24T06:24:26.0217901Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:26.0218274Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:26.0218779Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:26.0219332Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:26.0219726Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:26.0220014Z ##[endgroup] 2025-07-24T06:24:26.0836559Z Setting output tag=ciflow/trunk/149961 2025-07-24T06:24:26.0988141Z ##[group]Run # This step removes PyTorch installed by the test to give a clean slate 2025-07-24T06:24:26.0988858Z # This step removes PyTorch installed by the test to give a clean slate 2025-07-24T06:24:26.0989278Z # to the next job 2025-07-24T06:24:26.0989563Z python3 -mpip uninstall -y torch 2025-07-24T06:24:26.1008802Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-24T06:24:26.1009227Z env: 2025-07-24T06:24:26.1009408Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:26.1009855Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:26.1010425Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:26.1010898Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:26.1011292Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:26.1011577Z ##[endgroup] 2025-07-24T06:24:26.6905819Z Found existing installation: torch 2.9.0a0+git27c8ef1 2025-07-24T06:24:27.7654769Z Uninstalling torch-2.9.0a0+git27c8ef1: 2025-07-24T06:24:28.0203808Z Successfully uninstalled torch-2.9.0a0+git27c8ef1 2025-07-24T06:24:31.0801805Z Prepare all required actions 2025-07-24T06:24:31.0802250Z Getting action download info 2025-07-24T06:24:31.2191957Z ##[group]Run ./.github/actions/teardown-win 2025-07-24T06:24:31.2192240Z with: 2025-07-24T06:24:31.2192406Z env: 2025-07-24T06:24:31.2192582Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:31.2192963Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:31.2193470Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:31.2193955Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:31.2194337Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:31.2194610Z ##[endgroup] 2025-07-24T06:24:31.2268032Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-24T06:24:31.2268425Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-24T06:24:31.2283701Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:24:31.2284140Z env: 2025-07-24T06:24:31.2284327Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:31.2284683Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:31.2285185Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:31.2285661Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:31.2286042Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:31.2286330Z ##[endgroup] 2025-07-24T06:24:31.5876643Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:24:31.5946857Z Finished 2025-07-24T06:24:31.7332532Z Holding runner until all ssh sessions have logged out 2025-07-24T06:24:31.7592582Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-07-24T06:24:31.7596522Z .github\scripts\kill_active_ssh_sessions.ps1 2025-07-24T06:24:31.7617448Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:24:31.7617905Z env: 2025-07-24T06:24:31.7618082Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:31.7618455Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:31.7618958Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:31.7619428Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:31.7619812Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:31.7620189Z ##[endgroup] 2025-07-24T06:24:32.1065833Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:24:32.1135892Z Finished 2025-07-24T06:24:32.1504048Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-07-24T06:24:32.1504445Z env: 2025-07-24T06:24:32.1504629Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:32.1505016Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:32.1505532Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:32.1506014Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:32.1506417Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:32.1506710Z ##[endgroup] 2025-07-24T06:24:32.1575146Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-24T06:24:32.1575882Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-24T06:24:32.1576543Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-07-24T06:24:32.1577015Z # handle tool 2025-07-24T06:24:32.1577349Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-07-24T06:24:32.1577774Z Foreach ($process In $processes) { 2025-07-24T06:24:32.1578054Z  Try { 2025-07-24T06:24:32.1580008Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-07-24T06:24:32.1580759Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-07-24T06:24:32.1581157Z  } 2025-07-24T06:24:32.1581343Z  Catch { 2025-07-24T06:24:32.1581646Z  Write-Output "No leftover $process process, continuing" 2025-07-24T06:24:32.1582014Z  Write-Output $_ 2025-07-24T06:24:32.1582295Z  } 2025-07-24T06:24:32.1582491Z } 2025-07-24T06:24:32.1582654Z  2025-07-24T06:24:32.1583198Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-07-24T06:24:32.1583786Z # for hung processes 2025-07-24T06:24:32.1584184Z Foreach ($process In $processes) { 2025-07-24T06:24:32.1584459Z  Try { 2025-07-24T06:24:32.1584851Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-07-24T06:24:32.1585292Z  } 2025-07-24T06:24:32.1585468Z  Catch { 2025-07-24T06:24:32.1585681Z  Write-Output $_ 2025-07-24T06:24:32.1585898Z  } 2025-07-24T06:24:32.1586070Z } 2025-07-24T06:24:32.1586227Z  2025-07-24T06:24:32.1586391Z Try { 2025-07-24T06:24:32.1586613Z  # Print all the processes for debugging 2025-07-24T06:24:32.1587068Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-07-24T06:24:32.1587475Z } 2025-07-24T06:24:32.1587642Z Catch { 2025-07-24T06:24:32.1588019Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-07-24T06:24:32.1588474Z  Write-Output $_ 2025-07-24T06:24:32.1588697Z } 2025-07-24T06:24:32.1604186Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:24:32.1604687Z env: 2025-07-24T06:24:32.1604866Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:32.1605242Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:32.1605744Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:32.1606202Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:32.1606594Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:32.1606955Z ##[endgroup] 2025-07-24T06:24:32.5100972Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:24:32.5171098Z Finished 2025-07-24T06:24:32.5297474Z No leftover python process, continuing 2025-07-24T06:24:32.5752582Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-07-24T06:24:32.5753306Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:9 char:5 2025-07-24T06:24:32.5753879Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T06:24:32.5754278Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.5754807Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-07-24T06:24:32.5755611Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T06:24:32.5756195Z 2025-07-24T06:24:32.5768855Z No leftover ninja process, continuing 2025-07-24T06:24:32.5779091Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-07-24T06:24:32.5779741Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:9 char:5 2025-07-24T06:24:32.5780292Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T06:24:32.5780687Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.5782070Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-07-24T06:24:32.5782897Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T06:24:32.5783495Z 2025-07-24T06:24:32.5794181Z No leftover cl process, continuing 2025-07-24T06:24:32.5803923Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-07-24T06:24:32.5804585Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:9 char:5 2025-07-24T06:24:32.5805129Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T06:24:32.5805538Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.5805990Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-07-24T06:24:32.5806936Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T06:24:32.5807552Z 2025-07-24T06:24:32.5815962Z No leftover nvcc process, continuing 2025-07-24T06:24:32.5825506Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-07-24T06:24:32.5826155Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:9 char:5 2025-07-24T06:24:32.5826691Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T06:24:32.5827098Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.5827564Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-07-24T06:24:32.5828400Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T06:24:32.5828979Z 2025-07-24T06:24:32.5837037Z No leftover cmd process, continuing 2025-07-24T06:24:32.5846776Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-07-24T06:24:32.5847431Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:9 char:5 2025-07-24T06:24:32.5847973Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T06:24:32.5848367Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.5848827Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-07-24T06:24:32.5849666Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T06:24:32.5850375Z 2025-07-24T06:24:32.5857920Z No leftover sccache process, continuing 2025-07-24T06:24:32.5867885Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-07-24T06:24:32.5868556Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:9 char:5 2025-07-24T06:24:32.5869089Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T06:24:32.5869505Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.5871033Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-07-24T06:24:32.5871832Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T06:24:32.5872441Z 2025-07-24T06:24:32.5879284Z No leftover git process, continuing 2025-07-24T06:24:32.5889196Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-07-24T06:24:32.5889854Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:9 char:5 2025-07-24T06:24:32.5890387Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-24T06:24:32.5890789Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.5891241Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-07-24T06:24:32.5892207Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-24T06:24:32.5893815Z 2025-07-24T06:24:32.6298690Z You cannot call a method on a null-valued expression. 2025-07-24T06:24:32.6299208Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:21 char:5 2025-07-24T06:24:32.6299752Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T06:24:32.6300185Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.6300608Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-24T06:24:32.6301019Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-24T06:24:32.6301311Z 2025-07-24T06:24:32.6455385Z You cannot call a method on a null-valued expression. 2025-07-24T06:24:32.6455904Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:21 char:5 2025-07-24T06:24:32.6456477Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T06:24:32.6456897Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.6457303Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-24T06:24:32.6457695Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-24T06:24:32.6457991Z 2025-07-24T06:24:32.6628525Z You cannot call a method on a null-valued expression. 2025-07-24T06:24:32.6629060Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:21 char:5 2025-07-24T06:24:32.6629629Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T06:24:32.6630061Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.6630483Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-24T06:24:32.6630872Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-24T06:24:32.6631168Z 2025-07-24T06:24:32.6766355Z You cannot call a method on a null-valued expression. 2025-07-24T06:24:32.6766877Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:21 char:5 2025-07-24T06:24:32.6767419Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T06:24:32.6767839Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.6768245Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-24T06:24:32.6768792Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-24T06:24:32.6769106Z 2025-07-24T06:24:32.6920291Z You cannot call a method on a null-valued expression. 2025-07-24T06:24:32.6920812Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:21 char:5 2025-07-24T06:24:32.6921367Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T06:24:32.6921895Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.6922307Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-24T06:24:32.6922711Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-24T06:24:32.6923008Z 2025-07-24T06:24:32.7081722Z You cannot call a method on a null-valued expression. 2025-07-24T06:24:32.7082234Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:21 char:5 2025-07-24T06:24:32.7082780Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T06:24:32.7083220Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.7083613Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-24T06:24:32.7084015Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-24T06:24:32.7084313Z 2025-07-24T06:24:32.7233657Z You cannot call a method on a null-valued expression. 2025-07-24T06:24:32.7234166Z At C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1:21 char:5 2025-07-24T06:24:32.7234943Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-24T06:24:32.7235375Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-24T06:24:32.7235777Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-24T06:24:32.7236188Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-24T06:24:32.7236480Z 2025-07-24T06:24:32.7896510Z Caption CommandLine ProcessId 2025-07-24T06:24:32.7897179Z 2025-07-24T06:24:32.7897503Z System Idle Process 0 2025-07-24T06:24:32.7897914Z 2025-07-24T06:24:32.7898286Z System 4 2025-07-24T06:24:32.7898665Z 2025-07-24T06:24:32.7899876Z Registry 168 2025-07-24T06:24:32.7900297Z 2025-07-24T06:24:32.7901008Z smss.exe 408 2025-07-24T06:24:32.7901424Z 2025-07-24T06:24:32.7901726Z csrss.exe 524 2025-07-24T06:24:32.7902110Z 2025-07-24T06:24:32.7902891Z csrss.exe 600 2025-07-24T06:24:32.7903275Z 2025-07-24T06:24:32.7904799Z wininit.exe 652 2025-07-24T06:24:32.7905253Z 2025-07-24T06:24:32.7905581Z winlogon.exe winlogon.exe 672 2025-07-24T06:24:32.7906378Z 2025-07-24T06:24:32.7906665Z services.exe 744 2025-07-24T06:24:32.7907056Z 2025-07-24T06:24:32.7907612Z lsass.exe C:\Windows\system32\lsass.exe 764 2025-07-24T06:24:32.7908074Z 2025-07-24T06:24:32.7908899Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2025-07-24T06:24:32.7909545Z 2025-07-24T06:24:32.7909997Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2025-07-24T06:24:32.7910570Z 2025-07-24T06:24:32.7910969Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-07-24T06:24:32.7911421Z 2025-07-24T06:24:32.7913112Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-07-24T06:24:32.7913570Z 2025-07-24T06:24:32.7914223Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-07-24T06:24:32.7914732Z 2025-07-24T06:24:32.7915478Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2025-07-24T06:24:32.7916071Z 2025-07-24T06:24:32.7916585Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 468 2025-07-24T06:24:32.7917197Z 2025-07-24T06:24:32.7917898Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1116 2025-07-24T06:24:32.7918561Z 2025-07-24T06:24:32.7918845Z dwm.exe "dwm.exe" 1160 2025-07-24T06:24:32.7919267Z 2025-07-24T06:24:32.7920238Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1264 2025-07-24T06:24:32.7920898Z 2025-07-24T06:24:32.7921353Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1352 2025-07-24T06:24:32.7922019Z 2025-07-24T06:24:32.7922692Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1380 2025-07-24T06:24:32.7923342Z 2025-07-24T06:24:32.7923776Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1404 2025-07-24T06:24:32.7924414Z 2025-07-24T06:24:32.7924984Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1448 2025-07-24T06:24:32.7925584Z 2025-07-24T06:24:32.7928102Z 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 1480 2025-07-24T06:24:32.7929959Z 2025-07-24T06:24:32.7930414Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1500 2025-07-24T06:24:32.7930973Z 2025-07-24T06:24:32.7931442Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1552 2025-07-24T06:24:32.7932074Z 2025-07-24T06:24:32.7932663Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1668 2025-07-24T06:24:32.7933345Z 2025-07-24T06:24:32.7933829Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1752 2025-07-24T06:24:32.7934422Z 2025-07-24T06:24:32.7934944Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1760 2025-07-24T06:24:32.7935482Z 2025-07-24T06:24:32.7935974Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1768 2025-07-24T06:24:32.7936596Z 2025-07-24T06:24:32.7937176Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1852 2025-07-24T06:24:32.7937836Z 2025-07-24T06:24:32.7938307Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2008 2025-07-24T06:24:32.7938865Z 2025-07-24T06:24:32.7939315Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1376 2025-07-24T06:24:32.7939921Z 2025-07-24T06:24:32.7941126Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2072 2025-07-24T06:24:32.7941752Z 2025-07-24T06:24:32.7942290Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2096 2025-07-24T06:24:32.7942928Z 2025-07-24T06:24:32.7943411Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2124 2025-07-24T06:24:32.7944650Z 2025-07-24T06:24:32.7946315Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2132 2025-07-24T06:24:32.7946973Z 2025-07-24T06:24:32.7947477Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2216 2025-07-24T06:24:32.7948140Z 2025-07-24T06:24:32.7948598Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2224 2025-07-24T06:24:32.7949176Z 2025-07-24T06:24:32.7949656Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2296 2025-07-24T06:24:32.7950245Z 2025-07-24T06:24:32.7950852Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2320 2025-07-24T06:24:32.7952642Z 2025-07-24T06:24:32.7953177Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2360 2025-07-24T06:24:32.7953788Z 2025-07-24T06:24:32.7954176Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2728 2025-07-24T06:24:32.7954660Z 2025-07-24T06:24:32.7955187Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2820 2025-07-24T06:24:32.7955732Z 2025-07-24T06:24:32.7956287Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2828 2025-07-24T06:24:32.7957922Z 2025-07-24T06:24:32.7958427Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2836 2025-07-24T06:24:32.7959062Z 2025-07-24T06:24:32.7959525Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2844 2025-07-24T06:24:32.7960102Z 2025-07-24T06:24:32.7960650Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2852 2025-07-24T06:24:32.7961306Z 2025-07-24T06:24:32.7961844Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2860 2025-07-24T06:24:32.7963444Z 2025-07-24T06:24:32.7963923Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2868 2025-07-24T06:24:32.7964500Z 2025-07-24T06:24:32.7964986Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2884 2025-07-24T06:24:32.7965576Z 2025-07-24T06:24:32.7966261Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2028 2025-07-24T06:24:32.7966966Z 2025-07-24T06:24:32.7967343Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2548 2025-07-24T06:24:32.7967871Z 2025-07-24T06:24:32.7969331Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3076 2025-07-24T06:24:32.7969902Z 2025-07-24T06:24:32.7970544Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3108 2025-07-24T06:24:32.7971267Z 2025-07-24T06:24:32.7971728Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3156 2025-07-24T06:24:32.7972278Z 2025-07-24T06:24:32.7972861Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3520 2025-07-24T06:24:32.7973597Z 2025-07-24T06:24:32.7975139Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4060 2025-07-24T06:24:32.7975799Z 2025-07-24T06:24:32.7976277Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71855 /state1:0x41c64e6d 4260 2025-07-24T06:24:32.7976869Z 2025-07-24T06:24:32.7978575Z 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 4396 2025-07-24T06:24:32.7981274Z 2025-07-24T06:24:32.7981972Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 4532 2025-07-24T06:24:32.7982802Z 2025-07-24T06:24:32.7983143Z vds.exe C:\Windows\System32\vds.exe 4920 2025-07-24T06:24:32.7983580Z 2025-07-24T06:24:32.7984128Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 3828 2025-07-24T06:24:32.7984789Z 2025-07-24T06:24:32.7986463Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 2988 2025-07-24T06:24:32.7987776Z 2025-07-24T06:24:32.7989304Z 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 1788 2025-07-24T06:24:32.7990917Z 2025-07-24T06:24:32.7992346Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1776 2025-07-24T06:24:32.7992841Z 2025-07-24T06:24:32.7993450Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2912 2025-07-24T06:24:32.7994042Z 2025-07-24T06:24:32.7994641Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 5116 2025-07-24T06:24:32.7995316Z 2025-07-24T06:24:32.7995684Z msdtc.exe C:\Windows\System32\msdtc.exe 3852 2025-07-24T06:24:32.7996180Z 2025-07-24T06:24:32.7996733Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3768 2025-07-24T06:24:32.7998363Z 2025-07-24T06:24:32.7998816Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4336 2025-07-24T06:24:32.7999355Z 2025-07-24T06:24:32.7999865Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p 3744 2025-07-24T06:24:32.8000535Z 2025-07-24T06:24:32.8001030Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3348 2025-07-24T06:24:32.8001702Z 2025-07-24T06:24:32.8002090Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2488 2025-07-24T06:24:32.8003176Z 2025-07-24T06:24:32.8004119Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4128 2025-07-24T06:24:32.8004698Z 2025-07-24T06:24:32.8005171Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2196 2025-07-24T06:24:32.8005742Z 2025-07-24T06:24:32.8006249Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4728 2025-07-24T06:24:32.8006809Z 2025-07-24T06:24:32.8007198Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4732 2025-07-24T06:24:32.8007676Z 2025-07-24T06:24:32.8008154Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4544 2025-07-24T06:24:32.8009707Z 2025-07-24T06:24:32.8010224Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 1308 2025-07-24T06:24:32.8010877Z 2025-07-24T06:24:32.8011396Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2096 2164 2016 2025-07-24T06:24:32.8011989Z 2025-07-24T06:24:32.8012376Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 816 2025-07-24T06:24:32.8012871Z 2025-07-24T06:24:32.8013478Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4312 2025-07-24T06:24:32.8015098Z 2025-07-24T06:24:32.8015520Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5216 2025-07-24T06:24:32.8016081Z 2025-07-24T06:24:32.8016849Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\5456167a-4160-4a3f-acb0-727d2a0bd583.ps1'" 3808 2025-07-24T06:24:32.8017708Z 2025-07-24T06:24:32.8018274Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 1516 2025-07-24T06:24:32.8018954Z 2025-07-24T06:24:32.8018958Z 2025-07-24T06:24:32.8018962Z 2025-07-24T06:24:32.8274906Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-24T06:24:32.8275169Z with: 2025-07-24T06:24:32.8275344Z shell: bash 2025-07-24T06:24:32.8275527Z timeout_minutes: 5 2025-07-24T06:24:32.8275727Z max_attempts: 3 2025-07-24T06:24:32.8275918Z retry_wait_seconds: 90 2025-07-24T06:24:32.8276881Z 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-07-24T06:24:32.8277960Z polling_interval_seconds: 1 2025-07-24T06:24:32.8278198Z warning_on_retry: true 2025-07-24T06:24:32.8278431Z continue_on_error: false 2025-07-24T06:24:32.8278655Z env: 2025-07-24T06:24:32.8278837Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:32.8279187Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:32.8279711Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:32.8280277Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:32.8280667Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:32.8281020Z EXTRA_DELETE_DIR: 2025-07-24T06:24:32.8281224Z ##[endgroup] 2025-07-24T06:24:32.9458518Z + '[' -n '' ']' 2025-07-24T06:24:32.9466305Z + rm -rf ./AGENTS.md ./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-windows.4xlarge.nonephemeral_46618106337.zip ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pyrefly.toml ./pytest.ini ./requirements-build.txt ./requirements.txt ./scripts ./setup.py ./test ./test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip ./test-reports ./test-reports-test-default-1-3-windows.4xlarge.nonephemeral_46618106337.zip ./third_party ./tools ./torch ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./usage_log.txt ./version.txt 2025-07-24T06:24:57.0319507Z Command completed after 1 attempt(s). 2025-07-24T06:24:57.0470699Z ##[group]Run handle C:\actions-runner\_work\ 2025-07-24T06:24:57.0471057Z handle C:\actions-runner\_work\ 2025-07-24T06:24:57.0486523Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:24:57.0487025Z env: 2025-07-24T06:24:57.0487211Z GIT_DEFAULT_BRANCH: main 2025-07-24T06:24:57.0487702Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-24T06:24:57.0488214Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-24T06:24:57.0488716Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-24T06:24:57.0489117Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-24T06:24:57.0489403Z ##[endgroup] 2025-07-24T06:24:57.4169585Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:24:57.4239702Z Finished 2025-07-24T06:24:57.4759677Z 2025-07-24T06:24:57.4760098Z Nthandle v5.0 - Handle viewer 2025-07-24T06:24:57.4760436Z Copyright (C) 1997-2022 Mark Russinovich 2025-07-24T06:24:57.4760764Z Sysinternals - www.sysinternals.com 2025-07-24T06:24:57.4760955Z 2025-07-24T06:24:57.5029075Z powershell.exe pid: 3784 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:24:57.5029664Z handle.exe pid: 1880 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:24:57.5030233Z handle.exe pid: 5396 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:24:57.5030801Z handle64.exe pid: 3352 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:24:57.5392803Z Post job cleanup. 2025-07-24T06:24:57.5501378Z Post job cleanup. 2025-07-24T06:24:57.6915531Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-24T06:24:57.7130610Z git version 2.49.0.windows.1 2025-07-24T06:24:57.7187685Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\256980cb-a177-4810-90df-5754cf91521d\.gitconfig' 2025-07-24T06:24:57.7205012Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\256980cb-a177-4810-90df-5754cf91521d' before making global git config changes 2025-07-24T06:24:57.7205817Z Adding repository directory to the temporary git global config as a safe directory 2025-07-24T06:24:57.7216214Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-07-24T06:24:57.7463850Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-24T06:24:57.7735342Z [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-07-24T06:24:58.1658138Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-24T06:24:58.1858545Z http.https://github.com/.extraheader 2025-07-24T06:24:58.1905124Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-07-24T06:24:58.2167194Z [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-07-24T06:24:58.6203511Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-24T06:24:58.6238027Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-07-24T06:24:58.6253565Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-24T06:24:58.6254032Z ##[endgroup] 2025-07-24T06:24:58.9923830Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-24T06:24:58.9976985Z Finished 2025-07-24T06:25:00.5161837Z Cleaning up orphan processes