2025-01-24T01:30:43.8589035Z Current runner version: '2.321.0' 2025-01-24T01:30:43.8595921Z Runner name: 'i-03e8359c038aad69e' 2025-01-24T01:30:43.8596647Z Runner group name: 'Default' 2025-01-24T01:30:43.8597562Z Machine name: 'EC2AMAZ-PEHGJN5' 2025-01-24T01:30:43.8601468Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T01:30:43.8603793Z Actions: read 2025-01-24T01:30:43.8604310Z Attestations: read 2025-01-24T01:30:43.8604781Z Checks: read 2025-01-24T01:30:43.8605262Z Contents: read 2025-01-24T01:30:43.8605725Z Deployments: read 2025-01-24T01:30:43.8606191Z Discussions: read 2025-01-24T01:30:43.8606706Z Issues: read 2025-01-24T01:30:43.8607147Z Metadata: read 2025-01-24T01:30:43.8607596Z Packages: read 2025-01-24T01:30:43.8608058Z Pages: read 2025-01-24T01:30:43.8608506Z PullRequests: read 2025-01-24T01:30:43.8608986Z RepositoryProjects: read 2025-01-24T01:30:43.8609537Z SecurityEvents: read 2025-01-24T01:30:43.8610044Z Statuses: read 2025-01-24T01:30:43.8610522Z ##[endgroup] 2025-01-24T01:30:43.8614326Z Secret source: Actions 2025-01-24T01:30:43.8615086Z Prepare workflow directory 2025-01-24T01:30:43.9140984Z Prepare all required actions 2025-01-24T01:30:43.9183646Z Getting action download info 2025-01-24T01:30:44.1350959Z Download action repository 'pytorch/test-infra@main' (SHA:e83685f710cdb1685e9f12471c30aa36cf09cf13) 2025-01-24T01:30:45.5597302Z Download action repository 'pytorch/pytorch@main' (SHA:cd68d549111a8c5d0e056bbb2922e6b37bf88841) 2025-01-24T01:31:07.7878901Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-24T01:31:07.9648385Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-01-24T01:31:08.2459517Z Getting action download info 2025-01-24T01:31:08.3430708Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T01:31:08.5769255Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml@refs/tags/ciflow/trunk/145539 (d087145b9259b4cfbcb758dc0bca6a6e5d75d08f) 2025-01-24T01:31:08.5771591Z ##[group] Inputs 2025-01-24T01:31:08.5771925Z build-environment: win-vs2019-cpu-py3 2025-01-24T01:31:08.5772257Z cuda-version: cpu 2025-01-24T01:31:08.5773390Z 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-01-24T01:31:08.5774512Z sync-tag: 2025-01-24T01:31:08.5775306Z timeout-minutes: 240 2025-01-24T01:31:08.5775892Z disable-monitor: true 2025-01-24T01:31:08.5776168Z ##[endgroup] 2025-01-24T01:31:08.5776623Z Complete job name: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:31:08.6464735Z ##[group]Run git config --global core.longpaths true 2025-01-24T01:31:08.6465429Z git config --global core.longpaths true 2025-01-24T01:31:08.6465883Z git config --global core.symlinks true 2025-01-24T01:31:08.6466223Z  2025-01-24T01:31:08.6466627Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-01-24T01:31:08.6467220Z # the directory on Windows and prevent GHA from checking out as reported 2025-01-24T01:31:08.6467738Z # in https://github.com/actions/checkout/issues/1018 2025-01-24T01:31:08.6468159Z git config --global core.fsmonitor false 2025-01-24T01:31:08.6493325Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:31:08.6494174Z env: 2025-01-24T01:31:08.6494472Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:08.6494734Z ##[endgroup] 2025-01-24T01:31:09.5055881Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T01:31:09.5056353Z env: 2025-01-24T01:31:09.5056576Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:09.5056837Z ##[endgroup] 2025-01-24T01:31:09.5222131Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:31:09.5223035Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:31:09.5223788Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T01:31:09.5224359Z # handle tool 2025-01-24T01:31:09.5224737Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T01:31:09.5225238Z Foreach ($process In $processes) { 2025-01-24T01:31:09.5225573Z  Try { 2025-01-24T01:31:09.5226206Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T01:31:09.5227003Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T01:31:09.5227448Z  } 2025-01-24T01:31:09.5227692Z  Catch { 2025-01-24T01:31:09.5228076Z  Write-Output "No leftover $process process, continuing" 2025-01-24T01:31:09.5228540Z  Write-Output $_ 2025-01-24T01:31:09.5228795Z  } 2025-01-24T01:31:09.5229016Z } 2025-01-24T01:31:09.5229248Z  2025-01-24T01:31:09.5229768Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T01:31:09.5230426Z # for hung processes 2025-01-24T01:31:09.5230742Z Foreach ($process In $processes) { 2025-01-24T01:31:09.5231069Z  Try { 2025-01-24T01:31:09.5231479Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T01:31:09.5231926Z  } 2025-01-24T01:31:09.5232124Z  Catch { 2025-01-24T01:31:09.5232343Z  Write-Output $_ 2025-01-24T01:31:09.5232571Z  } 2025-01-24T01:31:09.5232756Z } 2025-01-24T01:31:09.5232923Z  2025-01-24T01:31:09.5233112Z Try { 2025-01-24T01:31:09.5233359Z  # Print all the processes for debugging 2025-01-24T01:31:09.5233888Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T01:31:09.5234311Z } 2025-01-24T01:31:09.5234503Z Catch { 2025-01-24T01:31:09.5234908Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T01:31:09.5235366Z  Write-Output $_ 2025-01-24T01:31:09.5235604Z } 2025-01-24T01:31:09.5252062Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:31:09.5252535Z env: 2025-01-24T01:31:09.5252755Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:09.5252977Z ##[endgroup] 2025-01-24T01:31:09.9104521Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:31:09.9168736Z Finished 2025-01-24T01:31:09.9325984Z No leftover python process, continuing 2025-01-24T01:31:09.9791118Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T01:31:09.9791894Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:9 char:5 2025-01-24T01:31:09.9792511Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:31:09.9792981Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:09.9793557Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T01:31:09.9794400Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:31:09.9794992Z 2025-01-24T01:31:09.9810124Z No leftover ninja process, continuing 2025-01-24T01:31:09.9819332Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T01:31:09.9820031Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:9 char:5 2025-01-24T01:31:09.9821322Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:31:09.9821825Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:09.9822339Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T01:31:09.9823174Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:31:09.9823778Z 2025-01-24T01:31:09.9835253Z No leftover cl process, continuing 2025-01-24T01:31:09.9845316Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T01:31:09.9846083Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:9 char:5 2025-01-24T01:31:09.9846720Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:31:09.9847144Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:09.9847678Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T01:31:09.9848549Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:31:09.9849162Z 2025-01-24T01:31:09.9860543Z No leftover nvcc process, continuing 2025-01-24T01:31:09.9870271Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T01:31:09.9870976Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:9 char:5 2025-01-24T01:31:09.9871559Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:31:09.9871989Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:09.9872555Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T01:31:09.9873393Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:31:09.9874019Z 2025-01-24T01:31:09.9904647Z No leftover sccache process, continuing 2025-01-24T01:31:09.9914387Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T01:31:09.9915116Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:9 char:5 2025-01-24T01:31:09.9940381Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:31:09.9941071Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:09.9941625Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T01:31:09.9942504Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:31:09.9943108Z 2025-01-24T01:31:09.9943306Z No leftover git process, continuing 2025-01-24T01:31:09.9943847Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T01:31:09.9944534Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:9 char:5 2025-01-24T01:31:09.9945115Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:31:09.9945541Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:09.9946043Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T01:31:09.9946865Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:31:09.9947465Z 2025-01-24T01:31:10.0323893Z Get-WmiObject : Illegal operation attempted on a registry key that has been marked for deletion. (Exception from 2025-01-24T01:31:10.0324651Z HRESULT: 0x800703FA) 2025-01-24T01:31:10.0325082Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:21 char:6 2025-01-24T01:31:10.0325675Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:31:10.0326340Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:10.0326810Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T01:31:10.0327540Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T01:31:10.0328095Z 2025-01-24T01:31:10.0357977Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T01:31:10.0358907Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T01:31:10.0359545Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T01:31:10.0360043Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:21 char:6 2025-01-24T01:31:10.0360629Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:31:10.0361107Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:10.0361584Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T01:31:10.0362339Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T01:31:10.0362917Z 2025-01-24T01:31:10.0386801Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T01:31:10.0387751Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T01:31:10.0388392Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T01:31:10.0388922Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:21 char:6 2025-01-24T01:31:10.0389513Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:31:10.0389996Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:10.0390477Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T01:31:10.0391221Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T01:31:10.0391772Z 2025-01-24T01:31:10.0416622Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T01:31:10.0417570Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T01:31:10.0418178Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T01:31:10.0418702Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:21 char:6 2025-01-24T01:31:10.0419289Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:31:10.0419766Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:10.0420240Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T01:31:10.0420982Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T01:31:10.0421551Z 2025-01-24T01:31:10.0446597Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T01:31:10.0447512Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T01:31:10.0448148Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T01:31:10.0448639Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:21 char:6 2025-01-24T01:31:10.0449914Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:31:10.0450404Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:10.0450891Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T01:31:10.0451750Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T01:31:10.0452319Z 2025-01-24T01:31:10.0473318Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T01:31:10.0474232Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T01:31:10.0474862Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T01:31:10.0475431Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:21 char:6 2025-01-24T01:31:10.0476071Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:31:10.0476550Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:10.0477027Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T01:31:10.0477779Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T01:31:10.0478329Z 2025-01-24T01:31:10.0500382Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-01-24T01:31:10.0501330Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-01-24T01:31:10.0501956Z deletion. (Exception from HRESULT: 0x800703FA). 2025-01-24T01:31:10.0502465Z At C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1:21 char:6 2025-01-24T01:31:10.0503071Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:31:10.0503541Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:31:10.0504017Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-01-24T01:31:10.0504805Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-01-24T01:31:10.0505414Z 2025-01-24T01:31:10.1720822Z Caption CommandLine ProcessId 2025-01-24T01:31:10.1721370Z 2025-01-24T01:31:10.1722056Z System Idle Process 0 2025-01-24T01:31:10.1722504Z 2025-01-24T01:31:10.1723268Z System 4 2025-01-24T01:31:10.1723649Z 2025-01-24T01:31:10.1724691Z Registry 168 2025-01-24T01:31:10.1725966Z 2025-01-24T01:31:10.1726394Z smss.exe 408 2025-01-24T01:31:10.1726762Z 2025-01-24T01:31:10.1727192Z csrss.exe 528 2025-01-24T01:31:10.1727575Z 2025-01-24T01:31:10.1728010Z csrss.exe 604 2025-01-24T01:31:10.1728401Z 2025-01-24T01:31:10.1729010Z wininit.exe 628 2025-01-24T01:31:10.1729415Z 2025-01-24T01:31:10.1730335Z winlogon.exe winlogon.exe 700 2025-01-24T01:31:10.1730835Z 2025-01-24T01:31:10.1731548Z services.exe 748 2025-01-24T01:31:10.1731960Z 2025-01-24T01:31:10.1733409Z lsass.exe C:\Windows\system32\lsass.exe 768 2025-01-24T01:31:10.1734601Z 2025-01-24T01:31:10.1735273Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-01-24T01:31:10.1736290Z 2025-01-24T01:31:10.1736931Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-01-24T01:31:10.1737500Z 2025-01-24T01:31:10.1738002Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-01-24T01:31:10.1738486Z 2025-01-24T01:31:10.1738993Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-01-24T01:31:10.1739492Z 2025-01-24T01:31:10.1740052Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2025-01-24T01:31:10.1740590Z 2025-01-24T01:31:10.1741203Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2025-01-24T01:31:10.1741766Z 2025-01-24T01:31:10.1742393Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2025-01-24T01:31:10.1742993Z 2025-01-24T01:31:10.1744036Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2025-01-24T01:31:10.1744736Z 2025-01-24T01:31:10.1745153Z dwm.exe "dwm.exe" 1276 2025-01-24T01:31:10.1745621Z 2025-01-24T01:31:10.1746347Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1284 2025-01-24T01:31:10.1747029Z 2025-01-24T01:31:10.1747614Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1396 2025-01-24T01:31:10.1748192Z 2025-01-24T01:31:10.1748874Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1428 2025-01-24T01:31:10.1749541Z 2025-01-24T01:31:10.1750124Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1452 2025-01-24T01:31:10.1750687Z 2025-01-24T01:31:10.1751307Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1500 2025-01-24T01:31:10.1751910Z 2025-01-24T01:31:10.1753810Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\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_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1524 2025-01-24T01:31:10.1755743Z 2025-01-24T01:31:10.1756400Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1564 2025-01-24T01:31:10.1757054Z 2025-01-24T01:31:10.1757664Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1604 2025-01-24T01:31:10.1758280Z 2025-01-24T01:31:10.1758898Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1768 2025-01-24T01:31:10.1759519Z 2025-01-24T01:31:10.1760235Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1792 2025-01-24T01:31:10.1760961Z 2025-01-24T01:31:10.1761760Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1900 2025-01-24T01:31:10.1763086Z 2025-01-24T01:31:10.1764422Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 1964 2025-01-24T01:31:10.1765668Z 2025-01-24T01:31:10.1766360Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 2020 2025-01-24T01:31:10.1766956Z 2025-01-24T01:31:10.1767525Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 2028 2025-01-24T01:31:10.1768100Z 2025-01-24T01:31:10.1768896Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 2036 2025-01-24T01:31:10.1770056Z 2025-01-24T01:31:10.1770618Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2096 2025-01-24T01:31:10.1771179Z 2025-01-24T01:31:10.1771831Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2144 2025-01-24T01:31:10.1772500Z 2025-01-24T01:31:10.1773107Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2200 2025-01-24T01:31:10.1773714Z 2025-01-24T01:31:10.1774416Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2244 2025-01-24T01:31:10.1775122Z 2025-01-24T01:31:10.1775733Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2308 2025-01-24T01:31:10.1776342Z 2025-01-24T01:31:10.1776928Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2344 2025-01-24T01:31:10.1777519Z 2025-01-24T01:31:10.1778426Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2472 2025-01-24T01:31:10.1779027Z 2025-01-24T01:31:10.1779708Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2508 2025-01-24T01:31:10.1780418Z 2025-01-24T01:31:10.1781080Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2544 2025-01-24T01:31:10.1781725Z 2025-01-24T01:31:10.1782320Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2620 2025-01-24T01:31:10.1782904Z 2025-01-24T01:31:10.1783407Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2916 2025-01-24T01:31:10.1783900Z 2025-01-24T01:31:10.1784510Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2992 2025-01-24T01:31:10.1785111Z 2025-01-24T01:31:10.1785792Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 3000 2025-01-24T01:31:10.1786464Z 2025-01-24T01:31:10.1787076Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 3008 2025-01-24T01:31:10.1787675Z 2025-01-24T01:31:10.1788317Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 3016 2025-01-24T01:31:10.1788876Z 2025-01-24T01:31:10.1789549Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 3024 2025-01-24T01:31:10.1790269Z 2025-01-24T01:31:10.1790864Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3032 2025-01-24T01:31:10.1791439Z 2025-01-24T01:31:10.1792040Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3040 2025-01-24T01:31:10.1792617Z 2025-01-24T01:31:10.1793198Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3048 2025-01-24T01:31:10.1793786Z 2025-01-24T01:31:10.1794425Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3216 2025-01-24T01:31:10.1795007Z 2025-01-24T01:31:10.1795746Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3256 2025-01-24T01:31:10.1796483Z 2025-01-24T01:31:10.1796968Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3264 2025-01-24T01:31:10.1797451Z 2025-01-24T01:31:10.1798262Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3344 2025-01-24T01:31:10.1799078Z 2025-01-24T01:31:10.1799646Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3360 2025-01-24T01:31:10.1800239Z 2025-01-24T01:31:10.1800933Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3756 2025-01-24T01:31:10.1801647Z 2025-01-24T01:31:10.1802153Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3888 2025-01-24T01:31:10.1802690Z 2025-01-24T01:31:10.1803278Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71055 /state1:0x41c64e6d 4200 2025-01-24T01:31:10.1803884Z 2025-01-24T01:31:10.1805747Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4472 2025-01-24T01:31:10.1807539Z 2025-01-24T01:31:10.1808348Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 4600 2025-01-24T01:31:10.1809200Z 2025-01-24T01:31:10.1809640Z vds.exe C:\Windows\System32\vds.exe 1220 2025-01-24T01:31:10.1810102Z 2025-01-24T01:31:10.1810850Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2336 2025-01-24T01:31:10.1811604Z 2025-01-24T01:31:10.1812501Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1088 2025-01-24T01:31:10.1813396Z 2025-01-24T01:31:10.1815061Z 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 1680 2025-01-24T01:31:10.1816744Z 2025-01-24T01:31:10.1817245Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4108 2025-01-24T01:31:10.1817751Z 2025-01-24T01:31:10.1818438Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 416 2025-01-24T01:31:10.1819133Z 2025-01-24T01:31:10.1819830Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4300 2025-01-24T01:31:10.1820544Z 2025-01-24T01:31:10.1821005Z msdtc.exe C:\Windows\System32\msdtc.exe 2192 2025-01-24T01:31:10.1821490Z 2025-01-24T01:31:10.1822217Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 712 2025-01-24T01:31:10.1822891Z 2025-01-24T01:31:10.1823434Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 5076 2025-01-24T01:31:10.1824072Z 2025-01-24T01:31:10.1824736Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 2924 2025-01-24T01:31:10.1825408Z 2025-01-24T01:31:10.1826021Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4448 2025-01-24T01:31:10.1826630Z 2025-01-24T01:31:10.1827215Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 2168 2025-01-24T01:31:10.1827797Z 2025-01-24T01:31:10.1828418Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 1988 2025-01-24T01:31:10.1829040Z 2025-01-24T01:31:10.1829537Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 540 2025-01-24T01:31:10.1830033Z 2025-01-24T01:31:10.1830602Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4824 2025-01-24T01:31:10.1831188Z 2025-01-24T01:31:10.1831949Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4176 2025-01-24T01:31:10.1832655Z 2025-01-24T01:31:10.1833304Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 1140 2025-01-24T01:31:10.1833900Z 2025-01-24T01:31:10.1834474Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3564 2025-01-24T01:31:10.1835069Z 2025-01-24T01:31:10.1835572Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3324 2025-01-24T01:31:10.1836080Z 2025-01-24T01:31:10.1836570Z taskhostw.exe taskhostw.exe /RuntimeWide 3444 2025-01-24T01:31:10.1837082Z 2025-01-24T01:31:10.1837750Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:924 1600 2025-01-24T01:31:10.1838447Z 2025-01-24T01:31:10.1838934Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3496 2025-01-24T01:31:10.1839440Z 2025-01-24T01:31:10.1840089Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 3956 2025-01-24T01:31:10.1840753Z 2025-01-24T01:31:10.1841549Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 4780 2025-01-24T01:31:10.1842355Z 2025-01-24T01:31:10.1843034Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:532 1616 2025-01-24T01:31:10.1843731Z 2025-01-24T01:31:10.1844220Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4412 2025-01-24T01:31:10.1844809Z 2025-01-24T01:31:10.1845561Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 4696 2025-01-24T01:31:10.1846290Z 2025-01-24T01:31:10.1846916Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2120 2044 468 2025-01-24T01:31:10.1847539Z 2025-01-24T01:31:10.1848030Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1688 2025-01-24T01:31:10.1848527Z 2025-01-24T01:31:10.1849036Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 640 2025-01-24T01:31:10.1849554Z 2025-01-24T01:31:10.1850479Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 510 -InterruptEvent 0 -NGENProcess 4ac -Pipe 588 -Comment "NGen Worker Process" 1756 2025-01-24T01:31:10.1851462Z 2025-01-24T01:31:10.1852360Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\a851713a-2e52-4436-a49c-c851def8bab6.ps1'" 4048 2025-01-24T01:31:10.1853943Z 2025-01-24T01:31:10.1854634Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4888 2025-01-24T01:31:10.1855308Z 2025-01-24T01:31:10.1855315Z 2025-01-24T01:31:10.1855331Z 2025-01-24T01:31:10.2146955Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-01-24T01:31:10.2147387Z with: 2025-01-24T01:31:10.2148017Z github-secret: *** 2025-01-24T01:31:10.2151474Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-01-24T01:31:10.2153880Z activate-with-label: false 2025-01-24T01:31:10.2154981Z label: with-ssh 2025-01-24T01:31:10.2155210Z remove-existing-keys: true 2025-01-24T01:31:10.2155512Z fail-silently: true 2025-01-24T01:31:10.2155724Z env: 2025-01-24T01:31:10.2155915Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:10.2156137Z ##[endgroup] 2025-01-24T01:31:10.3870061Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-01-24T01:31:10.3872156Z ciflow reference detected, attempting to extract PR number 2025-01-24T01:31:10.6501096Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2025-01-24T01:31:10.7096671Z No SSH keys found for user pytorch-bot[bot] 2025-01-24T01:31:10.7097180Z Grabbing public ssh keys from https://github.com/yushangdi.keys 2025-01-24T01:31:10.7607868Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-01-24T01:31:10.7663368Z Login using: ssh runneruser@ec2-18-206-238-95.compute-1.amazonaws.com 2025-01-24T01:31:10.7663973Z To forward remote desktop on your local machine ssh as follows: 2025-01-24T01:31:10.7664524Z ssh -L 3389:localhost:3389 runneruser@ec2-18-206-238-95.compute-1.amazonaws.com 2025-01-24T01:31:10.7665007Z And then change password using `passwd` command. 2025-01-24T01:31:10.7665271Z 2025-01-24T01:31:10.7665564Z To start tests locally, change working folder to \actions-runner\_work\pytorch\pytorch\test, 2025-01-24T01:31:10.7666217Z Activate miniconda and Visual Studio environment and set PYTHON_PATH, by running: 2025-01-24T01:31:10.7666773Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T01:31:10.7667418Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-01-24T01:31:10.7668089Z set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2025-01-24T01:31:10.7908634Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T01:31:10.7909070Z with: 2025-01-24T01:31:10.7909314Z no-sudo: true 2025-01-24T01:31:10.7909534Z submodules: recursive 2025-01-24T01:31:10.7909761Z fetch-depth: 0 2025-01-24T01:31:10.7909956Z env: 2025-01-24T01:31:10.7910126Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:10.7910350Z ##[endgroup] 2025-01-24T01:31:11.2596270Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T01:31:11.2597172Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T01:31:11.2616958Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:31:11.2617414Z env: 2025-01-24T01:31:11.2617597Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:11.2617834Z ##[endgroup] 2025-01-24T01:31:11.9670718Z ##[group]Run retry () { 2025-01-24T01:31:11.9671013Z retry () { 2025-01-24T01:31:11.9671329Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T01:31:11.9671710Z } 2025-01-24T01:31:11.9671906Z echo "${GITHUB_WORKSPACE}" 2025-01-24T01:31:11.9672183Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T01:31:11.9672486Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T01:31:11.9672800Z else 2025-01-24T01:31:11.9673025Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T01:31:11.9673308Z fi 2025-01-24T01:31:11.9673498Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T01:31:11.9692424Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:31:11.9692869Z env: 2025-01-24T01:31:11.9693057Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:11.9693294Z NO_SUDO: true 2025-01-24T01:31:11.9693476Z ##[endgroup] 2025-01-24T01:31:11.9878855Z C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:31:12.1161039Z ##[group]Run actions/checkout@v4 2025-01-24T01:31:12.1161333Z with: 2025-01-24T01:31:12.1161546Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:31:12.1161847Z fetch-depth: 0 2025-01-24T01:31:12.1162061Z submodules: recursive 2025-01-24T01:31:12.1162282Z show-progress: false 2025-01-24T01:31:12.1162512Z repository: pytorch/pytorch 2025-01-24T01:31:12.1162906Z token: *** 2025-01-24T01:31:12.1163094Z ssh-strict: true 2025-01-24T01:31:12.1163300Z ssh-user: git 2025-01-24T01:31:12.1163511Z persist-credentials: true 2025-01-24T01:31:12.1163747Z clean: true 2025-01-24T01:31:12.1163968Z sparse-checkout-cone-mode: true 2025-01-24T01:31:12.1164238Z fetch-tags: false 2025-01-24T01:31:12.1164425Z lfs: false 2025-01-24T01:31:12.1164626Z set-safe-directory: true 2025-01-24T01:31:12.1164861Z env: 2025-01-24T01:31:12.1165062Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:31:12.1165285Z ##[endgroup] 2025-01-24T01:31:12.2504904Z Syncing repository: pytorch/pytorch 2025-01-24T01:31:12.2506272Z ##[group]Getting Git version info 2025-01-24T01:31:12.2506685Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T01:31:12.2590873Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T01:31:12.2811181Z git version 2.47.0.windows.2 2025-01-24T01:31:12.2859268Z ##[endgroup] 2025-01-24T01:31:12.2871088Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\563e99e9-2c2b-406b-aa5b-f9431637c392\.gitconfig' 2025-01-24T01:31:12.2889876Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\563e99e9-2c2b-406b-aa5b-f9431637c392' before making global git config changes 2025-01-24T01:31:12.2890731Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T01:31:12.2899066Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:31:12.3147710Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T01:31:12.3152122Z ##[group]Initializing the repository 2025-01-24T01:31:12.3161728Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:31:12.3928418Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-01-24T01:31:12.3975477Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-01-24T01:31:12.4225838Z ##[endgroup] 2025-01-24T01:31:12.4236800Z ##[group]Disabling automatic garbage collection 2025-01-24T01:31:12.4237294Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-01-24T01:31:12.4476729Z ##[endgroup] 2025-01-24T01:31:12.4477116Z ##[group]Setting up auth 2025-01-24T01:31:12.4490401Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T01:31:12.4739698Z [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-01-24T01:31:12.8580238Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T01:31:12.8818083Z [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-01-24T01:31:13.2310139Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T01:31:13.2568092Z ##[endgroup] 2025-01-24T01:31:13.2568531Z ##[group]Fetching the repository 2025-01-24T01:31:13.2582326Z [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-01-24T01:32:04.2832954Z From https://github.com/pytorch/pytorch 2025-01-24T01:32:04.2833400Z * [new branch] 144594 -> origin/144594 2025-01-24T01:32:04.2833868Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-01-24T01:32:04.2834360Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-01-24T01:32:04.2835178Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-01-24T01:32:04.2836162Z * [new branch] Broken-classifications_pending_unstable-Test -> origin/Broken-classifications_pending_unstable-Test 2025-01-24T01:32:04.2836862Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-01-24T01:32:04.2837418Z * [new branch] Cleanup-Previous-Artifacts -> origin/Cleanup-Previous-Artifacts 2025-01-24T01:32:04.2838072Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-01-24T01:32:04.2838828Z * [new branch] JackCaoG/add_openxla_backend_to_list -> origin/JackCaoG/add_openxla_backend_to_list 2025-01-24T01:32:04.2839578Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-01-24T01:32:04.2840249Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-01-24T01:32:04.2840891Z * [new branch] JackCaoG/make_xla_dynamo_backend_boxed -> origin/JackCaoG/make_xla_dynamo_backend_boxed 2025-01-24T01:32:04.2841516Z * [new branch] JackCaoG/test_xla_pin -> origin/JackCaoG/test_xla_pin 2025-01-24T01:32:04.2842070Z * [new branch] JackCaoG/test_xla_pin_update -> origin/JackCaoG/test_xla_pin_update 2025-01-24T01:32:04.2843480Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-01-24T01:32:04.2844083Z * [new branch] JackCaoG/update_xla_dynamo -> origin/JackCaoG/update_xla_dynamo 2025-01-24T01:32:04.2844714Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-01-24T01:32:04.2845406Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-01-24T01:32:04.2846385Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-01-24T01:32:04.2846931Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-01-24T01:32:04.2847517Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-01-24T01:32:04.2848061Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-01-24T01:32:04.2848588Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-01-24T01:32:04.2849121Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-01-24T01:32:04.2849677Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-01-24T01:32:04.2850247Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-01-24T01:32:04.2850792Z * [new branch] Switch-Linux-arm64-Runners -> origin/Switch-Linux-arm64-Runners 2025-01-24T01:32:04.2851461Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-01-24T01:32:04.2852052Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-01-24T01:32:04.2852687Z * [new branch] WeixiMa/serialize -> origin/WeixiMa/serialize 2025-01-24T01:32:04.2853195Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-01-24T01:32:04.2853688Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-01-24T01:32:04.2854281Z * [new branch] abock/dort-torch-compile-options -> origin/abock/dort-torch-compile-options 2025-01-24T01:32:04.2854890Z * [new branch] abock/onnx-1.14.1rc1 -> origin/abock/onnx-1.14.1rc1 2025-01-24T01:32:04.2855423Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-01-24T01:32:04.2856083Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-01-24T01:32:04.2856750Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-01-24T01:32:04.2857275Z * [new branch] add-assign -> origin/add-assign 2025-01-24T01:32:04.2857843Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-01-24T01:32:04.2858519Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-01-24T01:32:04.2859124Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-01-24T01:32:04.3277668Z * [new branch] add_reduce_op -> origin/add_reduce_op 2025-01-24T01:32:04.3278185Z * [new branch] add_torchao_docs -> origin/add_torchao_docs 2025-01-24T01:32:04.3278748Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-01-24T01:32:04.3279238Z * [new branch] addsimde -> origin/addsimde 2025-01-24T01:32:04.3279753Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-01-24T01:32:04.3280278Z * [new branch] alanwaketan/pin -> origin/alanwaketan/pin 2025-01-24T01:32:04.3280764Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-01-24T01:32:04.3281800Z * [new branch] alt-disable -> origin/alt-disable 2025-01-24T01:32:04.3282285Z * [new branch] angelayi/aot -> origin/angelayi/aot 2025-01-24T01:32:04.3282811Z * [new branch] angelayi/aot_freeze -> origin/angelayi/aot_freeze 2025-01-24T01:32:04.3283426Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-01-24T01:32:04.3284469Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-01-24T01:32:04.3285083Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-01-24T01:32:04.3285683Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-01-24T01:32:04.3286309Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-01-24T01:32:04.3286979Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-01-24T01:32:04.3287540Z * [new branch] angelayi/bench -> origin/angelayi/bench 2025-01-24T01:32:04.3288026Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-01-24T01:32:04.3288561Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-01-24T01:32:04.3289106Z * [new branch] angelayi/bind -> origin/angelayi/bind 2025-01-24T01:32:04.3289595Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-01-24T01:32:04.3290108Z * [new branch] angelayi/core_aten -> origin/angelayi/core_aten 2025-01-24T01:32:04.3290620Z * [new branch] angelayi/core_split -> origin/angelayi/core_split 2025-01-24T01:32:04.3291108Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-01-24T01:32:04.3291603Z * [new branch] angelayi/cp108217 -> origin/angelayi/cp108217 2025-01-24T01:32:04.3292215Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-01-24T01:32:04.3292703Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-01-24T01:32:04.3293313Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-01-24T01:32:04.3293891Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-01-24T01:32:04.3294426Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-01-24T01:32:04.3294992Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-01-24T01:32:04.3295566Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-01-24T01:32:04.3296079Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-01-24T01:32:04.3296587Z * [new branch] angelayi/ep_bc -> origin/angelayi/ep_bc 2025-01-24T01:32:04.3297125Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-01-24T01:32:04.3297688Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-01-24T01:32:04.3298187Z * [new branch] angelayi/exportdb -> origin/angelayi/exportdb 2025-01-24T01:32:04.3298913Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-01-24T01:32:04.3299427Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-01-24T01:32:04.3299978Z * [new branch] angelayi/fix_constrain -> origin/angelayi/fix_constrain 2025-01-24T01:32:04.3300492Z * [new branch] angelayi/getattr -> origin/angelayi/getattr 2025-01-24T01:32:04.3302325Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-01-24T01:32:04.3302899Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-01-24T01:32:04.3303441Z * [new branch] angelayi/inductor_temp -> origin/angelayi/inductor_temp 2025-01-24T01:32:04.3303983Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-01-24T01:32:04.3304905Z * [new branch] angelayi/load -> origin/angelayi/load 2025-01-24T01:32:04.3305395Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-01-24T01:32:04.3954874Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-01-24T01:32:04.3955454Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-01-24T01:32:04.3955969Z * [new branch] angelayi/orig_args -> origin/angelayi/orig_args 2025-01-24T01:32:04.3956507Z * [new branch] angelayi/pickle -> origin/angelayi/pickle 2025-01-24T01:32:04.3957008Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-01-24T01:32:04.3957493Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-01-24T01:32:04.3958022Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-01-24T01:32:04.3958621Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-01-24T01:32:04.3959185Z * [new branch] angelayi/revert_inductor -> origin/angelayi/revert_inductor 2025-01-24T01:32:04.3959740Z * [new branch] angelayi/schema_version -> origin/angelayi/schema_version 2025-01-24T01:32:04.3960268Z * [new branch] angelayi/ser_constrain -> origin/angelayi/ser_constrain 2025-01-24T01:32:04.3960880Z * [new branch] angelayi/serialize_symint_inputs -> origin/angelayi/serialize_symint_inputs 2025-01-24T01:32:04.3961458Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-01-24T01:32:04.3961941Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-01-24T01:32:04.3962454Z * [new branch] angelayi/test_aot_mode -> origin/angelayi/test_aot_mode 2025-01-24T01:32:04.3962975Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-01-24T01:32:04.3963509Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-01-24T01:32:04.3964108Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-01-24T01:32:04.3964756Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-01-24T01:32:04.3965330Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-01-24T01:32:04.3965821Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-01-24T01:32:04.3966310Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-01-24T01:32:04.3966791Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-01-24T01:32:04.3967264Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-01-24T01:32:04.3967748Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-01-24T01:32:04.3968220Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-01-24T01:32:04.3968706Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-01-24T01:32:04.3969223Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-01-24T01:32:04.3969741Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-01-24T01:32:04.3970815Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-01-24T01:32:04.3971343Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-01-24T01:32:04.3971827Z * [new branch] bahuang/dropout -> origin/bahuang/dropout 2025-01-24T01:32:04.3972443Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-01-24T01:32:04.3973445Z * [new branch] base/1.5 -> origin/base/1.5 2025-01-24T01:32:04.3973924Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-01-24T01:32:04.3974525Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-01-24T01:32:04.3975188Z * [new branch] batchnorm-unexpected-success -> origin/batchnorm-unexpected-success 2025-01-24T01:32:04.3975780Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-01-24T01:32:04.3976295Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-01-24T01:32:04.3976793Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-01-24T01:32:04.3977426Z * [new branch] bf/be-cudagraph-utils -> origin/bf/be-cudagraph-utils 2025-01-24T01:32:04.3977962Z * [new branch] bf/be-dependencies -> origin/bf/be-dependencies 2025-01-24T01:32:04.3978449Z * [new branch] bf/be-metrics -> origin/bf/be-metrics 2025-01-24T01:32:04.3978967Z * [new branch] bf/be-pad-mm -> origin/bf/be-pad-mm 2025-01-24T01:32:04.3979515Z * [new branch] bf/be-wrapper-benchmark -> origin/bf/be-wrapper-benchmark 2025-01-24T01:32:04.3980070Z * [new branch] bf/cg-doc-add-cuda-device -> origin/bf/cg-doc-add-cuda-device 2025-01-24T01:32:04.4369412Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-01-24T01:32:04.4370018Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-01-24T01:32:04.4370497Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-01-24T01:32:04.4371118Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-01-24T01:32:04.4372093Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-01-24T01:32:04.4372989Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-01-24T01:32:04.4373530Z * [new branch] bf/pa-input-pos-bs -> origin/bf/pa-input-pos-bs 2025-01-24T01:32:04.4374086Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-01-24T01:32:04.4374754Z * [new branch] bf/relax-reinplace-size-constraint -> origin/bf/relax-reinplace-size-constraint 2025-01-24T01:32:04.4375419Z * [new branch] bf/remove-check -> origin/bf/remove-check 2025-01-24T01:32:04.4375955Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-01-24T01:32:04.4376550Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-01-24T01:32:04.4377153Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-01-24T01:32:04.4377722Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-01-24T01:32:04.4378288Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-01-24T01:32:04.4378837Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-01-24T01:32:04.4379592Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-01-24T01:32:04.4380168Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-01-24T01:32:04.4380774Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-01-24T01:32:04.4381350Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-01-24T01:32:04.4382410Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-01-24T01:32:04.4382973Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-01-24T01:32:04.4383521Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-01-24T01:32:04.4384088Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-01-24T01:32:04.4384689Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-01-24T01:32:04.4385258Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-01-24T01:32:04.4385824Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-01-24T01:32:04.4386386Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-01-24T01:32:04.4386933Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-01-24T01:32:04.4387480Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-01-24T01:32:04.4388042Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-01-24T01:32:04.4388590Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-01-24T01:32:04.4389097Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-01-24T01:32:04.4389582Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-01-24T01:32:04.4390089Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-01-24T01:32:04.4390670Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-01-24T01:32:04.4391191Z * [new branch] brgemm_int8 -> origin/brgemm_int8 2025-01-24T01:32:04.4391737Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-01-24T01:32:04.4392312Z * [new branch] brister/nd_tiling_stardep -> origin/brister/nd_tiling_stardep 2025-01-24T01:32:04.4392854Z * [new branch] brister/reduction_numel -> origin/brister/reduction_numel 2025-01-24T01:32:04.4393398Z * [new branch] brister/tiled_reduction -> origin/brister/tiled_reduction 2025-01-24T01:32:04.4394022Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-01-24T01:32:04.4394638Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-01-24T01:32:04.4716279Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-01-24T01:32:04.4716874Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-01-24T01:32:04.4717481Z * [new branch] cache-limit-prototype2 -> origin/cache-limit-prototype2 2025-01-24T01:32:04.4718092Z * [new branch] cache-limit-prototype3 -> origin/cache-limit-prototype3 2025-01-24T01:32:04.4718706Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-01-24T01:32:04.4719209Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-01-24T01:32:04.4720039Z * [new branch] camyllh_update_vs_build_to_2022 -> origin/camyllh_update_vs_build_to_2022 2025-01-24T01:32:04.4720635Z * [new branch] capture_eval_train_error -> origin/capture_eval_train_error 2025-01-24T01:32:04.4721211Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-01-24T01:32:04.4721762Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-01-24T01:32:04.4722426Z * [new branch] cherry-pick-136890-by-pytorch_bot_bot_ -> origin/cherry-pick-136890-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4723735Z * [new branch] cherry-pick-141063-by-pytorch_bot_bot_ -> origin/cherry-pick-141063-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4724587Z * [new branch] cherry-pick-142292-by-pytorch_bot_bot_ -> origin/cherry-pick-142292-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4725385Z * [new branch] cherry-pick-142398-by-pytorch_bot_bot_ -> origin/cherry-pick-142398-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4726152Z * [new branch] cherry-pick-142831-by-pytorch_bot_bot_ -> origin/cherry-pick-142831-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4726894Z * [new branch] cherry-pick-143095-by-pytorch_bot_bot_ -> origin/cherry-pick-143095-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4727624Z * [new branch] cherry-pick-143127-by-pytorch_bot_bot_ -> origin/cherry-pick-143127-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4728363Z * [new branch] cherry-pick-143141-by-pytorch_bot_bot_ -> origin/cherry-pick-143141-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4729110Z * [new branch] cherry-pick-143183-by-pytorch_bot_bot_ -> origin/cherry-pick-143183-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4729839Z * [new branch] cherry-pick-143196-by-pytorch_bot_bot_ -> origin/cherry-pick-143196-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4730631Z * [new branch] cherry-pick-143212-by-pytorch_bot_bot_ -> origin/cherry-pick-143212-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4731470Z * [new branch] cherry-pick-143242-by-pytorch_bot_bot_ -> origin/cherry-pick-143242-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4732278Z * [new branch] cherry-pick-143376-by-pytorch_bot_bot_ -> origin/cherry-pick-143376-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4733014Z * [new branch] cherry-pick-143569-by-pytorch_bot_bot_ -> origin/cherry-pick-143569-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4733761Z * [new branch] cherry-pick-143570-by-pytorch_bot_bot_ -> origin/cherry-pick-143570-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4734523Z * [new branch] cherry-pick-143839-by-pytorch_bot_bot_ -> origin/cherry-pick-143839-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4735254Z * [new branch] cherry-pick-143866-by-pytorch_bot_bot_ -> origin/cherry-pick-143866-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4736015Z * [new branch] cherry-pick-144078-by-pytorch_bot_bot_ -> origin/cherry-pick-144078-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4736753Z * [new branch] cherry-pick-144249-by-pytorch_bot_bot_ -> origin/cherry-pick-144249-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4737587Z * [new branch] cherry-pick-144251-by-pytorch_bot_bot_ -> origin/cherry-pick-144251-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4738362Z * [new branch] cherry-pick-144285-by-pytorch_bot_bot_ -> origin/cherry-pick-144285-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4739104Z * [new branch] cherry-pick-144343-by-pytorch_bot_bot_ -> origin/cherry-pick-144343-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4739839Z * [new branch] cherry-pick-144358-by-pytorch_bot_bot_ -> origin/cherry-pick-144358-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4740581Z * [new branch] cherry-pick-144361-by-pytorch_bot_bot_ -> origin/cherry-pick-144361-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4741319Z * [new branch] cherry-pick-144368-by-pytorch_bot_bot_ -> origin/cherry-pick-144368-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4742262Z * [new branch] cherry-pick-144396-by-pytorch_bot_bot_ -> origin/cherry-pick-144396-by-pytorch_bot_bot_ 2025-01-24T01:32:04.4743015Z * [new branch] cherry-pick-144425-by-pytorch_bot_bot_ -> origin/cherry-pick-144425-by-pytorch_bot_bot_ 2025-01-24T01:32:04.5134309Z * [new branch] cherry-pick-144477-by-pytorch_bot_bot_ -> origin/cherry-pick-144477-by-pytorch_bot_bot_ 2025-01-24T01:32:04.5135436Z * [new branch] cherry-pick-144914-by-pytorch_bot_bot_ -> origin/cherry-pick-144914-by-pytorch_bot_bot_ 2025-01-24T01:32:04.5136256Z * [new branch] cherry-pick-145020-by-pytorch_bot_bot_ -> origin/cherry-pick-145020-by-pytorch_bot_bot_ 2025-01-24T01:32:04.5137080Z * [new branch] cherry-pick-145251-by-pytorch_bot_bot_ -> origin/cherry-pick-145251-by-pytorch_bot_bot_ 2025-01-24T01:32:04.5137822Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-01-24T01:32:04.5138394Z * [new branch] ci_pin -> origin/ci_pin 2025-01-24T01:32:04.5138892Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-01-24T01:32:04.5139457Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-01-24T01:32:04.5140017Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-01-24T01:32:04.5140543Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-01-24T01:32:04.5141143Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-01-24T01:32:04.5141868Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-01-24T01:32:04.5142550Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-01-24T01:32:04.5143148Z * [new branch] constraint_2 -> origin/constraint_2 2025-01-24T01:32:04.5143738Z * [new branch] copy_graph -> origin/copy_graph 2025-01-24T01:32:04.5144267Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-01-24T01:32:04.5144823Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-01-24T01:32:04.5145373Z * [new branch] cpp_gemm_template_arm -> origin/cpp_gemm_template_arm 2025-01-24T01:32:04.5145930Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-01-24T01:32:04.5146452Z * [new branch] crpa/fix-typo -> origin/crpa/fix-typo 2025-01-24T01:32:04.5146960Z * [new branch] csl/3proc -> origin/csl/3proc 2025-01-24T01:32:04.5147466Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-01-24T01:32:04.5148081Z * [new branch] csl/apiratelimitephemeral -> origin/csl/apiratelimitephemeral 2025-01-24T01:32:04.5148708Z * [new branch] csl/bazel_networkx -> origin/csl/bazel_networkx 2025-01-24T01:32:04.5149274Z * [new branch] csl/binary_checksum -> origin/csl/binary_checksum 2025-01-24T01:32:04.5149872Z * [new branch] csl/binary_whl_metadata -> origin/csl/binary_whl_metadata 2025-01-24T01:32:04.5150444Z * [new branch] csl/closeissues -> origin/csl/closeissues 2025-01-24T01:32:04.5150984Z * [new branch] csl/condatoken -> origin/csl/condatoken 2025-01-24T01:32:04.5151481Z * [new branch] csl/cov_experiment -> origin/csl/cov_experiment 2025-01-24T01:32:04.5152065Z * [new branch] csl/defaulttesttimes -> origin/csl/defaulttesttimes 2025-01-24T01:32:04.5152647Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-01-24T01:32:04.5153887Z * [new branch] csl/disableflex -> origin/csl/disableflex 2025-01-24T01:32:04.5154463Z * [new branch] csl/docsenv -> origin/csl/docsenv 2025-01-24T01:32:04.5155063Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-01-24T01:32:04.5155646Z * [new branch] csl/editable_install -> origin/csl/editable_install 2025-01-24T01:32:04.5156208Z * [new branch] csl/errormsgs -> origin/csl/errormsgs 2025-01-24T01:32:04.5156826Z * [new branch] csl/fflint -> origin/csl/fflint 2025-01-24T01:32:04.5157417Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-01-24T01:32:04.5158040Z * [new branch] csl/linter_grep_linter_a -> origin/csl/linter_grep_linter_a 2025-01-24T01:32:04.5158617Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-01-24T01:32:04.5159139Z * [new branch] csl/logging -> origin/csl/logging 2025-01-24T01:32:04.5159620Z * [new branch] csl/logtest -> origin/csl/logtest 2025-01-24T01:32:04.5160152Z * [new branch] csl/multigpu_2_shard -> origin/csl/multigpu_2_shard 2025-01-24T01:32:04.5160707Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-01-24T01:32:04.5161365Z * [new branch] csl/pep658_script_can_backfill -> origin/csl/pep658_script_can_backfill 2025-01-24T01:32:04.5161988Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-01-24T01:32:04.5572862Z * [new branch] csl/reorder -> origin/csl/reorder 2025-01-24T01:32:04.5573449Z * [new branch] csl/revert -> origin/csl/revert 2025-01-24T01:32:04.5574002Z * [new branch] csl/revert_metadata -> origin/csl/revert_metadata 2025-01-24T01:32:04.5574580Z * [new branch] csl/rocmsecrets -> origin/csl/rocmsecrets 2025-01-24T01:32:04.5575130Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-01-24T01:32:04.5575660Z * [new branch] csl/skipslow -> origin/csl/skipslow 2025-01-24T01:32:04.5576194Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-01-24T01:32:04.5576770Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-01-24T01:32:04.5577321Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-01-24T01:32:04.5577928Z * [new branch] csl/testlstmpackedslow -> origin/csl/testlstmpackedslow 2025-01-24T01:32:04.5578515Z * [new branch] csl/testselectiontools -> origin/csl/testselectiontools 2025-01-24T01:32:04.5579163Z * [new branch] csl/update_clickhouse_connect -> origin/csl/update_clickhouse_connect 2025-01-24T01:32:04.5579868Z * [new branch] csl/upload_metadta_better_parsing -> origin/csl/upload_metadta_better_parsing 2025-01-24T01:32:04.5580464Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-01-24T01:32:04.5580989Z * [new branch] csl/xdist_test -> origin/csl/xdist_test 2025-01-24T01:32:04.5581500Z * [new branch] ctx_manager -> origin/ctx_manager 2025-01-24T01:32:04.5581993Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-01-24T01:32:04.5582545Z * [new branch] cusparse-spmm-fix -> origin/cusparse-spmm-fix 2025-01-24T01:32:04.5583172Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-01-24T01:32:04.5583743Z * [new branch] dataclass -> origin/dataclass 2025-01-24T01:32:04.5584416Z * [new branch] debug-ghcr -> origin/debug-ghcr 2025-01-24T01:32:04.5585025Z * [new branch] deferring-reduction-split -> origin/deferring-reduction-split 2025-01-24T01:32:04.5585675Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-01-24T01:32:04.5586352Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-01-24T01:32:04.5587057Z * [new branch] desertfire/update_timm_pin -> origin/desertfire/update_timm_pin 2025-01-24T01:32:04.5587804Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-01-24T01:32:04.5588403Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-01-24T01:32:04.5588968Z * [new branch] dev/joona/bmm_tiling_extend -> origin/dev/joona/bmm_tiling_extend 2025-01-24T01:32:04.5589644Z * [new branch] dev/joona/check_bounds_index_select -> origin/dev/joona/check_bounds_index_select 2025-01-24T01:32:04.5590328Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-01-24T01:32:04.5590885Z * [new branch] dev/joona/lstm_leak -> origin/dev/joona/lstm_leak 2025-01-24T01:32:04.5591458Z * [new branch] dev/joona/minmaxprop -> origin/dev/joona/minmaxprop 2025-01-24T01:32:04.5592013Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-01-24T01:32:04.5592577Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-01-24T01:32:04.5593119Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-01-24T01:32:04.5593644Z * [new branch] disable -> origin/disable 2025-01-24T01:32:04.5594205Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-01-24T01:32:04.5594890Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-01-24T01:32:04.5595528Z * [new branch] docs_numpy -> origin/docs_numpy 2025-01-24T01:32:04.5596031Z * [new branch] dropout-eval -> origin/dropout-eval 2025-01-24T01:32:04.5596556Z * [new branch] dtensor_class_doc -> origin/dtensor_class_doc 2025-01-24T01:32:04.5597087Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-01-24T01:32:04.5597610Z * [new branch] dynamic_dim_2 -> origin/dynamic_dim_2 2025-01-24T01:32:04.5598117Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-01-24T01:32:04.5598638Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-01-24T01:32:04.5599227Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-01-24T01:32:04.5599868Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-01-24T01:32:04.5995228Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-01-24T01:32:04.5995904Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-01-24T01:32:04.5996606Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-01-24T01:32:04.5997362Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-01-24T01:32:04.5997916Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-01-24T01:32:04.5998433Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-01-24T01:32:04.5998881Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-01-24T01:32:04.5999334Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-01-24T01:32:04.5999954Z * [new branch] eqy-patch-23 -> origin/eqy-patch-23 2025-01-24T01:32:04.6000394Z * [new branch] eqy-patch-25 -> origin/eqy-patch-25 2025-01-24T01:32:04.6000840Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-01-24T01:32:04.6001285Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-01-24T01:32:04.6001968Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-01-24T01:32:04.6002646Z * [new branch] exclamaforte/benchmark-harness -> origin/exclamaforte/benchmark-harness 2025-01-24T01:32:04.6003306Z * [new branch] exclamaforte/config-fuzzer-1 -> origin/exclamaforte/config-fuzzer-1 2025-01-24T01:32:04.6003950Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-01-24T01:32:04.6004759Z * [new branch] exclamaforte/cpp-wrapper-training-annotation -> origin/exclamaforte/cpp-wrapper-training-annotation 2025-01-24T01:32:04.6005477Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-01-24T01:32:04.6006031Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-01-24T01:32:04.6006702Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-01-24T01:32:04.6007362Z * [new branch] exclamaforte/fuzzer-0 -> origin/exclamaforte/fuzzer-0 2025-01-24T01:32:04.6007932Z * [new branch] exclamaforte/fuzzer-dynamo -> origin/exclamaforte/fuzzer-dynamo 2025-01-24T01:32:04.6008603Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-01-24T01:32:04.6009297Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-01-24T01:32:04.6009972Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-01-24T01:32:04.6010539Z * [new branch] exec -> origin/exec 2025-01-24T01:32:04.6010998Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-01-24T01:32:04.6011519Z * [new branch] export-D48800879 -> origin/export-D48800879 2025-01-24T01:32:04.6012006Z * [new branch] export-D48927532 -> origin/export-D48927532 2025-01-24T01:32:04.6012590Z * [new branch] export-D48927532-1 -> origin/export-D48927532-1 2025-01-24T01:32:04.6013089Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-01-24T01:32:04.6013567Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-01-24T01:32:04.6014047Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-01-24T01:32:04.6014528Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-01-24T01:32:04.6015004Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-01-24T01:32:04.6015478Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-01-24T01:32:04.6015951Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-01-24T01:32:04.6016427Z * [new branch] export-D63985323 -> origin/export-D63985323 2025-01-24T01:32:04.6016898Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-01-24T01:32:04.6017365Z * [new branch] export-D64876877 -> origin/export-D64876877 2025-01-24T01:32:04.6017838Z * [new branch] export-D64982221 -> origin/export-D64982221 2025-01-24T01:32:04.6018307Z * [new branch] export-D64995390 -> origin/export-D64995390 2025-01-24T01:32:04.6018912Z * [new branch] export-D65006709 -> origin/export-D65006709 2025-01-24T01:32:04.6019391Z * [new branch] export-D65237586 -> origin/export-D65237586 2025-01-24T01:32:04.6019863Z * [new branch] export-D65354569 -> origin/export-D65354569 2025-01-24T01:32:04.6437053Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-01-24T01:32:04.6437720Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-01-24T01:32:04.6438199Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-01-24T01:32:04.6438678Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-01-24T01:32:04.6439157Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-01-24T01:32:04.6439624Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-01-24T01:32:04.6440101Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-01-24T01:32:04.6440580Z * [new branch] export-D67537234 -> origin/export-D67537234 2025-01-24T01:32:04.6441044Z * [new branch] export-D67762069 -> origin/export-D67762069 2025-01-24T01:32:04.6441525Z * [new branch] export-D68174038 -> origin/export-D68174038 2025-01-24T01:32:04.6442002Z * [new branch] export-D68177409 -> origin/export-D68177409 2025-01-24T01:32:04.6442461Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-01-24T01:32:04.6442931Z * [new branch] export-D68278174 -> origin/export-D68278174 2025-01-24T01:32:04.6443414Z * [new branch] export-D68294638 -> origin/export-D68294638 2025-01-24T01:32:04.6443880Z * [new branch] export-D68303934 -> origin/export-D68303934 2025-01-24T01:32:04.6444346Z * [new branch] export-D68534017 -> origin/export-D68534017 2025-01-24T01:32:04.6444839Z * [new branch] export_constrain_3 -> origin/export_constrain_3 2025-01-24T01:32:04.6445375Z * [new branch] export_constraint_class_4 -> origin/export_constraint_class_4 2025-01-24T01:32:04.6445902Z * [new branch] export_dynamic_dim_2 -> origin/export_dynamic_dim_2 2025-01-24T01:32:04.6446406Z * [new branch] export_export_1 -> origin/export_export_1 2025-01-24T01:32:04.6446910Z * [new branch] export_program_class_5 -> origin/export_program_class_5 2025-01-24T01:32:04.6447410Z * [new branch] export_save_load_6 -> origin/export_save_load_6 2025-01-24T01:32:04.6448011Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-01-24T01:32:04.6448587Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-01-24T01:32:04.6449062Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-01-24T01:32:04.6449532Z * [new branch] fastmath_target -> origin/fastmath_target 2025-01-24T01:32:04.6449987Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-01-24T01:32:04.6450411Z * [new branch] fca -> origin/fca 2025-01-24T01:32:04.6450801Z * [new branch] fca2 -> origin/fca2 2025-01-24T01:32:04.6451216Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-01-24T01:32:04.6451635Z * [new branch] fca3 -> origin/fca3 2025-01-24T01:32:04.6452018Z * [new branch] fca5 -> origin/fca5 2025-01-24T01:32:04.6452605Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-01-24T01:32:04.6453456Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-01-24T01:32:04.6454312Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-01-24T01:32:04.6454994Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-01-24T01:32:04.6455498Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-01-24T01:32:04.6456117Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-01-24T01:32:04.6456609Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-01-24T01:32:04.6457125Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-01-24T01:32:04.6457661Z * [new branch] findhao/base_commit_test1 -> origin/findhao/base_commit_test1 2025-01-24T01:32:04.6458200Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-01-24T01:32:04.6458737Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-01-24T01:32:04.6459283Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-01-24T01:32:04.6459838Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-01-24T01:32:04.6460344Z * [new branch] findhao/test1 -> origin/findhao/test1 2025-01-24T01:32:04.6460801Z * [new branch] findhao/test2 -> origin/findhao/test2 2025-01-24T01:32:04.6461224Z * [new branch] fix -> origin/fix 2025-01-24T01:32:04.6874151Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-01-24T01:32:04.6874739Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-01-24T01:32:04.6875260Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-01-24T01:32:04.6875798Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-01-24T01:32:04.6876365Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-01-24T01:32:04.6876907Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-01-24T01:32:04.6877440Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-01-24T01:32:04.6877953Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-01-24T01:32:04.6878589Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-01-24T01:32:04.6879073Z * [new branch] fixes-triage -> origin/fixes-triage 2025-01-24T01:32:04.6879567Z * [new branch] flash_attn_test_baseline -> origin/flash_attn_test_baseline 2025-01-24T01:32:04.6880077Z * [new branch] flash_attn_test_target -> origin/flash_attn_test_target 2025-01-24T01:32:04.6880655Z * [new branch] flash_attn_test_target_with_filter -> origin/flash_attn_test_target_with_filter 2025-01-24T01:32:04.6881233Z * [new branch] float8_aot_traceable -> origin/float8_aot_traceable 2025-01-24T01:32:04.6881731Z * [new branch] float8_aot_traceable2 -> origin/float8_aot_traceable2 2025-01-24T01:32:04.6882378Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-01-24T01:32:04.6882975Z * [new branch] fp8_fix -> origin/fp8_fix 2025-01-24T01:32:04.6883418Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-01-24T01:32:04.6883883Z * [new branch] fsdp_rate_limiter -> origin/fsdp_rate_limiter 2025-01-24T01:32:04.6884586Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-01-24T01:32:04.6885039Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-01-24T01:32:04.6885501Z * [new branch] functorch_scan -> origin/functorch_scan 2025-01-24T01:32:04.6885998Z * [new branch] fuse_attention_pattern -> origin/fuse_attention_pattern 2025-01-24T01:32:04.6886646Z * [new branch] fuse_attention_patterns -> origin/fuse_attention_patterns 2025-01-24T01:32:04.6887133Z * [new branch] fx_cpp -> origin/fx_cpp 2025-01-24T01:32:04.6887568Z * [new branch] fxmodule -> origin/fxmodule 2025-01-24T01:32:04.6888013Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-01-24T01:32:04.6888436Z * [new branch] gelu-3 -> origin/gelu-3 2025-01-24T01:32:04.6888928Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-01-24T01:32:04.6889456Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-01-24T01:32:04.6889989Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-01-24T01:32:04.6890517Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-01-24T01:32:04.6891079Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-01-24T01:32:04.6891626Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-01-24T01:32:04.6892149Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-01-24T01:32:04.6892696Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-01-24T01:32:04.6893157Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-01-24T01:32:04.6893670Z * [new branch] gh/ColinPeppler/54/base -> origin/gh/ColinPeppler/54/base 2025-01-24T01:32:04.6894226Z * [new branch] gh/ColinPeppler/54/head -> origin/gh/ColinPeppler/54/head 2025-01-24T01:32:04.6894773Z * [new branch] gh/ColinPeppler/54/orig -> origin/gh/ColinPeppler/54/orig 2025-01-24T01:32:04.6895326Z * [new branch] gh/ColinPeppler/55/base -> origin/gh/ColinPeppler/55/base 2025-01-24T01:32:04.6895867Z * [new branch] gh/ColinPeppler/55/head -> origin/gh/ColinPeppler/55/head 2025-01-24T01:32:04.6896414Z * [new branch] gh/ColinPeppler/55/orig -> origin/gh/ColinPeppler/55/orig 2025-01-24T01:32:04.6896966Z * [new branch] gh/ColinPeppler/56/base -> origin/gh/ColinPeppler/56/base 2025-01-24T01:32:04.6897550Z * [new branch] gh/ColinPeppler/56/head -> origin/gh/ColinPeppler/56/head 2025-01-24T01:32:04.6898148Z * [new branch] gh/ColinPeppler/56/orig -> origin/gh/ColinPeppler/56/orig 2025-01-24T01:32:04.6898784Z * [new branch] gh/ColinPeppler/57/base -> origin/gh/ColinPeppler/57/base 2025-01-24T01:32:04.7335136Z * [new branch] gh/ColinPeppler/57/head -> origin/gh/ColinPeppler/57/head 2025-01-24T01:32:04.7335756Z * [new branch] gh/ColinPeppler/57/orig -> origin/gh/ColinPeppler/57/orig 2025-01-24T01:32:04.7336324Z * [new branch] gh/ColinPeppler/58/base -> origin/gh/ColinPeppler/58/base 2025-01-24T01:32:04.7336918Z * [new branch] gh/ColinPeppler/58/head -> origin/gh/ColinPeppler/58/head 2025-01-24T01:32:04.7337458Z * [new branch] gh/ColinPeppler/58/orig -> origin/gh/ColinPeppler/58/orig 2025-01-24T01:32:04.7337989Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-01-24T01:32:04.7338501Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-01-24T01:32:04.7339206Z * [new branch] gh/EikanWang/73/base -> origin/gh/EikanWang/73/base 2025-01-24T01:32:04.7339729Z * [new branch] gh/EikanWang/73/head -> origin/gh/EikanWang/73/head 2025-01-24T01:32:04.7340293Z * [new branch] gh/EikanWang/73/orig -> origin/gh/EikanWang/73/orig 2025-01-24T01:32:04.7340905Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-01-24T01:32:04.7342036Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-01-24T01:32:04.7342613Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-01-24T01:32:04.7343113Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-01-24T01:32:04.7343583Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-01-24T01:32:04.7344059Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-01-24T01:32:04.7344554Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-01-24T01:32:04.7345031Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-01-24T01:32:04.7345503Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-01-24T01:32:04.7345979Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-01-24T01:32:04.7346467Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-01-24T01:32:04.7346956Z * [new branch] gh/H-Huang/161/base -> origin/gh/H-Huang/161/base 2025-01-24T01:32:04.7347438Z * [new branch] gh/H-Huang/161/head -> origin/gh/H-Huang/161/head 2025-01-24T01:32:04.7347915Z * [new branch] gh/H-Huang/161/orig -> origin/gh/H-Huang/161/orig 2025-01-24T01:32:04.7348439Z * [new branch] gh/H-Huang/162/base -> origin/gh/H-Huang/162/base 2025-01-24T01:32:04.7348963Z * [new branch] gh/H-Huang/162/head -> origin/gh/H-Huang/162/head 2025-01-24T01:32:04.7349490Z * [new branch] gh/H-Huang/162/orig -> origin/gh/H-Huang/162/orig 2025-01-24T01:32:04.7349978Z * [new branch] gh/H-Huang/163/base -> origin/gh/H-Huang/163/base 2025-01-24T01:32:04.7350446Z * [new branch] gh/H-Huang/163/head -> origin/gh/H-Huang/163/head 2025-01-24T01:32:04.7350936Z * [new branch] gh/H-Huang/163/orig -> origin/gh/H-Huang/163/orig 2025-01-24T01:32:04.7351413Z * [new branch] gh/H-Huang/164/base -> origin/gh/H-Huang/164/base 2025-01-24T01:32:04.7351890Z * [new branch] gh/H-Huang/164/head -> origin/gh/H-Huang/164/head 2025-01-24T01:32:04.7352366Z * [new branch] gh/H-Huang/164/orig -> origin/gh/H-Huang/164/orig 2025-01-24T01:32:04.7352869Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-01-24T01:32:04.7353376Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-01-24T01:32:04.7353899Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-01-24T01:32:04.7354432Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-01-24T01:32:04.7355072Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-01-24T01:32:04.7355651Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-01-24T01:32:04.7356194Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-01-24T01:32:04.7356737Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-01-24T01:32:04.7357271Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-01-24T01:32:04.7357947Z * [new branch] gh/IvanKobzarev/72/base -> origin/gh/IvanKobzarev/72/base 2025-01-24T01:32:04.7358492Z * [new branch] gh/IvanKobzarev/72/head -> origin/gh/IvanKobzarev/72/head 2025-01-24T01:32:04.7359033Z * [new branch] gh/IvanKobzarev/72/orig -> origin/gh/IvanKobzarev/72/orig 2025-01-24T01:32:04.7359587Z * [new branch] gh/IvanKobzarev/73/base -> origin/gh/IvanKobzarev/73/base 2025-01-24T01:32:04.7816829Z * [new branch] gh/IvanKobzarev/73/head -> origin/gh/IvanKobzarev/73/head 2025-01-24T01:32:04.7817406Z * [new branch] gh/IvanKobzarev/73/orig -> origin/gh/IvanKobzarev/73/orig 2025-01-24T01:32:04.7817974Z * [new branch] gh/IvanKobzarev/75/base -> origin/gh/IvanKobzarev/75/base 2025-01-24T01:32:04.7818510Z * [new branch] gh/IvanKobzarev/75/head -> origin/gh/IvanKobzarev/75/head 2025-01-24T01:32:04.7819063Z * [new branch] gh/IvanKobzarev/75/orig -> origin/gh/IvanKobzarev/75/orig 2025-01-24T01:32:04.7819631Z * [new branch] gh/IvanKobzarev/76/base -> origin/gh/IvanKobzarev/76/base 2025-01-24T01:32:04.7820171Z * [new branch] gh/IvanKobzarev/76/head -> origin/gh/IvanKobzarev/76/head 2025-01-24T01:32:04.7820725Z * [new branch] gh/IvanKobzarev/76/orig -> origin/gh/IvanKobzarev/76/orig 2025-01-24T01:32:04.7821285Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-01-24T01:32:04.7821826Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-01-24T01:32:04.7822382Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-01-24T01:32:04.7822941Z * [new branch] gh/IvanKobzarev/82/base -> origin/gh/IvanKobzarev/82/base 2025-01-24T01:32:04.7823545Z * [new branch] gh/IvanKobzarev/82/head -> origin/gh/IvanKobzarev/82/head 2025-01-24T01:32:04.7824143Z * [new branch] gh/IvanKobzarev/82/orig -> origin/gh/IvanKobzarev/82/orig 2025-01-24T01:32:04.7824698Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-01-24T01:32:04.7825255Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-01-24T01:32:04.7825796Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-01-24T01:32:04.7826353Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-01-24T01:32:04.7826904Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-01-24T01:32:04.7827443Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-01-24T01:32:04.7827996Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-01-24T01:32:04.7828556Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-01-24T01:32:04.7829108Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-01-24T01:32:04.7829655Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-01-24T01:32:04.7830212Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-01-24T01:32:04.7830773Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-01-24T01:32:04.7831322Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-01-24T01:32:04.7831884Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-01-24T01:32:04.7832436Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-01-24T01:32:04.7833649Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-01-24T01:32:04.7834218Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-01-24T01:32:04.7834778Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-01-24T01:32:04.7835338Z * [new branch] gh/IvanKobzarev/95/base -> origin/gh/IvanKobzarev/95/base 2025-01-24T01:32:04.7835880Z * [new branch] gh/IvanKobzarev/95/head -> origin/gh/IvanKobzarev/95/head 2025-01-24T01:32:04.7836545Z * [new branch] gh/IvanKobzarev/95/orig -> origin/gh/IvanKobzarev/95/orig 2025-01-24T01:32:04.7837096Z * [new branch] gh/IvanKobzarev/96/base -> origin/gh/IvanKobzarev/96/base 2025-01-24T01:32:04.7837639Z * [new branch] gh/IvanKobzarev/96/head -> origin/gh/IvanKobzarev/96/head 2025-01-24T01:32:04.7838196Z * [new branch] gh/IvanKobzarev/96/orig -> origin/gh/IvanKobzarev/96/orig 2025-01-24T01:32:04.7838752Z * [new branch] gh/IvanKobzarev/97/base -> origin/gh/IvanKobzarev/97/base 2025-01-24T01:32:04.7839298Z * [new branch] gh/IvanKobzarev/97/head -> origin/gh/IvanKobzarev/97/head 2025-01-24T01:32:04.7839856Z * [new branch] gh/IvanKobzarev/97/orig -> origin/gh/IvanKobzarev/97/orig 2025-01-24T01:32:04.7840395Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-01-24T01:32:04.7840916Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-01-24T01:32:04.7841419Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-01-24T01:32:04.7841924Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-01-24T01:32:04.8267003Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-01-24T01:32:04.8267557Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-01-24T01:32:04.8268066Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-01-24T01:32:04.8268557Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-01-24T01:32:04.8269100Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-01-24T01:32:04.8269640Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-01-24T01:32:04.8270203Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-01-24T01:32:04.8270751Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-01-24T01:32:04.8271297Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-01-24T01:32:04.8271828Z * [new branch] gh/SamGinzburg/17/base -> origin/gh/SamGinzburg/17/base 2025-01-24T01:32:04.8272374Z * [new branch] gh/SamGinzburg/17/head -> origin/gh/SamGinzburg/17/head 2025-01-24T01:32:04.8272916Z * [new branch] gh/SamGinzburg/17/orig -> origin/gh/SamGinzburg/17/orig 2025-01-24T01:32:04.8273444Z * [new branch] gh/SamGinzburg/18/base -> origin/gh/SamGinzburg/18/base 2025-01-24T01:32:04.8273990Z * [new branch] gh/SamGinzburg/18/head -> origin/gh/SamGinzburg/18/head 2025-01-24T01:32:04.8274537Z * [new branch] gh/SamGinzburg/18/orig -> origin/gh/SamGinzburg/18/orig 2025-01-24T01:32:04.8275073Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-01-24T01:32:04.8275607Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-01-24T01:32:04.8276146Z * [new branch] gh/StrongerXi/12/base -> origin/gh/StrongerXi/12/base 2025-01-24T01:32:04.8276681Z * [new branch] gh/StrongerXi/12/head -> origin/gh/StrongerXi/12/head 2025-01-24T01:32:04.8277854Z * [new branch] gh/StrongerXi/12/orig -> origin/gh/StrongerXi/12/orig 2025-01-24T01:32:04.8278408Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-01-24T01:32:04.8278940Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-01-24T01:32:04.8279462Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-01-24T01:32:04.8280119Z * [new branch] gh/StrongerXi/65/base -> origin/gh/StrongerXi/65/base 2025-01-24T01:32:04.8280652Z * [new branch] gh/StrongerXi/65/head -> origin/gh/StrongerXi/65/head 2025-01-24T01:32:04.8281167Z * [new branch] gh/StrongerXi/65/orig -> origin/gh/StrongerXi/65/orig 2025-01-24T01:32:04.8281811Z * [new branch] gh/StrongerXi/66/base -> origin/gh/StrongerXi/66/base 2025-01-24T01:32:04.8282353Z * [new branch] gh/StrongerXi/66/head -> origin/gh/StrongerXi/66/head 2025-01-24T01:32:04.8282887Z * [new branch] gh/StrongerXi/66/orig -> origin/gh/StrongerXi/66/orig 2025-01-24T01:32:04.8283409Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-01-24T01:32:04.8283950Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-01-24T01:32:04.8284480Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-01-24T01:32:04.8285003Z * [new branch] gh/StrongerXi/68/base -> origin/gh/StrongerXi/68/base 2025-01-24T01:32:04.8285540Z * [new branch] gh/StrongerXi/68/head -> origin/gh/StrongerXi/68/head 2025-01-24T01:32:04.8286077Z * [new branch] gh/StrongerXi/68/orig -> origin/gh/StrongerXi/68/orig 2025-01-24T01:32:04.8286594Z * [new branch] gh/StrongerXi/69/base -> origin/gh/StrongerXi/69/base 2025-01-24T01:32:04.8287139Z * [new branch] gh/StrongerXi/69/head -> origin/gh/StrongerXi/69/head 2025-01-24T01:32:04.8287675Z * [new branch] gh/StrongerXi/69/orig -> origin/gh/StrongerXi/69/orig 2025-01-24T01:32:04.8288208Z * [new branch] gh/StrongerXi/70/base -> origin/gh/StrongerXi/70/base 2025-01-24T01:32:04.8288727Z * [new branch] gh/StrongerXi/70/head -> origin/gh/StrongerXi/70/head 2025-01-24T01:32:04.8289266Z * [new branch] gh/StrongerXi/70/orig -> origin/gh/StrongerXi/70/orig 2025-01-24T01:32:04.8289802Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-01-24T01:32:04.8290326Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-01-24T01:32:04.8290862Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-01-24T01:32:04.8291399Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-01-24T01:32:04.8291924Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-01-24T01:32:04.8729627Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-01-24T01:32:04.8730267Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-01-24T01:32:04.8730807Z * [new branch] gh/StrongerXi/74/base -> origin/gh/StrongerXi/74/base 2025-01-24T01:32:04.8731376Z * [new branch] gh/StrongerXi/74/head -> origin/gh/StrongerXi/74/head 2025-01-24T01:32:04.8731943Z * [new branch] gh/StrongerXi/74/orig -> origin/gh/StrongerXi/74/orig 2025-01-24T01:32:04.8732478Z * [new branch] gh/StrongerXi/75/base -> origin/gh/StrongerXi/75/base 2025-01-24T01:32:04.8733062Z * [new branch] gh/StrongerXi/75/head -> origin/gh/StrongerXi/75/head 2025-01-24T01:32:04.8733799Z * [new branch] gh/StrongerXi/75/orig -> origin/gh/StrongerXi/75/orig 2025-01-24T01:32:04.8734337Z * [new branch] gh/StrongerXi/76/base -> origin/gh/StrongerXi/76/base 2025-01-24T01:32:04.8734855Z * [new branch] gh/StrongerXi/76/head -> origin/gh/StrongerXi/76/head 2025-01-24T01:32:04.8735385Z * [new branch] gh/StrongerXi/76/orig -> origin/gh/StrongerXi/76/orig 2025-01-24T01:32:04.8736034Z * [new branch] gh/Valentine233/1/base -> origin/gh/Valentine233/1/base 2025-01-24T01:32:04.8736771Z * [new branch] gh/Valentine233/1/head -> origin/gh/Valentine233/1/head 2025-01-24T01:32:04.8737392Z * [new branch] gh/Valentine233/1/orig -> origin/gh/Valentine233/1/orig 2025-01-24T01:32:04.8737971Z * [new branch] gh/Xia-Weiwen/15/base -> origin/gh/Xia-Weiwen/15/base 2025-01-24T01:32:04.8738540Z * [new branch] gh/Xia-Weiwen/15/orig -> origin/gh/Xia-Weiwen/15/orig 2025-01-24T01:32:04.8739138Z * [new branch] gh/Xia-Weiwen/17/base -> origin/gh/Xia-Weiwen/17/base 2025-01-24T01:32:04.8739702Z * [new branch] gh/Xia-Weiwen/17/orig -> origin/gh/Xia-Weiwen/17/orig 2025-01-24T01:32:04.8740263Z * [new branch] gh/Xia-Weiwen/24/base -> origin/gh/Xia-Weiwen/24/base 2025-01-24T01:32:04.8740815Z * [new branch] gh/Xia-Weiwen/24/head -> origin/gh/Xia-Weiwen/24/head 2025-01-24T01:32:04.8741431Z * [new branch] gh/Xia-Weiwen/24/orig -> origin/gh/Xia-Weiwen/24/orig 2025-01-24T01:32:04.8741992Z * [new branch] gh/Xia-Weiwen/25/base -> origin/gh/Xia-Weiwen/25/base 2025-01-24T01:32:04.8742558Z * [new branch] gh/Xia-Weiwen/25/head -> origin/gh/Xia-Weiwen/25/head 2025-01-24T01:32:04.8743133Z * [new branch] gh/Xia-Weiwen/25/orig -> origin/gh/Xia-Weiwen/25/orig 2025-01-24T01:32:04.8743719Z * [new branch] gh/Xia-Weiwen/26/base -> origin/gh/Xia-Weiwen/26/base 2025-01-24T01:32:04.8744284Z * [new branch] gh/Xia-Weiwen/26/head -> origin/gh/Xia-Weiwen/26/head 2025-01-24T01:32:04.8744833Z * [new branch] gh/Xia-Weiwen/26/orig -> origin/gh/Xia-Weiwen/26/orig 2025-01-24T01:32:04.8745434Z * [new branch] gh/Xia-Weiwen/27/base -> origin/gh/Xia-Weiwen/27/base 2025-01-24T01:32:04.8745998Z * [new branch] gh/Xia-Weiwen/27/head -> origin/gh/Xia-Weiwen/27/head 2025-01-24T01:32:04.8746552Z * [new branch] gh/Xia-Weiwen/27/orig -> origin/gh/Xia-Weiwen/27/orig 2025-01-24T01:32:04.8747150Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-01-24T01:32:04.8747719Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-01-24T01:32:04.8748282Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-01-24T01:32:04.8748841Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-01-24T01:32:04.8749447Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-01-24T01:32:04.8750015Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-01-24T01:32:04.8750578Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-01-24T01:32:04.8751193Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-01-24T01:32:04.8751774Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-01-24T01:32:04.8752316Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-01-24T01:32:04.8752876Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-01-24T01:32:04.8753478Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-01-24T01:32:04.8754170Z * [new branch] gh/XilunWu/111/base -> origin/gh/XilunWu/111/base 2025-01-24T01:32:04.8754720Z * [new branch] gh/XilunWu/111/head -> origin/gh/XilunWu/111/head 2025-01-24T01:32:04.8755327Z * [new branch] gh/XilunWu/111/orig -> origin/gh/XilunWu/111/orig 2025-01-24T01:32:04.8755888Z * [new branch] gh/XilunWu/43/base -> origin/gh/XilunWu/43/base 2025-01-24T01:32:04.8756546Z * [new branch] gh/XilunWu/43/orig -> origin/gh/XilunWu/43/orig 2025-01-24T01:32:04.9176310Z * [new branch] gh/XilunWu/44/base -> origin/gh/XilunWu/44/base 2025-01-24T01:32:04.9176917Z * [new branch] gh/XilunWu/44/orig -> origin/gh/XilunWu/44/orig 2025-01-24T01:32:04.9177441Z * [new branch] gh/XilunWu/45/base -> origin/gh/XilunWu/45/base 2025-01-24T01:32:04.9177941Z * [new branch] gh/XilunWu/45/orig -> origin/gh/XilunWu/45/orig 2025-01-24T01:32:04.9178475Z * [new branch] gh/XilunWu/46/base -> origin/gh/XilunWu/46/base 2025-01-24T01:32:04.9178973Z * [new branch] gh/XilunWu/46/orig -> origin/gh/XilunWu/46/orig 2025-01-24T01:32:04.9179479Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-01-24T01:32:04.9180015Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-01-24T01:32:04.9180549Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-01-24T01:32:04.9181078Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-01-24T01:32:04.9181607Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-01-24T01:32:04.9182136Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-01-24T01:32:04.9182678Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-01-24T01:32:04.9183219Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-01-24T01:32:04.9183744Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-01-24T01:32:04.9184269Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-01-24T01:32:04.9184784Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-01-24T01:32:04.9185314Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-01-24T01:32:04.9185841Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-01-24T01:32:04.9186364Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-01-24T01:32:04.9186877Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-01-24T01:32:04.9187407Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-01-24T01:32:04.9187930Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-01-24T01:32:04.9188441Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-01-24T01:32:04.9188964Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-01-24T01:32:04.9189486Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-01-24T01:32:04.9189995Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-01-24T01:32:04.9190529Z * [new branch] gh/XuehaiPan/159/base -> origin/gh/XuehaiPan/159/base 2025-01-24T01:32:04.9191061Z * [new branch] gh/XuehaiPan/159/head -> origin/gh/XuehaiPan/159/head 2025-01-24T01:32:04.9191785Z * [new branch] gh/XuehaiPan/159/orig -> origin/gh/XuehaiPan/159/orig 2025-01-24T01:32:04.9192315Z * [new branch] gh/XuehaiPan/162/base -> origin/gh/XuehaiPan/162/base 2025-01-24T01:32:04.9192855Z * [new branch] gh/XuehaiPan/162/head -> origin/gh/XuehaiPan/162/head 2025-01-24T01:32:04.9193380Z * [new branch] gh/XuehaiPan/162/orig -> origin/gh/XuehaiPan/162/orig 2025-01-24T01:32:04.9193901Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-01-24T01:32:04.9194566Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-01-24T01:32:04.9195096Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-01-24T01:32:04.9195613Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-01-24T01:32:04.9196146Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-01-24T01:32:04.9196686Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-01-24T01:32:04.9197216Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-01-24T01:32:04.9197729Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-01-24T01:32:04.9198262Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-01-24T01:32:04.9198802Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-01-24T01:32:04.9199321Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-01-24T01:32:04.9199853Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-01-24T01:32:04.9200394Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-01-24T01:32:04.9617073Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-01-24T01:32:04.9617702Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-01-24T01:32:04.9618247Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-01-24T01:32:04.9618786Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-01-24T01:32:04.9619318Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-01-24T01:32:04.9619874Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-01-24T01:32:04.9620418Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-01-24T01:32:04.9620936Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-01-24T01:32:04.9621491Z * [new branch] gh/XuehaiPan/198/base -> origin/gh/XuehaiPan/198/base 2025-01-24T01:32:04.9622028Z * [new branch] gh/XuehaiPan/198/head -> origin/gh/XuehaiPan/198/head 2025-01-24T01:32:04.9622556Z * [new branch] gh/XuehaiPan/198/orig -> origin/gh/XuehaiPan/198/orig 2025-01-24T01:32:04.9623069Z * [new branch] gh/XuehaiPan/206/base -> origin/gh/XuehaiPan/206/base 2025-01-24T01:32:04.9623602Z * [new branch] gh/XuehaiPan/206/head -> origin/gh/XuehaiPan/206/head 2025-01-24T01:32:04.9624131Z * [new branch] gh/XuehaiPan/206/orig -> origin/gh/XuehaiPan/206/orig 2025-01-24T01:32:04.9624652Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-01-24T01:32:04.9625180Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-01-24T01:32:04.9625723Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-01-24T01:32:04.9626248Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-01-24T01:32:04.9626957Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-01-24T01:32:04.9627497Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-01-24T01:32:04.9628023Z * [new branch] gh/XuehaiPan/212/base -> origin/gh/XuehaiPan/212/base 2025-01-24T01:32:04.9628540Z * [new branch] gh/XuehaiPan/212/head -> origin/gh/XuehaiPan/212/head 2025-01-24T01:32:04.9629202Z * [new branch] gh/XuehaiPan/212/orig -> origin/gh/XuehaiPan/212/orig 2025-01-24T01:32:04.9629732Z * [new branch] gh/XuehaiPan/213/base -> origin/gh/XuehaiPan/213/base 2025-01-24T01:32:04.9630251Z * [new branch] gh/XuehaiPan/213/head -> origin/gh/XuehaiPan/213/head 2025-01-24T01:32:04.9630791Z * [new branch] gh/XuehaiPan/213/orig -> origin/gh/XuehaiPan/213/orig 2025-01-24T01:32:04.9631324Z * [new branch] gh/XuehaiPan/214/base -> origin/gh/XuehaiPan/214/base 2025-01-24T01:32:04.9631861Z * [new branch] gh/XuehaiPan/214/head -> origin/gh/XuehaiPan/214/head 2025-01-24T01:32:04.9632377Z * [new branch] gh/XuehaiPan/214/orig -> origin/gh/XuehaiPan/214/orig 2025-01-24T01:32:04.9632905Z * [new branch] gh/XuehaiPan/215/base -> origin/gh/XuehaiPan/215/base 2025-01-24T01:32:04.9633439Z * [new branch] gh/XuehaiPan/215/head -> origin/gh/XuehaiPan/215/head 2025-01-24T01:32:04.9633958Z * [new branch] gh/XuehaiPan/215/orig -> origin/gh/XuehaiPan/215/orig 2025-01-24T01:32:04.9634484Z * [new branch] gh/XuehaiPan/216/base -> origin/gh/XuehaiPan/216/base 2025-01-24T01:32:04.9635009Z * [new branch] gh/XuehaiPan/216/head -> origin/gh/XuehaiPan/216/head 2025-01-24T01:32:04.9635521Z * [new branch] gh/XuehaiPan/216/orig -> origin/gh/XuehaiPan/216/orig 2025-01-24T01:32:04.9636054Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-01-24T01:32:04.9636584Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-01-24T01:32:04.9637113Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-01-24T01:32:04.9637631Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-01-24T01:32:04.9638160Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-01-24T01:32:04.9638692Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-01-24T01:32:04.9639213Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-01-24T01:32:04.9639745Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-01-24T01:32:04.9640280Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-01-24T01:32:04.9640805Z * [new branch] gh/XuehaiPan/220/base -> origin/gh/XuehaiPan/220/base 2025-01-24T01:32:04.9641334Z * [new branch] gh/XuehaiPan/220/head -> origin/gh/XuehaiPan/220/head 2025-01-24T01:32:05.0059597Z * [new branch] gh/XuehaiPan/220/orig -> origin/gh/XuehaiPan/220/orig 2025-01-24T01:32:05.0060220Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-01-24T01:32:05.0060835Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-01-24T01:32:05.0061411Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-01-24T01:32:05.0061946Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-01-24T01:32:05.0062467Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-01-24T01:32:05.0063212Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-01-24T01:32:05.0063753Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-01-24T01:32:05.0064277Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-01-24T01:32:05.0064816Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-01-24T01:32:05.0065357Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-01-24T01:32:05.0066031Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-01-24T01:32:05.0066590Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-01-24T01:32:05.0067169Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-01-24T01:32:05.0067724Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-01-24T01:32:05.0068250Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-01-24T01:32:05.0068785Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-01-24T01:32:05.0069309Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-01-24T01:32:05.0069839Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-01-24T01:32:05.0070361Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-01-24T01:32:05.0070891Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-01-24T01:32:05.0071416Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-01-24T01:32:05.0071931Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-01-24T01:32:05.0072532Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-01-24T01:32:05.0073066Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-01-24T01:32:05.0073579Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-01-24T01:32:05.0074118Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-01-24T01:32:05.0074651Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-01-24T01:32:05.0075184Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-01-24T01:32:05.0075701Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-01-24T01:32:05.0076235Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-01-24T01:32:05.0076765Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-01-24T01:32:05.0077287Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-01-24T01:32:05.0077852Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-01-24T01:32:05.0078425Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-01-24T01:32:05.0078941Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-01-24T01:32:05.0079477Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-01-24T01:32:05.0080012Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-01-24T01:32:05.0080545Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-01-24T01:32:05.0081061Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-01-24T01:32:05.0081592Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-01-24T01:32:05.0082263Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-01-24T01:32:05.0082798Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-01-24T01:32:05.0083380Z * [new branch] gh/XuehaiPan/235/base -> origin/gh/XuehaiPan/235/base 2025-01-24T01:32:05.0083958Z * [new branch] gh/XuehaiPan/235/head -> origin/gh/XuehaiPan/235/head 2025-01-24T01:32:05.0084585Z * [new branch] gh/XuehaiPan/235/orig -> origin/gh/XuehaiPan/235/orig 2025-01-24T01:32:05.0522753Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-01-24T01:32:05.0523416Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-01-24T01:32:05.0524237Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-01-24T01:32:05.0524882Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-01-24T01:32:05.0525419Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-01-24T01:32:05.0525971Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-01-24T01:32:05.0526509Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-01-24T01:32:05.0527034Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-01-24T01:32:05.0527614Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-01-24T01:32:05.0528193Z * [new branch] gh/XuehaiPan/67/base -> origin/gh/XuehaiPan/67/base 2025-01-24T01:32:05.0528701Z * [new branch] gh/XuehaiPan/67/head -> origin/gh/XuehaiPan/67/head 2025-01-24T01:32:05.0529225Z * [new branch] gh/XuehaiPan/67/orig -> origin/gh/XuehaiPan/67/orig 2025-01-24T01:32:05.0529753Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-01-24T01:32:05.0530262Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-01-24T01:32:05.0530785Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-01-24T01:32:05.0531303Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-01-24T01:32:05.0531829Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-01-24T01:32:05.0532340Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-01-24T01:32:05.0532955Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-01-24T01:32:05.0533526Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-01-24T01:32:05.0534074Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-01-24T01:32:05.0553954Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-01-24T01:32:05.0554882Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-01-24T01:32:05.0555597Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-01-24T01:32:05.0556120Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-01-24T01:32:05.0556643Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-01-24T01:32:05.0557247Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-01-24T01:32:05.0557767Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-01-24T01:32:05.0558284Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-01-24T01:32:05.0558996Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-01-24T01:32:05.0559537Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-01-24T01:32:05.0560070Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-01-24T01:32:05.0560611Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-01-24T01:32:05.0561158Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-01-24T01:32:05.0561829Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-01-24T01:32:05.0562365Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-01-24T01:32:05.0562991Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-01-24T01:32:05.0563531Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-01-24T01:32:05.0564065Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-01-24T01:32:05.0564589Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-01-24T01:32:05.0565129Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-01-24T01:32:05.0565665Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-01-24T01:32:05.0566199Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-01-24T01:32:05.0566738Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-01-24T01:32:05.0567275Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-01-24T01:32:05.0567800Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-01-24T01:32:05.1067472Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-01-24T01:32:05.1068082Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-01-24T01:32:05.1068614Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-01-24T01:32:05.1069148Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-01-24T01:32:05.1069674Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-01-24T01:32:05.1070207Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-01-24T01:32:05.1070733Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-01-24T01:32:05.1071257Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-01-24T01:32:05.1071784Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-01-24T01:32:05.1072315Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-01-24T01:32:05.1072845Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-01-24T01:32:05.1073383Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-01-24T01:32:05.1073903Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-01-24T01:32:05.1074439Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-01-24T01:32:05.1074972Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-01-24T01:32:05.1075491Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-01-24T01:32:05.1076014Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-01-24T01:32:05.1076733Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-01-24T01:32:05.1077248Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-01-24T01:32:05.1077757Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-01-24T01:32:05.1078270Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-01-24T01:32:05.1078783Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-01-24T01:32:05.1079375Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-01-24T01:32:05.1079851Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-01-24T01:32:05.1080376Z * [new branch] gh/alexsamardzic/22/base -> origin/gh/alexsamardzic/22/base 2025-01-24T01:32:05.1080942Z * [new branch] gh/alexsamardzic/22/head -> origin/gh/alexsamardzic/22/head 2025-01-24T01:32:05.1081518Z * [new branch] gh/alexsamardzic/22/orig -> origin/gh/alexsamardzic/22/orig 2025-01-24T01:32:05.1082082Z * [new branch] gh/alexsamardzic/23/base -> origin/gh/alexsamardzic/23/base 2025-01-24T01:32:05.1082633Z * [new branch] gh/alexsamardzic/23/head -> origin/gh/alexsamardzic/23/head 2025-01-24T01:32:05.1083195Z * [new branch] gh/alexsamardzic/23/orig -> origin/gh/alexsamardzic/23/orig 2025-01-24T01:32:05.1083726Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-01-24T01:32:05.1084230Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-01-24T01:32:05.1084713Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-01-24T01:32:05.1085207Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-01-24T01:32:05.1085696Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-01-24T01:32:05.1086179Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-01-24T01:32:05.1086696Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-01-24T01:32:05.1087236Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-01-24T01:32:05.1087757Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-01-24T01:32:05.1088293Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-01-24T01:32:05.1088820Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-01-24T01:32:05.1089363Z * [new branch] gh/andrewor14/25/base -> origin/gh/andrewor14/25/base 2025-01-24T01:32:05.1089876Z * [new branch] gh/andrewor14/25/head -> origin/gh/andrewor14/25/head 2025-01-24T01:32:05.1090395Z * [new branch] gh/andrewor14/25/orig -> origin/gh/andrewor14/25/orig 2025-01-24T01:32:05.1090910Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-01-24T01:32:05.1091416Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-01-24T01:32:05.1531051Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-01-24T01:32:05.1531692Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-01-24T01:32:05.1532294Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-01-24T01:32:05.1532887Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-01-24T01:32:05.1533413Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-01-24T01:32:05.1533929Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-01-24T01:32:05.1534648Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-01-24T01:32:05.1535175Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-01-24T01:32:05.1535690Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-01-24T01:32:05.1536197Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-01-24T01:32:05.1536846Z * [new branch] gh/angelayi/62/base -> origin/gh/angelayi/62/base 2025-01-24T01:32:05.1537416Z * [new branch] gh/angelayi/62/head -> origin/gh/angelayi/62/head 2025-01-24T01:32:05.1537972Z * [new branch] gh/angelayi/62/orig -> origin/gh/angelayi/62/orig 2025-01-24T01:32:05.1538490Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-01-24T01:32:05.1538985Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-01-24T01:32:05.1539495Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-01-24T01:32:05.1539994Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-01-24T01:32:05.1540484Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-01-24T01:32:05.1540988Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-01-24T01:32:05.1541477Z * [new branch] gh/ani300/4/base -> origin/gh/ani300/4/base 2025-01-24T01:32:05.1541939Z * [new branch] gh/ani300/4/head -> origin/gh/ani300/4/head 2025-01-24T01:32:05.1542405Z * [new branch] gh/ani300/4/orig -> origin/gh/ani300/4/orig 2025-01-24T01:32:05.1542953Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-01-24T01:32:05.1543536Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-01-24T01:32:05.1544063Z * [new branch] gh/anijain2305/507/base -> origin/gh/anijain2305/507/base 2025-01-24T01:32:05.1544594Z * [new branch] gh/anijain2305/507/head -> origin/gh/anijain2305/507/head 2025-01-24T01:32:05.1545118Z * [new branch] gh/anijain2305/507/orig -> origin/gh/anijain2305/507/orig 2025-01-24T01:32:05.1545636Z * [new branch] gh/anijain2305/522/base -> origin/gh/anijain2305/522/base 2025-01-24T01:32:05.1546168Z * [new branch] gh/anijain2305/522/head -> origin/gh/anijain2305/522/head 2025-01-24T01:32:05.1546690Z * [new branch] gh/anijain2305/522/orig -> origin/gh/anijain2305/522/orig 2025-01-24T01:32:05.1547205Z * [new branch] gh/anijain2305/539/base -> origin/gh/anijain2305/539/base 2025-01-24T01:32:05.1547734Z * [new branch] gh/anijain2305/539/head -> origin/gh/anijain2305/539/head 2025-01-24T01:32:05.1548269Z * [new branch] gh/anijain2305/539/orig -> origin/gh/anijain2305/539/orig 2025-01-24T01:32:05.1548881Z * [new branch] gh/anijain2305/541/base -> origin/gh/anijain2305/541/base 2025-01-24T01:32:05.1549410Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-01-24T01:32:05.1549940Z * [new branch] gh/anijain2305/541/orig -> origin/gh/anijain2305/541/orig 2025-01-24T01:32:05.1550475Z * [new branch] gh/anijain2305/542/base -> origin/gh/anijain2305/542/base 2025-01-24T01:32:05.1550996Z * [new branch] gh/anijain2305/542/head -> origin/gh/anijain2305/542/head 2025-01-24T01:32:05.1551531Z * [new branch] gh/anijain2305/542/orig -> origin/gh/anijain2305/542/orig 2025-01-24T01:32:05.1552055Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-01-24T01:32:05.1552701Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-01-24T01:32:05.1553248Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-01-24T01:32:05.1553787Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-01-24T01:32:05.1554363Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-01-24T01:32:05.1554938Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-01-24T01:32:05.1555592Z * [new branch] gh/anijain2305/573/base -> origin/gh/anijain2305/573/base 2025-01-24T01:32:05.1973609Z * [new branch] gh/anijain2305/573/head -> origin/gh/anijain2305/573/head 2025-01-24T01:32:05.1974200Z * [new branch] gh/anijain2305/573/orig -> origin/gh/anijain2305/573/orig 2025-01-24T01:32:05.1974745Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-01-24T01:32:05.1975321Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-01-24T01:32:05.1975841Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-01-24T01:32:05.1976374Z * [new branch] gh/anijain2305/598/base -> origin/gh/anijain2305/598/base 2025-01-24T01:32:05.1976899Z * [new branch] gh/anijain2305/598/head -> origin/gh/anijain2305/598/head 2025-01-24T01:32:05.1977441Z * [new branch] gh/anijain2305/598/orig -> origin/gh/anijain2305/598/orig 2025-01-24T01:32:05.1977958Z * [new branch] gh/anijain2305/599/base -> origin/gh/anijain2305/599/base 2025-01-24T01:32:05.1978487Z * [new branch] gh/anijain2305/599/head -> origin/gh/anijain2305/599/head 2025-01-24T01:32:05.1979010Z * [new branch] gh/anijain2305/599/orig -> origin/gh/anijain2305/599/orig 2025-01-24T01:32:05.1979553Z * [new branch] gh/anijain2305/600/base -> origin/gh/anijain2305/600/base 2025-01-24T01:32:05.1980072Z * [new branch] gh/anijain2305/600/head -> origin/gh/anijain2305/600/head 2025-01-24T01:32:05.1980596Z * [new branch] gh/anijain2305/600/orig -> origin/gh/anijain2305/600/orig 2025-01-24T01:32:05.1981125Z * [new branch] gh/anijain2305/601/base -> origin/gh/anijain2305/601/base 2025-01-24T01:32:05.1981647Z * [new branch] gh/anijain2305/601/head -> origin/gh/anijain2305/601/head 2025-01-24T01:32:05.1982176Z * [new branch] gh/anijain2305/601/orig -> origin/gh/anijain2305/601/orig 2025-01-24T01:32:05.1982706Z * [new branch] gh/anijain2305/602/base -> origin/gh/anijain2305/602/base 2025-01-24T01:32:05.1983221Z * [new branch] gh/anijain2305/602/head -> origin/gh/anijain2305/602/head 2025-01-24T01:32:05.1983747Z * [new branch] gh/anijain2305/602/orig -> origin/gh/anijain2305/602/orig 2025-01-24T01:32:05.1984278Z * [new branch] gh/anijain2305/603/base -> origin/gh/anijain2305/603/base 2025-01-24T01:32:05.1984806Z * [new branch] gh/anijain2305/603/head -> origin/gh/anijain2305/603/head 2025-01-24T01:32:05.1985322Z * [new branch] gh/anijain2305/603/orig -> origin/gh/anijain2305/603/orig 2025-01-24T01:32:05.1985850Z * [new branch] gh/anijain2305/604/base -> origin/gh/anijain2305/604/base 2025-01-24T01:32:05.1986383Z * [new branch] gh/anijain2305/604/head -> origin/gh/anijain2305/604/head 2025-01-24T01:32:05.1986899Z * [new branch] gh/anijain2305/604/orig -> origin/gh/anijain2305/604/orig 2025-01-24T01:32:05.1987429Z * [new branch] gh/anijain2305/605/base -> origin/gh/anijain2305/605/base 2025-01-24T01:32:05.1987960Z * [new branch] gh/anijain2305/605/head -> origin/gh/anijain2305/605/head 2025-01-24T01:32:05.1988685Z * [new branch] gh/anijain2305/605/orig -> origin/gh/anijain2305/605/orig 2025-01-24T01:32:05.1989230Z * [new branch] gh/anijain2305/606/base -> origin/gh/anijain2305/606/base 2025-01-24T01:32:05.1989763Z * [new branch] gh/anijain2305/606/head -> origin/gh/anijain2305/606/head 2025-01-24T01:32:05.1990308Z * [new branch] gh/anijain2305/606/orig -> origin/gh/anijain2305/606/orig 2025-01-24T01:32:05.1990952Z * [new branch] gh/anijain2305/607/base -> origin/gh/anijain2305/607/base 2025-01-24T01:32:05.1991483Z * [new branch] gh/anijain2305/607/head -> origin/gh/anijain2305/607/head 2025-01-24T01:32:05.1992019Z * [new branch] gh/anijain2305/607/orig -> origin/gh/anijain2305/607/orig 2025-01-24T01:32:05.1992539Z * [new branch] gh/anijain2305/608/base -> origin/gh/anijain2305/608/base 2025-01-24T01:32:05.1993067Z * [new branch] gh/anijain2305/608/head -> origin/gh/anijain2305/608/head 2025-01-24T01:32:05.1993615Z * [new branch] gh/anijain2305/608/orig -> origin/gh/anijain2305/608/orig 2025-01-24T01:32:05.1994139Z * [new branch] gh/anijain2305/609/base -> origin/gh/anijain2305/609/base 2025-01-24T01:32:05.1994662Z * [new branch] gh/anijain2305/609/head -> origin/gh/anijain2305/609/head 2025-01-24T01:32:05.1995186Z * [new branch] gh/anijain2305/609/orig -> origin/gh/anijain2305/609/orig 2025-01-24T01:32:05.1995718Z * [new branch] gh/anijain2305/610/base -> origin/gh/anijain2305/610/base 2025-01-24T01:32:05.1996237Z * [new branch] gh/anijain2305/610/head -> origin/gh/anijain2305/610/head 2025-01-24T01:32:05.1996767Z * [new branch] gh/anijain2305/610/orig -> origin/gh/anijain2305/610/orig 2025-01-24T01:32:05.1997294Z * [new branch] gh/anijain2305/611/base -> origin/gh/anijain2305/611/base 2025-01-24T01:32:05.2416950Z * [new branch] gh/anijain2305/611/head -> origin/gh/anijain2305/611/head 2025-01-24T01:32:05.2417568Z * [new branch] gh/anijain2305/611/orig -> origin/gh/anijain2305/611/orig 2025-01-24T01:32:05.2418102Z * [new branch] gh/anijain2305/612/base -> origin/gh/anijain2305/612/base 2025-01-24T01:32:05.2418659Z * [new branch] gh/anijain2305/612/head -> origin/gh/anijain2305/612/head 2025-01-24T01:32:05.2419205Z * [new branch] gh/anijain2305/612/orig -> origin/gh/anijain2305/612/orig 2025-01-24T01:32:05.2419728Z * [new branch] gh/anijain2305/613/base -> origin/gh/anijain2305/613/base 2025-01-24T01:32:05.2420257Z * [new branch] gh/anijain2305/613/head -> origin/gh/anijain2305/613/head 2025-01-24T01:32:05.2420772Z * [new branch] gh/anijain2305/613/orig -> origin/gh/anijain2305/613/orig 2025-01-24T01:32:05.2421297Z * [new branch] gh/anijain2305/614/base -> origin/gh/anijain2305/614/base 2025-01-24T01:32:05.2421825Z * [new branch] gh/anijain2305/614/head -> origin/gh/anijain2305/614/head 2025-01-24T01:32:05.2422338Z * [new branch] gh/anijain2305/614/orig -> origin/gh/anijain2305/614/orig 2025-01-24T01:32:05.2422866Z * [new branch] gh/anijain2305/615/base -> origin/gh/anijain2305/615/base 2025-01-24T01:32:05.2423389Z * [new branch] gh/anijain2305/615/head -> origin/gh/anijain2305/615/head 2025-01-24T01:32:05.2423924Z * [new branch] gh/anijain2305/615/orig -> origin/gh/anijain2305/615/orig 2025-01-24T01:32:05.2424440Z * [new branch] gh/anijain2305/616/base -> origin/gh/anijain2305/616/base 2025-01-24T01:32:05.2424966Z * [new branch] gh/anijain2305/616/head -> origin/gh/anijain2305/616/head 2025-01-24T01:32:05.2425497Z * [new branch] gh/anijain2305/616/orig -> origin/gh/anijain2305/616/orig 2025-01-24T01:32:05.2426213Z * [new branch] gh/anijain2305/617/base -> origin/gh/anijain2305/617/base 2025-01-24T01:32:05.2426749Z * [new branch] gh/anijain2305/617/head -> origin/gh/anijain2305/617/head 2025-01-24T01:32:05.2427284Z * [new branch] gh/anijain2305/617/orig -> origin/gh/anijain2305/617/orig 2025-01-24T01:32:05.2427816Z * [new branch] gh/anijain2305/618/base -> origin/gh/anijain2305/618/base 2025-01-24T01:32:05.2428462Z * [new branch] gh/anijain2305/618/head -> origin/gh/anijain2305/618/head 2025-01-24T01:32:05.2428997Z * [new branch] gh/anijain2305/618/orig -> origin/gh/anijain2305/618/orig 2025-01-24T01:32:05.2429528Z * [new branch] gh/anijain2305/619/base -> origin/gh/anijain2305/619/base 2025-01-24T01:32:05.2430049Z * [new branch] gh/anijain2305/619/head -> origin/gh/anijain2305/619/head 2025-01-24T01:32:05.2430578Z * [new branch] gh/anijain2305/619/orig -> origin/gh/anijain2305/619/orig 2025-01-24T01:32:05.2431116Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-01-24T01:32:05.2431643Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-01-24T01:32:05.2432164Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-01-24T01:32:05.2432689Z * [new branch] gh/anijain2305/621/base -> origin/gh/anijain2305/621/base 2025-01-24T01:32:05.2433217Z * [new branch] gh/anijain2305/621/head -> origin/gh/anijain2305/621/head 2025-01-24T01:32:05.2433729Z * [new branch] gh/anijain2305/621/orig -> origin/gh/anijain2305/621/orig 2025-01-24T01:32:05.2434256Z * [new branch] gh/anijain2305/622/base -> origin/gh/anijain2305/622/base 2025-01-24T01:32:05.2434779Z * [new branch] gh/anijain2305/622/head -> origin/gh/anijain2305/622/head 2025-01-24T01:32:05.2435296Z * [new branch] gh/anijain2305/622/orig -> origin/gh/anijain2305/622/orig 2025-01-24T01:32:05.2435822Z * [new branch] gh/anijain2305/623/base -> origin/gh/anijain2305/623/base 2025-01-24T01:32:05.2436345Z * [new branch] gh/anijain2305/623/head -> origin/gh/anijain2305/623/head 2025-01-24T01:32:05.2436859Z * [new branch] gh/anijain2305/623/orig -> origin/gh/anijain2305/623/orig 2025-01-24T01:32:05.2437391Z * [new branch] gh/anijain2305/624/base -> origin/gh/anijain2305/624/base 2025-01-24T01:32:05.2437913Z * [new branch] gh/anijain2305/624/head -> origin/gh/anijain2305/624/head 2025-01-24T01:32:05.2438445Z * [new branch] gh/anijain2305/624/orig -> origin/gh/anijain2305/624/orig 2025-01-24T01:32:05.2438966Z * [new branch] gh/anijain2305/625/base -> origin/gh/anijain2305/625/base 2025-01-24T01:32:05.2439492Z * [new branch] gh/anijain2305/625/head -> origin/gh/anijain2305/625/head 2025-01-24T01:32:05.2440013Z * [new branch] gh/anijain2305/625/orig -> origin/gh/anijain2305/625/orig 2025-01-24T01:32:05.2440530Z * [new branch] gh/anijain2305/626/base -> origin/gh/anijain2305/626/base 2025-01-24T01:32:05.2868980Z * [new branch] gh/anijain2305/626/head -> origin/gh/anijain2305/626/head 2025-01-24T01:32:05.2869585Z * [new branch] gh/anijain2305/626/orig -> origin/gh/anijain2305/626/orig 2025-01-24T01:32:05.2870169Z * [new branch] gh/anijain2305/627/base -> origin/gh/anijain2305/627/base 2025-01-24T01:32:05.2870695Z * [new branch] gh/anijain2305/627/head -> origin/gh/anijain2305/627/head 2025-01-24T01:32:05.2871232Z * [new branch] gh/anijain2305/627/orig -> origin/gh/anijain2305/627/orig 2025-01-24T01:32:05.2871768Z * [new branch] gh/anijain2305/628/base -> origin/gh/anijain2305/628/base 2025-01-24T01:32:05.2872506Z * [new branch] gh/anijain2305/628/head -> origin/gh/anijain2305/628/head 2025-01-24T01:32:05.2873042Z * [new branch] gh/anijain2305/628/orig -> origin/gh/anijain2305/628/orig 2025-01-24T01:32:05.2873578Z * [new branch] gh/anijain2305/629/base -> origin/gh/anijain2305/629/base 2025-01-24T01:32:05.2874103Z * [new branch] gh/anijain2305/629/head -> origin/gh/anijain2305/629/head 2025-01-24T01:32:05.2875160Z * [new branch] gh/anijain2305/629/orig -> origin/gh/anijain2305/629/orig 2025-01-24T01:32:05.2875692Z * [new branch] gh/anijain2305/630/base -> origin/gh/anijain2305/630/base 2025-01-24T01:32:05.2876226Z * [new branch] gh/anijain2305/630/head -> origin/gh/anijain2305/630/head 2025-01-24T01:32:05.2876755Z * [new branch] gh/anijain2305/630/orig -> origin/gh/anijain2305/630/orig 2025-01-24T01:32:05.2877313Z * [new branch] gh/anijain2305/631/base -> origin/gh/anijain2305/631/base 2025-01-24T01:32:05.2877837Z * [new branch] gh/anijain2305/631/head -> origin/gh/anijain2305/631/head 2025-01-24T01:32:05.2878358Z * [new branch] gh/anijain2305/631/orig -> origin/gh/anijain2305/631/orig 2025-01-24T01:32:05.2878893Z * [new branch] gh/anijain2305/632/base -> origin/gh/anijain2305/632/base 2025-01-24T01:32:05.2879438Z * [new branch] gh/anijain2305/632/head -> origin/gh/anijain2305/632/head 2025-01-24T01:32:05.2879970Z * [new branch] gh/anijain2305/632/orig -> origin/gh/anijain2305/632/orig 2025-01-24T01:32:05.2880488Z * [new branch] gh/anijain2305/633/base -> origin/gh/anijain2305/633/base 2025-01-24T01:32:05.2881017Z * [new branch] gh/anijain2305/633/head -> origin/gh/anijain2305/633/head 2025-01-24T01:32:05.2881540Z * [new branch] gh/anijain2305/633/orig -> origin/gh/anijain2305/633/orig 2025-01-24T01:32:05.2882060Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-01-24T01:32:05.2882584Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-01-24T01:32:05.2883109Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-01-24T01:32:05.2883618Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-01-24T01:32:05.2884140Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-01-24T01:32:05.2884652Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-01-24T01:32:05.2885163Z * [new branch] gh/aorenste/120/base -> origin/gh/aorenste/120/base 2025-01-24T01:32:05.2885672Z * [new branch] gh/aorenste/120/head -> origin/gh/aorenste/120/head 2025-01-24T01:32:05.2886187Z * [new branch] gh/aorenste/120/orig -> origin/gh/aorenste/120/orig 2025-01-24T01:32:05.2886687Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-01-24T01:32:05.2887183Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-01-24T01:32:05.2887688Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-01-24T01:32:05.2888188Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-01-24T01:32:05.2888682Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-01-24T01:32:05.2889180Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-01-24T01:32:05.2889677Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-01-24T01:32:05.2890174Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-01-24T01:32:05.2890789Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-01-24T01:32:05.2891307Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-01-24T01:32:05.2891820Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-01-24T01:32:05.2892315Z * [new branch] gh/aorenste/168/base -> origin/gh/aorenste/168/base 2025-01-24T01:32:05.2893290Z * [new branch] gh/aorenste/168/head -> origin/gh/aorenste/168/head 2025-01-24T01:32:05.3334592Z * [new branch] gh/aorenste/168/orig -> origin/gh/aorenste/168/orig 2025-01-24T01:32:05.3335178Z * [new branch] gh/aorenste/169/base -> origin/gh/aorenste/169/base 2025-01-24T01:32:05.3335688Z * [new branch] gh/aorenste/169/head -> origin/gh/aorenste/169/head 2025-01-24T01:32:05.3336192Z * [new branch] gh/aorenste/169/orig -> origin/gh/aorenste/169/orig 2025-01-24T01:32:05.3336726Z * [new branch] gh/aorenste/170/base -> origin/gh/aorenste/170/base 2025-01-24T01:32:05.3337215Z * [new branch] gh/aorenste/170/head -> origin/gh/aorenste/170/head 2025-01-24T01:32:05.3337722Z * [new branch] gh/aorenste/170/orig -> origin/gh/aorenste/170/orig 2025-01-24T01:32:05.3338302Z * [new branch] gh/aorenste/171/base -> origin/gh/aorenste/171/base 2025-01-24T01:32:05.3338867Z * [new branch] gh/aorenste/171/head -> origin/gh/aorenste/171/head 2025-01-24T01:32:05.3339360Z * [new branch] gh/aorenste/171/orig -> origin/gh/aorenste/171/orig 2025-01-24T01:32:05.3339865Z * [new branch] gh/aorenste/172/base -> origin/gh/aorenste/172/base 2025-01-24T01:32:05.3340371Z * [new branch] gh/aorenste/172/head -> origin/gh/aorenste/172/head 2025-01-24T01:32:05.3340867Z * [new branch] gh/aorenste/172/orig -> origin/gh/aorenste/172/orig 2025-01-24T01:32:05.3341385Z * [new branch] gh/aorenste/173/base -> origin/gh/aorenste/173/base 2025-01-24T01:32:05.3341888Z * [new branch] gh/aorenste/173/head -> origin/gh/aorenste/173/head 2025-01-24T01:32:05.3342384Z * [new branch] gh/aorenste/173/orig -> origin/gh/aorenste/173/orig 2025-01-24T01:32:05.3342886Z * [new branch] gh/aorenste/174/base -> origin/gh/aorenste/174/base 2025-01-24T01:32:05.3343396Z * [new branch] gh/aorenste/174/head -> origin/gh/aorenste/174/head 2025-01-24T01:32:05.3343912Z * [new branch] gh/aorenste/174/orig -> origin/gh/aorenste/174/orig 2025-01-24T01:32:05.3344408Z * [new branch] gh/aorenste/175/base -> origin/gh/aorenste/175/base 2025-01-24T01:32:05.3344909Z * [new branch] gh/aorenste/175/head -> origin/gh/aorenste/175/head 2025-01-24T01:32:05.3345419Z * [new branch] gh/aorenste/175/orig -> origin/gh/aorenste/175/orig 2025-01-24T01:32:05.3345930Z * [new branch] gh/aorenste/176/base -> origin/gh/aorenste/176/base 2025-01-24T01:32:05.3346437Z * [new branch] gh/aorenste/176/head -> origin/gh/aorenste/176/head 2025-01-24T01:32:05.3346941Z * [new branch] gh/aorenste/176/orig -> origin/gh/aorenste/176/orig 2025-01-24T01:32:05.3347448Z * [new branch] gh/aorenste/177/base -> origin/gh/aorenste/177/base 2025-01-24T01:32:05.3347946Z * [new branch] gh/aorenste/177/head -> origin/gh/aorenste/177/head 2025-01-24T01:32:05.3348455Z * [new branch] gh/aorenste/177/orig -> origin/gh/aorenste/177/orig 2025-01-24T01:32:05.3348970Z * [new branch] gh/aorenste/178/base -> origin/gh/aorenste/178/base 2025-01-24T01:32:05.3349459Z * [new branch] gh/aorenste/178/head -> origin/gh/aorenste/178/head 2025-01-24T01:32:05.3350181Z * [new branch] gh/aorenste/178/orig -> origin/gh/aorenste/178/orig 2025-01-24T01:32:05.3350698Z * [new branch] gh/aorenste/179/base -> origin/gh/aorenste/179/base 2025-01-24T01:32:05.3351200Z * [new branch] gh/aorenste/179/head -> origin/gh/aorenste/179/head 2025-01-24T01:32:05.3351711Z * [new branch] gh/aorenste/179/orig -> origin/gh/aorenste/179/orig 2025-01-24T01:32:05.3352763Z * [new branch] gh/aorenste/180/base -> origin/gh/aorenste/180/base 2025-01-24T01:32:05.3353280Z * [new branch] gh/aorenste/180/head -> origin/gh/aorenste/180/head 2025-01-24T01:32:05.3353783Z * [new branch] gh/aorenste/180/orig -> origin/gh/aorenste/180/orig 2025-01-24T01:32:05.3354298Z * [new branch] gh/aorenste/181/base -> origin/gh/aorenste/181/base 2025-01-24T01:32:05.3354827Z * [new branch] gh/aorenste/181/head -> origin/gh/aorenste/181/head 2025-01-24T01:32:05.3355320Z * [new branch] gh/aorenste/181/orig -> origin/gh/aorenste/181/orig 2025-01-24T01:32:05.3355822Z * [new branch] gh/aorenste/182/base -> origin/gh/aorenste/182/base 2025-01-24T01:32:05.3356322Z * [new branch] gh/aorenste/182/head -> origin/gh/aorenste/182/head 2025-01-24T01:32:05.3356815Z * [new branch] gh/aorenste/182/orig -> origin/gh/aorenste/182/orig 2025-01-24T01:32:05.3357321Z * [new branch] gh/aorenste/183/base -> origin/gh/aorenste/183/base 2025-01-24T01:32:05.3357825Z * [new branch] gh/aorenste/183/head -> origin/gh/aorenste/183/head 2025-01-24T01:32:05.3358326Z * [new branch] gh/aorenste/183/orig -> origin/gh/aorenste/183/orig 2025-01-24T01:32:05.3358832Z * [new branch] gh/aorenste/184/base -> origin/gh/aorenste/184/base 2025-01-24T01:32:05.3792365Z * [new branch] gh/aorenste/184/head -> origin/gh/aorenste/184/head 2025-01-24T01:32:05.3793027Z * [new branch] gh/aorenste/184/orig -> origin/gh/aorenste/184/orig 2025-01-24T01:32:05.3793544Z * [new branch] gh/aorenste/185/base -> origin/gh/aorenste/185/base 2025-01-24T01:32:05.3794064Z * [new branch] gh/aorenste/185/head -> origin/gh/aorenste/185/head 2025-01-24T01:32:05.3794586Z * [new branch] gh/aorenste/185/orig -> origin/gh/aorenste/185/orig 2025-01-24T01:32:05.3795091Z * [new branch] gh/aorenste/186/base -> origin/gh/aorenste/186/base 2025-01-24T01:32:05.3795597Z * [new branch] gh/aorenste/186/head -> origin/gh/aorenste/186/head 2025-01-24T01:32:05.3796102Z * [new branch] gh/aorenste/186/orig -> origin/gh/aorenste/186/orig 2025-01-24T01:32:05.3796616Z * [new branch] gh/aorenste/187/base -> origin/gh/aorenste/187/base 2025-01-24T01:32:05.3797119Z * [new branch] gh/aorenste/187/head -> origin/gh/aorenste/187/head 2025-01-24T01:32:05.3797622Z * [new branch] gh/aorenste/187/orig -> origin/gh/aorenste/187/orig 2025-01-24T01:32:05.3798123Z * [new branch] gh/aorenste/188/base -> origin/gh/aorenste/188/base 2025-01-24T01:32:05.3798618Z * [new branch] gh/aorenste/188/head -> origin/gh/aorenste/188/head 2025-01-24T01:32:05.3799154Z * [new branch] gh/aorenste/188/orig -> origin/gh/aorenste/188/orig 2025-01-24T01:32:05.3799666Z * [new branch] gh/aorenste/189/base -> origin/gh/aorenste/189/base 2025-01-24T01:32:05.3800164Z * [new branch] gh/aorenste/189/head -> origin/gh/aorenste/189/head 2025-01-24T01:32:05.3800697Z * [new branch] gh/aorenste/189/orig -> origin/gh/aorenste/189/orig 2025-01-24T01:32:05.3801479Z * [new branch] gh/aorenste/190/base -> origin/gh/aorenste/190/base 2025-01-24T01:32:05.3802015Z * [new branch] gh/aorenste/190/head -> origin/gh/aorenste/190/head 2025-01-24T01:32:05.3802521Z * [new branch] gh/aorenste/190/orig -> origin/gh/aorenste/190/orig 2025-01-24T01:32:05.3803028Z * [new branch] gh/aorenste/191/base -> origin/gh/aorenste/191/base 2025-01-24T01:32:05.3803580Z * [new branch] gh/aorenste/191/head -> origin/gh/aorenste/191/head 2025-01-24T01:32:05.3804682Z * [new branch] gh/aorenste/191/orig -> origin/gh/aorenste/191/orig 2025-01-24T01:32:05.3805192Z * [new branch] gh/aorenste/192/base -> origin/gh/aorenste/192/base 2025-01-24T01:32:05.3805699Z * [new branch] gh/aorenste/192/head -> origin/gh/aorenste/192/head 2025-01-24T01:32:05.3806211Z * [new branch] gh/aorenste/192/orig -> origin/gh/aorenste/192/orig 2025-01-24T01:32:05.3806711Z * [new branch] gh/aorenste/193/base -> origin/gh/aorenste/193/base 2025-01-24T01:32:05.3807209Z * [new branch] gh/aorenste/193/head -> origin/gh/aorenste/193/head 2025-01-24T01:32:05.3807735Z * [new branch] gh/aorenste/193/orig -> origin/gh/aorenste/193/orig 2025-01-24T01:32:05.3808240Z * [new branch] gh/aorenste/194/base -> origin/gh/aorenste/194/base 2025-01-24T01:32:05.3808737Z * [new branch] gh/aorenste/194/head -> origin/gh/aorenste/194/head 2025-01-24T01:32:05.3809250Z * [new branch] gh/aorenste/194/orig -> origin/gh/aorenste/194/orig 2025-01-24T01:32:05.3809753Z * [new branch] gh/aorenste/195/base -> origin/gh/aorenste/195/base 2025-01-24T01:32:05.3810255Z * [new branch] gh/aorenste/195/head -> origin/gh/aorenste/195/head 2025-01-24T01:32:05.3810747Z * [new branch] gh/aorenste/195/orig -> origin/gh/aorenste/195/orig 2025-01-24T01:32:05.3811247Z * [new branch] gh/aorenste/196/base -> origin/gh/aorenste/196/base 2025-01-24T01:32:05.3811745Z * [new branch] gh/aorenste/196/head -> origin/gh/aorenste/196/head 2025-01-24T01:32:05.3812237Z * [new branch] gh/aorenste/196/orig -> origin/gh/aorenste/196/orig 2025-01-24T01:32:05.3812739Z * [new branch] gh/aorenste/197/base -> origin/gh/aorenste/197/base 2025-01-24T01:32:05.3813327Z * [new branch] gh/aorenste/197/head -> origin/gh/aorenste/197/head 2025-01-24T01:32:05.3813841Z * [new branch] gh/aorenste/197/orig -> origin/gh/aorenste/197/orig 2025-01-24T01:32:05.3814358Z * [new branch] gh/aorenste/198/base -> origin/gh/aorenste/198/base 2025-01-24T01:32:05.3814866Z * [new branch] gh/aorenste/198/head -> origin/gh/aorenste/198/head 2025-01-24T01:32:05.3815370Z * [new branch] gh/aorenste/198/orig -> origin/gh/aorenste/198/orig 2025-01-24T01:32:05.3815862Z * [new branch] gh/aorenste/199/base -> origin/gh/aorenste/199/base 2025-01-24T01:32:05.3816364Z * [new branch] gh/aorenste/199/head -> origin/gh/aorenste/199/head 2025-01-24T01:32:05.4258935Z * [new branch] gh/aorenste/199/orig -> origin/gh/aorenste/199/orig 2025-01-24T01:32:05.4259507Z * [new branch] gh/aorenste/200/base -> origin/gh/aorenste/200/base 2025-01-24T01:32:05.4260033Z * [new branch] gh/aorenste/200/head -> origin/gh/aorenste/200/head 2025-01-24T01:32:05.4260545Z * [new branch] gh/aorenste/200/orig -> origin/gh/aorenste/200/orig 2025-01-24T01:32:05.4261047Z * [new branch] gh/aorenste/201/base -> origin/gh/aorenste/201/base 2025-01-24T01:32:05.4261538Z * [new branch] gh/aorenste/201/head -> origin/gh/aorenste/201/head 2025-01-24T01:32:05.4262243Z * [new branch] gh/aorenste/201/orig -> origin/gh/aorenste/201/orig 2025-01-24T01:32:05.4262839Z * [new branch] gh/aorenste/202/base -> origin/gh/aorenste/202/base 2025-01-24T01:32:05.4263373Z * [new branch] gh/aorenste/202/head -> origin/gh/aorenste/202/head 2025-01-24T01:32:05.4263874Z * [new branch] gh/aorenste/202/orig -> origin/gh/aorenste/202/orig 2025-01-24T01:32:05.4264373Z * [new branch] gh/aorenste/203/base -> origin/gh/aorenste/203/base 2025-01-24T01:32:05.4265428Z * [new branch] gh/aorenste/203/head -> origin/gh/aorenste/203/head 2025-01-24T01:32:05.4265925Z * [new branch] gh/aorenste/203/orig -> origin/gh/aorenste/203/orig 2025-01-24T01:32:05.4266432Z * [new branch] gh/aorenste/204/base -> origin/gh/aorenste/204/base 2025-01-24T01:32:05.4266939Z * [new branch] gh/aorenste/204/head -> origin/gh/aorenste/204/head 2025-01-24T01:32:05.4267446Z * [new branch] gh/aorenste/204/orig -> origin/gh/aorenste/204/orig 2025-01-24T01:32:05.4267982Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-01-24T01:32:05.4268539Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-01-24T01:32:05.4269085Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-01-24T01:32:05.4269644Z * [new branch] gh/avikchaudhuri/44/base -> origin/gh/avikchaudhuri/44/base 2025-01-24T01:32:05.4270195Z * [new branch] gh/avikchaudhuri/44/head -> origin/gh/avikchaudhuri/44/head 2025-01-24T01:32:05.4270745Z * [new branch] gh/avikchaudhuri/44/orig -> origin/gh/avikchaudhuri/44/orig 2025-01-24T01:32:05.4271292Z * [new branch] gh/avikchaudhuri/45/base -> origin/gh/avikchaudhuri/45/base 2025-01-24T01:32:05.4271848Z * [new branch] gh/avikchaudhuri/45/head -> origin/gh/avikchaudhuri/45/head 2025-01-24T01:32:05.4272402Z * [new branch] gh/avikchaudhuri/45/orig -> origin/gh/avikchaudhuri/45/orig 2025-01-24T01:32:05.4272944Z * [new branch] gh/avikchaudhuri/46/base -> origin/gh/avikchaudhuri/46/base 2025-01-24T01:32:05.4273543Z * [new branch] gh/avikchaudhuri/46/head -> origin/gh/avikchaudhuri/46/head 2025-01-24T01:32:05.4274171Z * [new branch] gh/avikchaudhuri/46/orig -> origin/gh/avikchaudhuri/46/orig 2025-01-24T01:32:05.4274725Z * [new branch] gh/avikchaudhuri/47/base -> origin/gh/avikchaudhuri/47/base 2025-01-24T01:32:05.4275274Z * [new branch] gh/avikchaudhuri/47/head -> origin/gh/avikchaudhuri/47/head 2025-01-24T01:32:05.4275827Z * [new branch] gh/avikchaudhuri/47/orig -> origin/gh/avikchaudhuri/47/orig 2025-01-24T01:32:05.4276385Z * [new branch] gh/avikchaudhuri/48/base -> origin/gh/avikchaudhuri/48/base 2025-01-24T01:32:05.4276936Z * [new branch] gh/avikchaudhuri/48/head -> origin/gh/avikchaudhuri/48/head 2025-01-24T01:32:05.4277487Z * [new branch] gh/avikchaudhuri/48/orig -> origin/gh/avikchaudhuri/48/orig 2025-01-24T01:32:05.4278047Z * [new branch] gh/avikchaudhuri/49/base -> origin/gh/avikchaudhuri/49/base 2025-01-24T01:32:05.4278590Z * [new branch] gh/avikchaudhuri/49/head -> origin/gh/avikchaudhuri/49/head 2025-01-24T01:32:05.4279146Z * [new branch] gh/avikchaudhuri/49/orig -> origin/gh/avikchaudhuri/49/orig 2025-01-24T01:32:05.4279654Z * [new branch] gh/awgu/431/base -> origin/gh/awgu/431/base 2025-01-24T01:32:05.4280121Z * [new branch] gh/awgu/431/head -> origin/gh/awgu/431/head 2025-01-24T01:32:05.4280595Z * [new branch] gh/awgu/431/orig -> origin/gh/awgu/431/orig 2025-01-24T01:32:05.4281179Z * [new branch] gh/awgu/432/base -> origin/gh/awgu/432/base 2025-01-24T01:32:05.4281644Z * [new branch] gh/awgu/432/head -> origin/gh/awgu/432/head 2025-01-24T01:32:05.4282100Z * [new branch] gh/awgu/432/orig -> origin/gh/awgu/432/orig 2025-01-24T01:32:05.4282578Z * [new branch] gh/awgu/434/base -> origin/gh/awgu/434/base 2025-01-24T01:32:05.4283057Z * [new branch] gh/awgu/434/head -> origin/gh/awgu/434/head 2025-01-24T01:32:05.4283618Z * [new branch] gh/awgu/434/orig -> origin/gh/awgu/434/orig 2025-01-24T01:32:05.4748060Z * [new branch] gh/awgu/437/base -> origin/gh/awgu/437/base 2025-01-24T01:32:05.4748593Z * [new branch] gh/awgu/437/head -> origin/gh/awgu/437/head 2025-01-24T01:32:05.4749060Z * [new branch] gh/awgu/437/orig -> origin/gh/awgu/437/orig 2025-01-24T01:32:05.4749606Z * [new branch] gh/awgu/442/base -> origin/gh/awgu/442/base 2025-01-24T01:32:05.4750109Z * [new branch] gh/awgu/442/head -> origin/gh/awgu/442/head 2025-01-24T01:32:05.4750580Z * [new branch] gh/awgu/442/orig -> origin/gh/awgu/442/orig 2025-01-24T01:32:05.4751046Z * [new branch] gh/awgu/443/base -> origin/gh/awgu/443/base 2025-01-24T01:32:05.4751522Z * [new branch] gh/awgu/443/head -> origin/gh/awgu/443/head 2025-01-24T01:32:05.4752008Z * [new branch] gh/awgu/443/orig -> origin/gh/awgu/443/orig 2025-01-24T01:32:05.4752489Z * [new branch] gh/awgu/647/base -> origin/gh/awgu/647/base 2025-01-24T01:32:05.4752942Z * [new branch] gh/awgu/647/head -> origin/gh/awgu/647/head 2025-01-24T01:32:05.4753406Z * [new branch] gh/awgu/647/orig -> origin/gh/awgu/647/orig 2025-01-24T01:32:05.4753880Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-01-24T01:32:05.4754337Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-01-24T01:32:05.4754801Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-01-24T01:32:05.4755304Z * [new branch] gh/awgu/666/base -> origin/gh/awgu/666/base 2025-01-24T01:32:05.4755799Z * [new branch] gh/awgu/666/head -> origin/gh/awgu/666/head 2025-01-24T01:32:05.4756273Z * [new branch] gh/awgu/666/orig -> origin/gh/awgu/666/orig 2025-01-24T01:32:05.4756732Z * [new branch] gh/awgu/667/base -> origin/gh/awgu/667/base 2025-01-24T01:32:05.4757194Z * [new branch] gh/awgu/667/head -> origin/gh/awgu/667/head 2025-01-24T01:32:05.4757655Z * [new branch] gh/awgu/667/orig -> origin/gh/awgu/667/orig 2025-01-24T01:32:05.4758130Z * [new branch] gh/awgu/668/base -> origin/gh/awgu/668/base 2025-01-24T01:32:05.4758596Z * [new branch] gh/awgu/668/head -> origin/gh/awgu/668/head 2025-01-24T01:32:05.4759057Z * [new branch] gh/awgu/668/orig -> origin/gh/awgu/668/orig 2025-01-24T01:32:05.4759521Z * [new branch] gh/awgu/669/base -> origin/gh/awgu/669/base 2025-01-24T01:32:05.4759981Z * [new branch] gh/awgu/669/head -> origin/gh/awgu/669/head 2025-01-24T01:32:05.4760438Z * [new branch] gh/awgu/669/orig -> origin/gh/awgu/669/orig 2025-01-24T01:32:05.4760980Z * [new branch] gh/bdhirsh/588/base -> origin/gh/bdhirsh/588/base 2025-01-24T01:32:05.4761518Z * [new branch] gh/bdhirsh/588/head -> origin/gh/bdhirsh/588/head 2025-01-24T01:32:05.4762011Z * [new branch] gh/bdhirsh/588/orig -> origin/gh/bdhirsh/588/orig 2025-01-24T01:32:05.4762720Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-01-24T01:32:05.4763225Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-01-24T01:32:05.4763728Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-01-24T01:32:05.4764213Z * [new branch] gh/bdhirsh/617/base -> origin/gh/bdhirsh/617/base 2025-01-24T01:32:05.4764713Z * [new branch] gh/bdhirsh/617/head -> origin/gh/bdhirsh/617/head 2025-01-24T01:32:05.4765335Z * [new branch] gh/bdhirsh/617/orig -> origin/gh/bdhirsh/617/orig 2025-01-24T01:32:05.4765818Z * [new branch] gh/bdhirsh/619/base -> origin/gh/bdhirsh/619/base 2025-01-24T01:32:05.4766352Z * [new branch] gh/bdhirsh/619/head -> origin/gh/bdhirsh/619/head 2025-01-24T01:32:05.4766878Z * [new branch] gh/bdhirsh/619/orig -> origin/gh/bdhirsh/619/orig 2025-01-24T01:32:05.4767438Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-01-24T01:32:05.4768000Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-01-24T01:32:05.4768538Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-01-24T01:32:05.4769110Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-01-24T01:32:05.4769682Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-01-24T01:32:05.4770223Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-01-24T01:32:05.4770801Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-01-24T01:32:05.4771373Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-01-24T01:32:05.4771930Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-01-24T01:32:05.5240496Z * [new branch] gh/bdhirsh/628/base -> origin/gh/bdhirsh/628/base 2025-01-24T01:32:05.5241087Z * [new branch] gh/bdhirsh/628/head -> origin/gh/bdhirsh/628/head 2025-01-24T01:32:05.5241601Z * [new branch] gh/bdhirsh/628/orig -> origin/gh/bdhirsh/628/orig 2025-01-24T01:32:05.5242117Z * [new branch] gh/bdhirsh/629/base -> origin/gh/bdhirsh/629/base 2025-01-24T01:32:05.5242653Z * [new branch] gh/bdhirsh/629/head -> origin/gh/bdhirsh/629/head 2025-01-24T01:32:05.5243152Z * [new branch] gh/bdhirsh/629/orig -> origin/gh/bdhirsh/629/orig 2025-01-24T01:32:05.5243666Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-01-24T01:32:05.5244185Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-01-24T01:32:05.5244704Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-01-24T01:32:05.5245199Z * [new branch] gh/bdhirsh/634/base -> origin/gh/bdhirsh/634/base 2025-01-24T01:32:05.5245803Z * [new branch] gh/bdhirsh/634/head -> origin/gh/bdhirsh/634/head 2025-01-24T01:32:05.5246314Z * [new branch] gh/bdhirsh/634/orig -> origin/gh/bdhirsh/634/orig 2025-01-24T01:32:05.5246811Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-01-24T01:32:05.5247326Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-01-24T01:32:05.5247836Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-01-24T01:32:05.5248335Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-01-24T01:32:05.5248840Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-01-24T01:32:05.5249546Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-01-24T01:32:05.5250062Z * [new branch] gh/bdhirsh/637/base -> origin/gh/bdhirsh/637/base 2025-01-24T01:32:05.5250561Z * [new branch] gh/bdhirsh/637/head -> origin/gh/bdhirsh/637/head 2025-01-24T01:32:05.5251130Z * [new branch] gh/bdhirsh/637/orig -> origin/gh/bdhirsh/637/orig 2025-01-24T01:32:05.5251734Z * [new branch] gh/benjaminglass1/35/base -> origin/gh/benjaminglass1/35/base 2025-01-24T01:32:05.5252435Z * [new branch] gh/benjaminglass1/35/head -> origin/gh/benjaminglass1/35/head 2025-01-24T01:32:05.5253096Z * [new branch] gh/benjaminglass1/35/orig -> origin/gh/benjaminglass1/35/orig 2025-01-24T01:32:05.5253696Z * [new branch] gh/benjaminglass1/41/base -> origin/gh/benjaminglass1/41/base 2025-01-24T01:32:05.5254266Z * [new branch] gh/benjaminglass1/41/head -> origin/gh/benjaminglass1/41/head 2025-01-24T01:32:05.5254856Z * [new branch] gh/benjaminglass1/41/orig -> origin/gh/benjaminglass1/41/orig 2025-01-24T01:32:05.5255440Z * [new branch] gh/benjaminglass1/42/base -> origin/gh/benjaminglass1/42/base 2025-01-24T01:32:05.5256020Z * [new branch] gh/benjaminglass1/42/head -> origin/gh/benjaminglass1/42/head 2025-01-24T01:32:05.5256583Z * [new branch] gh/benjaminglass1/42/orig -> origin/gh/benjaminglass1/42/orig 2025-01-24T01:32:05.5257259Z * [new branch] gh/benjaminglass1/44/base -> origin/gh/benjaminglass1/44/base 2025-01-24T01:32:05.5257839Z * [new branch] gh/benjaminglass1/44/head -> origin/gh/benjaminglass1/44/head 2025-01-24T01:32:05.5258407Z * [new branch] gh/benjaminglass1/44/orig -> origin/gh/benjaminglass1/44/orig 2025-01-24T01:32:05.5258987Z * [new branch] gh/benjaminglass1/45/base -> origin/gh/benjaminglass1/45/base 2025-01-24T01:32:05.5259569Z * [new branch] gh/benjaminglass1/45/head -> origin/gh/benjaminglass1/45/head 2025-01-24T01:32:05.5260133Z * [new branch] gh/benjaminglass1/45/orig -> origin/gh/benjaminglass1/45/orig 2025-01-24T01:32:05.5260720Z * [new branch] gh/benjaminglass1/46/base -> origin/gh/benjaminglass1/46/base 2025-01-24T01:32:05.5261299Z * [new branch] gh/benjaminglass1/46/head -> origin/gh/benjaminglass1/46/head 2025-01-24T01:32:05.5261882Z * [new branch] gh/benjaminglass1/46/orig -> origin/gh/benjaminglass1/46/orig 2025-01-24T01:32:05.5262491Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-01-24T01:32:05.5263151Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-01-24T01:32:05.5263730Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-01-24T01:32:05.5264301Z * [new branch] gh/benjaminglass1/48/base -> origin/gh/benjaminglass1/48/base 2025-01-24T01:32:05.5264878Z * [new branch] gh/benjaminglass1/48/head -> origin/gh/benjaminglass1/48/head 2025-01-24T01:32:05.5265457Z * [new branch] gh/benjaminglass1/48/orig -> origin/gh/benjaminglass1/48/orig 2025-01-24T01:32:05.5266024Z * [new branch] gh/benjaminglass1/49/base -> origin/gh/benjaminglass1/49/base 2025-01-24T01:32:05.5688952Z * [new branch] gh/benjaminglass1/49/head -> origin/gh/benjaminglass1/49/head 2025-01-24T01:32:05.5689605Z * [new branch] gh/benjaminglass1/49/orig -> origin/gh/benjaminglass1/49/orig 2025-01-24T01:32:05.5690242Z * [new branch] gh/benjaminglass1/50/base -> origin/gh/benjaminglass1/50/base 2025-01-24T01:32:05.5690898Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-01-24T01:32:05.5691489Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-01-24T01:32:05.5692293Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-01-24T01:32:05.5692888Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-01-24T01:32:05.5693562Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-01-24T01:32:05.5694148Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-01-24T01:32:05.5694878Z * [new branch] gh/benjaminglass1/53/base -> origin/gh/benjaminglass1/53/base 2025-01-24T01:32:05.5695449Z * [new branch] gh/benjaminglass1/53/head -> origin/gh/benjaminglass1/53/head 2025-01-24T01:32:05.5696077Z * [new branch] gh/benjaminglass1/53/orig -> origin/gh/benjaminglass1/53/orig 2025-01-24T01:32:05.5696688Z * [new branch] gh/benjaminglass1/54/base -> origin/gh/benjaminglass1/54/base 2025-01-24T01:32:05.5697265Z * [new branch] gh/benjaminglass1/54/head -> origin/gh/benjaminglass1/54/head 2025-01-24T01:32:05.5697817Z * [new branch] gh/benjaminglass1/54/orig -> origin/gh/benjaminglass1/54/orig 2025-01-24T01:32:05.5698378Z * [new branch] gh/benjaminglass1/55/base -> origin/gh/benjaminglass1/55/base 2025-01-24T01:32:05.5698937Z * [new branch] gh/benjaminglass1/55/head -> origin/gh/benjaminglass1/55/head 2025-01-24T01:32:05.5699500Z * [new branch] gh/benjaminglass1/55/orig -> origin/gh/benjaminglass1/55/orig 2025-01-24T01:32:05.5700058Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-01-24T01:32:05.5700614Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-01-24T01:32:05.5701171Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-01-24T01:32:05.5701778Z * [new branch] gh/benjaminglass1/57/base -> origin/gh/benjaminglass1/57/base 2025-01-24T01:32:05.5702382Z * [new branch] gh/benjaminglass1/57/head -> origin/gh/benjaminglass1/57/head 2025-01-24T01:32:05.5702943Z * [new branch] gh/benjaminglass1/57/orig -> origin/gh/benjaminglass1/57/orig 2025-01-24T01:32:05.5703477Z * [new branch] gh/bertmaher/3/base -> origin/gh/bertmaher/3/base 2025-01-24T01:32:05.5703994Z * [new branch] gh/bertmaher/3/head -> origin/gh/bertmaher/3/head 2025-01-24T01:32:05.5704503Z * [new branch] gh/bertmaher/3/orig -> origin/gh/bertmaher/3/orig 2025-01-24T01:32:05.5705019Z * [new branch] gh/bertmaher/4/base -> origin/gh/bertmaher/4/base 2025-01-24T01:32:05.5705508Z * [new branch] gh/bertmaher/4/head -> origin/gh/bertmaher/4/head 2025-01-24T01:32:05.5706008Z * [new branch] gh/bertmaher/4/orig -> origin/gh/bertmaher/4/orig 2025-01-24T01:32:05.5706521Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-01-24T01:32:05.5707029Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-01-24T01:32:05.5707583Z * [new branch] gh/bigfootjon/2/base -> origin/gh/bigfootjon/2/base 2025-01-24T01:32:05.5708144Z * [new branch] gh/bigfootjon/2/orig -> origin/gh/bigfootjon/2/orig 2025-01-24T01:32:05.5708651Z * [new branch] gh/blzheng/3/base -> origin/gh/blzheng/3/base 2025-01-24T01:32:05.5709136Z * [new branch] gh/blzheng/3/head -> origin/gh/blzheng/3/head 2025-01-24T01:32:05.5709633Z * [new branch] gh/blzheng/3/orig -> origin/gh/blzheng/3/orig 2025-01-24T01:32:05.5710138Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-01-24T01:32:05.5710661Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-01-24T01:32:05.5711314Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-01-24T01:32:05.5711843Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-01-24T01:32:05.5712355Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-01-24T01:32:05.5712976Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-01-24T01:32:05.5713653Z * [new branch] gh/bobrenjc93/183/base -> origin/gh/bobrenjc93/183/base 2025-01-24T01:32:05.5714164Z * [new branch] gh/bobrenjc93/183/head -> origin/gh/bobrenjc93/183/head 2025-01-24T01:32:05.6135634Z * [new branch] gh/bobrenjc93/183/orig -> origin/gh/bobrenjc93/183/orig 2025-01-24T01:32:05.6136234Z * [new branch] gh/bobrenjc93/187/base -> origin/gh/bobrenjc93/187/base 2025-01-24T01:32:05.6136807Z * [new branch] gh/bobrenjc93/187/head -> origin/gh/bobrenjc93/187/head 2025-01-24T01:32:05.6137328Z * [new branch] gh/bobrenjc93/187/orig -> origin/gh/bobrenjc93/187/orig 2025-01-24T01:32:05.6137850Z * [new branch] gh/bobrenjc93/191/base -> origin/gh/bobrenjc93/191/base 2025-01-24T01:32:05.6138373Z * [new branch] gh/bobrenjc93/191/head -> origin/gh/bobrenjc93/191/head 2025-01-24T01:32:05.6138897Z * [new branch] gh/bobrenjc93/191/orig -> origin/gh/bobrenjc93/191/orig 2025-01-24T01:32:05.6139430Z * [new branch] gh/bobrenjc93/192/base -> origin/gh/bobrenjc93/192/base 2025-01-24T01:32:05.6140002Z * [new branch] gh/bobrenjc93/192/head -> origin/gh/bobrenjc93/192/head 2025-01-24T01:32:05.6140560Z * [new branch] gh/bobrenjc93/192/orig -> origin/gh/bobrenjc93/192/orig 2025-01-24T01:32:05.6141077Z * [new branch] gh/bobrenjc93/193/base -> origin/gh/bobrenjc93/193/base 2025-01-24T01:32:05.6141610Z * [new branch] gh/bobrenjc93/193/head -> origin/gh/bobrenjc93/193/head 2025-01-24T01:32:05.6142130Z * [new branch] gh/bobrenjc93/193/orig -> origin/gh/bobrenjc93/193/orig 2025-01-24T01:32:05.6142640Z * [new branch] gh/bobrenjc93/194/base -> origin/gh/bobrenjc93/194/base 2025-01-24T01:32:05.6143168Z * [new branch] gh/bobrenjc93/194/head -> origin/gh/bobrenjc93/194/head 2025-01-24T01:32:05.6143695Z * [new branch] gh/bobrenjc93/194/orig -> origin/gh/bobrenjc93/194/orig 2025-01-24T01:32:05.6144215Z * [new branch] gh/bobrenjc93/195/base -> origin/gh/bobrenjc93/195/base 2025-01-24T01:32:05.6144723Z * [new branch] gh/bobrenjc93/195/head -> origin/gh/bobrenjc93/195/head 2025-01-24T01:32:05.6145242Z * [new branch] gh/bobrenjc93/195/orig -> origin/gh/bobrenjc93/195/orig 2025-01-24T01:32:05.6145845Z * [new branch] gh/bobrenjc93/196/base -> origin/gh/bobrenjc93/196/base 2025-01-24T01:32:05.6146365Z * [new branch] gh/bobrenjc93/196/head -> origin/gh/bobrenjc93/196/head 2025-01-24T01:32:05.6146887Z * [new branch] gh/bobrenjc93/196/orig -> origin/gh/bobrenjc93/196/orig 2025-01-24T01:32:05.6147404Z * [new branch] gh/bobrenjc93/197/base -> origin/gh/bobrenjc93/197/base 2025-01-24T01:32:05.6147926Z * [new branch] gh/bobrenjc93/197/head -> origin/gh/bobrenjc93/197/head 2025-01-24T01:32:05.6148454Z * [new branch] gh/bobrenjc93/197/orig -> origin/gh/bobrenjc93/197/orig 2025-01-24T01:32:05.6148971Z * [new branch] gh/bobrenjc93/198/base -> origin/gh/bobrenjc93/198/base 2025-01-24T01:32:05.6149501Z * [new branch] gh/bobrenjc93/198/head -> origin/gh/bobrenjc93/198/head 2025-01-24T01:32:05.6150015Z * [new branch] gh/bobrenjc93/198/orig -> origin/gh/bobrenjc93/198/orig 2025-01-24T01:32:05.6150757Z * [new branch] gh/bobrenjc93/199/base -> origin/gh/bobrenjc93/199/base 2025-01-24T01:32:05.6151328Z * [new branch] gh/bobrenjc93/199/head -> origin/gh/bobrenjc93/199/head 2025-01-24T01:32:05.6151887Z * [new branch] gh/bobrenjc93/199/orig -> origin/gh/bobrenjc93/199/orig 2025-01-24T01:32:05.6152424Z * [new branch] gh/bobrenjc93/200/base -> origin/gh/bobrenjc93/200/base 2025-01-24T01:32:05.6153087Z * [new branch] gh/bobrenjc93/200/head -> origin/gh/bobrenjc93/200/head 2025-01-24T01:32:05.6153612Z * [new branch] gh/bobrenjc93/200/orig -> origin/gh/bobrenjc93/200/orig 2025-01-24T01:32:05.6154139Z * [new branch] gh/bobrenjc93/201/base -> origin/gh/bobrenjc93/201/base 2025-01-24T01:32:05.6154673Z * [new branch] gh/bobrenjc93/201/head -> origin/gh/bobrenjc93/201/head 2025-01-24T01:32:05.6155213Z * [new branch] gh/bobrenjc93/201/orig -> origin/gh/bobrenjc93/201/orig 2025-01-24T01:32:05.6155730Z * [new branch] gh/bobrenjc93/202/base -> origin/gh/bobrenjc93/202/base 2025-01-24T01:32:05.6156256Z * [new branch] gh/bobrenjc93/202/head -> origin/gh/bobrenjc93/202/head 2025-01-24T01:32:05.6156817Z * [new branch] gh/bobrenjc93/202/orig -> origin/gh/bobrenjc93/202/orig 2025-01-24T01:32:05.6157367Z * [new branch] gh/bobrenjc93/203/base -> origin/gh/bobrenjc93/203/base 2025-01-24T01:32:05.6157898Z * [new branch] gh/bobrenjc93/203/head -> origin/gh/bobrenjc93/203/head 2025-01-24T01:32:05.6158426Z * [new branch] gh/bobrenjc93/203/orig -> origin/gh/bobrenjc93/203/orig 2025-01-24T01:32:05.6158937Z * [new branch] gh/bobrenjc93/204/base -> origin/gh/bobrenjc93/204/base 2025-01-24T01:32:05.6159463Z * [new branch] gh/bobrenjc93/204/head -> origin/gh/bobrenjc93/204/head 2025-01-24T01:32:05.6572465Z * [new branch] gh/bobrenjc93/204/orig -> origin/gh/bobrenjc93/204/orig 2025-01-24T01:32:05.6573180Z * [new branch] gh/bobrenjc93/205/base -> origin/gh/bobrenjc93/205/base 2025-01-24T01:32:05.6573741Z * [new branch] gh/bobrenjc93/205/head -> origin/gh/bobrenjc93/205/head 2025-01-24T01:32:05.6574266Z * [new branch] gh/bobrenjc93/205/orig -> origin/gh/bobrenjc93/205/orig 2025-01-24T01:32:05.6574828Z * [new branch] gh/bobrenjc93/206/base -> origin/gh/bobrenjc93/206/base 2025-01-24T01:32:05.6575351Z * [new branch] gh/bobrenjc93/206/head -> origin/gh/bobrenjc93/206/head 2025-01-24T01:32:05.6575865Z * [new branch] gh/bobrenjc93/206/orig -> origin/gh/bobrenjc93/206/orig 2025-01-24T01:32:05.6576390Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-01-24T01:32:05.6576925Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-01-24T01:32:05.6577438Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-01-24T01:32:05.6577966Z * [new branch] gh/bobrenjc93/208/base -> origin/gh/bobrenjc93/208/base 2025-01-24T01:32:05.6578485Z * [new branch] gh/bobrenjc93/208/head -> origin/gh/bobrenjc93/208/head 2025-01-24T01:32:05.6579047Z * [new branch] gh/bobrenjc93/208/orig -> origin/gh/bobrenjc93/208/orig 2025-01-24T01:32:05.6579605Z * [new branch] gh/bobrenjc93/209/base -> origin/gh/bobrenjc93/209/base 2025-01-24T01:32:05.6580123Z * [new branch] gh/bobrenjc93/209/head -> origin/gh/bobrenjc93/209/head 2025-01-24T01:32:05.6580651Z * [new branch] gh/bobrenjc93/209/orig -> origin/gh/bobrenjc93/209/orig 2025-01-24T01:32:05.6581164Z * [new branch] gh/bobrenjc93/210/base -> origin/gh/bobrenjc93/210/base 2025-01-24T01:32:05.6581890Z * [new branch] gh/bobrenjc93/210/head -> origin/gh/bobrenjc93/210/head 2025-01-24T01:32:05.6582434Z * [new branch] gh/bobrenjc93/210/orig -> origin/gh/bobrenjc93/210/orig 2025-01-24T01:32:05.6582946Z * [new branch] gh/bobrenjc93/211/base -> origin/gh/bobrenjc93/211/base 2025-01-24T01:32:05.6583472Z * [new branch] gh/bobrenjc93/211/head -> origin/gh/bobrenjc93/211/head 2025-01-24T01:32:05.6584125Z * [new branch] gh/bobrenjc93/211/orig -> origin/gh/bobrenjc93/211/orig 2025-01-24T01:32:05.6584683Z * [new branch] gh/bobrenjc93/212/base -> origin/gh/bobrenjc93/212/base 2025-01-24T01:32:05.6585235Z * [new branch] gh/bobrenjc93/212/head -> origin/gh/bobrenjc93/212/head 2025-01-24T01:32:05.6585758Z * [new branch] gh/bobrenjc93/212/orig -> origin/gh/bobrenjc93/212/orig 2025-01-24T01:32:05.6586291Z * [new branch] gh/bobrenjc93/213/base -> origin/gh/bobrenjc93/213/base 2025-01-24T01:32:05.6586804Z * [new branch] gh/bobrenjc93/213/head -> origin/gh/bobrenjc93/213/head 2025-01-24T01:32:05.6587338Z * [new branch] gh/bobrenjc93/213/orig -> origin/gh/bobrenjc93/213/orig 2025-01-24T01:32:05.6587857Z * [new branch] gh/bobrenjc93/214/base -> origin/gh/bobrenjc93/214/base 2025-01-24T01:32:05.6588370Z * [new branch] gh/bobrenjc93/214/head -> origin/gh/bobrenjc93/214/head 2025-01-24T01:32:05.6588896Z * [new branch] gh/bobrenjc93/214/orig -> origin/gh/bobrenjc93/214/orig 2025-01-24T01:32:05.6589418Z * [new branch] gh/bobrenjc93/215/base -> origin/gh/bobrenjc93/215/base 2025-01-24T01:32:05.6589933Z * [new branch] gh/bobrenjc93/215/head -> origin/gh/bobrenjc93/215/head 2025-01-24T01:32:05.6590444Z * [new branch] gh/bobrenjc93/215/orig -> origin/gh/bobrenjc93/215/orig 2025-01-24T01:32:05.6591045Z * [new branch] gh/bobrenjc93/216/base -> origin/gh/bobrenjc93/216/base 2025-01-24T01:32:05.6591569Z * [new branch] gh/bobrenjc93/216/head -> origin/gh/bobrenjc93/216/head 2025-01-24T01:32:05.6592077Z * [new branch] gh/bobrenjc93/216/orig -> origin/gh/bobrenjc93/216/orig 2025-01-24T01:32:05.6592601Z * [new branch] gh/bobrenjc93/217/base -> origin/gh/bobrenjc93/217/base 2025-01-24T01:32:05.6593121Z * [new branch] gh/bobrenjc93/217/head -> origin/gh/bobrenjc93/217/head 2025-01-24T01:32:05.6593630Z * [new branch] gh/bobrenjc93/217/orig -> origin/gh/bobrenjc93/217/orig 2025-01-24T01:32:05.6594154Z * [new branch] gh/bobrenjc93/218/base -> origin/gh/bobrenjc93/218/base 2025-01-24T01:32:05.6594671Z * [new branch] gh/bobrenjc93/218/head -> origin/gh/bobrenjc93/218/head 2025-01-24T01:32:05.6595191Z * [new branch] gh/bobrenjc93/218/orig -> origin/gh/bobrenjc93/218/orig 2025-01-24T01:32:05.6595702Z * [new branch] gh/bobrenjc93/219/base -> origin/gh/bobrenjc93/219/base 2025-01-24T01:32:05.6596222Z * [new branch] gh/bobrenjc93/219/head -> origin/gh/bobrenjc93/219/head 2025-01-24T01:32:05.6596821Z * [new branch] gh/bobrenjc93/219/orig -> origin/gh/bobrenjc93/219/orig 2025-01-24T01:32:05.7018427Z * [new branch] gh/bobrenjc93/220/base -> origin/gh/bobrenjc93/220/base 2025-01-24T01:32:05.7019059Z * [new branch] gh/bobrenjc93/220/head -> origin/gh/bobrenjc93/220/head 2025-01-24T01:32:05.7019590Z * [new branch] gh/bobrenjc93/220/orig -> origin/gh/bobrenjc93/220/orig 2025-01-24T01:32:05.7020114Z * [new branch] gh/bobrenjc93/221/base -> origin/gh/bobrenjc93/221/base 2025-01-24T01:32:05.7020624Z * [new branch] gh/bobrenjc93/221/head -> origin/gh/bobrenjc93/221/head 2025-01-24T01:32:05.7021356Z * [new branch] gh/bobrenjc93/221/orig -> origin/gh/bobrenjc93/221/orig 2025-01-24T01:32:05.7021880Z * [new branch] gh/bobrenjc93/222/base -> origin/gh/bobrenjc93/222/base 2025-01-24T01:32:05.7022398Z * [new branch] gh/bobrenjc93/222/head -> origin/gh/bobrenjc93/222/head 2025-01-24T01:32:05.7022930Z * [new branch] gh/bobrenjc93/222/orig -> origin/gh/bobrenjc93/222/orig 2025-01-24T01:32:05.7023582Z * [new branch] gh/bobrenjc93/223/base -> origin/gh/bobrenjc93/223/base 2025-01-24T01:32:05.7024101Z * [new branch] gh/bobrenjc93/223/head -> origin/gh/bobrenjc93/223/head 2025-01-24T01:32:05.7024621Z * [new branch] gh/bobrenjc93/223/orig -> origin/gh/bobrenjc93/223/orig 2025-01-24T01:32:05.7025152Z * [new branch] gh/bobrenjc93/224/base -> origin/gh/bobrenjc93/224/base 2025-01-24T01:32:05.7025690Z * [new branch] gh/bobrenjc93/224/head -> origin/gh/bobrenjc93/224/head 2025-01-24T01:32:05.7026204Z * [new branch] gh/bobrenjc93/224/orig -> origin/gh/bobrenjc93/224/orig 2025-01-24T01:32:05.7026719Z * [new branch] gh/bobrenjc93/225/base -> origin/gh/bobrenjc93/225/base 2025-01-24T01:32:05.7027261Z * [new branch] gh/bobrenjc93/225/head -> origin/gh/bobrenjc93/225/head 2025-01-24T01:32:05.7027775Z * [new branch] gh/bobrenjc93/225/orig -> origin/gh/bobrenjc93/225/orig 2025-01-24T01:32:05.7028308Z * [new branch] gh/bobrenjc93/226/base -> origin/gh/bobrenjc93/226/base 2025-01-24T01:32:05.7028828Z * [new branch] gh/bobrenjc93/226/head -> origin/gh/bobrenjc93/226/head 2025-01-24T01:32:05.7029342Z * [new branch] gh/bobrenjc93/226/orig -> origin/gh/bobrenjc93/226/orig 2025-01-24T01:32:05.7029857Z * [new branch] gh/bobrenjc93/227/base -> origin/gh/bobrenjc93/227/base 2025-01-24T01:32:05.7030386Z * [new branch] gh/bobrenjc93/227/head -> origin/gh/bobrenjc93/227/head 2025-01-24T01:32:05.7030905Z * [new branch] gh/bobrenjc93/227/orig -> origin/gh/bobrenjc93/227/orig 2025-01-24T01:32:05.7031417Z * [new branch] gh/bobrenjc93/228/base -> origin/gh/bobrenjc93/228/base 2025-01-24T01:32:05.7031940Z * [new branch] gh/bobrenjc93/228/head -> origin/gh/bobrenjc93/228/head 2025-01-24T01:32:05.7032476Z * [new branch] gh/bobrenjc93/228/orig -> origin/gh/bobrenjc93/228/orig 2025-01-24T01:32:05.7032989Z * [new branch] gh/bobrenjc93/229/base -> origin/gh/bobrenjc93/229/base 2025-01-24T01:32:05.7033511Z * [new branch] gh/bobrenjc93/229/head -> origin/gh/bobrenjc93/229/head 2025-01-24T01:32:05.7034031Z * [new branch] gh/bobrenjc93/229/orig -> origin/gh/bobrenjc93/229/orig 2025-01-24T01:32:05.7034558Z * [new branch] gh/bobrenjc93/230/base -> origin/gh/bobrenjc93/230/base 2025-01-24T01:32:05.7035074Z * [new branch] gh/bobrenjc93/230/head -> origin/gh/bobrenjc93/230/head 2025-01-24T01:32:05.7035594Z * [new branch] gh/bobrenjc93/230/orig -> origin/gh/bobrenjc93/230/orig 2025-01-24T01:32:05.7036121Z * [new branch] gh/bobrenjc93/231/base -> origin/gh/bobrenjc93/231/base 2025-01-24T01:32:05.7036630Z * [new branch] gh/bobrenjc93/231/head -> origin/gh/bobrenjc93/231/head 2025-01-24T01:32:05.7037161Z * [new branch] gh/bobrenjc93/231/orig -> origin/gh/bobrenjc93/231/orig 2025-01-24T01:32:05.7037681Z * [new branch] gh/bobrenjc93/232/base -> origin/gh/bobrenjc93/232/base 2025-01-24T01:32:05.7038189Z * [new branch] gh/bobrenjc93/232/head -> origin/gh/bobrenjc93/232/head 2025-01-24T01:32:05.7038715Z * [new branch] gh/bobrenjc93/232/orig -> origin/gh/bobrenjc93/232/orig 2025-01-24T01:32:05.7039351Z * [new branch] gh/bobrenjc93/233/base -> origin/gh/bobrenjc93/233/base 2025-01-24T01:32:05.7039889Z * [new branch] gh/bobrenjc93/233/head -> origin/gh/bobrenjc93/233/head 2025-01-24T01:32:05.7040406Z * [new branch] gh/bobrenjc93/233/orig -> origin/gh/bobrenjc93/233/orig 2025-01-24T01:32:05.7040925Z * [new branch] gh/bobrenjc93/234/base -> origin/gh/bobrenjc93/234/base 2025-01-24T01:32:05.7041552Z * [new branch] gh/bobrenjc93/234/head -> origin/gh/bobrenjc93/234/head 2025-01-24T01:32:05.7042069Z * [new branch] gh/bobrenjc93/234/orig -> origin/gh/bobrenjc93/234/orig 2025-01-24T01:32:05.7042593Z * [new branch] gh/bobrenjc93/235/base -> origin/gh/bobrenjc93/235/base 2025-01-24T01:32:05.7618617Z * [new branch] gh/bobrenjc93/235/head -> origin/gh/bobrenjc93/235/head 2025-01-24T01:32:05.7619202Z * [new branch] gh/bobrenjc93/235/orig -> origin/gh/bobrenjc93/235/orig 2025-01-24T01:32:05.7619764Z * [new branch] gh/bobrenjc93/236/base -> origin/gh/bobrenjc93/236/base 2025-01-24T01:32:05.7620359Z * [new branch] gh/bobrenjc93/236/head -> origin/gh/bobrenjc93/236/head 2025-01-24T01:32:05.7620890Z * [new branch] gh/bobrenjc93/236/orig -> origin/gh/bobrenjc93/236/orig 2025-01-24T01:32:05.7621421Z * [new branch] gh/bobrenjc93/237/base -> origin/gh/bobrenjc93/237/base 2025-01-24T01:32:05.7621943Z * [new branch] gh/bobrenjc93/237/head -> origin/gh/bobrenjc93/237/head 2025-01-24T01:32:05.7622535Z * [new branch] gh/bobrenjc93/237/orig -> origin/gh/bobrenjc93/237/orig 2025-01-24T01:32:05.7623059Z * [new branch] gh/bobrenjc93/238/base -> origin/gh/bobrenjc93/238/base 2025-01-24T01:32:05.7623617Z * [new branch] gh/bobrenjc93/238/head -> origin/gh/bobrenjc93/238/head 2025-01-24T01:32:05.7624217Z * [new branch] gh/bobrenjc93/238/orig -> origin/gh/bobrenjc93/238/orig 2025-01-24T01:32:05.7624812Z * [new branch] gh/bobrenjc93/239/base -> origin/gh/bobrenjc93/239/base 2025-01-24T01:32:05.7625320Z * [new branch] gh/bobrenjc93/239/head -> origin/gh/bobrenjc93/239/head 2025-01-24T01:32:05.7625840Z * [new branch] gh/bobrenjc93/239/orig -> origin/gh/bobrenjc93/239/orig 2025-01-24T01:32:05.7626370Z * [new branch] gh/bobrenjc93/240/base -> origin/gh/bobrenjc93/240/base 2025-01-24T01:32:05.7626933Z * [new branch] gh/bobrenjc93/240/head -> origin/gh/bobrenjc93/240/head 2025-01-24T01:32:05.7627464Z * [new branch] gh/bobrenjc93/240/orig -> origin/gh/bobrenjc93/240/orig 2025-01-24T01:32:05.7627985Z * [new branch] gh/bobrenjc93/241/base -> origin/gh/bobrenjc93/241/base 2025-01-24T01:32:05.7628501Z * [new branch] gh/bobrenjc93/241/head -> origin/gh/bobrenjc93/241/head 2025-01-24T01:32:05.7629080Z * [new branch] gh/bobrenjc93/241/orig -> origin/gh/bobrenjc93/241/orig 2025-01-24T01:32:05.7629714Z * [new branch] gh/bobrenjc93/242/base -> origin/gh/bobrenjc93/242/base 2025-01-24T01:32:05.7630230Z * [new branch] gh/bobrenjc93/242/head -> origin/gh/bobrenjc93/242/head 2025-01-24T01:32:05.7630744Z * [new branch] gh/bobrenjc93/242/orig -> origin/gh/bobrenjc93/242/orig 2025-01-24T01:32:05.7631270Z * [new branch] gh/bobrenjc93/243/base -> origin/gh/bobrenjc93/243/base 2025-01-24T01:32:05.7631784Z * [new branch] gh/bobrenjc93/243/head -> origin/gh/bobrenjc93/243/head 2025-01-24T01:32:05.7632297Z * [new branch] gh/bobrenjc93/243/orig -> origin/gh/bobrenjc93/243/orig 2025-01-24T01:32:05.7632808Z * [new branch] gh/bobrenjc93/244/base -> origin/gh/bobrenjc93/244/base 2025-01-24T01:32:05.7633616Z * [new branch] gh/bobrenjc93/244/head -> origin/gh/bobrenjc93/244/head 2025-01-24T01:32:05.7634230Z * [new branch] gh/bobrenjc93/244/orig -> origin/gh/bobrenjc93/244/orig 2025-01-24T01:32:05.7634750Z * [new branch] gh/bobrenjc93/245/base -> origin/gh/bobrenjc93/245/base 2025-01-24T01:32:05.7635274Z * [new branch] gh/bobrenjc93/245/head -> origin/gh/bobrenjc93/245/head 2025-01-24T01:32:05.7635836Z * [new branch] gh/bobrenjc93/245/orig -> origin/gh/bobrenjc93/245/orig 2025-01-24T01:32:05.7636512Z * [new branch] gh/bobrenjc93/246/base -> origin/gh/bobrenjc93/246/base 2025-01-24T01:32:05.7637071Z * [new branch] gh/bobrenjc93/246/head -> origin/gh/bobrenjc93/246/head 2025-01-24T01:32:05.7637592Z * [new branch] gh/bobrenjc93/246/orig -> origin/gh/bobrenjc93/246/orig 2025-01-24T01:32:05.7638108Z * [new branch] gh/bobrenjc93/247/base -> origin/gh/bobrenjc93/247/base 2025-01-24T01:32:05.7638694Z * [new branch] gh/bobrenjc93/247/head -> origin/gh/bobrenjc93/247/head 2025-01-24T01:32:05.7639251Z * [new branch] gh/bobrenjc93/247/orig -> origin/gh/bobrenjc93/247/orig 2025-01-24T01:32:05.7639767Z * [new branch] gh/bobrenjc93/248/base -> origin/gh/bobrenjc93/248/base 2025-01-24T01:32:05.7640351Z * [new branch] gh/bobrenjc93/248/head -> origin/gh/bobrenjc93/248/head 2025-01-24T01:32:05.7640911Z * [new branch] gh/bobrenjc93/248/orig -> origin/gh/bobrenjc93/248/orig 2025-01-24T01:32:05.7641423Z * [new branch] gh/bobrenjc93/249/base -> origin/gh/bobrenjc93/249/base 2025-01-24T01:32:05.7641932Z * [new branch] gh/bobrenjc93/249/head -> origin/gh/bobrenjc93/249/head 2025-01-24T01:32:05.7642449Z * [new branch] gh/bobrenjc93/249/orig -> origin/gh/bobrenjc93/249/orig 2025-01-24T01:32:05.7643041Z * [new branch] gh/bobrenjc93/250/base -> origin/gh/bobrenjc93/250/base 2025-01-24T01:32:05.8431435Z * [new branch] gh/bobrenjc93/250/head -> origin/gh/bobrenjc93/250/head 2025-01-24T01:32:05.8432118Z * [new branch] gh/bobrenjc93/250/orig -> origin/gh/bobrenjc93/250/orig 2025-01-24T01:32:05.8432748Z * [new branch] gh/bobrenjc93/251/base -> origin/gh/bobrenjc93/251/base 2025-01-24T01:32:05.8433268Z * [new branch] gh/bobrenjc93/251/head -> origin/gh/bobrenjc93/251/head 2025-01-24T01:32:05.8433832Z * [new branch] gh/bobrenjc93/251/orig -> origin/gh/bobrenjc93/251/orig 2025-01-24T01:32:05.8434340Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-01-24T01:32:05.8434870Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-01-24T01:32:05.8435386Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-01-24T01:32:05.8435910Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-01-24T01:32:05.8436432Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-01-24T01:32:05.8436958Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-01-24T01:32:05.8437470Z * [new branch] gh/bobrenjc93/254/base -> origin/gh/bobrenjc93/254/base 2025-01-24T01:32:05.8438040Z * [new branch] gh/bobrenjc93/254/head -> origin/gh/bobrenjc93/254/head 2025-01-24T01:32:05.8438729Z * [new branch] gh/bobrenjc93/254/orig -> origin/gh/bobrenjc93/254/orig 2025-01-24T01:32:05.8439296Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-01-24T01:32:05.8439805Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-01-24T01:32:05.8440506Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-01-24T01:32:05.8441053Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-01-24T01:32:05.8441602Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-01-24T01:32:05.8442149Z * [new branch] gh/c-p-i-o/1/base -> origin/gh/c-p-i-o/1/base 2025-01-24T01:32:05.8442619Z * [new branch] gh/c-p-i-o/1/head -> origin/gh/c-p-i-o/1/head 2025-01-24T01:32:05.8443270Z * [new branch] gh/c-p-i-o/1/orig -> origin/gh/c-p-i-o/1/orig 2025-01-24T01:32:05.8443725Z * [new branch] gh/c-p-i-o/3/base -> origin/gh/c-p-i-o/3/base 2025-01-24T01:32:05.8444241Z * [new branch] gh/c-p-i-o/3/head -> origin/gh/c-p-i-o/3/head 2025-01-24T01:32:05.8444845Z * [new branch] gh/c-p-i-o/3/orig -> origin/gh/c-p-i-o/3/orig 2025-01-24T01:32:05.8445302Z * [new branch] gh/c-p-i-o/4/base -> origin/gh/c-p-i-o/4/base 2025-01-24T01:32:05.8445765Z * [new branch] gh/c-p-i-o/4/head -> origin/gh/c-p-i-o/4/head 2025-01-24T01:32:05.8446226Z * [new branch] gh/c-p-i-o/4/orig -> origin/gh/c-p-i-o/4/orig 2025-01-24T01:32:05.8446682Z * [new branch] gh/c-p-i-o/5/base -> origin/gh/c-p-i-o/5/base 2025-01-24T01:32:05.8447144Z * [new branch] gh/c-p-i-o/5/head -> origin/gh/c-p-i-o/5/head 2025-01-24T01:32:05.8447604Z * [new branch] gh/c-p-i-o/5/orig -> origin/gh/c-p-i-o/5/orig 2025-01-24T01:32:05.8448114Z * [new branch] gh/c00w/19/base -> origin/gh/c00w/19/base 2025-01-24T01:32:05.8448577Z * [new branch] gh/c00w/19/head -> origin/gh/c00w/19/head 2025-01-24T01:32:05.8449033Z * [new branch] gh/c00w/19/orig -> origin/gh/c00w/19/orig 2025-01-24T01:32:05.8449492Z * [new branch] gh/c00w/20/base -> origin/gh/c00w/20/base 2025-01-24T01:32:05.8449977Z * [new branch] gh/c00w/20/head -> origin/gh/c00w/20/head 2025-01-24T01:32:05.8450486Z * [new branch] gh/c00w/20/orig -> origin/gh/c00w/20/orig 2025-01-24T01:32:05.8450939Z * [new branch] gh/c00w/21/base -> origin/gh/c00w/21/base 2025-01-24T01:32:05.8451430Z * [new branch] gh/c00w/21/head -> origin/gh/c00w/21/head 2025-01-24T01:32:05.8451885Z * [new branch] gh/c00w/21/orig -> origin/gh/c00w/21/orig 2025-01-24T01:32:05.8452345Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-01-24T01:32:05.8452786Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-01-24T01:32:05.8453331Z * [new branch] gh/c00w/24/base -> origin/gh/c00w/24/base 2025-01-24T01:32:05.8453807Z * [new branch] gh/c00w/24/head -> origin/gh/c00w/24/head 2025-01-24T01:32:05.8454265Z * [new branch] gh/c00w/24/orig -> origin/gh/c00w/24/orig 2025-01-24T01:32:05.8454715Z * [new branch] gh/c00w/25/base -> origin/gh/c00w/25/base 2025-01-24T01:32:05.8455173Z * [new branch] gh/c00w/25/head -> origin/gh/c00w/25/head 2025-01-24T01:32:05.9130678Z * [new branch] gh/c00w/25/orig -> origin/gh/c00w/25/orig 2025-01-24T01:32:05.9131262Z * [new branch] gh/c00w/26/base -> origin/gh/c00w/26/base 2025-01-24T01:32:05.9131817Z * [new branch] gh/c00w/26/head -> origin/gh/c00w/26/head 2025-01-24T01:32:05.9132290Z * [new branch] gh/c00w/26/orig -> origin/gh/c00w/26/orig 2025-01-24T01:32:05.9132762Z * [new branch] gh/c00w/27/base -> origin/gh/c00w/27/base 2025-01-24T01:32:05.9133530Z * [new branch] gh/c00w/27/head -> origin/gh/c00w/27/head 2025-01-24T01:32:05.9134008Z * [new branch] gh/c00w/27/orig -> origin/gh/c00w/27/orig 2025-01-24T01:32:05.9134487Z * [new branch] gh/c00w/28/base -> origin/gh/c00w/28/base 2025-01-24T01:32:05.9134946Z * [new branch] gh/c00w/28/head -> origin/gh/c00w/28/head 2025-01-24T01:32:05.9135426Z * [new branch] gh/c00w/28/orig -> origin/gh/c00w/28/orig 2025-01-24T01:32:05.9136554Z * [new branch] gh/c00w/29/base -> origin/gh/c00w/29/base 2025-01-24T01:32:05.9137022Z * [new branch] gh/c00w/29/head -> origin/gh/c00w/29/head 2025-01-24T01:32:05.9137479Z * [new branch] gh/c00w/29/orig -> origin/gh/c00w/29/orig 2025-01-24T01:32:05.9137953Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-01-24T01:32:05.9138484Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-01-24T01:32:05.9138939Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-01-24T01:32:05.9139408Z * [new branch] gh/c00w/31/base -> origin/gh/c00w/31/base 2025-01-24T01:32:05.9139868Z * [new branch] gh/c00w/31/head -> origin/gh/c00w/31/head 2025-01-24T01:32:05.9140320Z * [new branch] gh/c00w/31/orig -> origin/gh/c00w/31/orig 2025-01-24T01:32:05.9140819Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-01-24T01:32:05.9141344Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-01-24T01:32:05.9141848Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-01-24T01:32:05.9142404Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-01-24T01:32:05.9142931Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-01-24T01:32:05.9143427Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-01-24T01:32:05.9143913Z * [new branch] gh/chillee/352/base -> origin/gh/chillee/352/base 2025-01-24T01:32:05.9144413Z * [new branch] gh/chillee/352/head -> origin/gh/chillee/352/head 2025-01-24T01:32:05.9144910Z * [new branch] gh/chillee/352/orig -> origin/gh/chillee/352/orig 2025-01-24T01:32:05.9145412Z * [new branch] gh/chillee/360/base -> origin/gh/chillee/360/base 2025-01-24T01:32:05.9145920Z * [new branch] gh/chillee/360/head -> origin/gh/chillee/360/head 2025-01-24T01:32:05.9146414Z * [new branch] gh/chillee/360/orig -> origin/gh/chillee/360/orig 2025-01-24T01:32:05.9146948Z * [new branch] gh/chillee/362/base -> origin/gh/chillee/362/base 2025-01-24T01:32:05.9147469Z * [new branch] gh/chillee/362/head -> origin/gh/chillee/362/head 2025-01-24T01:32:05.9147968Z * [new branch] gh/chillee/362/orig -> origin/gh/chillee/362/orig 2025-01-24T01:32:05.9148479Z * [new branch] gh/chillee/367/base -> origin/gh/chillee/367/base 2025-01-24T01:32:05.9148973Z * [new branch] gh/chillee/367/head -> origin/gh/chillee/367/head 2025-01-24T01:32:05.9149488Z * [new branch] gh/chillee/367/orig -> origin/gh/chillee/367/orig 2025-01-24T01:32:05.9149985Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-01-24T01:32:05.9150474Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-01-24T01:32:05.9150963Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-01-24T01:32:05.9172201Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-01-24T01:32:05.9173528Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-01-24T01:32:05.9174067Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-01-24T01:32:05.9174576Z * [new branch] gh/chillee/378/base -> origin/gh/chillee/378/base 2025-01-24T01:32:05.9175073Z * [new branch] gh/chillee/378/head -> origin/gh/chillee/378/head 2025-01-24T01:32:05.9176208Z * [new branch] gh/chillee/378/orig -> origin/gh/chillee/378/orig 2025-01-24T01:32:05.9176728Z * [new branch] gh/chillee/379/base -> origin/gh/chillee/379/base 2025-01-24T01:32:05.9177249Z * [new branch] gh/chillee/379/head -> origin/gh/chillee/379/head 2025-01-24T01:32:05.9610475Z * [new branch] gh/chillee/379/orig -> origin/gh/chillee/379/orig 2025-01-24T01:32:05.9611086Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-01-24T01:32:05.9611616Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-01-24T01:32:05.9612124Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-01-24T01:32:05.9612659Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-01-24T01:32:05.9613172Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-01-24T01:32:05.9613763Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-01-24T01:32:05.9614260Z * [new branch] gh/chunyuan-w/4/base -> origin/gh/chunyuan-w/4/base 2025-01-24T01:32:05.9614768Z * [new branch] gh/chunyuan-w/4/head -> origin/gh/chunyuan-w/4/head 2025-01-24T01:32:05.9615275Z * [new branch] gh/chunyuan-w/4/orig -> origin/gh/chunyuan-w/4/orig 2025-01-24T01:32:05.9615780Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-01-24T01:32:05.9616283Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-01-24T01:32:05.9616771Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-01-24T01:32:05.9617303Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-01-24T01:32:05.9617868Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-01-24T01:32:05.9618432Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-01-24T01:32:05.9618989Z * [new branch] gh/davidberard98/328/base -> origin/gh/davidberard98/328/base 2025-01-24T01:32:05.9619543Z * [new branch] gh/davidberard98/328/head -> origin/gh/davidberard98/328/head 2025-01-24T01:32:05.9620113Z * [new branch] gh/davidberard98/328/orig -> origin/gh/davidberard98/328/orig 2025-01-24T01:32:05.9620667Z * [new branch] gh/davidberard98/329/base -> origin/gh/davidberard98/329/base 2025-01-24T01:32:05.9621223Z * [new branch] gh/davidberard98/329/head -> origin/gh/davidberard98/329/head 2025-01-24T01:32:05.9621782Z * [new branch] gh/davidberard98/329/orig -> origin/gh/davidberard98/329/orig 2025-01-24T01:32:05.9622338Z * [new branch] gh/davidberard98/330/base -> origin/gh/davidberard98/330/base 2025-01-24T01:32:05.9622892Z * [new branch] gh/davidberard98/330/head -> origin/gh/davidberard98/330/head 2025-01-24T01:32:05.9623450Z * [new branch] gh/davidberard98/330/orig -> origin/gh/davidberard98/330/orig 2025-01-24T01:32:05.9624008Z * [new branch] gh/davidberard98/331/base -> origin/gh/davidberard98/331/base 2025-01-24T01:32:05.9624558Z * [new branch] gh/davidberard98/331/head -> origin/gh/davidberard98/331/head 2025-01-24T01:32:05.9625868Z * [new branch] gh/davidberard98/331/orig -> origin/gh/davidberard98/331/orig 2025-01-24T01:32:05.9626444Z * [new branch] gh/davidberard98/332/base -> origin/gh/davidberard98/332/base 2025-01-24T01:32:05.9626991Z * [new branch] gh/davidberard98/332/head -> origin/gh/davidberard98/332/head 2025-01-24T01:32:05.9627549Z * [new branch] gh/davidberard98/332/orig -> origin/gh/davidberard98/332/orig 2025-01-24T01:32:05.9628615Z * [new branch] gh/desertfire/520/base -> origin/gh/desertfire/520/base 2025-01-24T01:32:05.9629152Z * [new branch] gh/desertfire/520/head -> origin/gh/desertfire/520/head 2025-01-24T01:32:05.9629676Z * [new branch] gh/desertfire/520/orig -> origin/gh/desertfire/520/orig 2025-01-24T01:32:05.9630199Z * [new branch] gh/desertfire/522/base -> origin/gh/desertfire/522/base 2025-01-24T01:32:05.9630729Z * [new branch] gh/desertfire/522/head -> origin/gh/desertfire/522/head 2025-01-24T01:32:05.9631244Z * [new branch] gh/desertfire/522/orig -> origin/gh/desertfire/522/orig 2025-01-24T01:32:05.9631770Z * [new branch] gh/desertfire/528/base -> origin/gh/desertfire/528/base 2025-01-24T01:32:05.9632288Z * [new branch] gh/desertfire/528/head -> origin/gh/desertfire/528/head 2025-01-24T01:32:05.9632799Z * [new branch] gh/desertfire/528/orig -> origin/gh/desertfire/528/orig 2025-01-24T01:32:05.9633323Z * [new branch] gh/desertfire/529/base -> origin/gh/desertfire/529/base 2025-01-24T01:32:05.9633849Z * [new branch] gh/desertfire/529/head -> origin/gh/desertfire/529/head 2025-01-24T01:32:05.9634371Z * [new branch] gh/desertfire/529/orig -> origin/gh/desertfire/529/orig 2025-01-24T01:32:05.9634892Z * [new branch] gh/desertfire/530/base -> origin/gh/desertfire/530/base 2025-01-24T01:32:05.9635417Z * [new branch] gh/desertfire/530/head -> origin/gh/desertfire/530/head 2025-01-24T01:32:05.9635946Z * [new branch] gh/desertfire/530/orig -> origin/gh/desertfire/530/orig 2025-01-24T01:32:06.0046795Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-01-24T01:32:06.0047349Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-01-24T01:32:06.0047877Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-01-24T01:32:06.0048393Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-01-24T01:32:06.0048878Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-01-24T01:32:06.0049394Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-01-24T01:32:06.0049889Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-01-24T01:32:06.0050392Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-01-24T01:32:06.0050880Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-01-24T01:32:06.0051373Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-01-24T01:32:06.0051868Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-01-24T01:32:06.0052367Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-01-24T01:32:06.0052864Z * [new branch] gh/drisspg/107/base -> origin/gh/drisspg/107/base 2025-01-24T01:32:06.0053421Z * [new branch] gh/drisspg/107/head -> origin/gh/drisspg/107/head 2025-01-24T01:32:06.0053912Z * [new branch] gh/drisspg/107/orig -> origin/gh/drisspg/107/orig 2025-01-24T01:32:06.0054882Z * [new branch] gh/drisspg/108/base -> origin/gh/drisspg/108/base 2025-01-24T01:32:06.0055387Z * [new branch] gh/drisspg/108/head -> origin/gh/drisspg/108/head 2025-01-24T01:32:06.0055899Z * [new branch] gh/drisspg/108/orig -> origin/gh/drisspg/108/orig 2025-01-24T01:32:06.0056392Z * [new branch] gh/drisspg/109/base -> origin/gh/drisspg/109/base 2025-01-24T01:32:06.0056891Z * [new branch] gh/drisspg/109/head -> origin/gh/drisspg/109/head 2025-01-24T01:32:06.0057694Z * [new branch] gh/drisspg/109/orig -> origin/gh/drisspg/109/orig 2025-01-24T01:32:06.0058191Z * [new branch] gh/drisspg/110/base -> origin/gh/drisspg/110/base 2025-01-24T01:32:06.0058698Z * [new branch] gh/drisspg/110/head -> origin/gh/drisspg/110/head 2025-01-24T01:32:06.0059204Z * [new branch] gh/drisspg/110/orig -> origin/gh/drisspg/110/orig 2025-01-24T01:32:06.0059706Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-01-24T01:32:06.0060202Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-01-24T01:32:06.0060697Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-01-24T01:32:06.0061192Z * [new branch] gh/drisspg/112/base -> origin/gh/drisspg/112/base 2025-01-24T01:32:06.0061679Z * [new branch] gh/drisspg/112/head -> origin/gh/drisspg/112/head 2025-01-24T01:32:06.0062183Z * [new branch] gh/drisspg/112/orig -> origin/gh/drisspg/112/orig 2025-01-24T01:32:06.0062691Z * [new branch] gh/drisspg/113/base -> origin/gh/drisspg/113/base 2025-01-24T01:32:06.0063179Z * [new branch] gh/drisspg/113/head -> origin/gh/drisspg/113/head 2025-01-24T01:32:06.0063675Z * [new branch] gh/drisspg/113/orig -> origin/gh/drisspg/113/orig 2025-01-24T01:32:06.0064180Z * [new branch] gh/drisspg/114/base -> origin/gh/drisspg/114/base 2025-01-24T01:32:06.0064676Z * [new branch] gh/drisspg/114/head -> origin/gh/drisspg/114/head 2025-01-24T01:32:06.0065173Z * [new branch] gh/drisspg/114/orig -> origin/gh/drisspg/114/orig 2025-01-24T01:32:06.0065672Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-01-24T01:32:06.0066161Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-01-24T01:32:06.0066652Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-01-24T01:32:06.0067148Z * [new branch] gh/drisspg/116/base -> origin/gh/drisspg/116/base 2025-01-24T01:32:06.0067638Z * [new branch] gh/drisspg/116/head -> origin/gh/drisspg/116/head 2025-01-24T01:32:06.0068123Z * [new branch] gh/drisspg/116/orig -> origin/gh/drisspg/116/orig 2025-01-24T01:32:06.0068635Z * [new branch] gh/drisspg/117/base -> origin/gh/drisspg/117/base 2025-01-24T01:32:06.0069124Z * [new branch] gh/drisspg/117/head -> origin/gh/drisspg/117/head 2025-01-24T01:32:06.0069695Z * [new branch] gh/drisspg/117/orig -> origin/gh/drisspg/117/orig 2025-01-24T01:32:06.0070238Z * [new branch] gh/drisspg/118/base -> origin/gh/drisspg/118/base 2025-01-24T01:32:06.0070747Z * [new branch] gh/drisspg/118/head -> origin/gh/drisspg/118/head 2025-01-24T01:32:06.0893453Z * [new branch] gh/drisspg/118/orig -> origin/gh/drisspg/118/orig 2025-01-24T01:32:06.0894006Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-01-24T01:32:06.0894532Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-01-24T01:32:06.0895609Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-01-24T01:32:06.0896133Z * [new branch] gh/drisspg/32/base -> origin/gh/drisspg/32/base 2025-01-24T01:32:06.0896633Z * [new branch] gh/drisspg/32/head -> origin/gh/drisspg/32/head 2025-01-24T01:32:06.0897127Z * [new branch] gh/drisspg/32/orig -> origin/gh/drisspg/32/orig 2025-01-24T01:32:06.0897618Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-01-24T01:32:06.0898228Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-01-24T01:32:06.0898726Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-01-24T01:32:06.0899213Z * [new branch] gh/drisspg/72/base -> origin/gh/drisspg/72/base 2025-01-24T01:32:06.0899703Z * [new branch] gh/drisspg/72/head -> origin/gh/drisspg/72/head 2025-01-24T01:32:06.0900189Z * [new branch] gh/drisspg/72/orig -> origin/gh/drisspg/72/orig 2025-01-24T01:32:06.0900679Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-01-24T01:32:06.0901164Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-01-24T01:32:06.0901642Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-01-24T01:32:06.0902129Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-01-24T01:32:06.0902619Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-01-24T01:32:06.0903152Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-01-24T01:32:06.0903676Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-01-24T01:32:06.0904165Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-01-24T01:32:06.0904648Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-01-24T01:32:06.0905151Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-01-24T01:32:06.0905662Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-01-24T01:32:06.0906165Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-01-24T01:32:06.0906661Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-01-24T01:32:06.0907159Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-01-24T01:32:06.0907662Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-01-24T01:32:06.0908153Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-01-24T01:32:06.0908653Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-01-24T01:32:06.0909165Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-01-24T01:32:06.0909664Z * [new branch] gh/eellison/697/base -> origin/gh/eellison/697/base 2025-01-24T01:32:06.0910170Z * [new branch] gh/eellison/697/head -> origin/gh/eellison/697/head 2025-01-24T01:32:06.0910669Z * [new branch] gh/eellison/697/orig -> origin/gh/eellison/697/orig 2025-01-24T01:32:06.0911185Z * [new branch] gh/eellison/703/base -> origin/gh/eellison/703/base 2025-01-24T01:32:06.0911686Z * [new branch] gh/eellison/703/head -> origin/gh/eellison/703/head 2025-01-24T01:32:06.0912196Z * [new branch] gh/eellison/703/orig -> origin/gh/eellison/703/orig 2025-01-24T01:32:06.0912700Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-01-24T01:32:06.0913557Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-01-24T01:32:06.0914077Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-01-24T01:32:06.0914584Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-01-24T01:32:06.0915082Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-01-24T01:32:06.0915587Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-01-24T01:32:06.0916201Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-01-24T01:32:06.0916717Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-01-24T01:32:06.0917225Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-01-24T01:32:06.0917741Z * [new branch] gh/eellison/716/base -> origin/gh/eellison/716/base 2025-01-24T01:32:06.1332152Z * [new branch] gh/eellison/716/head -> origin/gh/eellison/716/head 2025-01-24T01:32:06.1332674Z * [new branch] gh/eellison/716/orig -> origin/gh/eellison/716/orig 2025-01-24T01:32:06.1333185Z * [new branch] gh/eellison/717/base -> origin/gh/eellison/717/base 2025-01-24T01:32:06.1333777Z * [new branch] gh/eellison/717/head -> origin/gh/eellison/717/head 2025-01-24T01:32:06.1334349Z * [new branch] gh/eellison/717/orig -> origin/gh/eellison/717/orig 2025-01-24T01:32:06.1334877Z * [new branch] gh/eellison/718/base -> origin/gh/eellison/718/base 2025-01-24T01:32:06.1335385Z * [new branch] gh/eellison/718/head -> origin/gh/eellison/718/head 2025-01-24T01:32:06.1335889Z * [new branch] gh/eellison/718/orig -> origin/gh/eellison/718/orig 2025-01-24T01:32:06.1336384Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-01-24T01:32:06.1336899Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-01-24T01:32:06.1337407Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-01-24T01:32:06.1337914Z * [new branch] gh/eellison/743/base -> origin/gh/eellison/743/base 2025-01-24T01:32:06.1338410Z * [new branch] gh/eellison/743/head -> origin/gh/eellison/743/head 2025-01-24T01:32:06.1338922Z * [new branch] gh/eellison/743/orig -> origin/gh/eellison/743/orig 2025-01-24T01:32:06.1339429Z * [new branch] gh/eellison/745/base -> origin/gh/eellison/745/base 2025-01-24T01:32:06.1339963Z * [new branch] gh/eellison/745/head -> origin/gh/eellison/745/head 2025-01-24T01:32:06.1340535Z * [new branch] gh/eellison/745/orig -> origin/gh/eellison/745/orig 2025-01-24T01:32:06.1341045Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-01-24T01:32:06.1341540Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-01-24T01:32:06.1342053Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-01-24T01:32:06.1342559Z * [new branch] gh/eellison/748/base -> origin/gh/eellison/748/base 2025-01-24T01:32:06.1343066Z * [new branch] gh/eellison/748/head -> origin/gh/eellison/748/head 2025-01-24T01:32:06.1343568Z * [new branch] gh/eellison/748/orig -> origin/gh/eellison/748/orig 2025-01-24T01:32:06.1344068Z * [new branch] gh/eellison/749/base -> origin/gh/eellison/749/base 2025-01-24T01:32:06.1344583Z * [new branch] gh/eellison/749/head -> origin/gh/eellison/749/head 2025-01-24T01:32:06.1345089Z * [new branch] gh/eellison/749/orig -> origin/gh/eellison/749/orig 2025-01-24T01:32:06.1346197Z * [new branch] gh/eellison/750/base -> origin/gh/eellison/750/base 2025-01-24T01:32:06.1346764Z * [new branch] gh/eellison/750/head -> origin/gh/eellison/750/head 2025-01-24T01:32:06.1347275Z * [new branch] gh/eellison/750/orig -> origin/gh/eellison/750/orig 2025-01-24T01:32:06.1347770Z * [new branch] gh/eellison/751/base -> origin/gh/eellison/751/base 2025-01-24T01:32:06.1348396Z * [new branch] gh/eellison/751/head -> origin/gh/eellison/751/head 2025-01-24T01:32:06.1348899Z * [new branch] gh/eellison/751/orig -> origin/gh/eellison/751/orig 2025-01-24T01:32:06.1349394Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-01-24T01:32:06.1349904Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-01-24T01:32:06.1350410Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-01-24T01:32:06.1350915Z * [new branch] gh/eellison/753/base -> origin/gh/eellison/753/base 2025-01-24T01:32:06.1351416Z * [new branch] gh/eellison/753/head -> origin/gh/eellison/753/head 2025-01-24T01:32:06.1351912Z * [new branch] gh/eellison/753/orig -> origin/gh/eellison/753/orig 2025-01-24T01:32:06.1352409Z * [new branch] gh/eellison/754/base -> origin/gh/eellison/754/base 2025-01-24T01:32:06.1352914Z * [new branch] gh/eellison/754/head -> origin/gh/eellison/754/head 2025-01-24T01:32:06.1353424Z * [new branch] gh/eellison/754/orig -> origin/gh/eellison/754/orig 2025-01-24T01:32:06.1353917Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-01-24T01:32:06.1354376Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-01-24T01:32:06.1354839Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-01-24T01:32:06.1355297Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-01-24T01:32:06.1355750Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-01-24T01:32:06.1356195Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-01-24T01:32:06.1792116Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-01-24T01:32:06.1792631Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-01-24T01:32:06.1793084Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-01-24T01:32:06.1793544Z * [new branch] gh/etaf/76/base -> origin/gh/etaf/76/base 2025-01-24T01:32:06.1794000Z * [new branch] gh/etaf/76/head -> origin/gh/etaf/76/head 2025-01-24T01:32:06.1794448Z * [new branch] gh/etaf/76/orig -> origin/gh/etaf/76/orig 2025-01-24T01:32:06.1794915Z * [new branch] gh/etaf/78/base -> origin/gh/etaf/78/base 2025-01-24T01:32:06.1795375Z * [new branch] gh/etaf/78/head -> origin/gh/etaf/78/head 2025-01-24T01:32:06.1795866Z * [new branch] gh/etaf/78/orig -> origin/gh/etaf/78/orig 2025-01-24T01:32:06.1796377Z * [new branch] gh/etaf/79/base -> origin/gh/etaf/79/base 2025-01-24T01:32:06.1796836Z * [new branch] gh/etaf/79/head -> origin/gh/etaf/79/head 2025-01-24T01:32:06.1797295Z * [new branch] gh/etaf/79/orig -> origin/gh/etaf/79/orig 2025-01-24T01:32:06.1797743Z * [new branch] gh/etaf/80/base -> origin/gh/etaf/80/base 2025-01-24T01:32:06.1798196Z * [new branch] gh/etaf/80/head -> origin/gh/etaf/80/head 2025-01-24T01:32:06.1798651Z * [new branch] gh/etaf/80/orig -> origin/gh/etaf/80/orig 2025-01-24T01:32:06.1799591Z * [new branch] gh/etaf/81/base -> origin/gh/etaf/81/base 2025-01-24T01:32:06.1800065Z * [new branch] gh/etaf/81/head -> origin/gh/etaf/81/head 2025-01-24T01:32:06.1800534Z * [new branch] gh/etaf/81/orig -> origin/gh/etaf/81/orig 2025-01-24T01:32:06.1800983Z * [new branch] gh/etaf/82/base -> origin/gh/etaf/82/base 2025-01-24T01:32:06.1801623Z * [new branch] gh/etaf/82/head -> origin/gh/etaf/82/head 2025-01-24T01:32:06.1802147Z * [new branch] gh/etaf/82/orig -> origin/gh/etaf/82/orig 2025-01-24T01:32:06.1802613Z * [new branch] gh/etaf/83/base -> origin/gh/etaf/83/base 2025-01-24T01:32:06.1803069Z * [new branch] gh/etaf/83/head -> origin/gh/etaf/83/head 2025-01-24T01:32:06.1803526Z * [new branch] gh/etaf/83/orig -> origin/gh/etaf/83/orig 2025-01-24T01:32:06.1804000Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-01-24T01:32:06.1804467Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-01-24T01:32:06.1804931Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-01-24T01:32:06.1805386Z * [new branch] gh/etaf/85/base -> origin/gh/etaf/85/base 2025-01-24T01:32:06.1805846Z * [new branch] gh/etaf/85/head -> origin/gh/etaf/85/head 2025-01-24T01:32:06.1806290Z * [new branch] gh/etaf/85/orig -> origin/gh/etaf/85/orig 2025-01-24T01:32:06.1806745Z * [new branch] gh/etaf/86/base -> origin/gh/etaf/86/base 2025-01-24T01:32:06.1807252Z * [new branch] gh/etaf/86/head -> origin/gh/etaf/86/head 2025-01-24T01:32:06.1807748Z * [new branch] gh/etaf/86/orig -> origin/gh/etaf/86/orig 2025-01-24T01:32:06.1808207Z * [new branch] gh/etaf/87/base -> origin/gh/etaf/87/base 2025-01-24T01:32:06.1808663Z * [new branch] gh/etaf/87/head -> origin/gh/etaf/87/head 2025-01-24T01:32:06.1809110Z * [new branch] gh/etaf/87/orig -> origin/gh/etaf/87/orig 2025-01-24T01:32:06.1809566Z * [new branch] gh/etaf/88/base -> origin/gh/etaf/88/base 2025-01-24T01:32:06.1810027Z * [new branch] gh/etaf/88/head -> origin/gh/etaf/88/head 2025-01-24T01:32:06.1810474Z * [new branch] gh/etaf/88/orig -> origin/gh/etaf/88/orig 2025-01-24T01:32:06.1810934Z * [new branch] gh/etaf/89/base -> origin/gh/etaf/89/base 2025-01-24T01:32:06.1811392Z * [new branch] gh/etaf/89/head -> origin/gh/etaf/89/head 2025-01-24T01:32:06.1811850Z * [new branch] gh/etaf/89/orig -> origin/gh/etaf/89/orig 2025-01-24T01:32:06.1812303Z * [new branch] gh/etaf/90/base -> origin/gh/etaf/90/base 2025-01-24T01:32:06.1812800Z * [new branch] gh/etaf/90/head -> origin/gh/etaf/90/head 2025-01-24T01:32:06.1813306Z * [new branch] gh/etaf/90/orig -> origin/gh/etaf/90/orig 2025-01-24T01:32:06.1813876Z * [new branch] gh/etaf/91/base -> origin/gh/etaf/91/base 2025-01-24T01:32:06.1814431Z * [new branch] gh/etaf/91/head -> origin/gh/etaf/91/head 2025-01-24T01:32:06.1814935Z * [new branch] gh/etaf/91/orig -> origin/gh/etaf/91/orig 2025-01-24T01:32:06.1815431Z * [new branch] gh/etaf/92/base -> origin/gh/etaf/92/base 2025-01-24T01:32:06.2265258Z * [new branch] gh/etaf/92/head -> origin/gh/etaf/92/head 2025-01-24T01:32:06.2265806Z * [new branch] gh/etaf/92/orig -> origin/gh/etaf/92/orig 2025-01-24T01:32:06.2267911Z * [new branch] gh/etaf/93/base -> origin/gh/etaf/93/base 2025-01-24T01:32:06.2268443Z * [new branch] gh/etaf/93/head -> origin/gh/etaf/93/head 2025-01-24T01:32:06.2268913Z * [new branch] gh/etaf/93/orig -> origin/gh/etaf/93/orig 2025-01-24T01:32:06.2269373Z * [new branch] gh/etaf/94/base -> origin/gh/etaf/94/base 2025-01-24T01:32:06.2269977Z * [new branch] gh/etaf/94/head -> origin/gh/etaf/94/head 2025-01-24T01:32:06.2270448Z * [new branch] gh/etaf/94/orig -> origin/gh/etaf/94/orig 2025-01-24T01:32:06.2270904Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-01-24T01:32:06.2271356Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-01-24T01:32:06.2271811Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-01-24T01:32:06.2272302Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-01-24T01:32:06.2273701Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-01-24T01:32:06.2274213Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-01-24T01:32:06.2274708Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-01-24T01:32:06.2275195Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-01-24T01:32:06.2275688Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-01-24T01:32:06.2276180Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-01-24T01:32:06.2276667Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-01-24T01:32:06.2277145Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-01-24T01:32:06.2277640Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-01-24T01:32:06.2278131Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-01-24T01:32:06.2279472Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-01-24T01:32:06.2279971Z * [new branch] gh/ezyang/2987/base -> origin/gh/ezyang/2987/base 2025-01-24T01:32:06.2280492Z * [new branch] gh/ezyang/2987/head -> origin/gh/ezyang/2987/head 2025-01-24T01:32:06.2280979Z * [new branch] gh/ezyang/2987/orig -> origin/gh/ezyang/2987/orig 2025-01-24T01:32:06.2281465Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-01-24T01:32:06.2281954Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-01-24T01:32:06.2282453Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-01-24T01:32:06.2282945Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-01-24T01:32:06.2283434Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-01-24T01:32:06.2284768Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-01-24T01:32:06.2285262Z * [new branch] gh/ezyang/3045/base -> origin/gh/ezyang/3045/base 2025-01-24T01:32:06.2285763Z * [new branch] gh/ezyang/3045/head -> origin/gh/ezyang/3045/head 2025-01-24T01:32:06.2286255Z * [new branch] gh/ezyang/3045/orig -> origin/gh/ezyang/3045/orig 2025-01-24T01:32:06.2286747Z * [new branch] gh/ezyang/3047/base -> origin/gh/ezyang/3047/base 2025-01-24T01:32:06.2287229Z * [new branch] gh/ezyang/3047/head -> origin/gh/ezyang/3047/head 2025-01-24T01:32:06.2287871Z * [new branch] gh/ezyang/3047/orig -> origin/gh/ezyang/3047/orig 2025-01-24T01:32:06.2288366Z * [new branch] gh/ezyang/3051/base -> origin/gh/ezyang/3051/base 2025-01-24T01:32:06.2288850Z * [new branch] gh/ezyang/3051/head -> origin/gh/ezyang/3051/head 2025-01-24T01:32:06.2289341Z * [new branch] gh/ezyang/3051/orig -> origin/gh/ezyang/3051/orig 2025-01-24T01:32:06.2290695Z * [new branch] gh/ezyang/3056/base -> origin/gh/ezyang/3056/base 2025-01-24T01:32:06.2291322Z * [new branch] gh/ezyang/3056/head -> origin/gh/ezyang/3056/head 2025-01-24T01:32:06.2291823Z * [new branch] gh/ezyang/3056/orig -> origin/gh/ezyang/3056/orig 2025-01-24T01:32:06.2292314Z * [new branch] gh/ezyang/3057/base -> origin/gh/ezyang/3057/base 2025-01-24T01:32:06.2292800Z * [new branch] gh/ezyang/3057/head -> origin/gh/ezyang/3057/head 2025-01-24T01:32:06.2293295Z * [new branch] gh/ezyang/3057/orig -> origin/gh/ezyang/3057/orig 2025-01-24T01:32:06.2293857Z * [new branch] gh/ezyang/3058/base -> origin/gh/ezyang/3058/base 2025-01-24T01:32:06.2701696Z * [new branch] gh/ezyang/3058/head -> origin/gh/ezyang/3058/head 2025-01-24T01:32:06.2702259Z * [new branch] gh/ezyang/3058/orig -> origin/gh/ezyang/3058/orig 2025-01-24T01:32:06.2702804Z * [new branch] gh/ezyang/3059/base -> origin/gh/ezyang/3059/base 2025-01-24T01:32:06.2703360Z * [new branch] gh/ezyang/3059/head -> origin/gh/ezyang/3059/head 2025-01-24T01:32:06.2703904Z * [new branch] gh/ezyang/3059/orig -> origin/gh/ezyang/3059/orig 2025-01-24T01:32:06.2704390Z * [new branch] gh/ezyang/3060/base -> origin/gh/ezyang/3060/base 2025-01-24T01:32:06.2704886Z * [new branch] gh/ezyang/3060/head -> origin/gh/ezyang/3060/head 2025-01-24T01:32:06.2705393Z * [new branch] gh/ezyang/3060/orig -> origin/gh/ezyang/3060/orig 2025-01-24T01:32:06.2705877Z * [new branch] gh/ezyang/3061/base -> origin/gh/ezyang/3061/base 2025-01-24T01:32:06.2706371Z * [new branch] gh/ezyang/3061/head -> origin/gh/ezyang/3061/head 2025-01-24T01:32:06.2706866Z * [new branch] gh/ezyang/3061/orig -> origin/gh/ezyang/3061/orig 2025-01-24T01:32:06.2707351Z * [new branch] gh/ezyang/3062/base -> origin/gh/ezyang/3062/base 2025-01-24T01:32:06.2707842Z * [new branch] gh/ezyang/3062/head -> origin/gh/ezyang/3062/head 2025-01-24T01:32:06.2708329Z * [new branch] gh/ezyang/3062/orig -> origin/gh/ezyang/3062/orig 2025-01-24T01:32:06.2708824Z * [new branch] gh/ezyang/3063/base -> origin/gh/ezyang/3063/base 2025-01-24T01:32:06.2709406Z * [new branch] gh/ezyang/3063/head -> origin/gh/ezyang/3063/head 2025-01-24T01:32:06.2709900Z * [new branch] gh/ezyang/3063/orig -> origin/gh/ezyang/3063/orig 2025-01-24T01:32:06.2710394Z * [new branch] gh/ezyang/3064/base -> origin/gh/ezyang/3064/base 2025-01-24T01:32:06.2710873Z * [new branch] gh/ezyang/3064/head -> origin/gh/ezyang/3064/head 2025-01-24T01:32:06.2711370Z * [new branch] gh/ezyang/3064/orig -> origin/gh/ezyang/3064/orig 2025-01-24T01:32:06.2711878Z * [new branch] gh/ezyang/3065/base -> origin/gh/ezyang/3065/base 2025-01-24T01:32:06.2712361Z * [new branch] gh/ezyang/3065/head -> origin/gh/ezyang/3065/head 2025-01-24T01:32:06.2712854Z * [new branch] gh/ezyang/3065/orig -> origin/gh/ezyang/3065/orig 2025-01-24T01:32:06.2713350Z * [new branch] gh/ezyang/3066/base -> origin/gh/ezyang/3066/base 2025-01-24T01:32:06.2714041Z * [new branch] gh/ezyang/3066/head -> origin/gh/ezyang/3066/head 2025-01-24T01:32:06.2714587Z * [new branch] gh/ezyang/3066/orig -> origin/gh/ezyang/3066/orig 2025-01-24T01:32:06.2715149Z * [new branch] gh/ezyang/3067/base -> origin/gh/ezyang/3067/base 2025-01-24T01:32:06.2715645Z * [new branch] gh/ezyang/3067/head -> origin/gh/ezyang/3067/head 2025-01-24T01:32:06.2716130Z * [new branch] gh/ezyang/3067/orig -> origin/gh/ezyang/3067/orig 2025-01-24T01:32:06.2716761Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-01-24T01:32:06.2717269Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-01-24T01:32:06.2717754Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-01-24T01:32:06.2718253Z * [new branch] gh/ezyang/3069/base -> origin/gh/ezyang/3069/base 2025-01-24T01:32:06.2718765Z * [new branch] gh/ezyang/3069/head -> origin/gh/ezyang/3069/head 2025-01-24T01:32:06.2719274Z * [new branch] gh/ezyang/3069/orig -> origin/gh/ezyang/3069/orig 2025-01-24T01:32:06.2719759Z * [new branch] gh/ezyang/3070/base -> origin/gh/ezyang/3070/base 2025-01-24T01:32:06.2720301Z * [new branch] gh/ezyang/3070/head -> origin/gh/ezyang/3070/head 2025-01-24T01:32:06.2720863Z * [new branch] gh/ezyang/3070/orig -> origin/gh/ezyang/3070/orig 2025-01-24T01:32:06.2721355Z * [new branch] gh/fduwjj/102/base -> origin/gh/fduwjj/102/base 2025-01-24T01:32:06.2721836Z * [new branch] gh/fduwjj/102/head -> origin/gh/fduwjj/102/head 2025-01-24T01:32:06.2722325Z * [new branch] gh/fduwjj/102/orig -> origin/gh/fduwjj/102/orig 2025-01-24T01:32:06.2722810Z * [new branch] gh/fduwjj/103/base -> origin/gh/fduwjj/103/base 2025-01-24T01:32:06.2723299Z * [new branch] gh/fduwjj/103/head -> origin/gh/fduwjj/103/head 2025-01-24T01:32:06.2723804Z * [new branch] gh/fduwjj/103/orig -> origin/gh/fduwjj/103/orig 2025-01-24T01:32:06.2724293Z * [new branch] gh/fduwjj/104/base -> origin/gh/fduwjj/104/base 2025-01-24T01:32:06.2724773Z * [new branch] gh/fduwjj/104/head -> origin/gh/fduwjj/104/head 2025-01-24T01:32:06.2725249Z * [new branch] gh/fduwjj/104/orig -> origin/gh/fduwjj/104/orig 2025-01-24T01:32:06.3170755Z * [new branch] gh/fduwjj/105/base -> origin/gh/fduwjj/105/base 2025-01-24T01:32:06.3171331Z * [new branch] gh/fduwjj/105/head -> origin/gh/fduwjj/105/head 2025-01-24T01:32:06.3171820Z * [new branch] gh/fduwjj/105/orig -> origin/gh/fduwjj/105/orig 2025-01-24T01:32:06.3172311Z * [new branch] gh/fduwjj/106/base -> origin/gh/fduwjj/106/base 2025-01-24T01:32:06.3172841Z * [new branch] gh/fduwjj/106/head -> origin/gh/fduwjj/106/head 2025-01-24T01:32:06.3173346Z * [new branch] gh/fduwjj/106/orig -> origin/gh/fduwjj/106/orig 2025-01-24T01:32:06.3173890Z * [new branch] gh/fduwjj/107/base -> origin/gh/fduwjj/107/base 2025-01-24T01:32:06.3174381Z * [new branch] gh/fduwjj/107/head -> origin/gh/fduwjj/107/head 2025-01-24T01:32:06.3174883Z * [new branch] gh/fduwjj/107/orig -> origin/gh/fduwjj/107/orig 2025-01-24T01:32:06.3175381Z * [new branch] gh/fduwjj/108/base -> origin/gh/fduwjj/108/base 2025-01-24T01:32:06.3175853Z * [new branch] gh/fduwjj/108/head -> origin/gh/fduwjj/108/head 2025-01-24T01:32:06.3176347Z * [new branch] gh/fduwjj/108/orig -> origin/gh/fduwjj/108/orig 2025-01-24T01:32:06.3177048Z * [new branch] gh/fduwjj/109/base -> origin/gh/fduwjj/109/base 2025-01-24T01:32:06.3177532Z * [new branch] gh/fduwjj/109/head -> origin/gh/fduwjj/109/head 2025-01-24T01:32:06.3178016Z * [new branch] gh/fduwjj/109/orig -> origin/gh/fduwjj/109/orig 2025-01-24T01:32:06.3178516Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-01-24T01:32:06.3178986Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-01-24T01:32:06.3179584Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-01-24T01:32:06.3180064Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-01-24T01:32:06.3180539Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-01-24T01:32:06.3181027Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-01-24T01:32:06.3181512Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-01-24T01:32:06.3181985Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-01-24T01:32:06.3182447Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-01-24T01:32:06.3182918Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-01-24T01:32:06.3183394Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-01-24T01:32:06.3183868Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-01-24T01:32:06.3184350Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-01-24T01:32:06.3184832Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-01-24T01:32:06.3185303Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-01-24T01:32:06.3185792Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-01-24T01:32:06.3186263Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-01-24T01:32:06.3186739Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-01-24T01:32:06.3187206Z * [new branch] gh/fegin/292/base -> origin/gh/fegin/292/base 2025-01-24T01:32:06.3187685Z * [new branch] gh/fegin/292/head -> origin/gh/fegin/292/head 2025-01-24T01:32:06.3188176Z * [new branch] gh/fegin/292/orig -> origin/gh/fegin/292/orig 2025-01-24T01:32:06.3188641Z * [new branch] gh/fegin/293/base -> origin/gh/fegin/293/base 2025-01-24T01:32:06.3189121Z * [new branch] gh/fegin/293/head -> origin/gh/fegin/293/head 2025-01-24T01:32:06.3189598Z * [new branch] gh/fegin/293/orig -> origin/gh/fegin/293/orig 2025-01-24T01:32:06.3190069Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-01-24T01:32:06.3190544Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-01-24T01:32:06.3191019Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-01-24T01:32:06.3191497Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-01-24T01:32:06.3191962Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-01-24T01:32:06.3192440Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-01-24T01:32:06.3192917Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-01-24T01:32:06.3193388Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-01-24T01:32:06.3193860Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-01-24T01:32:06.3615850Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-01-24T01:32:06.3616407Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-01-24T01:32:06.3616903Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-01-24T01:32:06.3617405Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-01-24T01:32:06.3617910Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-01-24T01:32:06.3618538Z * [new branch] gh/guangyey/100/base -> origin/gh/guangyey/100/base 2025-01-24T01:32:06.3619055Z * [new branch] gh/guangyey/100/head -> origin/gh/guangyey/100/head 2025-01-24T01:32:06.3619570Z * [new branch] gh/guangyey/100/orig -> origin/gh/guangyey/100/orig 2025-01-24T01:32:06.3620072Z * [new branch] gh/guangyey/105/base -> origin/gh/guangyey/105/base 2025-01-24T01:32:06.3620604Z * [new branch] gh/guangyey/105/head -> origin/gh/guangyey/105/head 2025-01-24T01:32:06.3621112Z * [new branch] gh/guangyey/105/orig -> origin/gh/guangyey/105/orig 2025-01-24T01:32:06.3621613Z * [new branch] gh/guangyey/111/base -> origin/gh/guangyey/111/base 2025-01-24T01:32:06.3622110Z * [new branch] gh/guangyey/111/head -> origin/gh/guangyey/111/head 2025-01-24T01:32:06.3622622Z * [new branch] gh/guangyey/111/orig -> origin/gh/guangyey/111/orig 2025-01-24T01:32:06.3623134Z * [new branch] gh/guangyey/112/base -> origin/gh/guangyey/112/base 2025-01-24T01:32:06.3623630Z * [new branch] gh/guangyey/112/head -> origin/gh/guangyey/112/head 2025-01-24T01:32:06.3624135Z * [new branch] gh/guangyey/112/orig -> origin/gh/guangyey/112/orig 2025-01-24T01:32:06.3624649Z * [new branch] gh/guangyey/113/base -> origin/gh/guangyey/113/base 2025-01-24T01:32:06.3625160Z * [new branch] gh/guangyey/113/head -> origin/gh/guangyey/113/head 2025-01-24T01:32:06.3625659Z * [new branch] gh/guangyey/113/orig -> origin/gh/guangyey/113/orig 2025-01-24T01:32:06.3626160Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-01-24T01:32:06.3626663Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-01-24T01:32:06.3627165Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-01-24T01:32:06.3627663Z * [new branch] gh/guangyey/115/base -> origin/gh/guangyey/115/base 2025-01-24T01:32:06.3628171Z * [new branch] gh/guangyey/115/head -> origin/gh/guangyey/115/head 2025-01-24T01:32:06.3628671Z * [new branch] gh/guangyey/115/orig -> origin/gh/guangyey/115/orig 2025-01-24T01:32:06.3629181Z * [new branch] gh/guangyey/116/base -> origin/gh/guangyey/116/base 2025-01-24T01:32:06.3629690Z * [new branch] gh/guangyey/116/head -> origin/gh/guangyey/116/head 2025-01-24T01:32:06.3630195Z * [new branch] gh/guangyey/116/orig -> origin/gh/guangyey/116/orig 2025-01-24T01:32:06.3630687Z * [new branch] gh/guangyey/117/base -> origin/gh/guangyey/117/base 2025-01-24T01:32:06.3631189Z * [new branch] gh/guangyey/117/head -> origin/gh/guangyey/117/head 2025-01-24T01:32:06.3631701Z * [new branch] gh/guangyey/117/orig -> origin/gh/guangyey/117/orig 2025-01-24T01:32:06.3632265Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-01-24T01:32:06.3632829Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-01-24T01:32:06.3633343Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-01-24T01:32:06.3633970Z * [new branch] gh/guangyey/119/base -> origin/gh/guangyey/119/base 2025-01-24T01:32:06.3634491Z * [new branch] gh/guangyey/119/head -> origin/gh/guangyey/119/head 2025-01-24T01:32:06.3635002Z * [new branch] gh/guangyey/119/orig -> origin/gh/guangyey/119/orig 2025-01-24T01:32:06.3635512Z * [new branch] gh/guangyey/120/base -> origin/gh/guangyey/120/base 2025-01-24T01:32:06.3636117Z * [new branch] gh/guangyey/120/head -> origin/gh/guangyey/120/head 2025-01-24T01:32:06.3636625Z * [new branch] gh/guangyey/120/orig -> origin/gh/guangyey/120/orig 2025-01-24T01:32:06.3637134Z * [new branch] gh/guangyey/121/base -> origin/gh/guangyey/121/base 2025-01-24T01:32:06.3637629Z * [new branch] gh/guangyey/121/head -> origin/gh/guangyey/121/head 2025-01-24T01:32:06.3638179Z * [new branch] gh/guangyey/121/orig -> origin/gh/guangyey/121/orig 2025-01-24T01:32:06.3638734Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-01-24T01:32:06.3639225Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-01-24T01:32:06.4046744Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-01-24T01:32:06.4047267Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-01-24T01:32:06.4047787Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-01-24T01:32:06.4048274Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-01-24T01:32:06.4048772Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-01-24T01:32:06.4049272Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-01-24T01:32:06.4049768Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-01-24T01:32:06.4050267Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-01-24T01:32:06.4050760Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-01-24T01:32:06.4051252Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-01-24T01:32:06.4051747Z * [new branch] gh/guangyey/90/base -> origin/gh/guangyey/90/base 2025-01-24T01:32:06.4052253Z * [new branch] gh/guangyey/90/head -> origin/gh/guangyey/90/head 2025-01-24T01:32:06.4052746Z * [new branch] gh/guangyey/90/orig -> origin/gh/guangyey/90/orig 2025-01-24T01:32:06.4053231Z * [new branch] gh/guangyey/99/base -> origin/gh/guangyey/99/base 2025-01-24T01:32:06.4053798Z * [new branch] gh/guangyey/99/head -> origin/gh/guangyey/99/head 2025-01-24T01:32:06.4054307Z * [new branch] gh/guangyey/99/orig -> origin/gh/guangyey/99/orig 2025-01-24T01:32:06.4054845Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-01-24T01:32:06.4055429Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-01-24T01:32:06.4056018Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-01-24T01:32:06.4056621Z * [new branch] gh/guilhermeleobas/65/base -> origin/gh/guilhermeleobas/65/base 2025-01-24T01:32:06.4057192Z * [new branch] gh/guilhermeleobas/65/head -> origin/gh/guilhermeleobas/65/head 2025-01-24T01:32:06.4057766Z * [new branch] gh/guilhermeleobas/65/orig -> origin/gh/guilhermeleobas/65/orig 2025-01-24T01:32:06.4058343Z * [new branch] gh/guilhermeleobas/69/base -> origin/gh/guilhermeleobas/69/base 2025-01-24T01:32:06.4059096Z * [new branch] gh/guilhermeleobas/69/head -> origin/gh/guilhermeleobas/69/head 2025-01-24T01:32:06.4059687Z * [new branch] gh/guilhermeleobas/69/orig -> origin/gh/guilhermeleobas/69/orig 2025-01-24T01:32:06.4060278Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-01-24T01:32:06.4060863Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-01-24T01:32:06.4061431Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-01-24T01:32:06.4062126Z * [new branch] gh/guilhermeleobas/74/base -> origin/gh/guilhermeleobas/74/base 2025-01-24T01:32:06.4062705Z * [new branch] gh/guilhermeleobas/74/head -> origin/gh/guilhermeleobas/74/head 2025-01-24T01:32:06.4063283Z * [new branch] gh/guilhermeleobas/74/orig -> origin/gh/guilhermeleobas/74/orig 2025-01-24T01:32:06.4063866Z * [new branch] gh/guilhermeleobas/77/base -> origin/gh/guilhermeleobas/77/base 2025-01-24T01:32:06.4064449Z * [new branch] gh/guilhermeleobas/77/head -> origin/gh/guilhermeleobas/77/head 2025-01-24T01:32:06.4065021Z * [new branch] gh/guilhermeleobas/77/orig -> origin/gh/guilhermeleobas/77/orig 2025-01-24T01:32:06.4065598Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-01-24T01:32:06.4066175Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-01-24T01:32:06.4066759Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-01-24T01:32:06.4067334Z * [new branch] gh/guilhermeleobas/82/base -> origin/gh/guilhermeleobas/82/base 2025-01-24T01:32:06.4067912Z * [new branch] gh/guilhermeleobas/82/head -> origin/gh/guilhermeleobas/82/head 2025-01-24T01:32:06.4068490Z * [new branch] gh/guilhermeleobas/82/orig -> origin/gh/guilhermeleobas/82/orig 2025-01-24T01:32:06.4069065Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-01-24T01:32:06.4069651Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-01-24T01:32:06.4070229Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-01-24T01:32:06.4070807Z * [new branch] gh/guilhermeleobas/84/base -> origin/gh/guilhermeleobas/84/base 2025-01-24T01:32:06.4071382Z * [new branch] gh/guilhermeleobas/84/head -> origin/gh/guilhermeleobas/84/head 2025-01-24T01:32:06.4512648Z * [new branch] gh/guilhermeleobas/84/orig -> origin/gh/guilhermeleobas/84/orig 2025-01-24T01:32:06.4513314Z * [new branch] gh/guilhermeleobas/85/base -> origin/gh/guilhermeleobas/85/base 2025-01-24T01:32:06.4513901Z * [new branch] gh/guilhermeleobas/85/head -> origin/gh/guilhermeleobas/85/head 2025-01-24T01:32:06.4514514Z * [new branch] gh/guilhermeleobas/85/orig -> origin/gh/guilhermeleobas/85/orig 2025-01-24T01:32:06.4515096Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-01-24T01:32:06.4515674Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-01-24T01:32:06.4516238Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-01-24T01:32:06.4516830Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-01-24T01:32:06.4517411Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-01-24T01:32:06.4517980Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-01-24T01:32:06.4518554Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-01-24T01:32:06.4519327Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-01-24T01:32:06.4519913Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-01-24T01:32:06.4520491Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-01-24T01:32:06.4521072Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-01-24T01:32:06.4521659Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-01-24T01:32:06.4522362Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-01-24T01:32:06.4522944Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-01-24T01:32:06.4523522Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-01-24T01:32:06.4524103Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-01-24T01:32:06.4524691Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-01-24T01:32:06.4525270Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-01-24T01:32:06.4525788Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-01-24T01:32:06.4526252Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-01-24T01:32:06.4526725Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-01-24T01:32:06.4527193Z * [new branch] gh/int3/100/base -> origin/gh/int3/100/base 2025-01-24T01:32:06.4527658Z * [new branch] gh/int3/100/head -> origin/gh/int3/100/head 2025-01-24T01:32:06.4528121Z * [new branch] gh/int3/100/orig -> origin/gh/int3/100/orig 2025-01-24T01:32:06.4528593Z * [new branch] gh/int3/109/base -> origin/gh/int3/109/base 2025-01-24T01:32:06.4529053Z * [new branch] gh/int3/109/head -> origin/gh/int3/109/head 2025-01-24T01:32:06.4529504Z * [new branch] gh/int3/109/orig -> origin/gh/int3/109/orig 2025-01-24T01:32:06.4529976Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-01-24T01:32:06.4530433Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-01-24T01:32:06.4530884Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-01-24T01:32:06.4531340Z * [new branch] gh/int3/113/base -> origin/gh/int3/113/base 2025-01-24T01:32:06.4531795Z * [new branch] gh/int3/113/head -> origin/gh/int3/113/head 2025-01-24T01:32:06.4532246Z * [new branch] gh/int3/113/orig -> origin/gh/int3/113/orig 2025-01-24T01:32:06.4532707Z * [new branch] gh/int3/2/base -> origin/gh/int3/2/base 2025-01-24T01:32:06.4533184Z * [new branch] gh/int3/2/orig -> origin/gh/int3/2/orig 2025-01-24T01:32:06.4533710Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-01-24T01:32:06.4534195Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-01-24T01:32:06.4534658Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-01-24T01:32:06.4535128Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-01-24T01:32:06.4535574Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-01-24T01:32:06.4536032Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-01-24T01:32:06.4536486Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-01-24T01:32:06.4536931Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-01-24T01:32:06.4969620Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-01-24T01:32:06.4970239Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-01-24T01:32:06.4970705Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-01-24T01:32:06.4971157Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-01-24T01:32:06.4972149Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-01-24T01:32:06.4972629Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-01-24T01:32:06.4973078Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-01-24T01:32:06.4973547Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-01-24T01:32:06.4974143Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-01-24T01:32:06.4974670Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-01-24T01:32:06.4975117Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-01-24T01:32:06.4975568Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-01-24T01:32:06.4976023Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-01-24T01:32:06.4976472Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-01-24T01:32:06.4976922Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-01-24T01:32:06.4977378Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-01-24T01:32:06.4977831Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-01-24T01:32:06.4978285Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-01-24T01:32:06.4978751Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-01-24T01:32:06.4979207Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-01-24T01:32:06.4979654Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-01-24T01:32:06.4980102Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-01-24T01:32:06.4980555Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-01-24T01:32:06.4980997Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-01-24T01:32:06.4981451Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-01-24T01:32:06.4981906Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-01-24T01:32:06.4982354Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-01-24T01:32:06.4982812Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-01-24T01:32:06.4983264Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-01-24T01:32:06.4983709Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-01-24T01:32:06.4984181Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-01-24T01:32:06.4984688Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-01-24T01:32:06.4985178Z * [new branch] gh/isuruf/102/base -> origin/gh/isuruf/102/base 2025-01-24T01:32:06.4985657Z * [new branch] gh/isuruf/102/head -> origin/gh/isuruf/102/head 2025-01-24T01:32:06.4986150Z * [new branch] gh/isuruf/102/orig -> origin/gh/isuruf/102/orig 2025-01-24T01:32:06.4986630Z * [new branch] gh/isuruf/103/base -> origin/gh/isuruf/103/base 2025-01-24T01:32:06.4987230Z * [new branch] gh/isuruf/103/head -> origin/gh/isuruf/103/head 2025-01-24T01:32:06.4987729Z * [new branch] gh/isuruf/103/orig -> origin/gh/isuruf/103/orig 2025-01-24T01:32:06.4988214Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-01-24T01:32:06.4988692Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-01-24T01:32:06.4989622Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-01-24T01:32:06.4990157Z * [new branch] gh/isuruf/108/base -> origin/gh/isuruf/108/base 2025-01-24T01:32:06.4990643Z * [new branch] gh/isuruf/108/head -> origin/gh/isuruf/108/head 2025-01-24T01:32:06.4991118Z * [new branch] gh/isuruf/108/orig -> origin/gh/isuruf/108/orig 2025-01-24T01:32:06.4991606Z * [new branch] gh/isuruf/109/base -> origin/gh/isuruf/109/base 2025-01-24T01:32:06.4992088Z * [new branch] gh/isuruf/109/head -> origin/gh/isuruf/109/head 2025-01-24T01:32:06.4992568Z * [new branch] gh/isuruf/109/orig -> origin/gh/isuruf/109/orig 2025-01-24T01:32:06.4993051Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-01-24T01:32:06.5438245Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-01-24T01:32:06.5438868Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-01-24T01:32:06.5439357Z * [new branch] gh/isuruf/111/base -> origin/gh/isuruf/111/base 2025-01-24T01:32:06.5439857Z * [new branch] gh/isuruf/111/head -> origin/gh/isuruf/111/head 2025-01-24T01:32:06.5440346Z * [new branch] gh/isuruf/111/orig -> origin/gh/isuruf/111/orig 2025-01-24T01:32:06.5440840Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-01-24T01:32:06.5441337Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-01-24T01:32:06.5441818Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-01-24T01:32:06.5442306Z * [new branch] gh/isuruf/113/base -> origin/gh/isuruf/113/base 2025-01-24T01:32:06.5442780Z * [new branch] gh/isuruf/113/head -> origin/gh/isuruf/113/head 2025-01-24T01:32:06.5443271Z * [new branch] gh/isuruf/113/orig -> origin/gh/isuruf/113/orig 2025-01-24T01:32:06.5443816Z * [new branch] gh/isuruf/114/base -> origin/gh/isuruf/114/base 2025-01-24T01:32:06.5444298Z * [new branch] gh/isuruf/114/head -> origin/gh/isuruf/114/head 2025-01-24T01:32:06.5444780Z * [new branch] gh/isuruf/114/orig -> origin/gh/isuruf/114/orig 2025-01-24T01:32:06.5445265Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-01-24T01:32:06.5445739Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-01-24T01:32:06.5446220Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-01-24T01:32:06.5446716Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-01-24T01:32:06.5447199Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-01-24T01:32:06.5447683Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-01-24T01:32:06.5448162Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-01-24T01:32:06.5448649Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-01-24T01:32:06.5449121Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-01-24T01:32:06.5450236Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-01-24T01:32:06.5450757Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-01-24T01:32:06.5451232Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-01-24T01:32:06.5451713Z * [new branch] gh/isuruf/74/base -> origin/gh/isuruf/74/base 2025-01-24T01:32:06.5452515Z * [new branch] gh/isuruf/74/head -> origin/gh/isuruf/74/head 2025-01-24T01:32:06.5452991Z * [new branch] gh/isuruf/74/orig -> origin/gh/isuruf/74/orig 2025-01-24T01:32:06.5453473Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-01-24T01:32:06.5454039Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-01-24T01:32:06.5454521Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-01-24T01:32:06.5455003Z * [new branch] gh/isuruf/98/base -> origin/gh/isuruf/98/base 2025-01-24T01:32:06.5455487Z * [new branch] gh/isuruf/98/head -> origin/gh/isuruf/98/head 2025-01-24T01:32:06.5455970Z * [new branch] gh/isuruf/98/orig -> origin/gh/isuruf/98/orig 2025-01-24T01:32:06.5456519Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-01-24T01:32:06.5457031Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-01-24T01:32:06.5457537Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-01-24T01:32:06.5458026Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-01-24T01:32:06.5458522Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-01-24T01:32:06.5459015Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-01-24T01:32:06.5459673Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-01-24T01:32:06.5460160Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-01-24T01:32:06.5460657Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-01-24T01:32:06.5461156Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-01-24T01:32:06.5461648Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-01-24T01:32:06.5462152Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-01-24T01:32:06.5462649Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-01-24T01:32:06.5906889Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-01-24T01:32:06.5907467Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-01-24T01:32:06.5907977Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-01-24T01:32:06.5908477Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-01-24T01:32:06.5908975Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-01-24T01:32:06.5909465Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-01-24T01:32:06.5909970Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-01-24T01:32:06.5910462Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-01-24T01:32:06.5910950Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-01-24T01:32:06.5911441Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-01-24T01:32:06.5912149Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-01-24T01:32:06.5912646Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-01-24T01:32:06.5913139Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-01-24T01:32:06.5913637Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-01-24T01:32:06.5915417Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-01-24T01:32:06.5916483Z * [new branch] gh/jamesjwu/70/base -> origin/gh/jamesjwu/70/base 2025-01-24T01:32:06.5916985Z * [new branch] gh/jamesjwu/70/head -> origin/gh/jamesjwu/70/head 2025-01-24T01:32:06.5917489Z * [new branch] gh/jamesjwu/70/orig -> origin/gh/jamesjwu/70/orig 2025-01-24T01:32:06.5917988Z * [new branch] gh/jamesjwu/90/base -> origin/gh/jamesjwu/90/base 2025-01-24T01:32:06.5918503Z * [new branch] gh/jamesjwu/90/head -> origin/gh/jamesjwu/90/head 2025-01-24T01:32:06.5918997Z * [new branch] gh/jamesjwu/90/orig -> origin/gh/jamesjwu/90/orig 2025-01-24T01:32:06.5919507Z * [new branch] gh/jamesjwu/91/base -> origin/gh/jamesjwu/91/base 2025-01-24T01:32:06.5919996Z * [new branch] gh/jamesjwu/91/head -> origin/gh/jamesjwu/91/head 2025-01-24T01:32:06.5920492Z * [new branch] gh/jamesjwu/91/orig -> origin/gh/jamesjwu/91/orig 2025-01-24T01:32:06.5920989Z * [new branch] gh/jamesjwu/93/base -> origin/gh/jamesjwu/93/base 2025-01-24T01:32:06.5921475Z * [new branch] gh/jamesjwu/93/head -> origin/gh/jamesjwu/93/head 2025-01-24T01:32:06.5921969Z * [new branch] gh/jamesjwu/93/orig -> origin/gh/jamesjwu/93/orig 2025-01-24T01:32:06.5922472Z * [new branch] gh/jamesjwu/94/base -> origin/gh/jamesjwu/94/base 2025-01-24T01:32:06.5922966Z * [new branch] gh/jamesjwu/94/head -> origin/gh/jamesjwu/94/head 2025-01-24T01:32:06.5923461Z * [new branch] gh/jamesjwu/94/orig -> origin/gh/jamesjwu/94/orig 2025-01-24T01:32:06.5923965Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-01-24T01:32:06.5924481Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-01-24T01:32:06.5924985Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-01-24T01:32:06.5925479Z * [new branch] gh/janeyx99/200/base -> origin/gh/janeyx99/200/base 2025-01-24T01:32:06.5925980Z * [new branch] gh/janeyx99/200/head -> origin/gh/janeyx99/200/head 2025-01-24T01:32:06.5926482Z * [new branch] gh/janeyx99/200/orig -> origin/gh/janeyx99/200/orig 2025-01-24T01:32:06.5926992Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-01-24T01:32:06.5927499Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-01-24T01:32:06.5927990Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-01-24T01:32:06.5928499Z * [new branch] gh/janeyx99/211/base -> origin/gh/janeyx99/211/base 2025-01-24T01:32:06.5928995Z * [new branch] gh/janeyx99/211/head -> origin/gh/janeyx99/211/head 2025-01-24T01:32:06.5929494Z * [new branch] gh/janeyx99/211/orig -> origin/gh/janeyx99/211/orig 2025-01-24T01:32:06.5929987Z * [new branch] gh/janeyx99/212/base -> origin/gh/janeyx99/212/base 2025-01-24T01:32:06.5930490Z * [new branch] gh/janeyx99/212/head -> origin/gh/janeyx99/212/head 2025-01-24T01:32:06.5930990Z * [new branch] gh/janeyx99/212/orig -> origin/gh/janeyx99/212/orig 2025-01-24T01:32:06.5931598Z * [new branch] gh/janeyx99/213/base -> origin/gh/janeyx99/213/base 2025-01-24T01:32:06.5932117Z * [new branch] gh/janeyx99/213/head -> origin/gh/janeyx99/213/head 2025-01-24T01:32:06.6376561Z * [new branch] gh/janeyx99/213/orig -> origin/gh/janeyx99/213/orig 2025-01-24T01:32:06.6377129Z * [new branch] gh/janeyx99/214/base -> origin/gh/janeyx99/214/base 2025-01-24T01:32:06.6378184Z * [new branch] gh/janeyx99/214/head -> origin/gh/janeyx99/214/head 2025-01-24T01:32:06.6378701Z * [new branch] gh/janeyx99/214/orig -> origin/gh/janeyx99/214/orig 2025-01-24T01:32:06.6379208Z * [new branch] gh/janeyx99/215/base -> origin/gh/janeyx99/215/base 2025-01-24T01:32:06.6379710Z * [new branch] gh/janeyx99/215/head -> origin/gh/janeyx99/215/head 2025-01-24T01:32:06.6380211Z * [new branch] gh/janeyx99/215/orig -> origin/gh/janeyx99/215/orig 2025-01-24T01:32:06.6380731Z * [new branch] gh/janeyx99/216/base -> origin/gh/janeyx99/216/base 2025-01-24T01:32:06.6381223Z * [new branch] gh/janeyx99/216/head -> origin/gh/janeyx99/216/head 2025-01-24T01:32:06.6381729Z * [new branch] gh/janeyx99/216/orig -> origin/gh/janeyx99/216/orig 2025-01-24T01:32:06.6382232Z * [new branch] gh/janeyx99/217/base -> origin/gh/janeyx99/217/base 2025-01-24T01:32:06.6382731Z * [new branch] gh/janeyx99/217/head -> origin/gh/janeyx99/217/head 2025-01-24T01:32:06.6383218Z * [new branch] gh/janeyx99/217/orig -> origin/gh/janeyx99/217/orig 2025-01-24T01:32:06.6383726Z * [new branch] gh/janeyx99/86/base -> origin/gh/janeyx99/86/base 2025-01-24T01:32:06.6384222Z * [new branch] gh/janeyx99/86/head -> origin/gh/janeyx99/86/head 2025-01-24T01:32:06.6384714Z * [new branch] gh/janeyx99/86/orig -> origin/gh/janeyx99/86/orig 2025-01-24T01:32:06.6385234Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-01-24T01:32:06.6385737Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-01-24T01:32:06.6386219Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-01-24T01:32:06.6386706Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-01-24T01:32:06.6387213Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-01-24T01:32:06.6387689Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-01-24T01:32:06.6388173Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-01-24T01:32:06.6388651Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-01-24T01:32:06.6389129Z * [new branch] gh/jansel/422/base -> origin/gh/jansel/422/base 2025-01-24T01:32:06.6389609Z * [new branch] gh/jansel/422/head -> origin/gh/jansel/422/head 2025-01-24T01:32:06.6390101Z * [new branch] gh/jansel/422/orig -> origin/gh/jansel/422/orig 2025-01-24T01:32:06.6390588Z * [new branch] gh/jansel/446/base -> origin/gh/jansel/446/base 2025-01-24T01:32:06.6391064Z * [new branch] gh/jansel/446/head -> origin/gh/jansel/446/head 2025-01-24T01:32:06.6391550Z * [new branch] gh/jansel/446/orig -> origin/gh/jansel/446/orig 2025-01-24T01:32:06.6392045Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-01-24T01:32:06.6392518Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-01-24T01:32:06.6393004Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-01-24T01:32:06.6393612Z * [new branch] gh/jansel/453/base -> origin/gh/jansel/453/base 2025-01-24T01:32:06.6394095Z * [new branch] gh/jansel/453/head -> origin/gh/jansel/453/head 2025-01-24T01:32:06.6394575Z * [new branch] gh/jansel/453/orig -> origin/gh/jansel/453/orig 2025-01-24T01:32:06.6395061Z * [new branch] gh/jansel/454/base -> origin/gh/jansel/454/base 2025-01-24T01:32:06.6395544Z * [new branch] gh/jansel/454/head -> origin/gh/jansel/454/head 2025-01-24T01:32:06.6396337Z * [new branch] gh/jansel/454/orig -> origin/gh/jansel/454/orig 2025-01-24T01:32:06.6396829Z * [new branch] gh/jansel/455/base -> origin/gh/jansel/455/base 2025-01-24T01:32:06.6397321Z * [new branch] gh/jansel/455/head -> origin/gh/jansel/455/head 2025-01-24T01:32:06.6397803Z * [new branch] gh/jansel/455/orig -> origin/gh/jansel/455/orig 2025-01-24T01:32:06.6398304Z * [new branch] gh/jansel/458/base -> origin/gh/jansel/458/base 2025-01-24T01:32:06.6400269Z * [new branch] gh/jansel/458/head -> origin/gh/jansel/458/head 2025-01-24T01:32:06.6400784Z * [new branch] gh/jansel/458/orig -> origin/gh/jansel/458/orig 2025-01-24T01:32:06.6401264Z * [new branch] gh/jansel/459/base -> origin/gh/jansel/459/base 2025-01-24T01:32:06.6401756Z * [new branch] gh/jansel/459/head -> origin/gh/jansel/459/head 2025-01-24T01:32:06.6827318Z * [new branch] gh/jansel/459/orig -> origin/gh/jansel/459/orig 2025-01-24T01:32:06.6827951Z * [new branch] gh/jansel/460/base -> origin/gh/jansel/460/base 2025-01-24T01:32:06.6828443Z * [new branch] gh/jansel/460/head -> origin/gh/jansel/460/head 2025-01-24T01:32:06.6828940Z * [new branch] gh/jansel/460/orig -> origin/gh/jansel/460/orig 2025-01-24T01:32:06.6829465Z * [new branch] gh/jansel/461/base -> origin/gh/jansel/461/base 2025-01-24T01:32:06.6829944Z * [new branch] gh/jansel/461/head -> origin/gh/jansel/461/head 2025-01-24T01:32:06.6830423Z * [new branch] gh/jansel/461/orig -> origin/gh/jansel/461/orig 2025-01-24T01:32:06.6830899Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-01-24T01:32:06.6831391Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-01-24T01:32:06.6831875Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-01-24T01:32:06.6832351Z * [new branch] gh/jansel/463/base -> origin/gh/jansel/463/base 2025-01-24T01:32:06.6832832Z * [new branch] gh/jansel/463/head -> origin/gh/jansel/463/head 2025-01-24T01:32:06.6833366Z * [new branch] gh/jansel/463/orig -> origin/gh/jansel/463/orig 2025-01-24T01:32:06.6834120Z * [new branch] gh/jansel/464/base -> origin/gh/jansel/464/base 2025-01-24T01:32:06.6841940Z * [new branch] gh/jansel/464/head -> origin/gh/jansel/464/head 2025-01-24T01:32:06.6842450Z * [new branch] gh/jansel/464/orig -> origin/gh/jansel/464/orig 2025-01-24T01:32:06.6842951Z * [new branch] gh/jansel/465/base -> origin/gh/jansel/465/base 2025-01-24T01:32:06.6845075Z * [new branch] gh/jansel/465/head -> origin/gh/jansel/465/head 2025-01-24T01:32:06.6845579Z * [new branch] gh/jansel/465/orig -> origin/gh/jansel/465/orig 2025-01-24T01:32:06.6846072Z * [new branch] gh/jansel/466/base -> origin/gh/jansel/466/base 2025-01-24T01:32:06.6846557Z * [new branch] gh/jansel/466/head -> origin/gh/jansel/466/head 2025-01-24T01:32:06.6847249Z * [new branch] gh/jansel/466/orig -> origin/gh/jansel/466/orig 2025-01-24T01:32:06.6847745Z * [new branch] gh/jansel/467/base -> origin/gh/jansel/467/base 2025-01-24T01:32:06.6848224Z * [new branch] gh/jansel/467/head -> origin/gh/jansel/467/head 2025-01-24T01:32:06.6848709Z * [new branch] gh/jansel/467/orig -> origin/gh/jansel/467/orig 2025-01-24T01:32:06.6849192Z * [new branch] gh/jansel/468/base -> origin/gh/jansel/468/base 2025-01-24T01:32:06.6885447Z * [new branch] gh/jansel/468/head -> origin/gh/jansel/468/head 2025-01-24T01:32:06.6885943Z * [new branch] gh/jansel/468/orig -> origin/gh/jansel/468/orig 2025-01-24T01:32:06.6886424Z * [new branch] gh/jansel/469/base -> origin/gh/jansel/469/base 2025-01-24T01:32:06.6886908Z * [new branch] gh/jansel/469/head -> origin/gh/jansel/469/head 2025-01-24T01:32:06.6887410Z * [new branch] gh/jansel/469/orig -> origin/gh/jansel/469/orig 2025-01-24T01:32:06.6887891Z * [new branch] gh/jansel/470/base -> origin/gh/jansel/470/base 2025-01-24T01:32:06.6888375Z * [new branch] gh/jansel/470/head -> origin/gh/jansel/470/head 2025-01-24T01:32:06.6888855Z * [new branch] gh/jansel/470/orig -> origin/gh/jansel/470/orig 2025-01-24T01:32:06.6889342Z * [new branch] gh/jansel/471/base -> origin/gh/jansel/471/base 2025-01-24T01:32:06.6891008Z * [new branch] gh/jansel/471/head -> origin/gh/jansel/471/head 2025-01-24T01:32:06.6891506Z * [new branch] gh/jansel/471/orig -> origin/gh/jansel/471/orig 2025-01-24T01:32:06.6891999Z * [new branch] gh/jansel/472/base -> origin/gh/jansel/472/base 2025-01-24T01:32:06.6892476Z * [new branch] gh/jansel/472/head -> origin/gh/jansel/472/head 2025-01-24T01:32:06.6892988Z * [new branch] gh/jansel/472/orig -> origin/gh/jansel/472/orig 2025-01-24T01:32:06.6893482Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-01-24T01:32:06.6893998Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-01-24T01:32:06.6894499Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-01-24T01:32:06.6894989Z * [new branch] gh/jansel/474/base -> origin/gh/jansel/474/base 2025-01-24T01:32:06.6895474Z * [new branch] gh/jansel/474/head -> origin/gh/jansel/474/head 2025-01-24T01:32:06.6897141Z * [new branch] gh/jansel/474/orig -> origin/gh/jansel/474/orig 2025-01-24T01:32:06.6897639Z * [new branch] gh/jansel/475/base -> origin/gh/jansel/475/base 2025-01-24T01:32:06.6898132Z * [new branch] gh/jansel/475/head -> origin/gh/jansel/475/head 2025-01-24T01:32:06.7278738Z * [new branch] gh/jansel/475/orig -> origin/gh/jansel/475/orig 2025-01-24T01:32:06.7279293Z * [new branch] gh/jansel/476/base -> origin/gh/jansel/476/base 2025-01-24T01:32:06.7279820Z * [new branch] gh/jansel/476/head -> origin/gh/jansel/476/head 2025-01-24T01:32:06.7280312Z * [new branch] gh/jansel/476/orig -> origin/gh/jansel/476/orig 2025-01-24T01:32:06.7280833Z * [new branch] gh/jbschlosser/174/base -> origin/gh/jbschlosser/174/base 2025-01-24T01:32:06.7281380Z * [new branch] gh/jbschlosser/174/head -> origin/gh/jbschlosser/174/head 2025-01-24T01:32:06.7281920Z * [new branch] gh/jbschlosser/174/orig -> origin/gh/jbschlosser/174/orig 2025-01-24T01:32:06.7282449Z * [new branch] gh/jbschlosser/187/base -> origin/gh/jbschlosser/187/base 2025-01-24T01:32:06.7283178Z * [new branch] gh/jbschlosser/187/head -> origin/gh/jbschlosser/187/head 2025-01-24T01:32:06.7283734Z * [new branch] gh/jbschlosser/187/orig -> origin/gh/jbschlosser/187/orig 2025-01-24T01:32:06.7284283Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-01-24T01:32:06.7284825Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-01-24T01:32:06.7285374Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-01-24T01:32:06.7286447Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-01-24T01:32:06.7286982Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-01-24T01:32:06.7287522Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-01-24T01:32:06.7288062Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-01-24T01:32:06.7288594Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-01-24T01:32:06.7289132Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-01-24T01:32:06.7289666Z * [new branch] gh/jbschlosser/216/base -> origin/gh/jbschlosser/216/base 2025-01-24T01:32:06.7290208Z * [new branch] gh/jbschlosser/216/head -> origin/gh/jbschlosser/216/head 2025-01-24T01:32:06.7290748Z * [new branch] gh/jbschlosser/216/orig -> origin/gh/jbschlosser/216/orig 2025-01-24T01:32:06.7291286Z * [new branch] gh/jbschlosser/217/base -> origin/gh/jbschlosser/217/base 2025-01-24T01:32:06.7291817Z * [new branch] gh/jbschlosser/217/head -> origin/gh/jbschlosser/217/head 2025-01-24T01:32:06.7292355Z * [new branch] gh/jbschlosser/217/orig -> origin/gh/jbschlosser/217/orig 2025-01-24T01:32:06.7292890Z * [new branch] gh/jbschlosser/218/base -> origin/gh/jbschlosser/218/base 2025-01-24T01:32:06.7293426Z * [new branch] gh/jbschlosser/218/head -> origin/gh/jbschlosser/218/head 2025-01-24T01:32:06.7294050Z * [new branch] gh/jbschlosser/218/orig -> origin/gh/jbschlosser/218/orig 2025-01-24T01:32:06.7294583Z * [new branch] gh/jbschlosser/219/base -> origin/gh/jbschlosser/219/base 2025-01-24T01:32:06.7295126Z * [new branch] gh/jbschlosser/219/head -> origin/gh/jbschlosser/219/head 2025-01-24T01:32:06.7295681Z * [new branch] gh/jbschlosser/219/orig -> origin/gh/jbschlosser/219/orig 2025-01-24T01:32:06.7296214Z * [new branch] gh/jbschlosser/220/base -> origin/gh/jbschlosser/220/base 2025-01-24T01:32:06.7296760Z * [new branch] gh/jbschlosser/220/head -> origin/gh/jbschlosser/220/head 2025-01-24T01:32:06.7297298Z * [new branch] gh/jbschlosser/220/orig -> origin/gh/jbschlosser/220/orig 2025-01-24T01:32:06.7297829Z * [new branch] gh/jbschlosser/221/base -> origin/gh/jbschlosser/221/base 2025-01-24T01:32:06.7298372Z * [new branch] gh/jbschlosser/221/head -> origin/gh/jbschlosser/221/head 2025-01-24T01:32:06.7298911Z * [new branch] gh/jbschlosser/221/orig -> origin/gh/jbschlosser/221/orig 2025-01-24T01:32:06.7316252Z * [new branch] gh/jbschlosser/222/base -> origin/gh/jbschlosser/222/base 2025-01-24T01:32:06.7317017Z * [new branch] gh/jbschlosser/222/head -> origin/gh/jbschlosser/222/head 2025-01-24T01:32:06.7317577Z * [new branch] gh/jbschlosser/222/orig -> origin/gh/jbschlosser/222/orig 2025-01-24T01:32:06.7318117Z * [new branch] gh/jbschlosser/223/base -> origin/gh/jbschlosser/223/base 2025-01-24T01:32:06.7318668Z * [new branch] gh/jbschlosser/223/head -> origin/gh/jbschlosser/223/head 2025-01-24T01:32:06.7319392Z * [new branch] gh/jbschlosser/223/orig -> origin/gh/jbschlosser/223/orig 2025-01-24T01:32:06.7319937Z * [new branch] gh/jbschlosser/224/base -> origin/gh/jbschlosser/224/base 2025-01-24T01:32:06.7320478Z * [new branch] gh/jbschlosser/224/head -> origin/gh/jbschlosser/224/head 2025-01-24T01:32:06.7737821Z * [new branch] gh/jbschlosser/224/orig -> origin/gh/jbschlosser/224/orig 2025-01-24T01:32:06.7738457Z * [new branch] gh/jbschlosser/225/base -> origin/gh/jbschlosser/225/base 2025-01-24T01:32:06.7739536Z * [new branch] gh/jbschlosser/225/head -> origin/gh/jbschlosser/225/head 2025-01-24T01:32:06.7740097Z * [new branch] gh/jbschlosser/225/orig -> origin/gh/jbschlosser/225/orig 2025-01-24T01:32:06.7740646Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-01-24T01:32:06.7741187Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-01-24T01:32:06.7741727Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-01-24T01:32:06.7742240Z * [new branch] gh/jcaip/41/base -> origin/gh/jcaip/41/base 2025-01-24T01:32:06.7742732Z * [new branch] gh/jcaip/41/head -> origin/gh/jcaip/41/head 2025-01-24T01:32:06.7743200Z * [new branch] gh/jcaip/41/orig -> origin/gh/jcaip/41/orig 2025-01-24T01:32:06.7743698Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-01-24T01:32:06.7744172Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-01-24T01:32:06.7744637Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-01-24T01:32:06.7745141Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-01-24T01:32:06.7745665Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-01-24T01:32:06.7746184Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-01-24T01:32:06.7746701Z * [new branch] gh/jerryzh168/858/base -> origin/gh/jerryzh168/858/base 2025-01-24T01:32:06.7747241Z * [new branch] gh/jerryzh168/858/head -> origin/gh/jerryzh168/858/head 2025-01-24T01:32:06.7747758Z * [new branch] gh/jerryzh168/858/orig -> origin/gh/jerryzh168/858/orig 2025-01-24T01:32:06.7748277Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-01-24T01:32:06.7748788Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-01-24T01:32:06.7749293Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-01-24T01:32:06.7749813Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-01-24T01:32:06.7750337Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-01-24T01:32:06.7750849Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-01-24T01:32:06.7751341Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-01-24T01:32:06.7751817Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-01-24T01:32:06.7752324Z * [new branch] gh/jiayisunx/12/base -> origin/gh/jiayisunx/12/base 2025-01-24T01:32:06.7752826Z * [new branch] gh/jiayisunx/12/head -> origin/gh/jiayisunx/12/head 2025-01-24T01:32:06.7753330Z * [new branch] gh/jiayisunx/12/orig -> origin/gh/jiayisunx/12/orig 2025-01-24T01:32:06.7753836Z * [new branch] gh/jiayisunx/23/base -> origin/gh/jiayisunx/23/base 2025-01-24T01:32:06.7754335Z * [new branch] gh/jiayisunx/23/head -> origin/gh/jiayisunx/23/head 2025-01-24T01:32:06.7754976Z * [new branch] gh/jiayisunx/23/orig -> origin/gh/jiayisunx/23/orig 2025-01-24T01:32:06.7755493Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-01-24T01:32:06.7755997Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-01-24T01:32:06.7756512Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-01-24T01:32:06.7757382Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-01-24T01:32:06.7757889Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-01-24T01:32:06.7758393Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-01-24T01:32:06.7758902Z * [new branch] gh/jiayisunx/38/base -> origin/gh/jiayisunx/38/base 2025-01-24T01:32:06.7759407Z * [new branch] gh/jiayisunx/38/head -> origin/gh/jiayisunx/38/head 2025-01-24T01:32:06.7759914Z * [new branch] gh/jiayisunx/38/orig -> origin/gh/jiayisunx/38/orig 2025-01-24T01:32:06.7760420Z * [new branch] gh/jiayisunx/39/base -> origin/gh/jiayisunx/39/base 2025-01-24T01:32:06.7760931Z * [new branch] gh/jiayisunx/39/head -> origin/gh/jiayisunx/39/head 2025-01-24T01:32:06.7761440Z * [new branch] gh/jiayisunx/39/orig -> origin/gh/jiayisunx/39/orig 2025-01-24T01:32:06.7761956Z * [new branch] gh/jiayisunx/40/base -> origin/gh/jiayisunx/40/base 2025-01-24T01:32:06.8221160Z * [new branch] gh/jiayisunx/40/head -> origin/gh/jiayisunx/40/head 2025-01-24T01:32:06.8221765Z * [new branch] gh/jiayisunx/40/orig -> origin/gh/jiayisunx/40/orig 2025-01-24T01:32:06.8222278Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-01-24T01:32:06.8222822Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-01-24T01:32:06.8223332Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-01-24T01:32:06.8223839Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-01-24T01:32:06.8224340Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-01-24T01:32:06.8224860Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-01-24T01:32:06.8225386Z * [new branch] gh/jiayisunx/52/base -> origin/gh/jiayisunx/52/base 2025-01-24T01:32:06.8225883Z * [new branch] gh/jiayisunx/52/head -> origin/gh/jiayisunx/52/head 2025-01-24T01:32:06.8226392Z * [new branch] gh/jiayisunx/52/orig -> origin/gh/jiayisunx/52/orig 2025-01-24T01:32:06.8226895Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-01-24T01:32:06.8227400Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-01-24T01:32:06.8227906Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-01-24T01:32:06.8228416Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-01-24T01:32:06.8228920Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-01-24T01:32:06.8229421Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-01-24T01:32:06.8229941Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-01-24T01:32:06.8230469Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-01-24T01:32:06.8230977Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-01-24T01:32:06.8231483Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-01-24T01:32:06.8232203Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-01-24T01:32:06.8232719Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-01-24T01:32:06.8233235Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-01-24T01:32:06.8233751Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-01-24T01:32:06.8234820Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-01-24T01:32:06.8235320Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-01-24T01:32:06.8235831Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-01-24T01:32:06.8236346Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-01-24T01:32:06.8236858Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-01-24T01:32:06.8237367Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-01-24T01:32:06.8238001Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-01-24T01:32:06.8238506Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-01-24T01:32:06.8239006Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-01-24T01:32:06.8239516Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-01-24T01:32:06.8240025Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-01-24T01:32:06.8240527Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-01-24T01:32:06.8241017Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-01-24T01:32:06.8241521Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-01-24T01:32:06.8242008Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-01-24T01:32:06.8242503Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-01-24T01:32:06.8243008Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-01-24T01:32:06.8243497Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-01-24T01:32:06.8243992Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-01-24T01:32:06.8244514Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-01-24T01:32:06.8245054Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-01-24T01:32:06.8245595Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-01-24T01:32:06.8717091Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-01-24T01:32:06.8717606Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-01-24T01:32:06.8718080Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-01-24T01:32:06.8718564Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-01-24T01:32:06.8719099Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-01-24T01:32:06.8719575Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-01-24T01:32:06.8720039Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-01-24T01:32:06.8720519Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-01-24T01:32:06.8721185Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-01-24T01:32:06.8721656Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-01-24T01:32:06.8722134Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-01-24T01:32:06.8722618Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-01-24T01:32:06.8723108Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-01-24T01:32:06.8723707Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-01-24T01:32:06.8724181Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-01-24T01:32:06.8724654Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-01-24T01:32:06.8725177Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-01-24T01:32:06.8725741Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-01-24T01:32:06.8726284Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-01-24T01:32:06.8726796Z * [new branch] gh/kollasb/5/base -> origin/gh/kollasb/5/base 2025-01-24T01:32:06.8727286Z * [new branch] gh/kollasb/5/head -> origin/gh/kollasb/5/head 2025-01-24T01:32:06.8727765Z * [new branch] gh/kollasb/5/orig -> origin/gh/kollasb/5/orig 2025-01-24T01:32:06.8728275Z * [new branch] gh/kurtamohler/30/base -> origin/gh/kurtamohler/30/base 2025-01-24T01:32:06.8728800Z * [new branch] gh/kurtamohler/30/head -> origin/gh/kurtamohler/30/head 2025-01-24T01:32:06.8729330Z * [new branch] gh/kurtamohler/30/orig -> origin/gh/kurtamohler/30/orig 2025-01-24T01:32:06.8729842Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-01-24T01:32:06.8730329Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-01-24T01:32:06.8730817Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-01-24T01:32:06.8731327Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-01-24T01:32:06.8731810Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-01-24T01:32:06.8732305Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-01-24T01:32:06.8732792Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-01-24T01:32:06.8733279Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-01-24T01:32:06.8733762Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-01-24T01:32:06.8734342Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-01-24T01:32:06.8734848Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-01-24T01:32:06.8735341Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-01-24T01:32:06.8735853Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-01-24T01:32:06.8736344Z * [new branch] gh/kwen2501/65/base -> origin/gh/kwen2501/65/base 2025-01-24T01:32:06.8736831Z * [new branch] gh/kwen2501/65/head -> origin/gh/kwen2501/65/head 2025-01-24T01:32:06.8737317Z * [new branch] gh/kwen2501/65/orig -> origin/gh/kwen2501/65/orig 2025-01-24T01:32:06.8737806Z * [new branch] gh/kwen2501/66/base -> origin/gh/kwen2501/66/base 2025-01-24T01:32:06.8738291Z * [new branch] gh/kwen2501/66/head -> origin/gh/kwen2501/66/head 2025-01-24T01:32:06.8738894Z * [new branch] gh/kwen2501/66/orig -> origin/gh/kwen2501/66/orig 2025-01-24T01:32:06.8739389Z * [new branch] gh/kwen2501/79/base -> origin/gh/kwen2501/79/base 2025-01-24T01:32:06.8739959Z * [new branch] gh/kwen2501/79/head -> origin/gh/kwen2501/79/head 2025-01-24T01:32:06.8740491Z * [new branch] gh/kwen2501/79/orig -> origin/gh/kwen2501/79/orig 2025-01-24T01:32:06.9177939Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-01-24T01:32:06.9178806Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-01-24T01:32:06.9179317Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-01-24T01:32:06.9179808Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-01-24T01:32:06.9180305Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-01-24T01:32:06.9180807Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-01-24T01:32:06.9181312Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-01-24T01:32:06.9181852Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-01-24T01:32:06.9182386Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-01-24T01:32:06.9182916Z * [new branch] gh/laithsakka/103/base -> origin/gh/laithsakka/103/base 2025-01-24T01:32:06.9183530Z * [new branch] gh/laithsakka/103/head -> origin/gh/laithsakka/103/head 2025-01-24T01:32:06.9184061Z * [new branch] gh/laithsakka/103/orig -> origin/gh/laithsakka/103/orig 2025-01-24T01:32:06.9184587Z * [new branch] gh/laithsakka/105/base -> origin/gh/laithsakka/105/base 2025-01-24T01:32:06.9185107Z * [new branch] gh/laithsakka/105/head -> origin/gh/laithsakka/105/head 2025-01-24T01:32:06.9185640Z * [new branch] gh/laithsakka/105/orig -> origin/gh/laithsakka/105/orig 2025-01-24T01:32:06.9186171Z * [new branch] gh/laithsakka/106/base -> origin/gh/laithsakka/106/base 2025-01-24T01:32:06.9186691Z * [new branch] gh/laithsakka/106/head -> origin/gh/laithsakka/106/head 2025-01-24T01:32:06.9187219Z * [new branch] gh/laithsakka/106/orig -> origin/gh/laithsakka/106/orig 2025-01-24T01:32:06.9187758Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-01-24T01:32:06.9188288Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-01-24T01:32:06.9188844Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-01-24T01:32:06.9189365Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-01-24T01:32:06.9189937Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-01-24T01:32:06.9190455Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-01-24T01:32:06.9190972Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-01-24T01:32:06.9191494Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-01-24T01:32:06.9192009Z * [new branch] gh/laithsakka/74/base -> origin/gh/laithsakka/74/base 2025-01-24T01:32:06.9192537Z * [new branch] gh/laithsakka/74/head -> origin/gh/laithsakka/74/head 2025-01-24T01:32:06.9193058Z * [new branch] gh/laithsakka/74/orig -> origin/gh/laithsakka/74/orig 2025-01-24T01:32:06.9193591Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-01-24T01:32:06.9194121Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-01-24T01:32:06.9194849Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-01-24T01:32:06.9195449Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-01-24T01:32:06.9195983Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-01-24T01:32:06.9196523Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-01-24T01:32:06.9197169Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-01-24T01:32:06.9197718Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-01-24T01:32:06.9198250Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-01-24T01:32:06.9198841Z * [new branch] gh/leslie-fang-intel/154/base -> origin/gh/leslie-fang-intel/154/base 2025-01-24T01:32:06.9199471Z * [new branch] gh/leslie-fang-intel/154/head -> origin/gh/leslie-fang-intel/154/head 2025-01-24T01:32:06.9200093Z * [new branch] gh/leslie-fang-intel/154/orig -> origin/gh/leslie-fang-intel/154/orig 2025-01-24T01:32:06.9200800Z * [new branch] gh/leslie-fang-intel/161/base -> origin/gh/leslie-fang-intel/161/base 2025-01-24T01:32:06.9201414Z * [new branch] gh/leslie-fang-intel/161/head -> origin/gh/leslie-fang-intel/161/head 2025-01-24T01:32:06.9202043Z * [new branch] gh/leslie-fang-intel/161/orig -> origin/gh/leslie-fang-intel/161/orig 2025-01-24T01:32:06.9202657Z * [new branch] gh/leslie-fang-intel/162/base -> origin/gh/leslie-fang-intel/162/base 2025-01-24T01:32:06.9603553Z * [new branch] gh/leslie-fang-intel/162/head -> origin/gh/leslie-fang-intel/162/head 2025-01-24T01:32:06.9604226Z * [new branch] gh/leslie-fang-intel/162/orig -> origin/gh/leslie-fang-intel/162/orig 2025-01-24T01:32:06.9604894Z * [new branch] gh/leslie-fang-intel/169/base -> origin/gh/leslie-fang-intel/169/base 2025-01-24T01:32:06.9605507Z * [new branch] gh/leslie-fang-intel/169/head -> origin/gh/leslie-fang-intel/169/head 2025-01-24T01:32:06.9606111Z * [new branch] gh/leslie-fang-intel/169/orig -> origin/gh/leslie-fang-intel/169/orig 2025-01-24T01:32:06.9606723Z * [new branch] gh/leslie-fang-intel/171/base -> origin/gh/leslie-fang-intel/171/base 2025-01-24T01:32:06.9607348Z * [new branch] gh/leslie-fang-intel/171/head -> origin/gh/leslie-fang-intel/171/head 2025-01-24T01:32:06.9607959Z * [new branch] gh/leslie-fang-intel/171/orig -> origin/gh/leslie-fang-intel/171/orig 2025-01-24T01:32:06.9608556Z * [new branch] gh/leslie-fang-intel/172/base -> origin/gh/leslie-fang-intel/172/base 2025-01-24T01:32:06.9609158Z * [new branch] gh/leslie-fang-intel/172/head -> origin/gh/leslie-fang-intel/172/head 2025-01-24T01:32:06.9609786Z * [new branch] gh/leslie-fang-intel/172/orig -> origin/gh/leslie-fang-intel/172/orig 2025-01-24T01:32:06.9610389Z * [new branch] gh/leslie-fang-intel/173/base -> origin/gh/leslie-fang-intel/173/base 2025-01-24T01:32:06.9610987Z * [new branch] gh/leslie-fang-intel/173/head -> origin/gh/leslie-fang-intel/173/head 2025-01-24T01:32:06.9611590Z * [new branch] gh/leslie-fang-intel/173/orig -> origin/gh/leslie-fang-intel/173/orig 2025-01-24T01:32:06.9612201Z * [new branch] gh/leslie-fang-intel/174/base -> origin/gh/leslie-fang-intel/174/base 2025-01-24T01:32:06.9612815Z * [new branch] gh/leslie-fang-intel/174/head -> origin/gh/leslie-fang-intel/174/head 2025-01-24T01:32:06.9613429Z * [new branch] gh/leslie-fang-intel/174/orig -> origin/gh/leslie-fang-intel/174/orig 2025-01-24T01:32:06.9614108Z * [new branch] gh/leslie-fang-intel/175/base -> origin/gh/leslie-fang-intel/175/base 2025-01-24T01:32:06.9614925Z * [new branch] gh/leslie-fang-intel/175/head -> origin/gh/leslie-fang-intel/175/head 2025-01-24T01:32:06.9615539Z * [new branch] gh/leslie-fang-intel/175/orig -> origin/gh/leslie-fang-intel/175/orig 2025-01-24T01:32:06.9616159Z * [new branch] gh/leslie-fang-intel/176/base -> origin/gh/leslie-fang-intel/176/base 2025-01-24T01:32:06.9616770Z * [new branch] gh/leslie-fang-intel/176/head -> origin/gh/leslie-fang-intel/176/head 2025-01-24T01:32:06.9617499Z * [new branch] gh/leslie-fang-intel/176/orig -> origin/gh/leslie-fang-intel/176/orig 2025-01-24T01:32:06.9618109Z * [new branch] gh/leslie-fang-intel/177/base -> origin/gh/leslie-fang-intel/177/base 2025-01-24T01:32:06.9618721Z * [new branch] gh/leslie-fang-intel/177/head -> origin/gh/leslie-fang-intel/177/head 2025-01-24T01:32:06.9619328Z * [new branch] gh/leslie-fang-intel/177/orig -> origin/gh/leslie-fang-intel/177/orig 2025-01-24T01:32:06.9619881Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-01-24T01:32:06.9620344Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-01-24T01:32:06.9620790Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-01-24T01:32:06.9621226Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-01-24T01:32:06.9621664Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-01-24T01:32:06.9622102Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-01-24T01:32:06.9622530Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-01-24T01:32:06.9622966Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-01-24T01:32:06.9623416Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-01-24T01:32:06.9623846Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-01-24T01:32:06.9624289Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-01-24T01:32:06.9624803Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-01-24T01:32:06.9625279Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-01-24T01:32:06.9625722Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-01-24T01:32:06.9626168Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-01-24T01:32:06.9626643Z * [new branch] gh/malfet/100/base -> origin/gh/malfet/100/base 2025-01-24T01:32:06.9627132Z * [new branch] gh/malfet/100/head -> origin/gh/malfet/100/head 2025-01-24T01:32:06.9627634Z * [new branch] gh/malfet/100/orig -> origin/gh/malfet/100/orig 2025-01-24T01:32:06.9628122Z * [new branch] gh/malfet/101/base -> origin/gh/malfet/101/base 2025-01-24T01:32:07.0043894Z * [new branch] gh/malfet/101/head -> origin/gh/malfet/101/head 2025-01-24T01:32:07.0044412Z * [new branch] gh/malfet/101/orig -> origin/gh/malfet/101/orig 2025-01-24T01:32:07.0044905Z * [new branch] gh/malfet/102/base -> origin/gh/malfet/102/base 2025-01-24T01:32:07.0045403Z * [new branch] gh/malfet/102/head -> origin/gh/malfet/102/head 2025-01-24T01:32:07.0045916Z * [new branch] gh/malfet/102/orig -> origin/gh/malfet/102/orig 2025-01-24T01:32:07.0046396Z * [new branch] gh/malfet/103/base -> origin/gh/malfet/103/base 2025-01-24T01:32:07.0046883Z * [new branch] gh/malfet/103/head -> origin/gh/malfet/103/head 2025-01-24T01:32:07.0047357Z * [new branch] gh/malfet/103/orig -> origin/gh/malfet/103/orig 2025-01-24T01:32:07.0048020Z * [new branch] gh/malfet/104/base -> origin/gh/malfet/104/base 2025-01-24T01:32:07.0048521Z * [new branch] gh/malfet/104/head -> origin/gh/malfet/104/head 2025-01-24T01:32:07.0049008Z * [new branch] gh/malfet/104/orig -> origin/gh/malfet/104/orig 2025-01-24T01:32:07.0049490Z * [new branch] gh/malfet/105/base -> origin/gh/malfet/105/base 2025-01-24T01:32:07.0049981Z * [new branch] gh/malfet/105/head -> origin/gh/malfet/105/head 2025-01-24T01:32:07.0050596Z * [new branch] gh/malfet/105/orig -> origin/gh/malfet/105/orig 2025-01-24T01:32:07.0051065Z * [new branch] gh/malfet/106/base -> origin/gh/malfet/106/base 2025-01-24T01:32:07.0051557Z * [new branch] gh/malfet/106/head -> origin/gh/malfet/106/head 2025-01-24T01:32:07.0052053Z * [new branch] gh/malfet/106/orig -> origin/gh/malfet/106/orig 2025-01-24T01:32:07.0052539Z * [new branch] gh/malfet/107/base -> origin/gh/malfet/107/base 2025-01-24T01:32:07.0053027Z * [new branch] gh/malfet/107/head -> origin/gh/malfet/107/head 2025-01-24T01:32:07.0053505Z * [new branch] gh/malfet/107/orig -> origin/gh/malfet/107/orig 2025-01-24T01:32:07.0053996Z * [new branch] gh/malfet/108/base -> origin/gh/malfet/108/base 2025-01-24T01:32:07.0054548Z * [new branch] gh/malfet/108/head -> origin/gh/malfet/108/head 2025-01-24T01:32:07.0055036Z * [new branch] gh/malfet/108/orig -> origin/gh/malfet/108/orig 2025-01-24T01:32:07.0055523Z * [new branch] gh/malfet/109/base -> origin/gh/malfet/109/base 2025-01-24T01:32:07.0056001Z * [new branch] gh/malfet/109/head -> origin/gh/malfet/109/head 2025-01-24T01:32:07.0056492Z * [new branch] gh/malfet/109/orig -> origin/gh/malfet/109/orig 2025-01-24T01:32:07.0056981Z * [new branch] gh/malfet/110/base -> origin/gh/malfet/110/base 2025-01-24T01:32:07.0057454Z * [new branch] gh/malfet/110/head -> origin/gh/malfet/110/head 2025-01-24T01:32:07.0057936Z * [new branch] gh/malfet/110/orig -> origin/gh/malfet/110/orig 2025-01-24T01:32:07.0058420Z * [new branch] gh/malfet/111/base -> origin/gh/malfet/111/base 2025-01-24T01:32:07.0058904Z * [new branch] gh/malfet/111/head -> origin/gh/malfet/111/head 2025-01-24T01:32:07.0059379Z * [new branch] gh/malfet/111/orig -> origin/gh/malfet/111/orig 2025-01-24T01:32:07.0059870Z * [new branch] gh/malfet/112/base -> origin/gh/malfet/112/base 2025-01-24T01:32:07.0060348Z * [new branch] gh/malfet/112/head -> origin/gh/malfet/112/head 2025-01-24T01:32:07.0060824Z * [new branch] gh/malfet/112/orig -> origin/gh/malfet/112/orig 2025-01-24T01:32:07.0061304Z * [new branch] gh/malfet/113/base -> origin/gh/malfet/113/base 2025-01-24T01:32:07.0061789Z * [new branch] gh/malfet/113/head -> origin/gh/malfet/113/head 2025-01-24T01:32:07.0062260Z * [new branch] gh/malfet/113/orig -> origin/gh/malfet/113/orig 2025-01-24T01:32:07.0062739Z * [new branch] gh/malfet/114/base -> origin/gh/malfet/114/base 2025-01-24T01:32:07.0063227Z * [new branch] gh/malfet/114/head -> origin/gh/malfet/114/head 2025-01-24T01:32:07.0063713Z * [new branch] gh/malfet/114/orig -> origin/gh/malfet/114/orig 2025-01-24T01:32:07.0064191Z * [new branch] gh/malfet/115/base -> origin/gh/malfet/115/base 2025-01-24T01:32:07.0064676Z * [new branch] gh/malfet/115/head -> origin/gh/malfet/115/head 2025-01-24T01:32:07.0065284Z * [new branch] gh/malfet/115/orig -> origin/gh/malfet/115/orig 2025-01-24T01:32:07.0065770Z * [new branch] gh/malfet/116/base -> origin/gh/malfet/116/base 2025-01-24T01:32:07.0066259Z * [new branch] gh/malfet/116/head -> origin/gh/malfet/116/head 2025-01-24T01:32:07.0066751Z * [new branch] gh/malfet/116/orig -> origin/gh/malfet/116/orig 2025-01-24T01:32:07.0485886Z * [new branch] gh/malfet/117/base -> origin/gh/malfet/117/base 2025-01-24T01:32:07.0486996Z * [new branch] gh/malfet/117/head -> origin/gh/malfet/117/head 2025-01-24T01:32:07.0487487Z * [new branch] gh/malfet/117/orig -> origin/gh/malfet/117/orig 2025-01-24T01:32:07.0487970Z * [new branch] gh/malfet/118/base -> origin/gh/malfet/118/base 2025-01-24T01:32:07.0488449Z * [new branch] gh/malfet/118/head -> origin/gh/malfet/118/head 2025-01-24T01:32:07.0488948Z * [new branch] gh/malfet/118/orig -> origin/gh/malfet/118/orig 2025-01-24T01:32:07.0489427Z * [new branch] gh/malfet/119/base -> origin/gh/malfet/119/base 2025-01-24T01:32:07.0489900Z * [new branch] gh/malfet/119/head -> origin/gh/malfet/119/head 2025-01-24T01:32:07.0490384Z * [new branch] gh/malfet/119/orig -> origin/gh/malfet/119/orig 2025-01-24T01:32:07.0490864Z * [new branch] gh/malfet/120/base -> origin/gh/malfet/120/base 2025-01-24T01:32:07.0491345Z * [new branch] gh/malfet/120/head -> origin/gh/malfet/120/head 2025-01-24T01:32:07.0491816Z * [new branch] gh/malfet/120/orig -> origin/gh/malfet/120/orig 2025-01-24T01:32:07.0492304Z * [new branch] gh/malfet/121/base -> origin/gh/malfet/121/base 2025-01-24T01:32:07.0492786Z * [new branch] gh/malfet/121/head -> origin/gh/malfet/121/head 2025-01-24T01:32:07.0493268Z * [new branch] gh/malfet/121/orig -> origin/gh/malfet/121/orig 2025-01-24T01:32:07.0493758Z * [new branch] gh/malfet/122/base -> origin/gh/malfet/122/base 2025-01-24T01:32:07.0494296Z * [new branch] gh/malfet/122/head -> origin/gh/malfet/122/head 2025-01-24T01:32:07.0494774Z * [new branch] gh/malfet/122/orig -> origin/gh/malfet/122/orig 2025-01-24T01:32:07.0495261Z * [new branch] gh/malfet/123/base -> origin/gh/malfet/123/base 2025-01-24T01:32:07.0495744Z * [new branch] gh/malfet/123/head -> origin/gh/malfet/123/head 2025-01-24T01:32:07.0496222Z * [new branch] gh/malfet/123/orig -> origin/gh/malfet/123/orig 2025-01-24T01:32:07.0496702Z * [new branch] gh/malfet/124/base -> origin/gh/malfet/124/base 2025-01-24T01:32:07.0497185Z * [new branch] gh/malfet/124/head -> origin/gh/malfet/124/head 2025-01-24T01:32:07.0497683Z * [new branch] gh/malfet/124/orig -> origin/gh/malfet/124/orig 2025-01-24T01:32:07.0498151Z * [new branch] gh/malfet/125/base -> origin/gh/malfet/125/base 2025-01-24T01:32:07.0498635Z * [new branch] gh/malfet/125/head -> origin/gh/malfet/125/head 2025-01-24T01:32:07.0499115Z * [new branch] gh/malfet/125/orig -> origin/gh/malfet/125/orig 2025-01-24T01:32:07.0499606Z * [new branch] gh/malfet/126/base -> origin/gh/malfet/126/base 2025-01-24T01:32:07.0500088Z * [new branch] gh/malfet/126/head -> origin/gh/malfet/126/head 2025-01-24T01:32:07.0500577Z * [new branch] gh/malfet/126/orig -> origin/gh/malfet/126/orig 2025-01-24T01:32:07.0501061Z * [new branch] gh/malfet/127/base -> origin/gh/malfet/127/base 2025-01-24T01:32:07.0501543Z * [new branch] gh/malfet/127/head -> origin/gh/malfet/127/head 2025-01-24T01:32:07.0502173Z * [new branch] gh/malfet/127/orig -> origin/gh/malfet/127/orig 2025-01-24T01:32:07.0502684Z * [new branch] gh/malfet/128/base -> origin/gh/malfet/128/base 2025-01-24T01:32:07.0503159Z * [new branch] gh/malfet/128/head -> origin/gh/malfet/128/head 2025-01-24T01:32:07.0503642Z * [new branch] gh/malfet/128/orig -> origin/gh/malfet/128/orig 2025-01-24T01:32:07.0504227Z * [new branch] gh/malfet/129/base -> origin/gh/malfet/129/base 2025-01-24T01:32:07.0504708Z * [new branch] gh/malfet/129/head -> origin/gh/malfet/129/head 2025-01-24T01:32:07.0505198Z * [new branch] gh/malfet/129/orig -> origin/gh/malfet/129/orig 2025-01-24T01:32:07.0505692Z * [new branch] gh/malfet/130/base -> origin/gh/malfet/130/base 2025-01-24T01:32:07.0506191Z * [new branch] gh/malfet/130/head -> origin/gh/malfet/130/head 2025-01-24T01:32:07.0506677Z * [new branch] gh/malfet/130/orig -> origin/gh/malfet/130/orig 2025-01-24T01:32:07.0507158Z * [new branch] gh/malfet/131/base -> origin/gh/malfet/131/base 2025-01-24T01:32:07.0507639Z * [new branch] gh/malfet/131/head -> origin/gh/malfet/131/head 2025-01-24T01:32:07.0508116Z * [new branch] gh/malfet/131/orig -> origin/gh/malfet/131/orig 2025-01-24T01:32:07.0508606Z * [new branch] gh/malfet/132/base -> origin/gh/malfet/132/base 2025-01-24T01:32:07.0509096Z * [new branch] gh/malfet/132/head -> origin/gh/malfet/132/head 2025-01-24T01:32:07.0509574Z * [new branch] gh/malfet/132/orig -> origin/gh/malfet/132/orig 2025-01-24T01:32:07.0942070Z * [new branch] gh/malfet/133/base -> origin/gh/malfet/133/base 2025-01-24T01:32:07.0942693Z * [new branch] gh/malfet/133/head -> origin/gh/malfet/133/head 2025-01-24T01:32:07.0943241Z * [new branch] gh/malfet/133/orig -> origin/gh/malfet/133/orig 2025-01-24T01:32:07.0943750Z * [new branch] gh/malfet/134/base -> origin/gh/malfet/134/base 2025-01-24T01:32:07.0944238Z * [new branch] gh/malfet/134/head -> origin/gh/malfet/134/head 2025-01-24T01:32:07.0944713Z * [new branch] gh/malfet/134/orig -> origin/gh/malfet/134/orig 2025-01-24T01:32:07.0945221Z * [new branch] gh/malfet/135/base -> origin/gh/malfet/135/base 2025-01-24T01:32:07.0945698Z * [new branch] gh/malfet/135/head -> origin/gh/malfet/135/head 2025-01-24T01:32:07.0946169Z * [new branch] gh/malfet/135/orig -> origin/gh/malfet/135/orig 2025-01-24T01:32:07.0946650Z * [new branch] gh/malfet/136/base -> origin/gh/malfet/136/base 2025-01-24T01:32:07.0947140Z * [new branch] gh/malfet/136/head -> origin/gh/malfet/136/head 2025-01-24T01:32:07.0947612Z * [new branch] gh/malfet/136/orig -> origin/gh/malfet/136/orig 2025-01-24T01:32:07.0948094Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-01-24T01:32:07.0948627Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-01-24T01:32:07.0949201Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-01-24T01:32:07.0949686Z * [new branch] gh/malfet/138/base -> origin/gh/malfet/138/base 2025-01-24T01:32:07.0950172Z * [new branch] gh/malfet/138/head -> origin/gh/malfet/138/head 2025-01-24T01:32:07.0950659Z * [new branch] gh/malfet/138/orig -> origin/gh/malfet/138/orig 2025-01-24T01:32:07.0951129Z * [new branch] gh/malfet/139/base -> origin/gh/malfet/139/base 2025-01-24T01:32:07.0952338Z * [new branch] gh/malfet/139/head -> origin/gh/malfet/139/head 2025-01-24T01:32:07.0952852Z * [new branch] gh/malfet/139/orig -> origin/gh/malfet/139/orig 2025-01-24T01:32:07.0953330Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-01-24T01:32:07.0953830Z * [new branch] gh/malfet/140/base -> origin/gh/malfet/140/base 2025-01-24T01:32:07.0954318Z * [new branch] gh/malfet/140/head -> origin/gh/malfet/140/head 2025-01-24T01:32:07.0954990Z * [new branch] gh/malfet/140/orig -> origin/gh/malfet/140/orig 2025-01-24T01:32:07.0955549Z * [new branch] gh/malfet/141/base -> origin/gh/malfet/141/base 2025-01-24T01:32:07.0956030Z * [new branch] gh/malfet/141/head -> origin/gh/malfet/141/head 2025-01-24T01:32:07.0956519Z * [new branch] gh/malfet/141/orig -> origin/gh/malfet/141/orig 2025-01-24T01:32:07.0956997Z * [new branch] gh/malfet/142/base -> origin/gh/malfet/142/base 2025-01-24T01:32:07.0957481Z * [new branch] gh/malfet/142/head -> origin/gh/malfet/142/head 2025-01-24T01:32:07.0957982Z * [new branch] gh/malfet/142/orig -> origin/gh/malfet/142/orig 2025-01-24T01:32:07.0958461Z * [new branch] gh/malfet/143/base -> origin/gh/malfet/143/base 2025-01-24T01:32:07.0958954Z * [new branch] gh/malfet/143/head -> origin/gh/malfet/143/head 2025-01-24T01:32:07.0959445Z * [new branch] gh/malfet/143/orig -> origin/gh/malfet/143/orig 2025-01-24T01:32:07.0959930Z * [new branch] gh/malfet/144/base -> origin/gh/malfet/144/base 2025-01-24T01:32:07.0960407Z * [new branch] gh/malfet/144/head -> origin/gh/malfet/144/head 2025-01-24T01:32:07.0960893Z * [new branch] gh/malfet/144/orig -> origin/gh/malfet/144/orig 2025-01-24T01:32:07.0961474Z * [new branch] gh/malfet/145/base -> origin/gh/malfet/145/base 2025-01-24T01:32:07.0961993Z * [new branch] gh/malfet/145/head -> origin/gh/malfet/145/head 2025-01-24T01:32:07.0962486Z * [new branch] gh/malfet/145/orig -> origin/gh/malfet/145/orig 2025-01-24T01:32:07.0962963Z * [new branch] gh/malfet/31/base -> origin/gh/malfet/31/base 2025-01-24T01:32:07.0963445Z * [new branch] gh/malfet/31/head -> origin/gh/malfet/31/head 2025-01-24T01:32:07.0963924Z * [new branch] gh/malfet/31/orig -> origin/gh/malfet/31/orig 2025-01-24T01:32:07.0964394Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-01-24T01:32:07.0964870Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-01-24T01:32:07.0965337Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-01-24T01:32:07.0965826Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-01-24T01:32:07.0966301Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-01-24T01:32:07.1371905Z * [new branch] gh/malfet/88/base -> origin/gh/malfet/88/base 2025-01-24T01:32:07.1372451Z * [new branch] gh/malfet/88/head -> origin/gh/malfet/88/head 2025-01-24T01:32:07.1372971Z * [new branch] gh/malfet/88/orig -> origin/gh/malfet/88/orig 2025-01-24T01:32:07.1373447Z * [new branch] gh/malfet/89/base -> origin/gh/malfet/89/base 2025-01-24T01:32:07.1373924Z * [new branch] gh/malfet/89/head -> origin/gh/malfet/89/head 2025-01-24T01:32:07.1374494Z * [new branch] gh/malfet/89/orig -> origin/gh/malfet/89/orig 2025-01-24T01:32:07.1375025Z * [new branch] gh/malfet/90/base -> origin/gh/malfet/90/base 2025-01-24T01:32:07.1376062Z * [new branch] gh/malfet/90/head -> origin/gh/malfet/90/head 2025-01-24T01:32:07.1376562Z * [new branch] gh/malfet/90/orig -> origin/gh/malfet/90/orig 2025-01-24T01:32:07.1377046Z * [new branch] gh/malfet/91/base -> origin/gh/malfet/91/base 2025-01-24T01:32:07.1377542Z * [new branch] gh/malfet/91/head -> origin/gh/malfet/91/head 2025-01-24T01:32:07.1378144Z * [new branch] gh/malfet/91/orig -> origin/gh/malfet/91/orig 2025-01-24T01:32:07.1378625Z * [new branch] gh/malfet/92/base -> origin/gh/malfet/92/base 2025-01-24T01:32:07.1379101Z * [new branch] gh/malfet/92/head -> origin/gh/malfet/92/head 2025-01-24T01:32:07.1379571Z * [new branch] gh/malfet/92/orig -> origin/gh/malfet/92/orig 2025-01-24T01:32:07.1380063Z * [new branch] gh/malfet/93/base -> origin/gh/malfet/93/base 2025-01-24T01:32:07.1380601Z * [new branch] gh/malfet/93/head -> origin/gh/malfet/93/head 2025-01-24T01:32:07.1381080Z * [new branch] gh/malfet/93/orig -> origin/gh/malfet/93/orig 2025-01-24T01:32:07.1381615Z * [new branch] gh/malfet/94/base -> origin/gh/malfet/94/base 2025-01-24T01:32:07.1382098Z * [new branch] gh/malfet/94/head -> origin/gh/malfet/94/head 2025-01-24T01:32:07.1382593Z * [new branch] gh/malfet/94/orig -> origin/gh/malfet/94/orig 2025-01-24T01:32:07.1383062Z * [new branch] gh/malfet/95/base -> origin/gh/malfet/95/base 2025-01-24T01:32:07.1383542Z * [new branch] gh/malfet/95/head -> origin/gh/malfet/95/head 2025-01-24T01:32:07.1384017Z * [new branch] gh/malfet/95/orig -> origin/gh/malfet/95/orig 2025-01-24T01:32:07.1384487Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-01-24T01:32:07.1384971Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-01-24T01:32:07.1385449Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-01-24T01:32:07.1385915Z * [new branch] gh/malfet/97/base -> origin/gh/malfet/97/base 2025-01-24T01:32:07.1386392Z * [new branch] gh/malfet/97/head -> origin/gh/malfet/97/head 2025-01-24T01:32:07.1386928Z * [new branch] gh/malfet/97/orig -> origin/gh/malfet/97/orig 2025-01-24T01:32:07.1387441Z * [new branch] gh/malfet/98/base -> origin/gh/malfet/98/base 2025-01-24T01:32:07.1387991Z * [new branch] gh/malfet/98/head -> origin/gh/malfet/98/head 2025-01-24T01:32:07.1388529Z * [new branch] gh/malfet/98/orig -> origin/gh/malfet/98/orig 2025-01-24T01:32:07.1389074Z * [new branch] gh/malfet/99/base -> origin/gh/malfet/99/base 2025-01-24T01:32:07.1389592Z * [new branch] gh/malfet/99/head -> origin/gh/malfet/99/head 2025-01-24T01:32:07.1390117Z * [new branch] gh/malfet/99/orig -> origin/gh/malfet/99/orig 2025-01-24T01:32:07.1390672Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-01-24T01:32:07.1391226Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-01-24T01:32:07.1391801Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-01-24T01:32:07.1392372Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-01-24T01:32:07.1392965Z * [new branch] gh/masnesral/149/base -> origin/gh/masnesral/149/base 2025-01-24T01:32:07.1393532Z * [new branch] gh/masnesral/149/head -> origin/gh/masnesral/149/head 2025-01-24T01:32:07.1394568Z * [new branch] gh/masnesral/149/orig -> origin/gh/masnesral/149/orig 2025-01-24T01:32:07.1395186Z * [new branch] gh/masnesral/150/base -> origin/gh/masnesral/150/base 2025-01-24T01:32:07.1395741Z * [new branch] gh/masnesral/150/head -> origin/gh/masnesral/150/head 2025-01-24T01:32:07.1396303Z * [new branch] gh/masnesral/150/orig -> origin/gh/masnesral/150/orig 2025-01-24T01:32:07.1397098Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-01-24T01:32:07.2254324Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-01-24T01:32:07.2255000Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-01-24T01:32:07.2255518Z * [new branch] gh/masnesral/157/base -> origin/gh/masnesral/157/base 2025-01-24T01:32:07.2256040Z * [new branch] gh/masnesral/157/head -> origin/gh/masnesral/157/head 2025-01-24T01:32:07.2256682Z * [new branch] gh/masnesral/157/orig -> origin/gh/masnesral/157/orig 2025-01-24T01:32:07.2257212Z * [new branch] gh/masnesral/158/base -> origin/gh/masnesral/158/base 2025-01-24T01:32:07.2257800Z * [new branch] gh/masnesral/158/head -> origin/gh/masnesral/158/head 2025-01-24T01:32:07.2258390Z * [new branch] gh/masnesral/158/orig -> origin/gh/masnesral/158/orig 2025-01-24T01:32:07.2258917Z * [new branch] gh/masnesral/159/base -> origin/gh/masnesral/159/base 2025-01-24T01:32:07.2259420Z * [new branch] gh/masnesral/159/head -> origin/gh/masnesral/159/head 2025-01-24T01:32:07.2259934Z * [new branch] gh/masnesral/159/orig -> origin/gh/masnesral/159/orig 2025-01-24T01:32:07.2260448Z * [new branch] gh/masnesral/160/base -> origin/gh/masnesral/160/base 2025-01-24T01:32:07.2260967Z * [new branch] gh/masnesral/160/head -> origin/gh/masnesral/160/head 2025-01-24T01:32:07.2261518Z * [new branch] gh/masnesral/160/orig -> origin/gh/masnesral/160/orig 2025-01-24T01:32:07.2262025Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-01-24T01:32:07.2262588Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-01-24T01:32:07.2263186Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-01-24T01:32:07.2263818Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-01-24T01:32:07.2264337Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-01-24T01:32:07.2264881Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-01-24T01:32:07.2265439Z * [new branch] gh/masnesral/163/base -> origin/gh/masnesral/163/base 2025-01-24T01:32:07.2265957Z * [new branch] gh/masnesral/163/head -> origin/gh/masnesral/163/head 2025-01-24T01:32:07.2266472Z * [new branch] gh/masnesral/163/orig -> origin/gh/masnesral/163/orig 2025-01-24T01:32:07.2266972Z * [new branch] gh/masnesral/164/base -> origin/gh/masnesral/164/base 2025-01-24T01:32:07.2267484Z * [new branch] gh/masnesral/164/head -> origin/gh/masnesral/164/head 2025-01-24T01:32:07.2267998Z * [new branch] gh/masnesral/164/orig -> origin/gh/masnesral/164/orig 2025-01-24T01:32:07.2268505Z * [new branch] gh/masnesral/165/base -> origin/gh/masnesral/165/base 2025-01-24T01:32:07.2269055Z * [new branch] gh/masnesral/165/head -> origin/gh/masnesral/165/head 2025-01-24T01:32:07.2269607Z * [new branch] gh/masnesral/165/orig -> origin/gh/masnesral/165/orig 2025-01-24T01:32:07.2270739Z * [new branch] gh/masnesral/166/base -> origin/gh/masnesral/166/base 2025-01-24T01:32:07.2271284Z * [new branch] gh/masnesral/166/head -> origin/gh/masnesral/166/head 2025-01-24T01:32:07.2271801Z * [new branch] gh/masnesral/166/orig -> origin/gh/masnesral/166/orig 2025-01-24T01:32:07.2272318Z * [new branch] gh/masnesral/167/base -> origin/gh/masnesral/167/base 2025-01-24T01:32:07.2272823Z * [new branch] gh/masnesral/167/head -> origin/gh/masnesral/167/head 2025-01-24T01:32:07.2273487Z * [new branch] gh/masnesral/167/orig -> origin/gh/masnesral/167/orig 2025-01-24T01:32:07.2274003Z * [new branch] gh/masnesral/168/base -> origin/gh/masnesral/168/base 2025-01-24T01:32:07.2274509Z * [new branch] gh/masnesral/168/head -> origin/gh/masnesral/168/head 2025-01-24T01:32:07.2275071Z * [new branch] gh/masnesral/168/orig -> origin/gh/masnesral/168/orig 2025-01-24T01:32:07.2275637Z * [new branch] gh/masnesral/169/base -> origin/gh/masnesral/169/base 2025-01-24T01:32:07.2276137Z * [new branch] gh/masnesral/169/head -> origin/gh/masnesral/169/head 2025-01-24T01:32:07.2276654Z * [new branch] gh/masnesral/169/orig -> origin/gh/masnesral/169/orig 2025-01-24T01:32:07.2277163Z * [new branch] gh/masnesral/170/base -> origin/gh/masnesral/170/base 2025-01-24T01:32:07.2277676Z * [new branch] gh/masnesral/170/head -> origin/gh/masnesral/170/head 2025-01-24T01:32:07.2278176Z * [new branch] gh/masnesral/170/orig -> origin/gh/masnesral/170/orig 2025-01-24T01:32:07.2278686Z * [new branch] gh/masnesral/171/base -> origin/gh/masnesral/171/base 2025-01-24T01:32:07.2279194Z * [new branch] gh/masnesral/171/head -> origin/gh/masnesral/171/head 2025-01-24T01:32:07.2717545Z * [new branch] gh/masnesral/171/orig -> origin/gh/masnesral/171/orig 2025-01-24T01:32:07.2718228Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-01-24T01:32:07.2718798Z * [new branch] gh/masnesral/4/base -> origin/gh/masnesral/4/base 2025-01-24T01:32:07.2719325Z * [new branch] gh/masnesral/4/orig -> origin/gh/masnesral/4/orig 2025-01-24T01:32:07.2719817Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-01-24T01:32:07.2720304Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-01-24T01:32:07.2720775Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-01-24T01:32:07.2721252Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-01-24T01:32:07.2721751Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-01-24T01:32:07.2722256Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-01-24T01:32:07.2722775Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-01-24T01:32:07.2723276Z * [new branch] gh/mhorowitz/10/base -> origin/gh/mhorowitz/10/base 2025-01-24T01:32:07.2723789Z * [new branch] gh/mhorowitz/10/head -> origin/gh/mhorowitz/10/head 2025-01-24T01:32:07.2724348Z * [new branch] gh/mhorowitz/10/orig -> origin/gh/mhorowitz/10/orig 2025-01-24T01:32:07.2724896Z * [new branch] gh/mhorowitz/11/base -> origin/gh/mhorowitz/11/base 2025-01-24T01:32:07.2725406Z * [new branch] gh/mhorowitz/11/head -> origin/gh/mhorowitz/11/head 2025-01-24T01:32:07.2725910Z * [new branch] gh/mhorowitz/11/orig -> origin/gh/mhorowitz/11/orig 2025-01-24T01:32:07.2726409Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-01-24T01:32:07.2727115Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-01-24T01:32:07.2727628Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-01-24T01:32:07.2728142Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-01-24T01:32:07.2728641Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-01-24T01:32:07.2729159Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-01-24T01:32:07.2729787Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-01-24T01:32:07.2730331Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-01-24T01:32:07.2730881Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-01-24T01:32:07.2731387Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-01-24T01:32:07.2731879Z * [new branch] gh/mhorowitz/7/base -> origin/gh/mhorowitz/7/base 2025-01-24T01:32:07.2732379Z * [new branch] gh/mhorowitz/7/head -> origin/gh/mhorowitz/7/head 2025-01-24T01:32:07.2732883Z * [new branch] gh/mhorowitz/7/orig -> origin/gh/mhorowitz/7/orig 2025-01-24T01:32:07.2733382Z * [new branch] gh/mhorowitz/8/base -> origin/gh/mhorowitz/8/base 2025-01-24T01:32:07.2733881Z * [new branch] gh/mhorowitz/8/head -> origin/gh/mhorowitz/8/head 2025-01-24T01:32:07.2734454Z * [new branch] gh/mhorowitz/8/orig -> origin/gh/mhorowitz/8/orig 2025-01-24T01:32:07.2734957Z * [new branch] gh/mhorowitz/9/base -> origin/gh/mhorowitz/9/base 2025-01-24T01:32:07.2735446Z * [new branch] gh/mhorowitz/9/head -> origin/gh/mhorowitz/9/head 2025-01-24T01:32:07.2735960Z * [new branch] gh/mhorowitz/9/orig -> origin/gh/mhorowitz/9/orig 2025-01-24T01:32:07.2736582Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-01-24T01:32:07.2737240Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-01-24T01:32:07.2737871Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-01-24T01:32:07.2738477Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-01-24T01:32:07.2739087Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-01-24T01:32:07.2739689Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-01-24T01:32:07.2740282Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-01-24T01:32:07.2740886Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-01-24T01:32:07.2741490Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-01-24T01:32:07.2742086Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-01-24T01:32:07.3157514Z * [new branch] gh/mikaylagawarecki/274/base -> origin/gh/mikaylagawarecki/274/base 2025-01-24T01:32:07.3158196Z * [new branch] gh/mikaylagawarecki/274/head -> origin/gh/mikaylagawarecki/274/head 2025-01-24T01:32:07.3158872Z * [new branch] gh/mikaylagawarecki/274/orig -> origin/gh/mikaylagawarecki/274/orig 2025-01-24T01:32:07.3159481Z * [new branch] gh/mikaylagawarecki/276/base -> origin/gh/mikaylagawarecki/276/base 2025-01-24T01:32:07.3160086Z * [new branch] gh/mikaylagawarecki/276/head -> origin/gh/mikaylagawarecki/276/head 2025-01-24T01:32:07.3160693Z * [new branch] gh/mikaylagawarecki/276/orig -> origin/gh/mikaylagawarecki/276/orig 2025-01-24T01:32:07.3161486Z * [new branch] gh/mikaylagawarecki/277/base -> origin/gh/mikaylagawarecki/277/base 2025-01-24T01:32:07.3162113Z * [new branch] gh/mikaylagawarecki/277/head -> origin/gh/mikaylagawarecki/277/head 2025-01-24T01:32:07.3162723Z * [new branch] gh/mikaylagawarecki/277/orig -> origin/gh/mikaylagawarecki/277/orig 2025-01-24T01:32:07.3163331Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-01-24T01:32:07.3164061Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-01-24T01:32:07.3164676Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-01-24T01:32:07.3165281Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-01-24T01:32:07.3165879Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-01-24T01:32:07.3166498Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-01-24T01:32:07.3167113Z * [new branch] gh/mikaylagawarecki/301/base -> origin/gh/mikaylagawarecki/301/base 2025-01-24T01:32:07.3167715Z * [new branch] gh/mikaylagawarecki/301/head -> origin/gh/mikaylagawarecki/301/head 2025-01-24T01:32:07.3168310Z * [new branch] gh/mikaylagawarecki/301/orig -> origin/gh/mikaylagawarecki/301/orig 2025-01-24T01:32:07.3168922Z * [new branch] gh/mikaylagawarecki/302/base -> origin/gh/mikaylagawarecki/302/base 2025-01-24T01:32:07.3169528Z * [new branch] gh/mikaylagawarecki/302/head -> origin/gh/mikaylagawarecki/302/head 2025-01-24T01:32:07.3170129Z * [new branch] gh/mikaylagawarecki/302/orig -> origin/gh/mikaylagawarecki/302/orig 2025-01-24T01:32:07.3170737Z * [new branch] gh/mikaylagawarecki/303/base -> origin/gh/mikaylagawarecki/303/base 2025-01-24T01:32:07.3171361Z * [new branch] gh/mikaylagawarecki/303/head -> origin/gh/mikaylagawarecki/303/head 2025-01-24T01:32:07.3171957Z * [new branch] gh/mikaylagawarecki/303/orig -> origin/gh/mikaylagawarecki/303/orig 2025-01-24T01:32:07.3172566Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-01-24T01:32:07.3173176Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-01-24T01:32:07.3173788Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-01-24T01:32:07.3174459Z * [new branch] gh/mikaylagawarecki/305/base -> origin/gh/mikaylagawarecki/305/base 2025-01-24T01:32:07.3175078Z * [new branch] gh/mikaylagawarecki/305/head -> origin/gh/mikaylagawarecki/305/head 2025-01-24T01:32:07.3175689Z * [new branch] gh/mikaylagawarecki/305/orig -> origin/gh/mikaylagawarecki/305/orig 2025-01-24T01:32:07.3176305Z * [new branch] gh/mikaylagawarecki/306/base -> origin/gh/mikaylagawarecki/306/base 2025-01-24T01:32:07.3176914Z * [new branch] gh/mikaylagawarecki/306/head -> origin/gh/mikaylagawarecki/306/head 2025-01-24T01:32:07.3177525Z * [new branch] gh/mikaylagawarecki/306/orig -> origin/gh/mikaylagawarecki/306/orig 2025-01-24T01:32:07.3178134Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-01-24T01:32:07.3178736Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-01-24T01:32:07.3179338Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-01-24T01:32:07.3179902Z * [new branch] gh/mingfeima/125/base -> origin/gh/mingfeima/125/base 2025-01-24T01:32:07.3180423Z * [new branch] gh/mingfeima/125/head -> origin/gh/mingfeima/125/head 2025-01-24T01:32:07.3181061Z * [new branch] gh/mingfeima/125/orig -> origin/gh/mingfeima/125/orig 2025-01-24T01:32:07.3181592Z * [new branch] gh/mingfeima/127/base -> origin/gh/mingfeima/127/base 2025-01-24T01:32:07.3182106Z * [new branch] gh/mingfeima/127/head -> origin/gh/mingfeima/127/head 2025-01-24T01:32:07.3182633Z * [new branch] gh/mingfeima/127/orig -> origin/gh/mingfeima/127/orig 2025-01-24T01:32:07.3183147Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-01-24T01:32:07.3635025Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-01-24T01:32:07.3635566Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-01-24T01:32:07.3636051Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-01-24T01:32:07.3636533Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-01-24T01:32:07.3637029Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-01-24T01:32:07.3637493Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-01-24T01:32:07.3637960Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-01-24T01:32:07.3638446Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-01-24T01:32:07.3638902Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-01-24T01:32:07.3639412Z * [new branch] gh/mrshenli/382/base -> origin/gh/mrshenli/382/base 2025-01-24T01:32:07.3639920Z * [new branch] gh/mrshenli/382/head -> origin/gh/mrshenli/382/head 2025-01-24T01:32:07.3640422Z * [new branch] gh/mrshenli/382/orig -> origin/gh/mrshenli/382/orig 2025-01-24T01:32:07.3640939Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-01-24T01:32:07.3641460Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-01-24T01:32:07.3641959Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-01-24T01:32:07.3642446Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-01-24T01:32:07.3642951Z * [new branch] gh/muchulee8/36/base -> origin/gh/muchulee8/36/base 2025-01-24T01:32:07.3643467Z * [new branch] gh/muchulee8/36/head -> origin/gh/muchulee8/36/head 2025-01-24T01:32:07.3643961Z * [new branch] gh/muchulee8/36/orig -> origin/gh/muchulee8/36/orig 2025-01-24T01:32:07.3644461Z * [new branch] gh/muchulee8/38/base -> origin/gh/muchulee8/38/base 2025-01-24T01:32:07.3644961Z * [new branch] gh/muchulee8/38/head -> origin/gh/muchulee8/38/head 2025-01-24T01:32:07.3645456Z * [new branch] gh/muchulee8/38/orig -> origin/gh/muchulee8/38/orig 2025-01-24T01:32:07.3645967Z * [new branch] gh/muchulee8/39/base -> origin/gh/muchulee8/39/base 2025-01-24T01:32:07.3646471Z * [new branch] gh/muchulee8/39/head -> origin/gh/muchulee8/39/head 2025-01-24T01:32:07.3646971Z * [new branch] gh/muchulee8/39/orig -> origin/gh/muchulee8/39/orig 2025-01-24T01:32:07.3647467Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-01-24T01:32:07.3647982Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-01-24T01:32:07.3648486Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-01-24T01:32:07.3648981Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-01-24T01:32:07.3649484Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-01-24T01:32:07.3650185Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-01-24T01:32:07.3650695Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-01-24T01:32:07.3651210Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-01-24T01:32:07.3651707Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-01-24T01:32:07.3652189Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-01-24T01:32:07.3652777Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-01-24T01:32:07.3653253Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-01-24T01:32:07.3653740Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-01-24T01:32:07.3654200Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-01-24T01:32:07.3654761Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-01-24T01:32:07.3655238Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-01-24T01:32:07.3655701Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-01-24T01:32:07.3656182Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-01-24T01:32:07.3656650Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-01-24T01:32:07.3657145Z * [new branch] gh/nmacchioni/10/base -> origin/gh/nmacchioni/10/base 2025-01-24T01:32:07.3657672Z * [new branch] gh/nmacchioni/10/head -> origin/gh/nmacchioni/10/head 2025-01-24T01:32:07.3658189Z * [new branch] gh/nmacchioni/10/orig -> origin/gh/nmacchioni/10/orig 2025-01-24T01:32:07.3658709Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-01-24T01:32:07.4075296Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-01-24T01:32:07.4075878Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-01-24T01:32:07.4076433Z * [new branch] gh/nmacchioni/13/base -> origin/gh/nmacchioni/13/base 2025-01-24T01:32:07.4076949Z * [new branch] gh/nmacchioni/13/head -> origin/gh/nmacchioni/13/head 2025-01-24T01:32:07.4077472Z * [new branch] gh/nmacchioni/13/orig -> origin/gh/nmacchioni/13/orig 2025-01-24T01:32:07.4077994Z * [new branch] gh/nmacchioni/17/base -> origin/gh/nmacchioni/17/base 2025-01-24T01:32:07.4078518Z * [new branch] gh/nmacchioni/17/head -> origin/gh/nmacchioni/17/head 2025-01-24T01:32:07.4079027Z * [new branch] gh/nmacchioni/17/orig -> origin/gh/nmacchioni/17/orig 2025-01-24T01:32:07.4079548Z * [new branch] gh/nmacchioni/18/base -> origin/gh/nmacchioni/18/base 2025-01-24T01:32:07.4080080Z * [new branch] gh/nmacchioni/18/head -> origin/gh/nmacchioni/18/head 2025-01-24T01:32:07.4080587Z * [new branch] gh/nmacchioni/18/orig -> origin/gh/nmacchioni/18/orig 2025-01-24T01:32:07.4081107Z * [new branch] gh/nmacchioni/19/base -> origin/gh/nmacchioni/19/base 2025-01-24T01:32:07.4081635Z * [new branch] gh/nmacchioni/19/head -> origin/gh/nmacchioni/19/head 2025-01-24T01:32:07.4082155Z * [new branch] gh/nmacchioni/19/orig -> origin/gh/nmacchioni/19/orig 2025-01-24T01:32:07.4082669Z * [new branch] gh/nmacchioni/20/base -> origin/gh/nmacchioni/20/base 2025-01-24T01:32:07.4083184Z * [new branch] gh/nmacchioni/20/head -> origin/gh/nmacchioni/20/head 2025-01-24T01:32:07.4083696Z * [new branch] gh/nmacchioni/20/orig -> origin/gh/nmacchioni/20/orig 2025-01-24T01:32:07.4084392Z * [new branch] gh/nmacchioni/21/base -> origin/gh/nmacchioni/21/base 2025-01-24T01:32:07.4084925Z * [new branch] gh/nmacchioni/21/head -> origin/gh/nmacchioni/21/head 2025-01-24T01:32:07.4085453Z * [new branch] gh/nmacchioni/21/orig -> origin/gh/nmacchioni/21/orig 2025-01-24T01:32:07.4085969Z * [new branch] gh/nmacchioni/22/base -> origin/gh/nmacchioni/22/base 2025-01-24T01:32:07.4086492Z * [new branch] gh/nmacchioni/22/head -> origin/gh/nmacchioni/22/head 2025-01-24T01:32:07.4087154Z * [new branch] gh/nmacchioni/23/base -> origin/gh/nmacchioni/23/base 2025-01-24T01:32:07.4087678Z * [new branch] gh/nmacchioni/23/head -> origin/gh/nmacchioni/23/head 2025-01-24T01:32:07.4088184Z * [new branch] gh/nmacchioni/24/base -> origin/gh/nmacchioni/24/base 2025-01-24T01:32:07.4088719Z * [new branch] gh/nmacchioni/24/head -> origin/gh/nmacchioni/24/head 2025-01-24T01:32:07.4089261Z * [new branch] gh/nmacchioni/25/base -> origin/gh/nmacchioni/25/base 2025-01-24T01:32:07.4089778Z * [new branch] gh/nmacchioni/25/head -> origin/gh/nmacchioni/25/head 2025-01-24T01:32:07.4090294Z * [new branch] gh/nmacchioni/26/base -> origin/gh/nmacchioni/26/base 2025-01-24T01:32:07.4090810Z * [new branch] gh/nmacchioni/26/head -> origin/gh/nmacchioni/26/head 2025-01-24T01:32:07.4091319Z * [new branch] gh/nmacchioni/26/orig -> origin/gh/nmacchioni/26/orig 2025-01-24T01:32:07.4091836Z * [new branch] gh/nmacchioni/30/base -> origin/gh/nmacchioni/30/base 2025-01-24T01:32:07.4092352Z * [new branch] gh/nmacchioni/30/head -> origin/gh/nmacchioni/30/head 2025-01-24T01:32:07.4092867Z * [new branch] gh/nmacchioni/30/orig -> origin/gh/nmacchioni/30/orig 2025-01-24T01:32:07.4093377Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-01-24T01:32:07.4093897Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-01-24T01:32:07.4094501Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-01-24T01:32:07.4095015Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-01-24T01:32:07.4095533Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-01-24T01:32:07.4096062Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-01-24T01:32:07.4096574Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-01-24T01:32:07.4097097Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-01-24T01:32:07.4097628Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-01-24T01:32:07.4098159Z * [new branch] gh/nmacchioni/34/base -> origin/gh/nmacchioni/34/base 2025-01-24T01:32:07.4098667Z * [new branch] gh/nmacchioni/34/orig -> origin/gh/nmacchioni/34/orig 2025-01-24T01:32:07.4099187Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-01-24T01:32:07.4520094Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-01-24T01:32:07.4520698Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-01-24T01:32:07.4521223Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-01-24T01:32:07.4521767Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-01-24T01:32:07.4522285Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-01-24T01:32:07.4522796Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-01-24T01:32:07.4523512Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-01-24T01:32:07.4524037Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-01-24T01:32:07.4524544Z * [new branch] gh/nmacchioni/38/base -> origin/gh/nmacchioni/38/base 2025-01-24T01:32:07.4525063Z * [new branch] gh/nmacchioni/38/orig -> origin/gh/nmacchioni/38/orig 2025-01-24T01:32:07.4525729Z * [new branch] gh/nmacchioni/6/base -> origin/gh/nmacchioni/6/base 2025-01-24T01:32:07.4526257Z * [new branch] gh/nmacchioni/6/head -> origin/gh/nmacchioni/6/head 2025-01-24T01:32:07.4526765Z * [new branch] gh/nmacchioni/6/orig -> origin/gh/nmacchioni/6/orig 2025-01-24T01:32:07.4527278Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-01-24T01:32:07.4527789Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-01-24T01:32:07.4528286Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-01-24T01:32:07.4528794Z * [new branch] gh/nmacchioni/9/base -> origin/gh/nmacchioni/9/base 2025-01-24T01:32:07.4529302Z * [new branch] gh/nmacchioni/9/head -> origin/gh/nmacchioni/9/head 2025-01-24T01:32:07.4529801Z * [new branch] gh/nmacchioni/9/orig -> origin/gh/nmacchioni/9/orig 2025-01-24T01:32:07.4530308Z * [new branch] gh/oulgen/144/base -> origin/gh/oulgen/144/base 2025-01-24T01:32:07.4530794Z * [new branch] gh/oulgen/144/head -> origin/gh/oulgen/144/head 2025-01-24T01:32:07.4531273Z * [new branch] gh/oulgen/144/orig -> origin/gh/oulgen/144/orig 2025-01-24T01:32:07.4531755Z * [new branch] gh/oulgen/146/base -> origin/gh/oulgen/146/base 2025-01-24T01:32:07.4532239Z * [new branch] gh/oulgen/146/head -> origin/gh/oulgen/146/head 2025-01-24T01:32:07.4532722Z * [new branch] gh/oulgen/146/orig -> origin/gh/oulgen/146/orig 2025-01-24T01:32:07.4533191Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-01-24T01:32:07.4533670Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-01-24T01:32:07.4534147Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-01-24T01:32:07.4534730Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-01-24T01:32:07.4535228Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-01-24T01:32:07.4535716Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-01-24T01:32:07.4536219Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-01-24T01:32:07.4536699Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-01-24T01:32:07.4537179Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-01-24T01:32:07.4537655Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-01-24T01:32:07.4538130Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-01-24T01:32:07.4538608Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-01-24T01:32:07.4539077Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-01-24T01:32:07.4539538Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-01-24T01:32:07.4540009Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-01-24T01:32:07.4540519Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-01-24T01:32:07.4541216Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-01-24T01:32:07.4541762Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-01-24T01:32:07.4542305Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-01-24T01:32:07.4542840Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-01-24T01:32:07.4543488Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-01-24T01:32:07.4544026Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-01-24T01:32:07.4976267Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-01-24T01:32:07.4976891Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-01-24T01:32:07.4977442Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-01-24T01:32:07.4977934Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-01-24T01:32:07.4978413Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-01-24T01:32:07.4978980Z * [new branch] gh/raymo/add-envvars-bool-check -> origin/gh/raymo/add-envvars-bool-check 2025-01-24T01:32:07.4979548Z * [new branch] gh/rec/112/base -> origin/gh/rec/112/base 2025-01-24T01:32:07.4980029Z * [new branch] gh/rec/112/head -> origin/gh/rec/112/head 2025-01-24T01:32:07.4980486Z * [new branch] gh/rec/112/orig -> origin/gh/rec/112/orig 2025-01-24T01:32:07.4980929Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-01-24T01:32:07.4981378Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-01-24T01:32:07.4981836Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-01-24T01:32:07.4982288Z * [new branch] gh/rec/116/base -> origin/gh/rec/116/base 2025-01-24T01:32:07.4982748Z * [new branch] gh/rec/116/head -> origin/gh/rec/116/head 2025-01-24T01:32:07.4983201Z * [new branch] gh/rec/116/orig -> origin/gh/rec/116/orig 2025-01-24T01:32:07.4983648Z * [new branch] gh/rec/117/base -> origin/gh/rec/117/base 2025-01-24T01:32:07.4984107Z * [new branch] gh/rec/117/head -> origin/gh/rec/117/head 2025-01-24T01:32:07.4984630Z * [new branch] gh/rec/117/orig -> origin/gh/rec/117/orig 2025-01-24T01:32:07.4985139Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-01-24T01:32:07.4985636Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-01-24T01:32:07.4986107Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-01-24T01:32:07.4986560Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-01-24T01:32:07.4987003Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-01-24T01:32:07.4987453Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-01-24T01:32:07.4987903Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-01-24T01:32:07.4988351Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-01-24T01:32:07.4988800Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-01-24T01:32:07.4989248Z * [new branch] gh/rec/121/base -> origin/gh/rec/121/base 2025-01-24T01:32:07.4989693Z * [new branch] gh/rec/121/head -> origin/gh/rec/121/head 2025-01-24T01:32:07.4990340Z * [new branch] gh/rec/121/orig -> origin/gh/rec/121/orig 2025-01-24T01:32:07.4990806Z * [new branch] gh/rec/122/base -> origin/gh/rec/122/base 2025-01-24T01:32:07.4991264Z * [new branch] gh/rec/122/head -> origin/gh/rec/122/head 2025-01-24T01:32:07.4991712Z * [new branch] gh/rec/122/orig -> origin/gh/rec/122/orig 2025-01-24T01:32:07.4992180Z * [new branch] gh/rec/123/base -> origin/gh/rec/123/base 2025-01-24T01:32:07.4992779Z * [new branch] gh/rec/123/head -> origin/gh/rec/123/head 2025-01-24T01:32:07.4993229Z * [new branch] gh/rec/123/orig -> origin/gh/rec/123/orig 2025-01-24T01:32:07.4993690Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-01-24T01:32:07.4994153Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-01-24T01:32:07.4994606Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-01-24T01:32:07.4995068Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-01-24T01:32:07.4995520Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-01-24T01:32:07.4995974Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-01-24T01:32:07.4996421Z * [new branch] gh/rec/56/base -> origin/gh/rec/56/base 2025-01-24T01:32:07.4996885Z * [new branch] gh/rec/56/head -> origin/gh/rec/56/head 2025-01-24T01:32:07.4997335Z * [new branch] gh/rec/56/orig -> origin/gh/rec/56/orig 2025-01-24T01:32:07.4997828Z * [new branch] gh/rohan-varma/720/base -> origin/gh/rohan-varma/720/base 2025-01-24T01:32:07.4998364Z * [new branch] gh/rohan-varma/720/head -> origin/gh/rohan-varma/720/head 2025-01-24T01:32:07.4998903Z * [new branch] gh/rohan-varma/720/orig -> origin/gh/rohan-varma/720/orig 2025-01-24T01:32:07.5440923Z * [new branch] gh/rohan-varma/721/base -> origin/gh/rohan-varma/721/base 2025-01-24T01:32:07.5441688Z * [new branch] gh/rohan-varma/721/head -> origin/gh/rohan-varma/721/head 2025-01-24T01:32:07.5442279Z * [new branch] gh/rohan-varma/721/orig -> origin/gh/rohan-varma/721/orig 2025-01-24T01:32:07.5442862Z * [new branch] gh/rohan-varma/722/base -> origin/gh/rohan-varma/722/base 2025-01-24T01:32:07.5443504Z * [new branch] gh/rohan-varma/722/head -> origin/gh/rohan-varma/722/head 2025-01-24T01:32:07.5444098Z * [new branch] gh/rohan-varma/722/orig -> origin/gh/rohan-varma/722/orig 2025-01-24T01:32:07.5444713Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-01-24T01:32:07.5445291Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-01-24T01:32:07.5445876Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-01-24T01:32:07.5446476Z * [new branch] gh/sanrise/4/base -> origin/gh/sanrise/4/base 2025-01-24T01:32:07.5447020Z * [new branch] gh/sanrise/4/head -> origin/gh/sanrise/4/head 2025-01-24T01:32:07.5447539Z * [new branch] gh/sanrise/4/orig -> origin/gh/sanrise/4/orig 2025-01-24T01:32:07.5448070Z * [new branch] gh/seanx92/1/base -> origin/gh/seanx92/1/base 2025-01-24T01:32:07.5448626Z * [new branch] gh/seanx92/1/orig -> origin/gh/seanx92/1/orig 2025-01-24T01:32:07.5449173Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-01-24T01:32:07.5449733Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-01-24T01:32:07.5450502Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-01-24T01:32:07.5451086Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-01-24T01:32:07.5451694Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-01-24T01:32:07.5452291Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-01-24T01:32:07.5452866Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-01-24T01:32:07.5453596Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-01-24T01:32:07.5454180Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-01-24T01:32:07.5454879Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-01-24T01:32:07.5455450Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-01-24T01:32:07.5456049Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-01-24T01:32:07.5456671Z * [new branch] gh/shunting314/186/base -> origin/gh/shunting314/186/base 2025-01-24T01:32:07.5457202Z * [new branch] gh/shunting314/186/head -> origin/gh/shunting314/186/head 2025-01-24T01:32:07.5457723Z * [new branch] gh/shunting314/186/orig -> origin/gh/shunting314/186/orig 2025-01-24T01:32:07.5458257Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-01-24T01:32:07.5458792Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-01-24T01:32:07.5459314Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-01-24T01:32:07.5459847Z * [new branch] gh/shunting314/190/base -> origin/gh/shunting314/190/base 2025-01-24T01:32:07.5460384Z * [new branch] gh/shunting314/190/head -> origin/gh/shunting314/190/head 2025-01-24T01:32:07.5460908Z * [new branch] gh/shunting314/190/orig -> origin/gh/shunting314/190/orig 2025-01-24T01:32:07.5461442Z * [new branch] gh/shunting314/191/base -> origin/gh/shunting314/191/base 2025-01-24T01:32:07.5461973Z * [new branch] gh/shunting314/191/head -> origin/gh/shunting314/191/head 2025-01-24T01:32:07.5462592Z * [new branch] gh/shunting314/191/orig -> origin/gh/shunting314/191/orig 2025-01-24T01:32:07.5463164Z * [new branch] gh/shunting314/192/base -> origin/gh/shunting314/192/base 2025-01-24T01:32:07.5463700Z * [new branch] gh/shunting314/192/head -> origin/gh/shunting314/192/head 2025-01-24T01:32:07.5464227Z * [new branch] gh/shunting314/192/orig -> origin/gh/shunting314/192/orig 2025-01-24T01:32:07.5464747Z * [new branch] gh/shunting314/193/base -> origin/gh/shunting314/193/base 2025-01-24T01:32:07.5465291Z * [new branch] gh/shunting314/193/head -> origin/gh/shunting314/193/head 2025-01-24T01:32:07.5465817Z * [new branch] gh/shunting314/193/orig -> origin/gh/shunting314/193/orig 2025-01-24T01:32:07.5466344Z * [new branch] gh/shunting314/194/base -> origin/gh/shunting314/194/base 2025-01-24T01:32:07.5466872Z * [new branch] gh/shunting314/194/head -> origin/gh/shunting314/194/head 2025-01-24T01:32:07.5884576Z * [new branch] gh/shunting314/194/orig -> origin/gh/shunting314/194/orig 2025-01-24T01:32:07.5885182Z * [new branch] gh/shunting314/195/base -> origin/gh/shunting314/195/base 2025-01-24T01:32:07.5885782Z * [new branch] gh/shunting314/195/head -> origin/gh/shunting314/195/head 2025-01-24T01:32:07.5886360Z * [new branch] gh/shunting314/195/orig -> origin/gh/shunting314/195/orig 2025-01-24T01:32:07.5887114Z * [new branch] gh/shuqiangzhang/46/base -> origin/gh/shuqiangzhang/46/base 2025-01-24T01:32:07.5887713Z * [new branch] gh/shuqiangzhang/46/head -> origin/gh/shuqiangzhang/46/head 2025-01-24T01:32:07.5888280Z * [new branch] gh/shuqiangzhang/46/orig -> origin/gh/shuqiangzhang/46/orig 2025-01-24T01:32:07.5888836Z * [new branch] gh/shuqiangzhang/53/base -> origin/gh/shuqiangzhang/53/base 2025-01-24T01:32:07.5889398Z * [new branch] gh/shuqiangzhang/53/head -> origin/gh/shuqiangzhang/53/head 2025-01-24T01:32:07.5890086Z * [new branch] gh/shuqiangzhang/53/orig -> origin/gh/shuqiangzhang/53/orig 2025-01-24T01:32:07.5890635Z * [new branch] gh/shuqiangzhang/56/base -> origin/gh/shuqiangzhang/56/base 2025-01-24T01:32:07.5891208Z * [new branch] gh/shuqiangzhang/56/head -> origin/gh/shuqiangzhang/56/head 2025-01-24T01:32:07.5891813Z * [new branch] gh/shuqiangzhang/56/orig -> origin/gh/shuqiangzhang/56/orig 2025-01-24T01:32:07.5892429Z * [new branch] gh/shuqiangzhang/62/base -> origin/gh/shuqiangzhang/62/base 2025-01-24T01:32:07.5892977Z * [new branch] gh/shuqiangzhang/62/head -> origin/gh/shuqiangzhang/62/head 2025-01-24T01:32:07.5893543Z * [new branch] gh/shuqiangzhang/62/orig -> origin/gh/shuqiangzhang/62/orig 2025-01-24T01:32:07.5894112Z * [new branch] gh/shuqiangzhang/63/base -> origin/gh/shuqiangzhang/63/base 2025-01-24T01:32:07.5894725Z * [new branch] gh/shuqiangzhang/63/head -> origin/gh/shuqiangzhang/63/head 2025-01-24T01:32:07.5895292Z * [new branch] gh/shuqiangzhang/63/orig -> origin/gh/shuqiangzhang/63/orig 2025-01-24T01:32:07.5895832Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-01-24T01:32:07.5896335Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-01-24T01:32:07.5896823Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-01-24T01:32:07.5897314Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-01-24T01:32:07.5897835Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-01-24T01:32:07.5898351Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-01-24T01:32:07.5898863Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-01-24T01:32:07.5899370Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-01-24T01:32:07.5899881Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-01-24T01:32:07.5900380Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-01-24T01:32:07.5900875Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-01-24T01:32:07.5901389Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-01-24T01:32:07.5901887Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-01-24T01:32:07.5902390Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-01-24T01:32:07.5902894Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-01-24T01:32:07.5903422Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-01-24T01:32:07.5904009Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-01-24T01:32:07.5904572Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-01-24T01:32:07.5905086Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-01-24T01:32:07.5905596Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-01-24T01:32:07.5906213Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-01-24T01:32:07.5906745Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-01-24T01:32:07.5907270Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-01-24T01:32:07.5907782Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-01-24T01:32:07.5908995Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-01-24T01:32:07.5909510Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-01-24T01:32:07.5910091Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-01-24T01:32:07.6333382Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-01-24T01:32:07.6333993Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-01-24T01:32:07.6334557Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-01-24T01:32:07.6335240Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-01-24T01:32:07.6335797Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-01-24T01:32:07.6336319Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-01-24T01:32:07.6336853Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-01-24T01:32:07.6337357Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-01-24T01:32:07.6337864Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-01-24T01:32:07.6338370Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-01-24T01:32:07.6338897Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-01-24T01:32:07.6339397Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-01-24T01:32:07.6339912Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-01-24T01:32:07.6340436Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-01-24T01:32:07.6340995Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-01-24T01:32:07.6341563Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-01-24T01:32:07.6342078Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-01-24T01:32:07.6342587Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-01-24T01:32:07.6343103Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-01-24T01:32:07.6343626Z * [new branch] gh/soulitzer/326/base -> origin/gh/soulitzer/326/base 2025-01-24T01:32:07.6344139Z * [new branch] gh/soulitzer/326/head -> origin/gh/soulitzer/326/head 2025-01-24T01:32:07.6344642Z * [new branch] gh/soulitzer/326/orig -> origin/gh/soulitzer/326/orig 2025-01-24T01:32:07.6345160Z * [new branch] gh/soulitzer/328/base -> origin/gh/soulitzer/328/base 2025-01-24T01:32:07.6345678Z * [new branch] gh/soulitzer/328/head -> origin/gh/soulitzer/328/head 2025-01-24T01:32:07.6346188Z * [new branch] gh/soulitzer/328/orig -> origin/gh/soulitzer/328/orig 2025-01-24T01:32:07.6346701Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-01-24T01:32:07.6347263Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-01-24T01:32:07.6348029Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-01-24T01:32:07.6348563Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-01-24T01:32:07.6349080Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-01-24T01:32:07.6349596Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-01-24T01:32:07.6350105Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-01-24T01:32:07.6350748Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-01-24T01:32:07.6351270Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-01-24T01:32:07.6351774Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-01-24T01:32:07.6352298Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-01-24T01:32:07.6352821Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-01-24T01:32:07.6353380Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-01-24T01:32:07.6353956Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-01-24T01:32:07.6354470Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-01-24T01:32:07.6354995Z * [new branch] gh/soulitzer/340/base -> origin/gh/soulitzer/340/base 2025-01-24T01:32:07.6355497Z * [new branch] gh/soulitzer/340/head -> origin/gh/soulitzer/340/head 2025-01-24T01:32:07.6356009Z * [new branch] gh/soulitzer/340/orig -> origin/gh/soulitzer/340/orig 2025-01-24T01:32:07.6356529Z * [new branch] gh/soulitzer/341/base -> origin/gh/soulitzer/341/base 2025-01-24T01:32:07.6357038Z * [new branch] gh/soulitzer/341/head -> origin/gh/soulitzer/341/head 2025-01-24T01:32:07.6357555Z * [new branch] gh/soulitzer/341/orig -> origin/gh/soulitzer/341/orig 2025-01-24T01:32:07.6786496Z * [new branch] gh/soulitzer/342/base -> origin/gh/soulitzer/342/base 2025-01-24T01:32:07.6787092Z * [new branch] gh/soulitzer/342/head -> origin/gh/soulitzer/342/head 2025-01-24T01:32:07.6787600Z * [new branch] gh/soulitzer/342/orig -> origin/gh/soulitzer/342/orig 2025-01-24T01:32:07.6788126Z * [new branch] gh/soulitzer/343/base -> origin/gh/soulitzer/343/base 2025-01-24T01:32:07.6788631Z * [new branch] gh/soulitzer/343/head -> origin/gh/soulitzer/343/head 2025-01-24T01:32:07.6789133Z * [new branch] gh/soulitzer/343/orig -> origin/gh/soulitzer/343/orig 2025-01-24T01:32:07.6789645Z * [new branch] gh/soulitzer/344/base -> origin/gh/soulitzer/344/base 2025-01-24T01:32:07.6790167Z * [new branch] gh/soulitzer/344/head -> origin/gh/soulitzer/344/head 2025-01-24T01:32:07.6790673Z * [new branch] gh/soulitzer/344/orig -> origin/gh/soulitzer/344/orig 2025-01-24T01:32:07.6791201Z * [new branch] gh/soulitzer/345/base -> origin/gh/soulitzer/345/base 2025-01-24T01:32:07.6791728Z * [new branch] gh/soulitzer/345/head -> origin/gh/soulitzer/345/head 2025-01-24T01:32:07.6792248Z * [new branch] gh/soulitzer/345/orig -> origin/gh/soulitzer/345/orig 2025-01-24T01:32:07.6792804Z * [new branch] gh/soulitzer/346/base -> origin/gh/soulitzer/346/base 2025-01-24T01:32:07.6793372Z * [new branch] gh/soulitzer/346/head -> origin/gh/soulitzer/346/head 2025-01-24T01:32:07.6793886Z * [new branch] gh/soulitzer/346/orig -> origin/gh/soulitzer/346/orig 2025-01-24T01:32:07.6794369Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-01-24T01:32:07.6795388Z * [new branch] gh/swolchok/685/base -> origin/gh/swolchok/685/base 2025-01-24T01:32:07.6795920Z * [new branch] gh/swolchok/685/head -> origin/gh/swolchok/685/head 2025-01-24T01:32:07.6796433Z * [new branch] gh/swolchok/685/orig -> origin/gh/swolchok/685/orig 2025-01-24T01:32:07.6796927Z * [new branch] gh/swolchok/695/base -> origin/gh/swolchok/695/base 2025-01-24T01:32:07.6797548Z * [new branch] gh/swolchok/695/head -> origin/gh/swolchok/695/head 2025-01-24T01:32:07.6798051Z * [new branch] gh/swolchok/695/orig -> origin/gh/swolchok/695/orig 2025-01-24T01:32:07.6798614Z * [new branch] gh/swolchok/697/base -> origin/gh/swolchok/697/base 2025-01-24T01:32:07.6799158Z * [new branch] gh/swolchok/697/head -> origin/gh/swolchok/697/head 2025-01-24T01:32:07.6799757Z * [new branch] gh/swolchok/697/orig -> origin/gh/swolchok/697/orig 2025-01-24T01:32:07.6800301Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-01-24T01:32:07.6800852Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-01-24T01:32:07.6801396Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-01-24T01:32:07.6801991Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-01-24T01:32:07.6802539Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-01-24T01:32:07.6803094Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-01-24T01:32:07.6803649Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-01-24T01:32:07.6804233Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-01-24T01:32:07.6804794Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-01-24T01:32:07.6805349Z * [new branch] gh/swolchok/714/base -> origin/gh/swolchok/714/base 2025-01-24T01:32:07.6805889Z * [new branch] gh/swolchok/714/head -> origin/gh/swolchok/714/head 2025-01-24T01:32:07.6806487Z * [new branch] gh/swolchok/714/orig -> origin/gh/swolchok/714/orig 2025-01-24T01:32:07.6807052Z * [new branch] gh/swolchok/715/base -> origin/gh/swolchok/715/base 2025-01-24T01:32:07.6807608Z * [new branch] gh/swolchok/715/head -> origin/gh/swolchok/715/head 2025-01-24T01:32:07.6808193Z * [new branch] gh/swolchok/715/orig -> origin/gh/swolchok/715/orig 2025-01-24T01:32:07.6808743Z * [new branch] gh/swolchok/716/base -> origin/gh/swolchok/716/base 2025-01-24T01:32:07.6809286Z * [new branch] gh/swolchok/716/head -> origin/gh/swolchok/716/head 2025-01-24T01:32:07.6809829Z * [new branch] gh/swolchok/716/orig -> origin/gh/swolchok/716/orig 2025-01-24T01:32:07.6810380Z * [new branch] gh/swolchok/717/base -> origin/gh/swolchok/717/base 2025-01-24T01:32:07.6810976Z * [new branch] gh/swolchok/717/head -> origin/gh/swolchok/717/head 2025-01-24T01:32:07.6811517Z * [new branch] gh/swolchok/717/orig -> origin/gh/swolchok/717/orig 2025-01-24T01:32:07.7251327Z * [new branch] gh/swolchok/718/base -> origin/gh/swolchok/718/base 2025-01-24T01:32:07.7251897Z * [new branch] gh/swolchok/718/head -> origin/gh/swolchok/718/head 2025-01-24T01:32:07.7252411Z * [new branch] gh/swolchok/718/orig -> origin/gh/swolchok/718/orig 2025-01-24T01:32:07.7252911Z * [new branch] gh/swolchok/719/base -> origin/gh/swolchok/719/base 2025-01-24T01:32:07.7253643Z * [new branch] gh/swolchok/719/orig -> origin/gh/swolchok/719/orig 2025-01-24T01:32:07.7254160Z * [new branch] gh/swolchok/720/base -> origin/gh/swolchok/720/base 2025-01-24T01:32:07.7254749Z * [new branch] gh/swolchok/720/head -> origin/gh/swolchok/720/head 2025-01-24T01:32:07.7255242Z * [new branch] gh/swolchok/720/orig -> origin/gh/swolchok/720/orig 2025-01-24T01:32:07.7255746Z * [new branch] gh/swolchok/721/base -> origin/gh/swolchok/721/base 2025-01-24T01:32:07.7256399Z * [new branch] gh/swolchok/721/head -> origin/gh/swolchok/721/head 2025-01-24T01:32:07.7256897Z * [new branch] gh/swolchok/721/orig -> origin/gh/swolchok/721/orig 2025-01-24T01:32:07.7257417Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-01-24T01:32:07.7257923Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-01-24T01:32:07.7258427Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-01-24T01:32:07.7258938Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-01-24T01:32:07.7259436Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-01-24T01:32:07.7259922Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-01-24T01:32:07.7260399Z * [new branch] gh/tianyu-l/5/base -> origin/gh/tianyu-l/5/base 2025-01-24T01:32:07.7260885Z * [new branch] gh/tianyu-l/5/head -> origin/gh/tianyu-l/5/head 2025-01-24T01:32:07.7261375Z * [new branch] gh/tianyu-l/5/orig -> origin/gh/tianyu-l/5/orig 2025-01-24T01:32:07.7261852Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-01-24T01:32:07.7262344Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-01-24T01:32:07.7262835Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-01-24T01:32:07.7263346Z * [new branch] gh/titaiwangms/35/base -> origin/gh/titaiwangms/35/base 2025-01-24T01:32:07.7263890Z * [new branch] gh/titaiwangms/35/head -> origin/gh/titaiwangms/35/head 2025-01-24T01:32:07.7264429Z * [new branch] gh/titaiwangms/35/orig -> origin/gh/titaiwangms/35/orig 2025-01-24T01:32:07.7264998Z * [new branch] gh/tugsbayasgalan/142/base -> origin/gh/tugsbayasgalan/142/base 2025-01-24T01:32:07.7265568Z * [new branch] gh/tugsbayasgalan/142/head -> origin/gh/tugsbayasgalan/142/head 2025-01-24T01:32:07.7266145Z * [new branch] gh/tugsbayasgalan/142/orig -> origin/gh/tugsbayasgalan/142/orig 2025-01-24T01:32:07.7266721Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-01-24T01:32:07.7267291Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-01-24T01:32:07.7267885Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-01-24T01:32:07.7268459Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-01-24T01:32:07.7269023Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-01-24T01:32:07.7269596Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-01-24T01:32:07.7270180Z * [new branch] gh/tugsbayasgalan/244/base -> origin/gh/tugsbayasgalan/244/base 2025-01-24T01:32:07.7270755Z * [new branch] gh/tugsbayasgalan/244/head -> origin/gh/tugsbayasgalan/244/head 2025-01-24T01:32:07.7271332Z * [new branch] gh/tugsbayasgalan/244/orig -> origin/gh/tugsbayasgalan/244/orig 2025-01-24T01:32:07.7271904Z * [new branch] gh/tugsbayasgalan/246/base -> origin/gh/tugsbayasgalan/246/base 2025-01-24T01:32:07.7272600Z * [new branch] gh/tugsbayasgalan/246/head -> origin/gh/tugsbayasgalan/246/head 2025-01-24T01:32:07.7273177Z * [new branch] gh/tugsbayasgalan/246/orig -> origin/gh/tugsbayasgalan/246/orig 2025-01-24T01:32:07.7273755Z * [new branch] gh/tugsbayasgalan/247/base -> origin/gh/tugsbayasgalan/247/base 2025-01-24T01:32:07.7274340Z * [new branch] gh/tugsbayasgalan/247/head -> origin/gh/tugsbayasgalan/247/head 2025-01-24T01:32:07.7275032Z * [new branch] gh/tugsbayasgalan/247/orig -> origin/gh/tugsbayasgalan/247/orig 2025-01-24T01:32:07.7275611Z * [new branch] gh/tugsbayasgalan/250/base -> origin/gh/tugsbayasgalan/250/base 2025-01-24T01:32:07.7692257Z * [new branch] gh/tugsbayasgalan/250/head -> origin/gh/tugsbayasgalan/250/head 2025-01-24T01:32:07.7692885Z * [new branch] gh/tugsbayasgalan/250/orig -> origin/gh/tugsbayasgalan/250/orig 2025-01-24T01:32:07.7693489Z * [new branch] gh/tugsbayasgalan/257/base -> origin/gh/tugsbayasgalan/257/base 2025-01-24T01:32:07.7694075Z * [new branch] gh/tugsbayasgalan/257/head -> origin/gh/tugsbayasgalan/257/head 2025-01-24T01:32:07.7694686Z * [new branch] gh/tugsbayasgalan/257/orig -> origin/gh/tugsbayasgalan/257/orig 2025-01-24T01:32:07.7695275Z * [new branch] gh/tugsbayasgalan/259/base -> origin/gh/tugsbayasgalan/259/base 2025-01-24T01:32:07.7695854Z * [new branch] gh/tugsbayasgalan/259/head -> origin/gh/tugsbayasgalan/259/head 2025-01-24T01:32:07.7696424Z * [new branch] gh/tugsbayasgalan/259/orig -> origin/gh/tugsbayasgalan/259/orig 2025-01-24T01:32:07.7696995Z * [new branch] gh/tugsbayasgalan/268/base -> origin/gh/tugsbayasgalan/268/base 2025-01-24T01:32:07.7697563Z * [new branch] gh/tugsbayasgalan/268/head -> origin/gh/tugsbayasgalan/268/head 2025-01-24T01:32:07.7698141Z * [new branch] gh/tugsbayasgalan/268/orig -> origin/gh/tugsbayasgalan/268/orig 2025-01-24T01:32:07.7698705Z * [new branch] gh/tugsbayasgalan/269/base -> origin/gh/tugsbayasgalan/269/base 2025-01-24T01:32:07.7699271Z * [new branch] gh/tugsbayasgalan/269/head -> origin/gh/tugsbayasgalan/269/head 2025-01-24T01:32:07.7699845Z * [new branch] gh/tugsbayasgalan/269/orig -> origin/gh/tugsbayasgalan/269/orig 2025-01-24T01:32:07.7700418Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-01-24T01:32:07.7700984Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-01-24T01:32:07.7701559Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-01-24T01:32:07.7702128Z * [new branch] gh/tugsbayasgalan/281/base -> origin/gh/tugsbayasgalan/281/base 2025-01-24T01:32:07.7702698Z * [new branch] gh/tugsbayasgalan/281/head -> origin/gh/tugsbayasgalan/281/head 2025-01-24T01:32:07.7703266Z * [new branch] gh/tugsbayasgalan/281/orig -> origin/gh/tugsbayasgalan/281/orig 2025-01-24T01:32:07.7703836Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-01-24T01:32:07.7704401Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-01-24T01:32:07.7704974Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-01-24T01:32:07.7705554Z * [new branch] gh/tugsbayasgalan/283/base -> origin/gh/tugsbayasgalan/283/base 2025-01-24T01:32:07.7706128Z * [new branch] gh/tugsbayasgalan/283/head -> origin/gh/tugsbayasgalan/283/head 2025-01-24T01:32:07.7706691Z * [new branch] gh/tugsbayasgalan/283/orig -> origin/gh/tugsbayasgalan/283/orig 2025-01-24T01:32:07.7707270Z * [new branch] gh/tugsbayasgalan/284/base -> origin/gh/tugsbayasgalan/284/base 2025-01-24T01:32:07.7708033Z * [new branch] gh/tugsbayasgalan/284/head -> origin/gh/tugsbayasgalan/284/head 2025-01-24T01:32:07.7708607Z * [new branch] gh/tugsbayasgalan/284/orig -> origin/gh/tugsbayasgalan/284/orig 2025-01-24T01:32:07.7709183Z * [new branch] gh/tugsbayasgalan/285/base -> origin/gh/tugsbayasgalan/285/base 2025-01-24T01:32:07.7709766Z * [new branch] gh/tugsbayasgalan/285/head -> origin/gh/tugsbayasgalan/285/head 2025-01-24T01:32:07.7710446Z * [new branch] gh/tugsbayasgalan/285/orig -> origin/gh/tugsbayasgalan/285/orig 2025-01-24T01:32:07.7711030Z * [new branch] gh/tugsbayasgalan/286/base -> origin/gh/tugsbayasgalan/286/base 2025-01-24T01:32:07.7711614Z * [new branch] gh/tugsbayasgalan/286/head -> origin/gh/tugsbayasgalan/286/head 2025-01-24T01:32:07.7712193Z * [new branch] gh/tugsbayasgalan/286/orig -> origin/gh/tugsbayasgalan/286/orig 2025-01-24T01:32:07.7712728Z * [new branch] gh/vfdev-5/13/base -> origin/gh/vfdev-5/13/base 2025-01-24T01:32:07.7713216Z * [new branch] gh/vfdev-5/13/orig -> origin/gh/vfdev-5/13/orig 2025-01-24T01:32:07.7713693Z * [new branch] gh/vfdev-5/14/base -> origin/gh/vfdev-5/14/base 2025-01-24T01:32:07.7714164Z * [new branch] gh/vfdev-5/14/orig -> origin/gh/vfdev-5/14/orig 2025-01-24T01:32:07.7714654Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-01-24T01:32:07.7715148Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-01-24T01:32:07.7715615Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-01-24T01:32:07.7716097Z * [new branch] gh/vmoens/11/base -> origin/gh/vmoens/11/base 2025-01-24T01:32:07.7716575Z * [new branch] gh/vmoens/11/head -> origin/gh/vmoens/11/head 2025-01-24T01:32:07.7717062Z * [new branch] gh/vmoens/11/orig -> origin/gh/vmoens/11/orig 2025-01-24T01:32:07.8147269Z * [new branch] gh/vmoens/12/base -> origin/gh/vmoens/12/base 2025-01-24T01:32:07.8147826Z * [new branch] gh/vmoens/12/head -> origin/gh/vmoens/12/head 2025-01-24T01:32:07.8148401Z * [new branch] gh/vmoens/12/orig -> origin/gh/vmoens/12/orig 2025-01-24T01:32:07.8148892Z * [new branch] gh/vmoens/14/base -> origin/gh/vmoens/14/base 2025-01-24T01:32:07.8149386Z * [new branch] gh/vmoens/14/head -> origin/gh/vmoens/14/head 2025-01-24T01:32:07.8149862Z * [new branch] gh/vmoens/14/orig -> origin/gh/vmoens/14/orig 2025-01-24T01:32:07.8150346Z * [new branch] gh/vmoens/2/base -> origin/gh/vmoens/2/base 2025-01-24T01:32:07.8150815Z * [new branch] gh/vmoens/2/head -> origin/gh/vmoens/2/head 2025-01-24T01:32:07.8151299Z * [new branch] gh/vmoens/2/orig -> origin/gh/vmoens/2/orig 2025-01-24T01:32:07.8151824Z * [new branch] gh/voznesenskym/187/base -> origin/gh/voznesenskym/187/base 2025-01-24T01:32:07.8152373Z * [new branch] gh/voznesenskym/187/head -> origin/gh/voznesenskym/187/head 2025-01-24T01:32:07.8152936Z * [new branch] gh/voznesenskym/187/orig -> origin/gh/voznesenskym/187/orig 2025-01-24T01:32:07.8153501Z * [new branch] gh/voznesenskym/193/base -> origin/gh/voznesenskym/193/base 2025-01-24T01:32:07.8154048Z * [new branch] gh/voznesenskym/193/head -> origin/gh/voznesenskym/193/head 2025-01-24T01:32:07.8154590Z * [new branch] gh/voznesenskym/198/base -> origin/gh/voznesenskym/198/base 2025-01-24T01:32:07.8155136Z * [new branch] gh/voznesenskym/198/head -> origin/gh/voznesenskym/198/head 2025-01-24T01:32:07.8155845Z * [new branch] gh/voznesenskym/198/orig -> origin/gh/voznesenskym/198/orig 2025-01-24T01:32:07.8156395Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-01-24T01:32:07.8156954Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-01-24T01:32:07.8157508Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-01-24T01:32:07.8158175Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-01-24T01:32:07.8158726Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-01-24T01:32:07.8159291Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-01-24T01:32:07.8159853Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-01-24T01:32:07.8160403Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-01-24T01:32:07.8160960Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-01-24T01:32:07.8161503Z * [new branch] gh/wanchaol/344/base -> origin/gh/wanchaol/344/base 2025-01-24T01:32:07.8161999Z * [new branch] gh/wanchaol/344/head -> origin/gh/wanchaol/344/head 2025-01-24T01:32:07.8162499Z * [new branch] gh/wanchaol/344/orig -> origin/gh/wanchaol/344/orig 2025-01-24T01:32:07.8163009Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-01-24T01:32:07.8163503Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-01-24T01:32:07.8164001Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-01-24T01:32:07.8164504Z * [new branch] gh/wanchaol/361/base -> origin/gh/wanchaol/361/base 2025-01-24T01:32:07.8165010Z * [new branch] gh/wanchaol/361/head -> origin/gh/wanchaol/361/head 2025-01-24T01:32:07.8165507Z * [new branch] gh/wanchaol/361/orig -> origin/gh/wanchaol/361/orig 2025-01-24T01:32:07.8166009Z * [new branch] gh/wanchaol/362/base -> origin/gh/wanchaol/362/base 2025-01-24T01:32:07.8166512Z * [new branch] gh/wanchaol/362/head -> origin/gh/wanchaol/362/head 2025-01-24T01:32:07.8167010Z * [new branch] gh/wanchaol/362/orig -> origin/gh/wanchaol/362/orig 2025-01-24T01:32:07.8167513Z * [new branch] gh/wanchaol/363/base -> origin/gh/wanchaol/363/base 2025-01-24T01:32:07.8168016Z * [new branch] gh/wanchaol/363/head -> origin/gh/wanchaol/363/head 2025-01-24T01:32:07.8168512Z * [new branch] gh/wanchaol/363/orig -> origin/gh/wanchaol/363/orig 2025-01-24T01:32:07.8169011Z * [new branch] gh/wanchaol/364/base -> origin/gh/wanchaol/364/base 2025-01-24T01:32:07.8169516Z * [new branch] gh/wanchaol/364/orig -> origin/gh/wanchaol/364/orig 2025-01-24T01:32:07.8170015Z * [new branch] gh/wanchaol/365/base -> origin/gh/wanchaol/365/base 2025-01-24T01:32:07.8170514Z * [new branch] gh/wanchaol/365/head -> origin/gh/wanchaol/365/head 2025-01-24T01:32:07.8171017Z * [new branch] gh/wanchaol/365/orig -> origin/gh/wanchaol/365/orig 2025-01-24T01:32:07.8605754Z * [new branch] gh/wanchaol/366/base -> origin/gh/wanchaol/366/base 2025-01-24T01:32:07.8606317Z * [new branch] gh/wanchaol/366/head -> origin/gh/wanchaol/366/head 2025-01-24T01:32:07.8606835Z * [new branch] gh/wanchaol/366/orig -> origin/gh/wanchaol/366/orig 2025-01-24T01:32:07.8607361Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-01-24T01:32:07.8608091Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-01-24T01:32:07.8608604Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-01-24T01:32:07.8609115Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-01-24T01:32:07.8609625Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-01-24T01:32:07.8610138Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-01-24T01:32:07.8610786Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-01-24T01:32:07.8611290Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-01-24T01:32:07.8611792Z * [new branch] gh/wconstab/371/base -> origin/gh/wconstab/371/base 2025-01-24T01:32:07.8612286Z * [new branch] gh/wconstab/371/head -> origin/gh/wconstab/371/head 2025-01-24T01:32:07.8612799Z * [new branch] gh/wconstab/371/orig -> origin/gh/wconstab/371/orig 2025-01-24T01:32:07.8613306Z * [new branch] gh/wconstab/372/base -> origin/gh/wconstab/372/base 2025-01-24T01:32:07.8613800Z * [new branch] gh/wconstab/372/head -> origin/gh/wconstab/372/head 2025-01-24T01:32:07.8614297Z * [new branch] gh/wconstab/372/orig -> origin/gh/wconstab/372/orig 2025-01-24T01:32:07.8614895Z * [new branch] gh/wconstab/373/base -> origin/gh/wconstab/373/base 2025-01-24T01:32:07.8615411Z * [new branch] gh/wconstab/373/head -> origin/gh/wconstab/373/head 2025-01-24T01:32:07.8615909Z * [new branch] gh/wconstab/373/orig -> origin/gh/wconstab/373/orig 2025-01-24T01:32:07.8616411Z * [new branch] gh/wconstab/374/base -> origin/gh/wconstab/374/base 2025-01-24T01:32:07.8616916Z * [new branch] gh/wconstab/374/head -> origin/gh/wconstab/374/head 2025-01-24T01:32:07.8617419Z * [new branch] gh/wconstab/374/orig -> origin/gh/wconstab/374/orig 2025-01-24T01:32:07.8617925Z * [new branch] gh/wconstab/375/base -> origin/gh/wconstab/375/base 2025-01-24T01:32:07.8618428Z * [new branch] gh/wconstab/375/head -> origin/gh/wconstab/375/head 2025-01-24T01:32:07.8618920Z * [new branch] gh/wconstab/375/orig -> origin/gh/wconstab/375/orig 2025-01-24T01:32:07.8619427Z * [new branch] gh/wconstab/376/base -> origin/gh/wconstab/376/base 2025-01-24T01:32:07.8619926Z * [new branch] gh/wconstab/376/head -> origin/gh/wconstab/376/head 2025-01-24T01:32:07.8620426Z * [new branch] gh/wconstab/376/orig -> origin/gh/wconstab/376/orig 2025-01-24T01:32:07.8620923Z * [new branch] gh/wconstab/377/base -> origin/gh/wconstab/377/base 2025-01-24T01:32:07.8621430Z * [new branch] gh/wconstab/377/head -> origin/gh/wconstab/377/head 2025-01-24T01:32:07.8621943Z * [new branch] gh/wconstab/377/orig -> origin/gh/wconstab/377/orig 2025-01-24T01:32:07.8622441Z * [new branch] gh/wconstab/378/base -> origin/gh/wconstab/378/base 2025-01-24T01:32:07.8622940Z * [new branch] gh/wconstab/378/head -> origin/gh/wconstab/378/head 2025-01-24T01:32:07.8623451Z * [new branch] gh/wconstab/378/orig -> origin/gh/wconstab/378/orig 2025-01-24T01:32:07.8623950Z * [new branch] gh/wconstab/379/base -> origin/gh/wconstab/379/base 2025-01-24T01:32:07.8624451Z * [new branch] gh/wconstab/379/head -> origin/gh/wconstab/379/head 2025-01-24T01:32:07.8624959Z * [new branch] gh/wconstab/379/orig -> origin/gh/wconstab/379/orig 2025-01-24T01:32:07.8625464Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-01-24T01:32:07.8626087Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-01-24T01:32:07.8626601Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-01-24T01:32:07.8627116Z * [new branch] gh/wconstab/381/base -> origin/gh/wconstab/381/base 2025-01-24T01:32:07.8627615Z * [new branch] gh/wconstab/381/head -> origin/gh/wconstab/381/head 2025-01-24T01:32:07.8628123Z * [new branch] gh/wconstab/381/orig -> origin/gh/wconstab/381/orig 2025-01-24T01:32:07.8628743Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-01-24T01:32:07.8629241Z * [new branch] gh/wconstab/382/head -> origin/gh/wconstab/382/head 2025-01-24T01:32:07.9074419Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-01-24T01:32:07.9074998Z * [new branch] gh/wconstab/383/head -> origin/gh/wconstab/383/head 2025-01-24T01:32:07.9075559Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-01-24T01:32:07.9076067Z * [new branch] gh/wconstab/384/head -> origin/gh/wconstab/384/head 2025-01-24T01:32:07.9076577Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-01-24T01:32:07.9077099Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-01-24T01:32:07.9077621Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-01-24T01:32:07.9078127Z * [new branch] gh/wconstab/386/head -> origin/gh/wconstab/386/head 2025-01-24T01:32:07.9078645Z * [new branch] gh/wconstab/387/base -> origin/gh/wconstab/387/base 2025-01-24T01:32:07.9079161Z * [new branch] gh/wconstab/387/head -> origin/gh/wconstab/387/head 2025-01-24T01:32:07.9079663Z * [new branch] gh/wconstab/387/orig -> origin/gh/wconstab/387/orig 2025-01-24T01:32:07.9080188Z * [new branch] gh/wconstab/388/base -> origin/gh/wconstab/388/base 2025-01-24T01:32:07.9080698Z * [new branch] gh/wconstab/388/head -> origin/gh/wconstab/388/head 2025-01-24T01:32:07.9081205Z * [new branch] gh/wconstab/388/orig -> origin/gh/wconstab/388/orig 2025-01-24T01:32:07.9081724Z * [new branch] gh/wconstab/389/base -> origin/gh/wconstab/389/base 2025-01-24T01:32:07.9082240Z * [new branch] gh/wconstab/389/head -> origin/gh/wconstab/389/head 2025-01-24T01:32:07.9082733Z * [new branch] gh/wconstab/389/orig -> origin/gh/wconstab/389/orig 2025-01-24T01:32:07.9083243Z * [new branch] gh/wconstab/390/base -> origin/gh/wconstab/390/base 2025-01-24T01:32:07.9083761Z * [new branch] gh/wconstab/390/head -> origin/gh/wconstab/390/head 2025-01-24T01:32:07.9084282Z * [new branch] gh/wconstab/390/orig -> origin/gh/wconstab/390/orig 2025-01-24T01:32:07.9084796Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-01-24T01:32:07.9085305Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-01-24T01:32:07.9085815Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-01-24T01:32:07.9086320Z * [new branch] gh/weifengpy/20/base -> origin/gh/weifengpy/20/base 2025-01-24T01:32:07.9086928Z * [new branch] gh/weifengpy/20/head -> origin/gh/weifengpy/20/head 2025-01-24T01:32:07.9087515Z * [new branch] gh/weifengpy/20/orig -> origin/gh/weifengpy/20/orig 2025-01-24T01:32:07.9088068Z * [new branch] gh/williamwen42/167/base -> origin/gh/williamwen42/167/base 2025-01-24T01:32:07.9088623Z * [new branch] gh/williamwen42/167/head -> origin/gh/williamwen42/167/head 2025-01-24T01:32:07.9089369Z * [new branch] gh/williamwen42/167/orig -> origin/gh/williamwen42/167/orig 2025-01-24T01:32:07.9089936Z * [new branch] gh/williamwen42/195/base -> origin/gh/williamwen42/195/base 2025-01-24T01:32:07.9090485Z * [new branch] gh/williamwen42/195/head -> origin/gh/williamwen42/195/head 2025-01-24T01:32:07.9091029Z * [new branch] gh/williamwen42/195/orig -> origin/gh/williamwen42/195/orig 2025-01-24T01:32:07.9091698Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-01-24T01:32:07.9092253Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-01-24T01:32:07.9092857Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-01-24T01:32:07.9093405Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-01-24T01:32:07.9093970Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-01-24T01:32:07.9094524Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-01-24T01:32:07.9095153Z * [new branch] gh/williamwen42/198/base -> origin/gh/williamwen42/198/base 2025-01-24T01:32:07.9095712Z * [new branch] gh/williamwen42/198/head -> origin/gh/williamwen42/198/head 2025-01-24T01:32:07.9096272Z * [new branch] gh/williamwen42/198/orig -> origin/gh/williamwen42/198/orig 2025-01-24T01:32:07.9096815Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-01-24T01:32:07.9097366Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-01-24T01:32:07.9097932Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-01-24T01:32:07.9098435Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-01-24T01:32:07.9098914Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-01-24T01:32:07.9560146Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-01-24T01:32:07.9560720Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-01-24T01:32:07.9561190Z * [new branch] gh/xmfan/106/base -> origin/gh/xmfan/106/base 2025-01-24T01:32:07.9561701Z * [new branch] gh/xmfan/106/head -> origin/gh/xmfan/106/head 2025-01-24T01:32:07.9562176Z * [new branch] gh/xmfan/106/orig -> origin/gh/xmfan/106/orig 2025-01-24T01:32:07.9562646Z * [new branch] gh/xmfan/108/base -> origin/gh/xmfan/108/base 2025-01-24T01:32:07.9563111Z * [new branch] gh/xmfan/108/head -> origin/gh/xmfan/108/head 2025-01-24T01:32:07.9563600Z * [new branch] gh/xmfan/108/orig -> origin/gh/xmfan/108/orig 2025-01-24T01:32:07.9564077Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-01-24T01:32:07.9564546Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-01-24T01:32:07.9565021Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-01-24T01:32:07.9565487Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-01-24T01:32:07.9565959Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-01-24T01:32:07.9566432Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-01-24T01:32:07.9566903Z * [new branch] gh/xmfan/150/base -> origin/gh/xmfan/150/base 2025-01-24T01:32:07.9567372Z * [new branch] gh/xmfan/150/head -> origin/gh/xmfan/150/head 2025-01-24T01:32:07.9567843Z * [new branch] gh/xmfan/150/orig -> origin/gh/xmfan/150/orig 2025-01-24T01:32:07.9568484Z * [new branch] gh/xmfan/151/base -> origin/gh/xmfan/151/base 2025-01-24T01:32:07.9568964Z * [new branch] gh/xmfan/151/head -> origin/gh/xmfan/151/head 2025-01-24T01:32:07.9569431Z * [new branch] gh/xmfan/151/orig -> origin/gh/xmfan/151/orig 2025-01-24T01:32:07.9569911Z * [new branch] gh/xmfan/152/base -> origin/gh/xmfan/152/base 2025-01-24T01:32:07.9570505Z * [new branch] gh/xmfan/152/head -> origin/gh/xmfan/152/head 2025-01-24T01:32:07.9570974Z * [new branch] gh/xmfan/152/orig -> origin/gh/xmfan/152/orig 2025-01-24T01:32:07.9571448Z * [new branch] gh/xmfan/153/base -> origin/gh/xmfan/153/base 2025-01-24T01:32:07.9571928Z * [new branch] gh/xmfan/153/head -> origin/gh/xmfan/153/head 2025-01-24T01:32:07.9572398Z * [new branch] gh/xmfan/153/orig -> origin/gh/xmfan/153/orig 2025-01-24T01:32:07.9572880Z * [new branch] gh/xmfan/154/base -> origin/gh/xmfan/154/base 2025-01-24T01:32:07.9573358Z * [new branch] gh/xmfan/154/head -> origin/gh/xmfan/154/head 2025-01-24T01:32:07.9573826Z * [new branch] gh/xmfan/154/orig -> origin/gh/xmfan/154/orig 2025-01-24T01:32:07.9574296Z * [new branch] gh/xmfan/155/base -> origin/gh/xmfan/155/base 2025-01-24T01:32:07.9574860Z * [new branch] gh/xmfan/155/head -> origin/gh/xmfan/155/head 2025-01-24T01:32:07.9575337Z * [new branch] gh/xmfan/155/orig -> origin/gh/xmfan/155/orig 2025-01-24T01:32:07.9575809Z * [new branch] gh/xmfan/156/base -> origin/gh/xmfan/156/base 2025-01-24T01:32:07.9576290Z * [new branch] gh/xmfan/156/head -> origin/gh/xmfan/156/head 2025-01-24T01:32:07.9576782Z * [new branch] gh/xmfan/156/orig -> origin/gh/xmfan/156/orig 2025-01-24T01:32:07.9577249Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-01-24T01:32:07.9577730Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-01-24T01:32:07.9578205Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-01-24T01:32:07.9578679Z * [new branch] gh/xmfan/158/base -> origin/gh/xmfan/158/base 2025-01-24T01:32:07.9579149Z * [new branch] gh/xmfan/158/head -> origin/gh/xmfan/158/head 2025-01-24T01:32:07.9579621Z * [new branch] gh/xmfan/158/orig -> origin/gh/xmfan/158/orig 2025-01-24T01:32:07.9580100Z * [new branch] gh/xmfan/159/base -> origin/gh/xmfan/159/base 2025-01-24T01:32:07.9580566Z * [new branch] gh/xmfan/159/head -> origin/gh/xmfan/159/head 2025-01-24T01:32:07.9581044Z * [new branch] gh/xmfan/159/orig -> origin/gh/xmfan/159/orig 2025-01-24T01:32:07.9581529Z * [new branch] gh/xmfan/160/base -> origin/gh/xmfan/160/base 2025-01-24T01:32:07.9581999Z * [new branch] gh/xmfan/160/head -> origin/gh/xmfan/160/head 2025-01-24T01:32:07.9582480Z * [new branch] gh/xmfan/160/orig -> origin/gh/xmfan/160/orig 2025-01-24T01:32:07.9582956Z * [new branch] gh/xmfan/161/base -> origin/gh/xmfan/161/base 2025-01-24T01:32:07.9583438Z * [new branch] gh/xmfan/161/head -> origin/gh/xmfan/161/head 2025-01-24T01:32:08.0028020Z * [new branch] gh/xmfan/161/orig -> origin/gh/xmfan/161/orig 2025-01-24T01:32:08.0028529Z * [new branch] gh/xmfan/162/base -> origin/gh/xmfan/162/base 2025-01-24T01:32:08.0029011Z * [new branch] gh/xmfan/162/head -> origin/gh/xmfan/162/head 2025-01-24T01:32:08.0029670Z * [new branch] gh/xmfan/162/orig -> origin/gh/xmfan/162/orig 2025-01-24T01:32:08.0030159Z * [new branch] gh/xmfan/163/base -> origin/gh/xmfan/163/base 2025-01-24T01:32:08.0030636Z * [new branch] gh/xmfan/163/head -> origin/gh/xmfan/163/head 2025-01-24T01:32:08.0031114Z * [new branch] gh/xmfan/163/orig -> origin/gh/xmfan/163/orig 2025-01-24T01:32:08.0031601Z * [new branch] gh/xmfan/164/base -> origin/gh/xmfan/164/base 2025-01-24T01:32:08.0032210Z * [new branch] gh/xmfan/164/head -> origin/gh/xmfan/164/head 2025-01-24T01:32:08.0032696Z * [new branch] gh/xmfan/164/orig -> origin/gh/xmfan/164/orig 2025-01-24T01:32:08.0033166Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-01-24T01:32:08.0033638Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-01-24T01:32:08.0034124Z * [new branch] gh/xmfan/97/base -> origin/gh/xmfan/97/base 2025-01-24T01:32:08.0034613Z * [new branch] gh/xmfan/97/head -> origin/gh/xmfan/97/head 2025-01-24T01:32:08.0035080Z * [new branch] gh/xmfan/97/orig -> origin/gh/xmfan/97/orig 2025-01-24T01:32:08.0035601Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-01-24T01:32:08.0036145Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-01-24T01:32:08.0036683Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-01-24T01:32:08.0037222Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-01-24T01:32:08.0037758Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-01-24T01:32:08.0038281Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-01-24T01:32:08.0038884Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-01-24T01:32:08.0039480Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-01-24T01:32:08.0040119Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-01-24T01:32:08.0040738Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-01-24T01:32:08.0041370Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-01-24T01:32:08.0041997Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-01-24T01:32:08.0042605Z * [new branch] gh/xuanzhang816/2/base -> origin/gh/xuanzhang816/2/base 2025-01-24T01:32:08.0043204Z * [new branch] gh/xuanzhang816/2/head -> origin/gh/xuanzhang816/2/head 2025-01-24T01:32:08.0043833Z * [new branch] gh/xuanzhang816/2/orig -> origin/gh/xuanzhang816/2/orig 2025-01-24T01:32:08.0044458Z * [new branch] gh/xuanzhang816/3/base -> origin/gh/xuanzhang816/3/base 2025-01-24T01:32:08.0045084Z * [new branch] gh/xuanzhang816/3/head -> origin/gh/xuanzhang816/3/head 2025-01-24T01:32:08.0045692Z * [new branch] gh/xuanzhang816/3/orig -> origin/gh/xuanzhang816/3/orig 2025-01-24T01:32:08.0046284Z * [new branch] gh/xuanzhang816/4/base -> origin/gh/xuanzhang816/4/base 2025-01-24T01:32:08.0046911Z * [new branch] gh/xuanzhang816/4/head -> origin/gh/xuanzhang816/4/head 2025-01-24T01:32:08.0047536Z * [new branch] gh/xuanzhang816/4/orig -> origin/gh/xuanzhang816/4/orig 2025-01-24T01:32:08.0048154Z * [new branch] gh/xuanzhang816/7/base -> origin/gh/xuanzhang816/7/base 2025-01-24T01:32:08.0048764Z * [new branch] gh/xuanzhang816/7/head -> origin/gh/xuanzhang816/7/head 2025-01-24T01:32:08.0049510Z * [new branch] gh/xuanzhang816/7/orig -> origin/gh/xuanzhang816/7/orig 2025-01-24T01:32:08.0050128Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-01-24T01:32:08.0050657Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-01-24T01:32:08.0051155Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-01-24T01:32:08.0051755Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-01-24T01:32:08.0052235Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-01-24T01:32:08.0052711Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-01-24T01:32:08.0053194Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-01-24T01:32:08.1369977Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-01-24T01:32:08.1370561Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-01-24T01:32:08.1371053Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-01-24T01:32:08.1371550Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-01-24T01:32:08.1372030Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-01-24T01:32:08.1372528Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-01-24T01:32:08.1373049Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-01-24T01:32:08.1373596Z * [new branch] gh/yanbing-j/1/base -> origin/gh/yanbing-j/1/base 2025-01-24T01:32:08.1374101Z * [new branch] gh/yanbing-j/1/orig -> origin/gh/yanbing-j/1/orig 2025-01-24T01:32:08.1374603Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-01-24T01:32:08.1375170Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-01-24T01:32:08.1375692Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-01-24T01:32:08.1376194Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-01-24T01:32:08.1376682Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-01-24T01:32:08.1377193Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-01-24T01:32:08.1377693Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-01-24T01:32:08.1378183Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-01-24T01:32:08.1378737Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-01-24T01:32:08.1379287Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-01-24T01:32:08.1379785Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-01-24T01:32:08.1380286Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-01-24T01:32:08.1380783Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-01-24T01:32:08.1381279Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-01-24T01:32:08.1381779Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-01-24T01:32:08.1382276Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-01-24T01:32:08.1382778Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-01-24T01:32:08.1383274Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-01-24T01:32:08.1383978Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-01-24T01:32:08.1384536Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-01-24T01:32:08.1385084Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-01-24T01:32:08.1385587Z * [new branch] gh/yanbing-j/2/base -> origin/gh/yanbing-j/2/base 2025-01-24T01:32:08.1386234Z * [new branch] gh/yanbing-j/2/orig -> origin/gh/yanbing-j/2/orig 2025-01-24T01:32:08.1386743Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-01-24T01:32:08.1387241Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-01-24T01:32:08.1387740Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-01-24T01:32:08.1388248Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-01-24T01:32:08.1388745Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-01-24T01:32:08.1389242Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-01-24T01:32:08.1389744Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-01-24T01:32:08.1390291Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-01-24T01:32:08.1390850Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-01-24T01:32:08.1391354Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-01-24T01:32:08.1391856Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-01-24T01:32:08.1392350Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-01-24T01:32:08.1392860Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-01-24T01:32:08.1393363Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-01-24T01:32:08.1393853Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-01-24T01:32:08.1843234Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-01-24T01:32:08.1843780Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-01-24T01:32:08.1844342Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-01-24T01:32:08.1844886Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-01-24T01:32:08.1845381Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-01-24T01:32:08.1845878Z * [new branch] gh/yanbing-j/27/base -> origin/gh/yanbing-j/27/base 2025-01-24T01:32:08.1846373Z * [new branch] gh/yanbing-j/27/head -> origin/gh/yanbing-j/27/head 2025-01-24T01:32:08.1846881Z * [new branch] gh/yanbing-j/27/orig -> origin/gh/yanbing-j/27/orig 2025-01-24T01:32:08.1847398Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-01-24T01:32:08.1847894Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-01-24T01:32:08.1848399Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-01-24T01:32:08.1848885Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-01-24T01:32:08.1849380Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-01-24T01:32:08.1849932Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-01-24T01:32:08.1850472Z * [new branch] gh/yanbing-j/33/base -> origin/gh/yanbing-j/33/base 2025-01-24T01:32:08.1851140Z * [new branch] gh/yanbing-j/33/head -> origin/gh/yanbing-j/33/head 2025-01-24T01:32:08.1851640Z * [new branch] gh/yanbing-j/33/orig -> origin/gh/yanbing-j/33/orig 2025-01-24T01:32:08.1852132Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-01-24T01:32:08.1852640Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-01-24T01:32:08.1853258Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-01-24T01:32:08.1853764Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-01-24T01:32:08.1854254Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-01-24T01:32:08.1854760Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-01-24T01:32:08.1855318Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-01-24T01:32:08.1855861Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-01-24T01:32:08.1856411Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-01-24T01:32:08.1856904Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-01-24T01:32:08.1857397Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-01-24T01:32:08.1857895Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-01-24T01:32:08.1858412Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-01-24T01:32:08.1858938Z * [new branch] gh/yanboliang/41/head -> origin/gh/yanboliang/41/head 2025-01-24T01:32:08.1859449Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-01-24T01:32:08.1859973Z * [new branch] gh/yanboliang/46/base -> origin/gh/yanboliang/46/base 2025-01-24T01:32:08.1860497Z * [new branch] gh/yanboliang/46/orig -> origin/gh/yanboliang/46/orig 2025-01-24T01:32:08.1861006Z * [new branch] gh/yanboliang/47/base -> origin/gh/yanboliang/47/base 2025-01-24T01:32:08.1861580Z * [new branch] gh/yanboliang/47/head -> origin/gh/yanboliang/47/head 2025-01-24T01:32:08.1862157Z * [new branch] gh/yanboliang/47/orig -> origin/gh/yanboliang/47/orig 2025-01-24T01:32:08.1862666Z * [new branch] gh/yanboliang/48/base -> origin/gh/yanboliang/48/base 2025-01-24T01:32:08.1863182Z * [new branch] gh/yanboliang/48/head -> origin/gh/yanboliang/48/head 2025-01-24T01:32:08.1863708Z * [new branch] gh/yanboliang/48/orig -> origin/gh/yanboliang/48/orig 2025-01-24T01:32:08.1864242Z * [new branch] gh/yanboliang/49/base -> origin/gh/yanboliang/49/base 2025-01-24T01:32:08.1864751Z * [new branch] gh/yanboliang/49/head -> origin/gh/yanboliang/49/head 2025-01-24T01:32:08.1865271Z * [new branch] gh/yanboliang/49/orig -> origin/gh/yanboliang/49/orig 2025-01-24T01:32:08.1865788Z * [new branch] gh/yanboliang/50/base -> origin/gh/yanboliang/50/base 2025-01-24T01:32:08.1866298Z * [new branch] gh/yanboliang/50/head -> origin/gh/yanboliang/50/head 2025-01-24T01:32:08.1866823Z * [new branch] gh/yanboliang/50/orig -> origin/gh/yanboliang/50/orig 2025-01-24T01:32:08.2351630Z * [new branch] gh/yanboliang/51/base -> origin/gh/yanboliang/51/base 2025-01-24T01:32:08.2352217Z * [new branch] gh/yanboliang/51/orig -> origin/gh/yanboliang/51/orig 2025-01-24T01:32:08.2352794Z * [new branch] gh/yanboliang/52/base -> origin/gh/yanboliang/52/base 2025-01-24T01:32:08.2353585Z * [new branch] gh/yanboliang/52/orig -> origin/gh/yanboliang/52/orig 2025-01-24T01:32:08.2354151Z * [new branch] gh/yanboliang/53/base -> origin/gh/yanboliang/53/base 2025-01-24T01:32:08.2354669Z * [new branch] gh/yanboliang/53/orig -> origin/gh/yanboliang/53/orig 2025-01-24T01:32:08.2355183Z * [new branch] gh/yanboliang/54/base -> origin/gh/yanboliang/54/base 2025-01-24T01:32:08.2355840Z * [new branch] gh/yanboliang/54/orig -> origin/gh/yanboliang/54/orig 2025-01-24T01:32:08.2356377Z * [new branch] gh/yanboliang/55/base -> origin/gh/yanboliang/55/base 2025-01-24T01:32:08.2356891Z * [new branch] gh/yanboliang/55/head -> origin/gh/yanboliang/55/head 2025-01-24T01:32:08.2357424Z * [new branch] gh/yanboliang/55/orig -> origin/gh/yanboliang/55/orig 2025-01-24T01:32:08.2357927Z * [new branch] gh/ydwu4/1/base -> origin/gh/ydwu4/1/base 2025-01-24T01:32:08.2358458Z * [new branch] gh/ydwu4/1/head -> origin/gh/ydwu4/1/head 2025-01-24T01:32:08.2358982Z * [new branch] gh/ydwu4/1/orig -> origin/gh/ydwu4/1/orig 2025-01-24T01:32:08.2359457Z * [new branch] gh/ydwu4/153/base -> origin/gh/ydwu4/153/base 2025-01-24T01:32:08.2359945Z * [new branch] gh/ydwu4/153/head -> origin/gh/ydwu4/153/head 2025-01-24T01:32:08.2360419Z * [new branch] gh/ydwu4/153/orig -> origin/gh/ydwu4/153/orig 2025-01-24T01:32:08.2360904Z * [new branch] gh/ydwu4/157/base -> origin/gh/ydwu4/157/base 2025-01-24T01:32:08.2361378Z * [new branch] gh/ydwu4/157/head -> origin/gh/ydwu4/157/head 2025-01-24T01:32:08.2361847Z * [new branch] gh/ydwu4/157/orig -> origin/gh/ydwu4/157/orig 2025-01-24T01:32:08.2362323Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-01-24T01:32:08.2362804Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-01-24T01:32:08.2363283Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-01-24T01:32:08.2363756Z * [new branch] gh/ydwu4/175/base -> origin/gh/ydwu4/175/base 2025-01-24T01:32:08.2364283Z * [new branch] gh/ydwu4/175/head -> origin/gh/ydwu4/175/head 2025-01-24T01:32:08.2364815Z * [new branch] gh/ydwu4/175/orig -> origin/gh/ydwu4/175/orig 2025-01-24T01:32:08.2365293Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-01-24T01:32:08.2365768Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-01-24T01:32:08.2366245Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-01-24T01:32:08.2366715Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-01-24T01:32:08.2367197Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-01-24T01:32:08.2367669Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-01-24T01:32:08.2368136Z * [new branch] gh/ydwu4/189/base -> origin/gh/ydwu4/189/base 2025-01-24T01:32:08.2368616Z * [new branch] gh/ydwu4/189/head -> origin/gh/ydwu4/189/head 2025-01-24T01:32:08.2369104Z * [new branch] gh/ydwu4/189/orig -> origin/gh/ydwu4/189/orig 2025-01-24T01:32:08.2369583Z * [new branch] gh/ydwu4/190/base -> origin/gh/ydwu4/190/base 2025-01-24T01:32:08.2370105Z * [new branch] gh/ydwu4/190/head -> origin/gh/ydwu4/190/head 2025-01-24T01:32:08.2370631Z * [new branch] gh/ydwu4/190/orig -> origin/gh/ydwu4/190/orig 2025-01-24T01:32:08.2371236Z * [new branch] gh/ydwu4/191/base -> origin/gh/ydwu4/191/base 2025-01-24T01:32:08.2371709Z * [new branch] gh/ydwu4/191/head -> origin/gh/ydwu4/191/head 2025-01-24T01:32:08.2372194Z * [new branch] gh/ydwu4/191/orig -> origin/gh/ydwu4/191/orig 2025-01-24T01:32:08.2372680Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-01-24T01:32:08.2373147Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-01-24T01:32:08.2374339Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-01-24T01:32:08.2374822Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-01-24T01:32:08.2375368Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-01-24T01:32:08.2375917Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-01-24T01:32:08.2376456Z * [new branch] gh/ydwu4/195/base -> origin/gh/ydwu4/195/base 2025-01-24T01:32:08.2843740Z * [new branch] gh/ydwu4/195/head -> origin/gh/ydwu4/195/head 2025-01-24T01:32:08.2844275Z * [new branch] gh/ydwu4/195/orig -> origin/gh/ydwu4/195/orig 2025-01-24T01:32:08.2844772Z * [new branch] gh/ydwu4/196/base -> origin/gh/ydwu4/196/base 2025-01-24T01:32:08.2845257Z * [new branch] gh/ydwu4/196/head -> origin/gh/ydwu4/196/head 2025-01-24T01:32:08.2845755Z * [new branch] gh/ydwu4/196/orig -> origin/gh/ydwu4/196/orig 2025-01-24T01:32:08.2846236Z * [new branch] gh/ydwu4/197/base -> origin/gh/ydwu4/197/base 2025-01-24T01:32:08.2846717Z * [new branch] gh/ydwu4/197/head -> origin/gh/ydwu4/197/head 2025-01-24T01:32:08.2847247Z * [new branch] gh/ydwu4/197/orig -> origin/gh/ydwu4/197/orig 2025-01-24T01:32:08.2847775Z * [new branch] gh/ydwu4/198/base -> origin/gh/ydwu4/198/base 2025-01-24T01:32:08.2848247Z * [new branch] gh/ydwu4/198/head -> origin/gh/ydwu4/198/head 2025-01-24T01:32:08.2848729Z * [new branch] gh/ydwu4/198/orig -> origin/gh/ydwu4/198/orig 2025-01-24T01:32:08.2849190Z * [new branch] gh/ydwu4/199/base -> origin/gh/ydwu4/199/base 2025-01-24T01:32:08.2849663Z * [new branch] gh/ydwu4/199/head -> origin/gh/ydwu4/199/head 2025-01-24T01:32:08.2850149Z * [new branch] gh/ydwu4/199/orig -> origin/gh/ydwu4/199/orig 2025-01-24T01:32:08.2850615Z * [new branch] gh/ydwu4/200/base -> origin/gh/ydwu4/200/base 2025-01-24T01:32:08.2851090Z * [new branch] gh/ydwu4/200/head -> origin/gh/ydwu4/200/head 2025-01-24T01:32:08.2851568Z * [new branch] gh/ydwu4/200/orig -> origin/gh/ydwu4/200/orig 2025-01-24T01:32:08.2852068Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-01-24T01:32:08.2852538Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-01-24T01:32:08.2853118Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-01-24T01:32:08.2853597Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-01-24T01:32:08.2854058Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-01-24T01:32:08.2854532Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-01-24T01:32:08.2855062Z * [new branch] gh/yf225/127/base -> origin/gh/yf225/127/base 2025-01-24T01:32:08.2855526Z * [new branch] gh/yf225/127/head -> origin/gh/yf225/127/head 2025-01-24T01:32:08.2856006Z * [new branch] gh/yf225/127/orig -> origin/gh/yf225/127/orig 2025-01-24T01:32:08.2856676Z * [new branch] gh/yf225/132/base -> origin/gh/yf225/132/base 2025-01-24T01:32:08.2857158Z * [new branch] gh/yf225/132/head -> origin/gh/yf225/132/head 2025-01-24T01:32:08.2857618Z * [new branch] gh/yf225/132/orig -> origin/gh/yf225/132/orig 2025-01-24T01:32:08.2858090Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-01-24T01:32:08.2858610Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-01-24T01:32:08.2859565Z * [new branch] gh/yf225/139/base -> origin/gh/yf225/139/base 2025-01-24T01:32:08.2860041Z * [new branch] gh/yf225/139/head -> origin/gh/yf225/139/head 2025-01-24T01:32:08.2860510Z * [new branch] gh/yf225/139/orig -> origin/gh/yf225/139/orig 2025-01-24T01:32:08.2860969Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-01-24T01:32:08.2861442Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-01-24T01:32:08.2861920Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-01-24T01:32:08.2862382Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-01-24T01:32:08.2862852Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-01-24T01:32:08.2863329Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-01-24T01:32:08.2863807Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-01-24T01:32:08.2864324Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-01-24T01:32:08.2864844Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-01-24T01:32:08.2865312Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-01-24T01:32:08.2865779Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-01-24T01:32:08.2866254Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-01-24T01:32:08.2866720Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-01-24T01:32:08.2867183Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-01-24T01:32:08.3333869Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-01-24T01:32:08.3334362Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-01-24T01:32:08.3334851Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-01-24T01:32:08.3335357Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-01-24T01:32:08.3335881Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-01-24T01:32:08.3336415Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-01-24T01:32:08.3336883Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-01-24T01:32:08.3337349Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-01-24T01:32:08.3337816Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-01-24T01:32:08.3338292Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-01-24T01:32:08.3338753Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-01-24T01:32:08.3339221Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-01-24T01:32:08.3339679Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-01-24T01:32:08.3340135Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-01-24T01:32:08.3341513Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-01-24T01:32:08.3342092Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-01-24T01:32:08.3342609Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-01-24T01:32:08.3343114Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-01-24T01:32:08.3343945Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-01-24T01:32:08.3344458Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-01-24T01:32:08.3344962Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-01-24T01:32:08.3345472Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-01-24T01:32:08.3345988Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-01-24T01:32:08.3346491Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-01-24T01:32:08.3347004Z * [new branch] gh/yifuwang/182/base -> origin/gh/yifuwang/182/base 2025-01-24T01:32:08.3347566Z * [new branch] gh/yifuwang/182/head -> origin/gh/yifuwang/182/head 2025-01-24T01:32:08.3348131Z * [new branch] gh/yifuwang/182/orig -> origin/gh/yifuwang/182/orig 2025-01-24T01:32:08.3348637Z * [new branch] gh/yifuwang/183/base -> origin/gh/yifuwang/183/base 2025-01-24T01:32:08.3349138Z * [new branch] gh/yifuwang/183/head -> origin/gh/yifuwang/183/head 2025-01-24T01:32:08.3349645Z * [new branch] gh/yifuwang/183/orig -> origin/gh/yifuwang/183/orig 2025-01-24T01:32:08.3350144Z * [new branch] gh/yifuwang/184/base -> origin/gh/yifuwang/184/base 2025-01-24T01:32:08.3350662Z * [new branch] gh/yifuwang/184/head -> origin/gh/yifuwang/184/head 2025-01-24T01:32:08.3351169Z * [new branch] gh/yifuwang/184/orig -> origin/gh/yifuwang/184/orig 2025-01-24T01:32:08.3351674Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-01-24T01:32:08.3352183Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-01-24T01:32:08.3352695Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-01-24T01:32:08.3353256Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-01-24T01:32:08.3353806Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-01-24T01:32:08.3354323Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-01-24T01:32:08.3354833Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-01-24T01:32:08.3355340Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-01-24T01:32:08.3355849Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-01-24T01:32:08.3356358Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-01-24T01:32:08.3356857Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-01-24T01:32:08.3357373Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-01-24T01:32:08.3357880Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-01-24T01:32:08.3358396Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-01-24T01:32:08.3358952Z * [new branch] gh/yushangdi/2/orig -> origin/gh/yushangdi/2/orig 2025-01-24T01:32:08.3816581Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-01-24T01:32:08.3817377Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-01-24T01:32:08.3817895Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-01-24T01:32:08.3818421Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-01-24T01:32:08.3818958Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-01-24T01:32:08.3819942Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-01-24T01:32:08.3820442Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-01-24T01:32:08.3820959Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-01-24T01:32:08.3821473Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-01-24T01:32:08.3821979Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-01-24T01:32:08.3822483Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-01-24T01:32:08.3822983Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-01-24T01:32:08.3823478Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-01-24T01:32:08.3824008Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-01-24T01:32:08.3824570Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-01-24T01:32:08.3825146Z * [new branch] gh/zoranzhao/1/base -> origin/gh/zoranzhao/1/base 2025-01-24T01:32:08.3825667Z * [new branch] gh/zoranzhao/1/orig -> origin/gh/zoranzhao/1/orig 2025-01-24T01:32:08.3826171Z * [new branch] gh/zou3519/1072/base -> origin/gh/zou3519/1072/base 2025-01-24T01:32:08.3826661Z * [new branch] gh/zou3519/1072/head -> origin/gh/zou3519/1072/head 2025-01-24T01:32:08.3827149Z * [new branch] gh/zou3519/1072/orig -> origin/gh/zou3519/1072/orig 2025-01-24T01:32:08.3827636Z * [new branch] gh/zou3519/1075/base -> origin/gh/zou3519/1075/base 2025-01-24T01:32:08.3828123Z * [new branch] gh/zou3519/1075/head -> origin/gh/zou3519/1075/head 2025-01-24T01:32:08.3828608Z * [new branch] gh/zou3519/1075/orig -> origin/gh/zou3519/1075/orig 2025-01-24T01:32:08.3829085Z * [new branch] gh/zou3519/1077/base -> origin/gh/zou3519/1077/base 2025-01-24T01:32:08.3829567Z * [new branch] gh/zou3519/1077/head -> origin/gh/zou3519/1077/head 2025-01-24T01:32:08.3830057Z * [new branch] gh/zou3519/1077/orig -> origin/gh/zou3519/1077/orig 2025-01-24T01:32:08.3830534Z * [new branch] gh/zou3519/1080/base -> origin/gh/zou3519/1080/base 2025-01-24T01:32:08.3831027Z * [new branch] gh/zou3519/1080/head -> origin/gh/zou3519/1080/head 2025-01-24T01:32:08.3831520Z * [new branch] gh/zou3519/1080/orig -> origin/gh/zou3519/1080/orig 2025-01-24T01:32:08.3832005Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-01-24T01:32:08.3832496Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-01-24T01:32:08.3832982Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-01-24T01:32:08.3833480Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-01-24T01:32:08.3833956Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-01-24T01:32:08.3834447Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-01-24T01:32:08.3835056Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-01-24T01:32:08.3835539Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-01-24T01:32:08.3836028Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-01-24T01:32:08.3836518Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-01-24T01:32:08.3837004Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-01-24T01:32:08.3837857Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-01-24T01:32:08.3838356Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-01-24T01:32:08.3838850Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-01-24T01:32:08.3839336Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-01-24T01:32:08.3839839Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-01-24T01:32:08.3840331Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-01-24T01:32:08.4285895Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-01-24T01:32:08.4286456Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-01-24T01:32:08.4286980Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-01-24T01:32:08.4287470Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-01-24T01:32:08.4287967Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-01-24T01:32:08.4288502Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-01-24T01:32:08.4288992Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-01-24T01:32:08.4289540Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-01-24T01:32:08.4290022Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-01-24T01:32:08.4290504Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-01-24T01:32:08.4290987Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-01-24T01:32:08.4291478Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-01-24T01:32:08.4291954Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-01-24T01:32:08.4292448Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-01-24T01:32:08.4292944Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-01-24T01:32:08.4293427Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-01-24T01:32:08.4293917Z * [new branch] gh/zou3519/1113/base -> origin/gh/zou3519/1113/base 2025-01-24T01:32:08.4294453Z * [new branch] gh/zou3519/1113/head -> origin/gh/zou3519/1113/head 2025-01-24T01:32:08.4294985Z * [new branch] gh/zou3519/1113/orig -> origin/gh/zou3519/1113/orig 2025-01-24T01:32:08.4295535Z * [new branch] gh/zou3519/1114/base -> origin/gh/zou3519/1114/base 2025-01-24T01:32:08.4296039Z * [new branch] gh/zou3519/1114/head -> origin/gh/zou3519/1114/head 2025-01-24T01:32:08.4296533Z * [new branch] gh/zou3519/1114/orig -> origin/gh/zou3519/1114/orig 2025-01-24T01:32:08.4297015Z * [new branch] gh/zou3519/1115/base -> origin/gh/zou3519/1115/base 2025-01-24T01:32:08.4297509Z * [new branch] gh/zou3519/1115/head -> origin/gh/zou3519/1115/head 2025-01-24T01:32:08.4298202Z * [new branch] gh/zou3519/1115/orig -> origin/gh/zou3519/1115/orig 2025-01-24T01:32:08.4298688Z * [new branch] gh/zou3519/1116/base -> origin/gh/zou3519/1116/base 2025-01-24T01:32:08.4299190Z * [new branch] gh/zou3519/1116/head -> origin/gh/zou3519/1116/head 2025-01-24T01:32:08.4299684Z * [new branch] gh/zou3519/1116/orig -> origin/gh/zou3519/1116/orig 2025-01-24T01:32:08.4300716Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-01-24T01:32:08.4301204Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-01-24T01:32:08.4301736Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-01-24T01:32:08.4302238Z * [new branch] gh/zou3519/702/base -> origin/gh/zou3519/702/base 2025-01-24T01:32:08.4302718Z * [new branch] gh/zou3519/702/head -> origin/gh/zou3519/702/head 2025-01-24T01:32:08.4303217Z * [new branch] gh/zou3519/702/orig -> origin/gh/zou3519/702/orig 2025-01-24T01:32:08.4303708Z * [new branch] gh/zou3519/703/base -> origin/gh/zou3519/703/base 2025-01-24T01:32:08.4304193Z * [new branch] gh/zou3519/703/head -> origin/gh/zou3519/703/head 2025-01-24T01:32:08.4304675Z * [new branch] gh/zou3519/703/orig -> origin/gh/zou3519/703/orig 2025-01-24T01:32:08.4305164Z * [new branch] gh/zou3519/704/base -> origin/gh/zou3519/704/base 2025-01-24T01:32:08.4305697Z * [new branch] gh/zou3519/704/head -> origin/gh/zou3519/704/head 2025-01-24T01:32:08.4306222Z * [new branch] gh/zou3519/704/orig -> origin/gh/zou3519/704/orig 2025-01-24T01:32:08.4306710Z * [new branch] gh/zou3519/709/base -> origin/gh/zou3519/709/base 2025-01-24T01:32:08.4307195Z * [new branch] gh/zou3519/709/head -> origin/gh/zou3519/709/head 2025-01-24T01:32:08.4307669Z * [new branch] gh/zou3519/709/orig -> origin/gh/zou3519/709/orig 2025-01-24T01:32:08.4308150Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-01-24T01:32:08.4308635Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-01-24T01:32:08.4309106Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-01-24T01:32:08.4309602Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-01-24T01:32:08.4766652Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-01-24T01:32:08.4767200Z * [new branch] google-main -> origin/google-main 2025-01-24T01:32:08.4767756Z * [new branch] groupwise_gemm_multithreading -> origin/groupwise_gemm_multithreading 2025-01-24T01:32:08.4768352Z * [new branch] guangyey/acc_fix -> origin/guangyey/acc_fix 2025-01-24T01:32:08.4768885Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-01-24T01:32:08.4769412Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-01-24T01:32:08.4769918Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-01-24T01:32:08.4770393Z * [new branch] guard_source1 -> origin/guard_source1 2025-01-24T01:32:08.4770857Z * [new branch] guard_system -> origin/guard_system 2025-01-24T01:32:08.4771298Z * [new branch] guards-cpp -> origin/guards-cpp 2025-01-24T01:32:08.4771957Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-01-24T01:32:08.4772652Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-01-24T01:32:08.4773386Z * [new branch] higher_order_ops_gb -> origin/higher_order_ops_gb 2025-01-24T01:32:08.4773871Z * [new branch] hl475-patch-1 -> origin/hl475-patch-1 2025-01-24T01:32:08.4774353Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-01-24T01:32:08.4774848Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-01-24T01:32:08.4775917Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-01-24T01:32:08.4776429Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-01-24T01:32:08.4776921Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-01-24T01:32:08.4777386Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-01-24T01:32:08.4777968Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-01-24T01:32:08.4778614Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-01-24T01:32:08.4779191Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-01-24T01:32:08.4779754Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-01-24T01:32:08.4780246Z * [new branch] hoy/ws -> origin/hoy/ws 2025-01-24T01:32:08.4803235Z * [new branch] ignore_lint_in_revs -> origin/ignore_lint_in_revs 2025-01-24T01:32:08.4803767Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-01-24T01:32:08.4804351Z * [new branch] increase-perf-benchmark-shard -> origin/increase-perf-benchmark-shard 2025-01-24T01:32:08.4805024Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-01-24T01:32:08.4805580Z * [new branch] inline -> origin/inline 2025-01-24T01:32:08.4805997Z * [new branch] inlining -> origin/inlining 2025-01-24T01:32:08.4806458Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-01-24T01:32:08.4806933Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-01-24T01:32:08.4807403Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-01-24T01:32:08.4808783Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-01-24T01:32:08.4809248Z * [new branch] ipiszy/cutlass -> origin/ipiszy/cutlass 2025-01-24T01:32:08.4809720Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-01-24T01:32:08.4810176Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-01-24T01:32:08.4810652Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-01-24T01:32:08.4811102Z * [new branch] issue#58739 -> origin/issue#58739 2025-01-24T01:32:08.4811637Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-01-24T01:32:08.4812259Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-01-24T01:32:08.4812799Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-01-24T01:32:08.4813811Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-01-24T01:32:08.4814695Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-01-24T01:32:08.4815462Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-01-24T01:32:08.4816153Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-01-24T01:32:08.5200876Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-01-24T01:32:08.5201586Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-01-24T01:32:08.5202254Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-01-24T01:32:08.5202887Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-01-24T01:32:08.5203576Z * [new branch] justinchu/docs-conf -> origin/justinchu/docs-conf 2025-01-24T01:32:08.5204108Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-01-24T01:32:08.5204642Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-01-24T01:32:08.5205208Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-01-24T01:32:08.5205727Z * [new branch] jz/istft -> origin/jz/istft 2025-01-24T01:32:08.5206244Z * [new branch] jz/masked-select-decomp -> origin/jz/masked-select-decomp 2025-01-24T01:32:08.5206733Z * [new branch] jz/stft -> origin/jz/stft 2025-01-24T01:32:08.5207178Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-01-24T01:32:08.5207649Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-01-24T01:32:08.5208314Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-01-24T01:32:08.5209112Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-01-24T01:32:08.5209771Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-01-24T01:32:08.5210308Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-01-24T01:32:08.5210804Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-01-24T01:32:08.5211314Z * [new branch] kineto_warnings_fix -> origin/kineto_warnings_fix 2025-01-24T01:32:08.5211804Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-01-24T01:32:08.5212296Z * [new branch] kleidiai_github_mirror -> origin/kleidiai_github_mirror 2025-01-24T01:32:08.5212820Z * [new branch] klondenberg/cutlass -> origin/klondenberg/cutlass 2025-01-24T01:32:08.5213326Z * [new branch] layernorm_bias_fix -> origin/layernorm_bias_fix 2025-01-24T01:32:08.5213902Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-01-24T01:32:08.5214573Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-01-24T01:32:08.5215304Z * [new branch] liaoxuan/fuse_attention_pattern -> origin/liaoxuan/fuse_attention_pattern 2025-01-24T01:32:08.5215870Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-01-24T01:32:08.5216307Z * [new branch] main -> origin/main 2025-01-24T01:32:08.5216837Z * [new branch] main-update-cusparselt-0.6.3 -> origin/main-update-cusparselt-0.6.3 2025-01-24T01:32:08.5217409Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-01-24T01:32:08.5217894Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-01-24T01:32:08.5218381Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-01-24T01:32:08.5218864Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-01-24T01:32:08.5219336Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-01-24T01:32:08.5219936Z * [new branch] malfet-patch-17 -> origin/malfet-patch-17 2025-01-24T01:32:08.5220418Z * [new branch] malfet-patch-18 -> origin/malfet-patch-18 2025-01-24T01:32:08.5220895Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-01-24T01:32:08.5221380Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-01-24T01:32:08.5221870Z * [new branch] malfet-patch-20 -> origin/malfet-patch-20 2025-01-24T01:32:08.5222464Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-01-24T01:32:08.5222946Z * [new branch] malfet-patch-22 -> origin/malfet-patch-22 2025-01-24T01:32:08.5223455Z * [new branch] malfet-patch-22-1 -> origin/malfet-patch-22-1 2025-01-24T01:32:08.5223965Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-01-24T01:32:08.5224452Z * [new branch] malfet-patch-24 -> origin/malfet-patch-24 2025-01-24T01:32:08.5224942Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-01-24T01:32:08.5225423Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-01-24T01:32:08.5607531Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-01-24T01:32:08.5608054Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-01-24T01:32:08.5608586Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-01-24T01:32:08.5609069Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-01-24T01:32:08.5609535Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-01-24T01:32:08.5610009Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-01-24T01:32:08.5610726Z * [new branch] malfet/add-ami-option-to-instance-allocation -> origin/malfet/add-ami-option-to-instance-allocation 2025-01-24T01:32:08.5611483Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-01-24T01:32:08.5612094Z * [new branch] malfet/add-get-dtype-supported -> origin/malfet/add-get-dtype-supported 2025-01-24T01:32:08.5612727Z * [new branch] malfet/add-mps-inductor-nan -> origin/malfet/add-mps-inductor-nan 2025-01-24T01:32:08.5613466Z * [new branch] malfet/add-nan-to-int-conversion-check-cpu -> origin/malfet/add-nan-to-int-conversion-check-cpu 2025-01-24T01:32:08.5614177Z * [new branch] malfet/cp-143934-and-144055 -> origin/malfet/cp-143934-and-144055 2025-01-24T01:32:08.5614727Z * [new branch] malfet/cp-144716-144698 -> origin/malfet/cp-144716-144698 2025-01-24T01:32:08.5615349Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-01-24T01:32:08.5615911Z * [new branch] malfet/ez-cleanup-test -> origin/malfet/ez-cleanup-test 2025-01-24T01:32:08.5616501Z * [new branch] malfet/fix-conv-backward-cl-2 -> origin/malfet/fix-conv-backward-cl-2 2025-01-24T01:32:08.5617107Z * [new branch] malfet/fix-index-printing -> origin/malfet/fix-index-printing 2025-01-24T01:32:08.5617715Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-01-24T01:32:08.5618330Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-01-24T01:32:08.5619006Z * [new branch] malfet/mpsinductor-add-check-bounds -> origin/malfet/mpsinductor-add-check-bounds 2025-01-24T01:32:08.5619724Z * [new branch] malfet/mpsinductor-add-sizevars -> origin/malfet/mpsinductor-add-sizevars 2025-01-24T01:32:08.5620373Z * [new branch] malfet/mpsinductor-fix-where -> origin/malfet/mpsinductor-fix-where 2025-01-24T01:32:08.5621272Z * [new branch] malfet/mpsinductor-implement-bitcasts -> origin/malfet/mpsinductor-implement-bitcasts 2025-01-24T01:32:08.5621949Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-01-24T01:32:08.5622480Z * [new branch] mcr229/update_cpuinfo -> origin/mcr229/update_cpuinfo 2025-01-24T01:32:08.5622963Z * [new branch] migrate_map -> origin/migrate_map 2025-01-24T01:32:08.5623594Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-01-24T01:32:08.5624091Z * [new branch] mkl -> origin/mkl 2025-01-24T01:32:08.5624541Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-01-24T01:32:08.5625022Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-01-24T01:32:08.5625504Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-01-24T01:32:08.5626041Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-01-24T01:32:08.5626611Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-01-24T01:32:08.5627139Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-01-24T01:32:08.5627647Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-01-24T01:32:08.5628140Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-01-24T01:32:08.5628682Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-01-24T01:32:08.5629246Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-01-24T01:32:08.5629747Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-01-24T01:32:08.5630386Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-01-24T01:32:08.5631024Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-01-24T01:32:08.5631540Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-01-24T01:32:08.5632043Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-01-24T01:32:08.5632526Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-01-24T01:32:08.5633019Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-01-24T01:32:08.6078475Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-01-24T01:32:08.6079089Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-01-24T01:32:08.6079619Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-01-24T01:32:08.6080233Z * [new branch] mlazos/comp-asgd -> origin/mlazos/comp-asgd 2025-01-24T01:32:08.6080838Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-01-24T01:32:08.6081449Z * [new branch] mlazos/concat-opt -> origin/mlazos/concat-opt 2025-01-24T01:32:08.6081967Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-01-24T01:32:08.6082531Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-01-24T01:32:08.6083130Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-01-24T01:32:08.6083818Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-01-24T01:32:08.6084485Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-01-24T01:32:08.6085063Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-01-24T01:32:08.6085848Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-01-24T01:32:08.6086456Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-01-24T01:32:08.6087095Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-01-24T01:32:08.6087691Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-01-24T01:32:08.6088503Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-01-24T01:32:08.6089086Z * [new branch] mlazos/env-fix -> origin/mlazos/env-fix 2025-01-24T01:32:08.6089621Z * [new branch] mlazos/exp -> origin/mlazos/exp 2025-01-24T01:32:08.6090175Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-01-24T01:32:08.6090708Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-01-24T01:32:08.6091268Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-01-24T01:32:08.6091815Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-01-24T01:32:08.6092366Z * [new branch] mlazos/foreach-copy-test -> origin/mlazos/foreach-copy-test 2025-01-24T01:32:08.6093027Z * [new branch] mlazos/foreach-fuse-opts -> origin/mlazos/foreach-fuse-opts 2025-01-24T01:32:08.6093655Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-01-24T01:32:08.6094247Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-01-24T01:32:08.6095013Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-01-24T01:32:08.6095702Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-01-24T01:32:08.6096337Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-01-24T01:32:08.6096942Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-01-24T01:32:08.6097526Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-01-24T01:32:08.6098155Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-01-24T01:32:08.6098820Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-01-24T01:32:08.6099450Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-01-24T01:32:08.6100094Z * [new branch] mlazos/log-test-fix -> origin/mlazos/log-test-fix 2025-01-24T01:32:08.6100767Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-01-24T01:32:08.6101479Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-01-24T01:32:08.6102128Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-01-24T01:32:08.6102735Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-01-24T01:32:08.6103326Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-01-24T01:32:08.6103856Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-01-24T01:32:08.6104472Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-01-24T01:32:08.6105108Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-01-24T01:32:08.6105757Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-01-24T01:32:08.6106364Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-01-24T01:32:08.6107016Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-01-24T01:32:08.6108145Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-01-24T01:32:08.6537395Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-01-24T01:32:08.6538071Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-01-24T01:32:08.6538726Z * [new branch] mlazos/mlazos/tf-trace-obj-tensors -> origin/mlazos/mlazos/tf-trace-obj-tensors 2025-01-24T01:32:08.6539562Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-01-24T01:32:08.6540079Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-01-24T01:32:08.6540603Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-01-24T01:32:08.6541089Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-01-24T01:32:08.6541595Z * [new branch] mlazos/nadam-updates -> origin/mlazos/nadam-updates 2025-01-24T01:32:08.6542083Z * [new branch] mlazos/names -> origin/mlazos/names 2025-01-24T01:32:08.6542535Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-01-24T01:32:08.6543087Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-01-24T01:32:08.6543677Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-01-24T01:32:08.6544226Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-01-24T01:32:08.6544736Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-01-24T01:32:08.6545227Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-01-24T01:32:08.6545715Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-01-24T01:32:08.6546196Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-01-24T01:32:08.6546696Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-01-24T01:32:08.6547199Z * [new branch] mlazos/opt-users -> origin/mlazos/opt-users 2025-01-24T01:32:08.6547692Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-01-24T01:32:08.6548188Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-01-24T01:32:08.6548683Z * [new branch] mlazos/pytest-3 -> origin/mlazos/pytest-3 2025-01-24T01:32:08.6549156Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-01-24T01:32:08.6549612Z * [new branch] mlazos/rm-copy -> origin/mlazos/rm-copy 2025-01-24T01:32:08.6550100Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-01-24T01:32:08.6550604Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-01-24T01:32:08.6551080Z * [new branch] mlazos/spec-api -> origin/mlazos/spec-api 2025-01-24T01:32:08.6551607Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-01-24T01:32:08.6552169Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-01-24T01:32:08.6552649Z * [new branch] mlazos/tc-fix -> origin/mlazos/tc-fix 2025-01-24T01:32:08.6553117Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-01-24T01:32:08.6553617Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-01-24T01:32:08.6554190Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-01-24T01:32:08.6554774Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-01-24T01:32:08.6555440Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-01-24T01:32:08.6555934Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-01-24T01:32:08.6556420Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-01-24T01:32:08.6556904Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-01-24T01:32:08.6557523Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-01-24T01:32:08.6558042Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-01-24T01:32:08.6558577Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-01-24T01:32:08.6559114Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-01-24T01:32:08.6559623Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-01-24T01:32:08.6560155Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-01-24T01:32:08.6560703Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-01-24T01:32:08.6561238Z * [new branch] mlazos/tf-trace-unified -> origin/mlazos/tf-trace-unified 2025-01-24T01:32:08.7005284Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-01-24T01:32:08.7005948Z * [new branch] mlazos/ty-promo -> origin/mlazos/ty-promo 2025-01-24T01:32:08.7006527Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-01-24T01:32:08.7007119Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-01-24T01:32:08.7007651Z * [new branch] mlazos/vsc-fix2 -> origin/mlazos/vsc-fix2 2025-01-24T01:32:08.7008234Z * [new branch] mlazos/vscode-fix -> origin/mlazos/vscode-fix 2025-01-24T01:32:08.7008846Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-01-24T01:32:08.7009399Z * [new branch] mlee8/aot_large_weight -> origin/mlee8/aot_large_weight 2025-01-24T01:32:08.7009981Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-01-24T01:32:08.7010503Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-01-24T01:32:08.7010999Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-01-24T01:32:08.7011580Z * [new branch] move_model_to_eval_2.1 -> origin/move_model_to_eval_2.1 2025-01-24T01:32:08.7012121Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-01-24T01:32:08.7012703Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-01-24T01:32:08.7013310Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-01-24T01:32:08.7013916Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-01-24T01:32:08.7014499Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-01-24T01:32:08.7015050Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-01-24T01:32:08.7015735Z * [new branch] msaroufim-patch-7 -> origin/msaroufim-patch-7 2025-01-24T01:32:08.7016346Z * [new branch] msaroufim-patch-8 -> origin/msaroufim-patch-8 2025-01-24T01:32:08.7016916Z * [new branch] msaroufim-patch-9 -> origin/msaroufim-patch-9 2025-01-24T01:32:08.7017457Z * [new branch] msaroufim/bdfix -> origin/msaroufim/bdfix 2025-01-24T01:32:08.7018024Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-01-24T01:32:08.7018847Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-01-24T01:32:08.7019509Z * [new branch] msaroufim/fixexpected -> origin/msaroufim/fixexpected 2025-01-24T01:32:08.7020163Z * [new branch] msaroufim/fsspecindcache -> origin/msaroufim/fsspecindcache 2025-01-24T01:32:08.7020816Z * [new branch] msaroufim/sdbf16fix -> origin/msaroufim/sdbf16fix 2025-01-24T01:32:08.7021421Z * [new branch] msaroufim/typeind10 -> origin/msaroufim/typeind10 2025-01-24T01:32:08.7022150Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-01-24T01:32:08.7022719Z * [new branch] mypy_fix -> origin/mypy_fix 2025-01-24T01:32:08.7023273Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-01-24T01:32:08.7023813Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-01-24T01:32:08.7024368Z * [new branch] new_branch -> origin/new_branch 2025-01-24T01:32:08.7024875Z * [new branch] new_guard_system -> origin/new_guard_system 2025-01-24T01:32:08.7025412Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-01-24T01:32:08.7026010Z * [new branch] ngimel/disable_rng_fbcode -> origin/ngimel/disable_rng_fbcode 2025-01-24T01:32:08.7026630Z * [new branch] ngimel/random_fix -> origin/ngimel/random_fix 2025-01-24T01:32:08.7027178Z * [new branch] ngimel/randperm_fix -> origin/ngimel/randperm_fix 2025-01-24T01:32:08.7027807Z * [new branch] ngimel/release_randperm -> origin/ngimel/release_randperm 2025-01-24T01:32:08.7028424Z * [new branch] ngimel/scaled_mm_coop -> origin/ngimel/scaled_mm_coop 2025-01-24T01:32:08.7028942Z * [new branch] ngimel/topk -> origin/ngimel/topk 2025-01-24T01:32:08.7029483Z * [new branch] ngimel/topk2 -> origin/ngimel/topk2 2025-01-24T01:32:08.7029966Z * [new branch] nightly -> origin/nightly 2025-01-24T01:32:08.7030562Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-01-24T01:32:08.7031231Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-01-24T01:32:08.7031813Z * [new branch] offline -> origin/offline 2025-01-24T01:32:08.7032298Z * [new branch] on_completion -> origin/on_completion 2025-01-24T01:32:08.7032851Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-01-24T01:32:08.7033422Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-01-24T01:32:08.7437971Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-01-24T01:32:08.7438539Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-01-24T01:32:08.7439032Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-01-24T01:32:08.7439516Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-01-24T01:32:08.7439984Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-01-24T01:32:08.7440450Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-01-24T01:32:08.7440924Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-01-24T01:32:08.7441384Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-01-24T01:32:08.7441845Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-01-24T01:32:08.7442308Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-01-24T01:32:08.7442960Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-01-24T01:32:08.7443430Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-01-24T01:32:08.7443905Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-01-24T01:32:08.7444436Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-01-24T01:32:08.7445077Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-01-24T01:32:08.7445560Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-01-24T01:32:08.7446054Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-01-24T01:32:08.7446508Z * [new branch] parallel_cat -> origin/parallel_cat 2025-01-24T01:32:08.7446964Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-01-24T01:32:08.7447456Z * [new branch] patch_up_signature -> origin/patch_up_signature 2025-01-24T01:32:08.7447916Z * [new branch] pca2 -> origin/pca2 2025-01-24T01:32:08.7448396Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-01-24T01:32:08.7448949Z * [new branch] pianpwk/dim_hint_ranges -> origin/pianpwk/dim_hint_ranges 2025-01-24T01:32:08.7449564Z * [new branch] pianpwk/dynamic_shapes_api_doc_12_10 -> origin/pianpwk/dynamic_shapes_api_doc_12_10 2025-01-24T01:32:08.7450203Z * [new branch] pianpwk/dynamo_full_scalar -> origin/pianpwk/dynamo_full_scalar 2025-01-24T01:32:08.7450765Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-01-24T01:32:08.7451327Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-01-24T01:32:08.7451945Z * [new branch] pianpwk/preserve_dynamic_markers -> origin/pianpwk/preserve_dynamic_markers 2025-01-24T01:32:08.7452564Z * [new branch] pianpwk/real_tensor_prop_3 -> origin/pianpwk/real_tensor_prop_3 2025-01-24T01:32:08.7453120Z * [new branch] pianpwk/serdes_logging -> origin/pianpwk/serdes_logging 2025-01-24T01:32:08.7453721Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-01-24T01:32:08.7454351Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-01-24T01:32:08.7454939Z * [new branch] pianpwk/sympy_trunc_float_2 -> origin/pianpwk/sympy_trunc_float_2 2025-01-24T01:32:08.7455607Z * [new branch] pianpwk/try_deregister_hooks -> origin/pianpwk/try_deregister_hooks 2025-01-24T01:32:08.7456201Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-01-24T01:32:08.7456713Z * [new branch] pr-cancel-smol -> origin/pr-cancel-smol 2025-01-24T01:32:08.7457174Z * [new branch] pr/131860 -> origin/pr/131860 2025-01-24T01:32:08.7457692Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-01-24T01:32:08.7458254Z * [new branch] profiler_triton_kwargs -> origin/profiler_triton_kwargs 2025-01-24T01:32:08.7458756Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-01-24T01:32:08.7459224Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-01-24T01:32:08.7459679Z * [new branch] pt2-torchrec -> origin/pt2-torchrec 2025-01-24T01:32:08.7460186Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-01-24T01:32:08.7460702Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-01-24T01:32:08.7461200Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-01-24T01:32:08.7461827Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-01-24T01:32:08.7871037Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-01-24T01:32:08.7871646Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-01-24T01:32:08.7872325Z * [new branch] record-ghstack-deps-in-commit-msg -> origin/record-ghstack-deps-in-commit-msg 2025-01-24T01:32:08.7873183Z * [new branch] reduce1 -> origin/reduce1 2025-01-24T01:32:08.7873684Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-01-24T01:32:08.7874209Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-01-24T01:32:08.7874664Z * [new branch] release/1.10 -> origin/release/1.10 2025-01-24T01:32:08.7875123Z * [new branch] release/1.11 -> origin/release/1.11 2025-01-24T01:32:08.7875565Z * [new branch] release/1.12 -> origin/release/1.12 2025-01-24T01:32:08.7876000Z * [new branch] release/1.13 -> origin/release/1.13 2025-01-24T01:32:08.7876440Z * [new branch] release/1.4 -> origin/release/1.4 2025-01-24T01:32:08.7876883Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-01-24T01:32:08.7877345Z * [new branch] release/1.5 -> origin/release/1.5 2025-01-24T01:32:08.7877769Z * [new branch] release/1.6 -> origin/release/1.6 2025-01-24T01:32:08.7878203Z * [new branch] release/1.7 -> origin/release/1.7 2025-01-24T01:32:08.7878693Z * [new branch] release/1.8 -> origin/release/1.8 2025-01-24T01:32:08.7879166Z * [new branch] release/1.9 -> origin/release/1.9 2025-01-24T01:32:08.7879614Z * [new branch] release/2.0 -> origin/release/2.0 2025-01-24T01:32:08.7880042Z * [new branch] release/2.1 -> origin/release/2.1 2025-01-24T01:32:08.7880466Z * [new branch] release/2.2 -> origin/release/2.2 2025-01-24T01:32:08.7880898Z * [new branch] release/2.3 -> origin/release/2.3 2025-01-24T01:32:08.7881342Z * [new branch] release/2.4 -> origin/release/2.4 2025-01-24T01:32:08.7881794Z * [new branch] release/2.5 -> origin/release/2.5 2025-01-24T01:32:08.7882231Z * [new branch] release/2.6 -> origin/release/2.6 2025-01-24T01:32:08.7882665Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-01-24T01:32:08.7883119Z * [new branch] release_notes -> origin/release_notes 2025-01-24T01:32:08.7883614Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-01-24T01:32:08.7884167Z * [new branch] remove_add_runtime -> origin/remove_add_runtime 2025-01-24T01:32:08.7884709Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-01-24T01:32:08.7885181Z * [new branch] remove_workflow -> origin/remove_workflow 2025-01-24T01:32:08.7885647Z * [new branch] rename_transform -> origin/rename_transform 2025-01-24T01:32:08.7886124Z * [new branch] rename_validate -> origin/rename_validate 2025-01-24T01:32:08.7886585Z * [new branch] request_english -> origin/request_english 2025-01-24T01:32:08.7887057Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-01-24T01:32:08.7887919Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-01-24T01:32:08.7888638Z * [new branch] revert-112125 -> origin/revert-112125 2025-01-24T01:32:08.7889279Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-01-24T01:32:08.7890124Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-01-24T01:32:08.7891509Z * [new branch] revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ -> origin/revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ 2025-01-24T01:32:08.7892351Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-01-24T01:32:08.7892939Z * [new branch] richard/init_types -> origin/richard/init_types 2025-01-24T01:32:08.7893436Z * [new branch] richard/more_types -> origin/richard/more_types 2025-01-24T01:32:08.7894009Z * [new branch] rocm-triton-nightly-wheelfix -> origin/rocm-triton-nightly-wheelfix 2025-01-24T01:32:08.7894678Z * [new branch] rocm-triton-wheel-pinupdate-21 -> origin/rocm-triton-wheel-pinupdate-21 2025-01-24T01:32:08.7895337Z * [new branch] rocm_ck_sdpa -> origin/rocm_ck_sdpa 2025-01-24T01:32:08.7895878Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-01-24T01:32:08.7896419Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-01-24T01:32:08.8312809Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-01-24T01:32:08.8313396Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-01-24T01:32:08.8313920Z * [new branch] rprop-playground -> origin/rprop-playground 2025-01-24T01:32:08.8314489Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-01-24T01:32:08.8315249Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-01-24T01:32:08.8315988Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-01-24T01:32:08.8316525Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-01-24T01:32:08.8317029Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-01-24T01:32:08.8317509Z * [new branch] rzou/fix -> origin/rzou/fix 2025-01-24T01:32:08.8317945Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-01-24T01:32:08.8318374Z * [new branch] rzou/njt -> origin/rzou/njt 2025-01-24T01:32:08.8318811Z * [new branch] rzou/operator -> origin/rzou/operator 2025-01-24T01:32:08.8319307Z * [new branch] rzou/out_dtype_decomp -> origin/rzou/out_dtype_decomp 2025-01-24T01:32:08.8319779Z * [new branch] rzou/pca -> origin/rzou/pca 2025-01-24T01:32:08.8320220Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-01-24T01:32:08.8320687Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-01-24T01:32:08.8321166Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-01-24T01:32:08.8321651Z * [new branch] safe-rollout -> origin/safe-rollout 2025-01-24T01:32:08.8322382Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-01-24T01:32:08.8323335Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-01-24T01:32:08.8324201Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-01-24T01:32:08.8324664Z * [new branch] sdpa_base -> origin/sdpa_base 2025-01-24T01:32:08.8325106Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-01-24T01:32:08.8325543Z * [new branch] sdym/chp -> origin/sdym/chp 2025-01-24T01:32:08.8325964Z * [new branch] sdym/chp2 -> origin/sdym/chp2 2025-01-24T01:32:08.8326567Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-01-24T01:32:08.8327098Z * [new branch] sdym/jit-attribute -> origin/sdym/jit-attribute 2025-01-24T01:32:08.8327604Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-01-24T01:32:08.8328092Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-01-24T01:32:08.8328577Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-01-24T01:32:08.8329061Z * [new branch] sdym/skipifrocm -> origin/sdym/skipifrocm 2025-01-24T01:32:08.8329555Z * [new branch] sdym/test_quantized_op -> origin/sdym/test_quantized_op 2025-01-24T01:32:08.8330075Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-01-24T01:32:08.8330571Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-01-24T01:32:08.8331102Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-01-24T01:32:08.8331665Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-01-24T01:32:08.8332127Z * [new branch] sdym/wno -> origin/sdym/wno 2025-01-24T01:32:08.8332565Z * [new branch] serialize -> origin/serialize 2025-01-24T01:32:08.8333017Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-01-24T01:32:08.8333524Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-01-24T01:32:08.8334049Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-01-24T01:32:08.8334641Z * [new branch] shunting-add-reduction-config -> origin/shunting-add-reduction-config 2025-01-24T01:32:08.8335432Z * [new branch] shunting-add-reduction-config-2 -> origin/shunting-add-reduction-config-2 2025-01-24T01:32:08.8336150Z * [new branch] shunting-add-reduction-config-3 -> origin/shunting-add-reduction-config-3 2025-01-24T01:32:08.8336795Z * [new branch] shunting-avoid-stale-cache -> origin/shunting-avoid-stale-cache 2025-01-24T01:32:08.8337401Z * [new branch] shunting-benchmark-fusion -> origin/shunting-benchmark-fusion 2025-01-24T01:32:08.8717366Z * [new branch] shunting-benchmark-fusion-2 -> origin/shunting-benchmark-fusion-2 2025-01-24T01:32:08.8718092Z * [new branch] shunting-benchmark-fusion-3 -> origin/shunting-benchmark-fusion-3 2025-01-24T01:32:08.8718709Z * [new branch] shunting-benchmark-fusion-4 -> origin/shunting-benchmark-fusion-4 2025-01-24T01:32:08.8719383Z * [new branch] shunting-consistent-thread-order -> origin/shunting-consistent-thread-order 2025-01-24T01:32:08.8720127Z * [new branch] shunting-consistent-thread-order-2 -> origin/shunting-consistent-thread-order-2 2025-01-24T01:32:08.8720902Z * [new branch] shunting-consistent-thread-order-3 -> origin/shunting-consistent-thread-order-3 2025-01-24T01:32:08.8721664Z * [new branch] shunting-inductor-change-for-triton -> origin/shunting-inductor-change-for-triton 2025-01-24T01:32:08.8722306Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-01-24T01:32:08.8723519Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-01-24T01:32:08.8724045Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-01-24T01:32:08.8724565Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-01-24T01:32:08.8725215Z * [new branch] shunting-loop-ordering-after-fusion -> origin/shunting-loop-ordering-after-fusion 2025-01-24T01:32:08.8726035Z * [new branch] shunting-loop-ordering-after-fusion-2 -> origin/shunting-loop-ordering-after-fusion-2 2025-01-24T01:32:08.8726975Z * [new branch] shunting-loop-ordering-after-fusion-3 -> origin/shunting-loop-ordering-after-fusion-3 2025-01-24T01:32:08.8727796Z * [new branch] shunting-loop-ordering-after-fusion-bm -> origin/shunting-loop-ordering-after-fusion-bm 2025-01-24T01:32:08.8728652Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-01-24T01:32:08.8729367Z * [new branch] shunting-multi-kernel -> origin/shunting-multi-kernel 2025-01-24T01:32:08.8729934Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-01-24T01:32:08.8730506Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-01-24T01:32:08.8731098Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-01-24T01:32:08.8731717Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-01-24T01:32:08.8732331Z * [new branch] shunting-triton-pin-update -> origin/shunting-triton-pin-update 2025-01-24T01:32:08.8732959Z * [new branch] shunting-triton-pin-update-2 -> origin/shunting-triton-pin-update-2 2025-01-24T01:32:08.8733593Z * [new branch] shunting-triton-pin-update-3 -> origin/shunting-triton-pin-update-3 2025-01-24T01:32:08.8734226Z * [new branch] shunting-triton-pin-update-4 -> origin/shunting-triton-pin-update-4 2025-01-24T01:32:08.8734870Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-01-24T01:32:08.8735570Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-01-24T01:32:08.8736130Z * [new branch] soulitzer/refactor-njt -> origin/soulitzer/refactor-njt 2025-01-24T01:32:08.8736643Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-01-24T01:32:08.8737176Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-01-24T01:32:08.8737684Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-01-24T01:32:08.8738194Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-01-24T01:32:08.8738753Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-01-24T01:32:08.8739273Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-01-24T01:32:08.8739738Z * [new branch] standalone -> origin/standalone 2025-01-24T01:32:08.8740275Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-01-24T01:32:08.8740793Z * [new branch] super -> origin/super 2025-01-24T01:32:08.8741272Z * [new branch] support_dequant_out_dtype -> origin/support_dequant_out_dtype 2025-01-24T01:32:08.8741794Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-01-24T01:32:08.8742282Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-01-24T01:32:08.8742732Z * [new branch] switch-bn -> origin/switch-bn 2025-01-24T01:32:08.8743228Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-01-24T01:32:08.8743909Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-01-24T01:32:08.8744407Z * [new branch] test-cast-hook -> origin/test-cast-hook 2025-01-24T01:32:08.9664423Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-01-24T01:32:08.9665071Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-01-24T01:32:08.9665848Z * [new branch] test/inductor -> origin/test/inductor 2025-01-24T01:32:08.9666304Z * [new branch] test_imdsv2 -> origin/test_imdsv2 2025-01-24T01:32:08.9666741Z * [new branch] test_od -> origin/test_od 2025-01-24T01:32:08.9667225Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-01-24T01:32:08.9667738Z * [new branch] tidy_mordenize_cyy -> origin/tidy_mordenize_cyy 2025-01-24T01:32:08.9668263Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-01-24T01:32:08.9668834Z * [new branch] torch_autograd_function_ts_fix -> origin/torch_autograd_function_ts_fix 2025-01-24T01:32:08.9669361Z * [new branch] torch_export -> origin/torch_export 2025-01-24T01:32:08.9669829Z * [new branch] torch_export_only -> origin/torch_export_only 2025-01-24T01:32:08.9670342Z * [new branch] torch_logs_improvements -> origin/torch_logs_improvements 2025-01-24T01:32:08.9670834Z * [new branch] torch_np -> origin/torch_np 2025-01-24T01:32:08.9671319Z * [new branch] torchbench-pin-commit -> origin/torchbench-pin-commit 2025-01-24T01:32:08.9671866Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-01-24T01:32:08.9672440Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-01-24T01:32:08.9672955Z * [new branch] transformer_name -> origin/transformer_name 2025-01-24T01:32:08.9673444Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-01-24T01:32:08.9673910Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-01-24T01:32:08.9674357Z * [new branch] triton-update -> origin/triton-update 2025-01-24T01:32:08.9674807Z * [new branch] triton_kernel -> origin/triton_kernel 2025-01-24T01:32:08.9675277Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-01-24T01:32:08.9675795Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-01-24T01:32:08.9676278Z * [new branch] type_check -> origin/type_check 2025-01-24T01:32:08.9676718Z * [new branch] type_dec -> origin/type_dec 2025-01-24T01:32:08.9677354Z * [new branch] update-audio-commit-hash/12898458761-1429-1 -> origin/update-audio-commit-hash/12898458761-1429-1 2025-01-24T01:32:08.9678232Z * [new branch] update-executorch-commit-hash/11847856213-1353-1 -> origin/update-executorch-commit-hash/11847856213-1353-1 2025-01-24T01:32:08.9679153Z * [new branch] update-executorch-commit-hash/12778861619-1419-1 -> origin/update-executorch-commit-hash/12778861619-1419-1 2025-01-24T01:32:08.9680075Z * [new branch] update-executorch-commit-hash/12820045707-1423-1 -> origin/update-executorch-commit-hash/12820045707-1423-1 2025-01-24T01:32:08.9680991Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-01-24T01:32:08.9681845Z * [new branch] update-triton-commit-hash/7164317553-91-1 -> origin/update-triton-commit-hash/7164317553-91-1 2025-01-24T01:32:08.9682815Z * [new branch] update-vision-commit-hash/5663141514-644-1 -> origin/update-vision-commit-hash/5663141514-644-1 2025-01-24T01:32:08.9683633Z * [new branch] update-vision-commit-hash/5686712198-646-1 -> origin/update-vision-commit-hash/5686712198-646-1 2025-01-24T01:32:08.9684446Z * [new branch] update-vision-commit-hash/5697383899-647-1 -> origin/update-vision-commit-hash/5697383899-647-1 2025-01-24T01:32:08.9685346Z * [new branch] update-vision-commit-hash/5703215648-648-1 -> origin/update-vision-commit-hash/5703215648-648-1 2025-01-24T01:32:08.9686150Z * [new branch] update-vision-commit-hash/5721003453-652-1 -> origin/update-vision-commit-hash/5721003453-652-1 2025-01-24T01:32:08.9686956Z * [new branch] update-vision-commit-hash/5733163916-653-1 -> origin/update-vision-commit-hash/5733163916-653-1 2025-01-24T01:32:08.9687753Z * [new branch] update-vision-commit-hash/5745082876-655-1 -> origin/update-vision-commit-hash/5745082876-655-1 2025-01-24T01:32:08.9688556Z * [new branch] update-vision-commit-hash/5756913626-656-1 -> origin/update-vision-commit-hash/5756913626-656-1 2025-01-24T01:32:08.9689369Z * [new branch] update-vision-commit-hash/5767629392-657-1 -> origin/update-vision-commit-hash/5767629392-657-1 2025-01-24T01:32:08.9976199Z * [new branch] update-vision-commit-hash/5791192212-660-1 -> origin/update-vision-commit-hash/5791192212-660-1 2025-01-24T01:32:08.9977148Z * [new branch] update-vision-commit-hash/5803321708-661-1 -> origin/update-vision-commit-hash/5803321708-661-1 2025-01-24T01:32:08.9978017Z * [new branch] update-vision-commit-hash/5815393173-662-1 -> origin/update-vision-commit-hash/5815393173-662-1 2025-01-24T01:32:08.9978827Z * [new branch] update-vision-commit-hash/5827402908-663-1 -> origin/update-vision-commit-hash/5827402908-663-1 2025-01-24T01:32:08.9979638Z * [new branch] update-vision-commit-hash/5838148554-664-1 -> origin/update-vision-commit-hash/5838148554-664-1 2025-01-24T01:32:08.9980443Z * [new branch] update-vision-commit-hash/5844184042-669-1 -> origin/update-vision-commit-hash/5844184042-669-1 2025-01-24T01:32:08.9981258Z * [new branch] update-vision-commit-hash/5850331519-670-1 -> origin/update-vision-commit-hash/5850331519-670-1 2025-01-24T01:32:08.9982065Z * [new branch] update-vision-commit-hash/5862012764-671-1 -> origin/update-vision-commit-hash/5862012764-671-1 2025-01-24T01:32:08.9982864Z * [new branch] update-vision-commit-hash/5873060393-672-1 -> origin/update-vision-commit-hash/5873060393-672-1 2025-01-24T01:32:08.9983751Z * [new branch] update-vision-commit-hash/5885149056-673-1 -> origin/update-vision-commit-hash/5885149056-673-1 2025-01-24T01:32:08.9984554Z * [new branch] update-vision-commit-hash/5897221503-674-1 -> origin/update-vision-commit-hash/5897221503-674-1 2025-01-24T01:32:08.9985358Z * [new branch] update-vision-commit-hash/5908209609-675-1 -> origin/update-vision-commit-hash/5908209609-675-1 2025-01-24T01:32:08.9986166Z * [new branch] update-vision-commit-hash/5932800208-678-1 -> origin/update-vision-commit-hash/5932800208-678-1 2025-01-24T01:32:08.9986956Z * [new branch] update-vision-commit-hash/5945368651-679-1 -> origin/update-vision-commit-hash/5945368651-679-1 2025-01-24T01:32:08.9987767Z * [new branch] update-vision-commit-hash/5957816346-680-1 -> origin/update-vision-commit-hash/5957816346-680-1 2025-01-24T01:32:08.9988566Z * [new branch] update-vision-commit-hash/5970234703-681-1 -> origin/update-vision-commit-hash/5970234703-681-1 2025-01-24T01:32:08.9989463Z * [new branch] update-vision-commit-hash/5987723897-683-1 -> origin/update-vision-commit-hash/5987723897-683-1 2025-01-24T01:32:08.9990472Z * [new branch] update-vision-commit-hash/6006315671-686-1 -> origin/update-vision-commit-hash/6006315671-686-1 2025-01-24T01:32:08.9991280Z * [new branch] update-vision-commit-hash/6018891470-687-1 -> origin/update-vision-commit-hash/6018891470-687-1 2025-01-24T01:32:08.9992091Z * [new branch] update-vision-commit-hash/6055107264-691-1 -> origin/update-vision-commit-hash/6055107264-691-1 2025-01-24T01:32:08.9992964Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-01-24T01:32:08.9993925Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-01-24T01:32:08.9994778Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-01-24T01:32:08.9995626Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-01-24T01:32:08.9996440Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-01-24T01:32:08.9997245Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-01-24T01:32:08.9998046Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-01-24T01:32:08.9998846Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-01-24T01:32:08.9999656Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-01-24T01:32:09.0000513Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-01-24T01:32:09.0001457Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-01-24T01:32:09.0002400Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-01-24T01:32:09.0003335Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-01-24T01:32:09.0325280Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-01-24T01:32:09.0326193Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-01-24T01:32:09.0327003Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-01-24T01:32:09.0327812Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-01-24T01:32:09.0328634Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-01-24T01:32:09.0329436Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-01-24T01:32:09.0330254Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-01-24T01:32:09.0331062Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-01-24T01:32:09.0331866Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-01-24T01:32:09.0332665Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-01-24T01:32:09.0333467Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-01-24T01:32:09.0334455Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-01-24T01:32:09.0335262Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-01-24T01:32:09.0336123Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-01-24T01:32:09.0337061Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-01-24T01:32:09.0337822Z * [new branch] update-xla-commit-hash/5711964502-56-1 -> origin/update-xla-commit-hash/5711964502-56-1 2025-01-24T01:32:09.0338558Z * [new branch] update-xla-commit-hash/5782359377-57-1 -> origin/update-xla-commit-hash/5782359377-57-1 2025-01-24T01:32:09.0339281Z * [new branch] update-xla-commit-hash/5837098370-60-1 -> origin/update-xla-commit-hash/5837098370-60-1 2025-01-24T01:32:09.0340011Z * [new branch] update-xla-commit-hash/5837494164-62-2 -> origin/update-xla-commit-hash/5837494164-62-2 2025-01-24T01:32:09.0340734Z * [new branch] update-xla-commit-hash/5853121215-70-1 -> origin/update-xla-commit-hash/5853121215-70-1 2025-01-24T01:32:09.0341449Z * [new branch] update-xla-commit-hash/5856611801-73-1 -> origin/update-xla-commit-hash/5856611801-73-1 2025-01-24T01:32:09.0342179Z * [new branch] update-xla-commit-hash/5861803330-74-1 -> origin/update-xla-commit-hash/5861803330-74-1 2025-01-24T01:32:09.0342907Z * [new branch] update-xla-commit-hash/5923384420-75-1 -> origin/update-xla-commit-hash/5923384420-75-1 2025-01-24T01:32:09.0343636Z * [new branch] update-xla-commit-hash/5997018991-76-1 -> origin/update-xla-commit-hash/5997018991-76-1 2025-01-24T01:32:09.0344349Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-01-24T01:32:09.0345080Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-01-24T01:32:09.0345802Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-01-24T01:32:09.0346517Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-01-24T01:32:09.0347249Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-01-24T01:32:09.0347971Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-01-24T01:32:09.0348699Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-01-24T01:32:09.0349419Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-01-24T01:32:09.0350143Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-01-24T01:32:09.0350868Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-01-24T01:32:09.0748560Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-01-24T01:32:09.0749442Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-01-24T01:32:09.0750069Z * [new branch] update_pin -> origin/update_pin 2025-01-24T01:32:09.0750568Z * [new branch] update_rocm_yml_labels -> origin/update_rocm_yml_labels 2025-01-24T01:32:09.0751116Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-01-24T01:32:09.0751864Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-01-24T01:32:09.0752435Z * [new branch] update_slow_tests_1734939586 -> origin/update_slow_tests_1734939586 2025-01-24T01:32:09.0752996Z * [new branch] update_slow_tests_1736149192 -> origin/update_slow_tests_1736149192 2025-01-24T01:32:09.0753544Z * [new branch] update_slow_tests_1736754002 -> origin/update_slow_tests_1736754002 2025-01-24T01:32:09.0754242Z * [new branch] update_slow_tests_1737358785 -> origin/update_slow_tests_1737358785 2025-01-24T01:32:09.0754844Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-01-24T01:32:09.0755377Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-01-24T01:32:09.0755992Z * [new branch] upload-test-stats-workflow-env -> origin/upload-test-stats-workflow-env 2025-01-24T01:32:09.0756584Z * [new branch] use_torch_export_3 -> origin/use_torch_export_3 2025-01-24T01:32:09.0757037Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-01-24T01:32:09.0757441Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-01-24T01:32:09.0757843Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-01-24T01:32:09.0758244Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-01-24T01:32:09.0758735Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-01-24T01:32:09.0759142Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-01-24T01:32:09.0759546Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-01-24T01:32:09.0759959Z * [new branch] validate_fn -> origin/validate_fn 2025-01-24T01:32:09.0760423Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-01-24T01:32:09.0760925Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-01-24T01:32:09.0761382Z * [new branch] viable/strict -> origin/viable/strict 2025-01-24T01:32:09.0761837Z * [new branch] voz/always_lift -> origin/voz/always_lift 2025-01-24T01:32:09.0762365Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-01-24T01:32:09.0762885Z * [new branch] voz/debug_dec -> origin/voz/debug_dec 2025-01-24T01:32:09.0763321Z * [new branch] voz/fix_fsdp -> origin/voz/fix_fsdp 2025-01-24T01:32:09.0763760Z * [new branch] voz/fix_np -> origin/voz/fix_np 2025-01-24T01:32:09.0764193Z * [new branch] voz/fix_np_2 -> origin/voz/fix_np_2 2025-01-24T01:32:09.0764645Z * [new branch] voz/fsdp_autograd -> origin/voz/fsdp_autograd 2025-01-24T01:32:09.0765139Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-01-24T01:32:09.0765626Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-01-24T01:32:09.0766126Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-01-24T01:32:09.0766674Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-01-24T01:32:09.0767174Z * [new branch] voz/fsdp_ops -> origin/voz/fsdp_ops 2025-01-24T01:32:09.0767620Z * [new branch] voz/fsdp_ops2 -> origin/voz/fsdp_ops2 2025-01-24T01:32:09.0768061Z * [new branch] voz/fsdp_ops3 -> origin/voz/fsdp_ops3 2025-01-24T01:32:09.0768497Z * [new branch] voz/hacks -> origin/voz/hacks 2025-01-24T01:32:09.0768948Z * [new branch] voz/partials -> origin/voz/partials 2025-01-24T01:32:09.0769536Z * [new branch] voz/puffery -> origin/voz/puffery 2025-01-24T01:32:09.0769986Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-01-24T01:32:09.0770495Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-01-24T01:32:09.0770994Z * [new branch] voz/torch_np -> origin/voz/torch_np 2025-01-24T01:32:09.0771616Z * [new branch] voz/torchrec_enablement -> origin/voz/torchrec_enablement 2025-01-24T01:32:09.0772168Z * [new branch] voz/torchrec_enablement2 -> origin/voz/torchrec_enablement2 2025-01-24T01:32:09.1179463Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-01-24T01:32:09.1179983Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-01-24T01:32:09.1180510Z * [new branch] wdvr/fix_cppwarnings_build -> origin/wdvr/fix_cppwarnings_build 2025-01-24T01:32:09.1181094Z * [new branch] wdvr/sccache091 -> origin/wdvr/sccache091 2025-01-24T01:32:09.1181576Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-01-24T01:32:09.1182092Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-01-24T01:32:09.1182623Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-01-24T01:32:09.1183113Z * [new branch] whc/flight -> origin/whc/flight 2025-01-24T01:32:09.1183558Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-01-24T01:32:09.1184004Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-01-24T01:32:09.1184447Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-01-24T01:32:09.1184913Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-01-24T01:32:09.1185512Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-01-24T01:32:09.1186258Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-01-24T01:32:09.1186989Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-01-24T01:32:09.1187918Z * [new branch] wwen/dynamo-preserve-node-metadata -> origin/wwen/dynamo-preserve-node-metadata 2025-01-24T01:32:09.1188939Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-01-24T01:32:09.1189784Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-01-24T01:32:09.1190525Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-01-24T01:32:09.1191262Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-01-24T01:32:09.1191991Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-01-24T01:32:09.1192647Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-01-24T01:32:09.1193389Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-01-24T01:32:09.1194092Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-01-24T01:32:09.1194578Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-01-24T01:32:09.1195117Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-01-24T01:32:09.1195686Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-01-24T01:32:09.1196216Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-01-24T01:32:09.1196706Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-01-24T01:32:09.1197440Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-01-24T01:32:09.1197967Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-01-24T01:32:09.1198481Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-01-24T01:32:09.1198993Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-01-24T01:32:09.1199613Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-01-24T01:32:09.1200110Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-01-24T01:32:09.1200669Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-01-24T01:32:09.1201144Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-01-24T01:32:09.1201613Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-01-24T01:32:09.1202110Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-01-24T01:32:09.1202678Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-01-24T01:32:09.1203324Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-01-24T01:32:09.1204011Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-01-24T01:32:09.1204643Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-01-24T01:32:09.1205245Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-01-24T01:32:09.1205904Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-01-24T01:32:09.1206545Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-01-24T01:32:09.1598425Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-01-24T01:32:09.1599243Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-01-24T01:32:09.1599891Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-01-24T01:32:09.1600480Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-01-24T01:32:09.1601129Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-01-24T01:32:09.1601733Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-01-24T01:32:09.1602410Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-01-24T01:32:09.1603035Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-01-24T01:32:09.1603551Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-01-24T01:32:09.1604069Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-01-24T01:32:09.1604612Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-01-24T01:32:09.1605142Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-01-24T01:32:09.1605663Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-01-24T01:32:09.1606153Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-01-24T01:32:09.1606600Z * [new branch] xmfan/test -> origin/xmfan/test 2025-01-24T01:32:09.1607047Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-01-24T01:32:09.1607786Z * [new branch] xz9/remove-run-torchbench -> origin/xz9/remove-run-torchbench 2025-01-24T01:32:09.1608341Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-01-24T01:32:09.1608843Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-01-24T01:32:09.1609324Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-01-24T01:32:09.1609824Z * [new branch] zainr/emit-debug -> origin/zainr/emit-debug 2025-01-24T01:32:09.1610546Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-01-24T01:32:09.1611130Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-01-24T01:32:09.1611636Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-01-24T01:32:09.1612161Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-01-24T01:32:09.1612640Z * [new branch] zainr/no-op -> origin/zainr/no-op 2025-01-24T01:32:09.1613150Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-01-24T01:32:09.1613710Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-01-24T01:32:09.1614217Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-01-24T01:32:09.1614721Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-01-24T01:32:09.1615239Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-01-24T01:32:09.1615836Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-01-24T01:32:09.1616336Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-01-24T01:32:09.1616840Z * [new branch] zainr/td-metrics2 -> origin/zainr/td-metrics2 2025-01-24T01:32:09.1617382Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-01-24T01:32:09.1617917Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-01-24T01:32:09.1618405Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-01-24T01:32:09.1618875Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-01-24T01:32:09.1619372Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-01-24T01:32:09.1620920Z * [new branch] zb2p -> origin/zb2p 2025-01-24T01:32:09.1621366Z * [new branch] zbv_algo -> origin/zbv_algo 2025-01-24T01:32:09.1621810Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-01-24T01:32:09.1622299Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-01-24T01:32:09.1622831Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-01-24T01:32:09.1623358Z * [new branch] zhuhaozhe-patch-1 -> origin/zhuhaozhe-patch-1 2025-01-24T01:32:09.1623862Z * [new branch] zhxchen17/dynamo/0 -> origin/zhxchen17/dynamo/0 2025-01-24T01:32:09.1624365Z * [new branch] zhxchen17/dynamo/1 -> origin/zhxchen17/dynamo/1 2025-01-24T01:32:09.1952745Z * [new branch] zhxchen17/dynamo/2 -> origin/zhxchen17/dynamo/2 2025-01-24T01:32:09.1953325Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-01-24T01:32:09.1953831Z * [new branch] zhxchen17/export/10 -> origin/zhxchen17/export/10 2025-01-24T01:32:09.1954344Z * [new branch] zhxchen17/export/11 -> origin/zhxchen17/export/11 2025-01-24T01:32:09.1955055Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-01-24T01:32:09.1955562Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-01-24T01:32:09.1956069Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-01-24T01:32:09.1956565Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-01-24T01:32:09.1957067Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-01-24T01:32:09.1957689Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-01-24T01:32:09.1958182Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-01-24T01:32:09.1958670Z * [new branch] zhxchen17/export/9 -> origin/zhxchen17/export/9 2025-01-24T01:32:09.1959143Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-01-24T01:32:09.1959621Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-01-24T01:32:09.1960124Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-01-24T01:32:09.1960893Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-01-24T01:32:09.1961614Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-01-24T01:32:09.1962034Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-01-24T01:32:09.1962439Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-01-24T01:32:09.1962829Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-01-24T01:32:09.1963256Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-01-24T01:32:09.1963702Z * [new tag] ciflow/binaries/128672 -> ciflow/binaries/128672 2025-01-24T01:32:09.1964141Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-01-24T01:32:09.1964592Z * [new tag] ciflow/binaries/138175 -> ciflow/binaries/138175 2025-01-24T01:32:09.1965040Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-01-24T01:32:09.1965472Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-01-24T01:32:09.1965918Z * [new tag] ciflow/binaries/140844 -> ciflow/binaries/140844 2025-01-24T01:32:09.1966371Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-01-24T01:32:09.1966815Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-01-24T01:32:09.1967252Z * [new tag] ciflow/binaries/143360 -> ciflow/binaries/143360 2025-01-24T01:32:09.1967699Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-01-24T01:32:09.1968152Z * [new tag] ciflow/binaries/143791 -> ciflow/binaries/143791 2025-01-24T01:32:09.1968582Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-01-24T01:32:09.1969028Z * [new tag] ciflow/binaries/144046 -> ciflow/binaries/144046 2025-01-24T01:32:09.1969472Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-01-24T01:32:09.1969903Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-01-24T01:32:09.1970357Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-01-24T01:32:09.1970839Z * [new tag] ciflow/binaries_conda/139576 -> ciflow/binaries_conda/139576 2025-01-24T01:32:09.1971372Z * [new tag] ciflow/binaries_libtorch/139576 -> ciflow/binaries_libtorch/139576 2025-01-24T01:32:09.1971893Z * [new tag] ciflow/binaries_wheel/135189 -> ciflow/binaries_wheel/135189 2025-01-24T01:32:09.1972517Z * [new tag] ciflow/binaries_wheel/139576 -> ciflow/binaries_wheel/139576 2025-01-24T01:32:09.1973018Z * [new tag] ciflow/binaries_wheel/141584 -> ciflow/binaries_wheel/141584 2025-01-24T01:32:09.1973514Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-01-24T01:32:09.1974012Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-01-24T01:32:09.1974616Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-01-24T01:32:09.1975104Z * [new tag] ciflow/binaries_wheel/144842 -> ciflow/binaries_wheel/144842 2025-01-24T01:32:09.1975686Z * [new tag] ciflow/binaries_wheel/144887 -> ciflow/binaries_wheel/144887 2025-01-24T01:32:09.2280598Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-01-24T01:32:09.2281089Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-01-24T01:32:09.2281540Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-01-24T01:32:09.2282016Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-01-24T01:32:09.2282633Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-01-24T01:32:09.2283345Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-01-24T01:32:09.2283999Z * [new tag] ciflow/inductor-perf-compare/145455 -> ciflow/inductor-perf-compare/145455 2025-01-24T01:32:09.2284693Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-01-24T01:32:09.2285362Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-01-24T01:32:09.2285931Z * [new tag] ciflow/inductor-periodic/143560 -> ciflow/inductor-periodic/143560 2025-01-24T01:32:09.2286508Z * [new tag] ciflow/inductor-periodic/144594 -> ciflow/inductor-periodic/144594 2025-01-24T01:32:09.2287080Z * [new tag] ciflow/inductor-periodic/145455 -> ciflow/inductor-periodic/145455 2025-01-24T01:32:09.2287614Z * [new tag] ciflow/inductor-rocm/140261 -> ciflow/inductor-rocm/140261 2025-01-24T01:32:09.2288103Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-01-24T01:32:09.2288599Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-01-24T01:32:09.2289089Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-01-24T01:32:09.2289574Z * [new tag] ciflow/inductor-rocm/142408 -> ciflow/inductor-rocm/142408 2025-01-24T01:32:09.2290064Z * [new tag] ciflow/inductor-rocm/144985 -> ciflow/inductor-rocm/144985 2025-01-24T01:32:09.2290554Z * [new tag] ciflow/inductor-rocm/145504 -> ciflow/inductor-rocm/145504 2025-01-24T01:32:09.2291034Z * [new tag] ciflow/inductor-rocm/145518 -> ciflow/inductor-rocm/145518 2025-01-24T01:32:09.2291512Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-01-24T01:32:09.2291967Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-01-24T01:32:09.2292404Z * [new tag] ciflow/inductor/118489 -> ciflow/inductor/118489 2025-01-24T01:32:09.2292859Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-01-24T01:32:09.2293299Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-01-24T01:32:09.2293744Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-01-24T01:32:09.2294178Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-01-24T01:32:09.2294829Z * [new tag] ciflow/inductor/123661 -> ciflow/inductor/123661 2025-01-24T01:32:09.2295279Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-01-24T01:32:09.2295804Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-01-24T01:32:09.2296259Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-01-24T01:32:09.2296715Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-01-24T01:32:09.2297286Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-01-24T01:32:09.2297740Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-01-24T01:32:09.2298197Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-01-24T01:32:09.2298643Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-01-24T01:32:09.2299100Z * [new tag] ciflow/inductor/126129 -> ciflow/inductor/126129 2025-01-24T01:32:09.2299548Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-01-24T01:32:09.2299992Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-01-24T01:32:09.2300428Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-01-24T01:32:09.2300877Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-01-24T01:32:09.2301325Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-01-24T01:32:09.2301760Z * [new tag] ciflow/inductor/128802 -> ciflow/inductor/128802 2025-01-24T01:32:09.2302200Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-01-24T01:32:09.2302641Z * [new tag] ciflow/inductor/129409 -> ciflow/inductor/129409 2025-01-24T01:32:09.2303095Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-01-24T01:32:09.2303535Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-01-24T01:32:09.2603517Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-01-24T01:32:09.2604049Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-01-24T01:32:09.2604498Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-01-24T01:32:09.2604982Z * [new tag] ciflow/inductor/131481 -> ciflow/inductor/131481 2025-01-24T01:32:09.2605426Z * [new tag] ciflow/inductor/131493 -> ciflow/inductor/131493 2025-01-24T01:32:09.2605865Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-01-24T01:32:09.2606300Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-01-24T01:32:09.2606751Z * [new tag] ciflow/inductor/132755 -> ciflow/inductor/132755 2025-01-24T01:32:09.2607191Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-01-24T01:32:09.2607623Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-01-24T01:32:09.2608060Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-01-24T01:32:09.2608503Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-01-24T01:32:09.2608943Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-01-24T01:32:09.2609390Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-01-24T01:32:09.2609845Z * [new tag] ciflow/inductor/133307 -> ciflow/inductor/133307 2025-01-24T01:32:09.2640091Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-01-24T01:32:09.2640998Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-01-24T01:32:09.2641520Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-01-24T01:32:09.2641978Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-01-24T01:32:09.2642416Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-01-24T01:32:09.2642859Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-01-24T01:32:09.2643461Z * [new tag] ciflow/inductor/133842 -> ciflow/inductor/133842 2025-01-24T01:32:09.2643900Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-01-24T01:32:09.2644351Z * [new tag] ciflow/inductor/134881 -> ciflow/inductor/134881 2025-01-24T01:32:09.2644799Z * [new tag] ciflow/inductor/134969 -> ciflow/inductor/134969 2025-01-24T01:32:09.2645250Z * [new tag] ciflow/inductor/135189 -> ciflow/inductor/135189 2025-01-24T01:32:09.2645691Z * [new tag] ciflow/inductor/135337 -> ciflow/inductor/135337 2025-01-24T01:32:09.2646135Z * [new tag] ciflow/inductor/135465 -> ciflow/inductor/135465 2025-01-24T01:32:09.2646581Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-01-24T01:32:09.2647017Z * [new tag] ciflow/inductor/135719 -> ciflow/inductor/135719 2025-01-24T01:32:09.2647478Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-01-24T01:32:09.2647926Z * [new tag] ciflow/inductor/136268 -> ciflow/inductor/136268 2025-01-24T01:32:09.2648360Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-01-24T01:32:09.2648814Z * [new tag] ciflow/inductor/136478 -> ciflow/inductor/136478 2025-01-24T01:32:09.2649261Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-01-24T01:32:09.2649711Z * [new tag] ciflow/inductor/136753 -> ciflow/inductor/136753 2025-01-24T01:32:09.2650147Z * [new tag] ciflow/inductor/136802 -> ciflow/inductor/136802 2025-01-24T01:32:09.2650597Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-01-24T01:32:09.2651042Z * [new tag] ciflow/inductor/137493 -> ciflow/inductor/137493 2025-01-24T01:32:09.2651477Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-01-24T01:32:09.2651920Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-01-24T01:32:09.2652365Z * [new tag] ciflow/inductor/137658 -> ciflow/inductor/137658 2025-01-24T01:32:09.2652804Z * [new tag] ciflow/inductor/137662 -> ciflow/inductor/137662 2025-01-24T01:32:09.2653247Z * [new tag] ciflow/inductor/137726 -> ciflow/inductor/137726 2025-01-24T01:32:09.2653693Z * [new tag] ciflow/inductor/137808 -> ciflow/inductor/137808 2025-01-24T01:32:09.2654136Z * [new tag] ciflow/inductor/137822 -> ciflow/inductor/137822 2025-01-24T01:32:09.2654579Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-01-24T01:32:09.2655030Z * [new tag] ciflow/inductor/137861 -> ciflow/inductor/137861 2025-01-24T01:32:09.2655470Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-01-24T01:32:09.2656035Z * [new tag] ciflow/inductor/137921 -> ciflow/inductor/137921 2025-01-24T01:32:09.2922405Z * [new tag] ciflow/inductor/137959 -> ciflow/inductor/137959 2025-01-24T01:32:09.2922906Z * [new tag] ciflow/inductor/138101 -> ciflow/inductor/138101 2025-01-24T01:32:09.2923372Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-01-24T01:32:09.2924030Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-01-24T01:32:09.2924491Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-01-24T01:32:09.2924927Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-01-24T01:32:09.2925377Z * [new tag] ciflow/inductor/138282 -> ciflow/inductor/138282 2025-01-24T01:32:09.2925952Z * [new tag] ciflow/inductor/138503 -> ciflow/inductor/138503 2025-01-24T01:32:09.2926384Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-01-24T01:32:09.2926882Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-01-24T01:32:09.2927370Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-01-24T01:32:09.2927817Z * [new tag] ciflow/inductor/138573 -> ciflow/inductor/138573 2025-01-24T01:32:09.2928275Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-01-24T01:32:09.2928719Z * [new tag] ciflow/inductor/138749 -> ciflow/inductor/138749 2025-01-24T01:32:09.2929173Z * [new tag] ciflow/inductor/138871 -> ciflow/inductor/138871 2025-01-24T01:32:09.2929606Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-01-24T01:32:09.2930050Z * [new tag] ciflow/inductor/138929 -> ciflow/inductor/138929 2025-01-24T01:32:09.2930491Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-01-24T01:32:09.2930927Z * [new tag] ciflow/inductor/138938 -> ciflow/inductor/138938 2025-01-24T01:32:09.2931378Z * [new tag] ciflow/inductor/138953 -> ciflow/inductor/138953 2025-01-24T01:32:09.2931826Z * [new tag] ciflow/inductor/138963 -> ciflow/inductor/138963 2025-01-24T01:32:09.2932265Z * [new tag] ciflow/inductor/138966 -> ciflow/inductor/138966 2025-01-24T01:32:09.2932706Z * [new tag] ciflow/inductor/138999 -> ciflow/inductor/138999 2025-01-24T01:32:09.2933229Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-01-24T01:32:09.2933670Z * [new tag] ciflow/inductor/139098 -> ciflow/inductor/139098 2025-01-24T01:32:09.2934117Z * [new tag] ciflow/inductor/139101 -> ciflow/inductor/139101 2025-01-24T01:32:09.2934559Z * [new tag] ciflow/inductor/139102 -> ciflow/inductor/139102 2025-01-24T01:32:09.2934997Z * [new tag] ciflow/inductor/139105 -> ciflow/inductor/139105 2025-01-24T01:32:09.2935433Z * [new tag] ciflow/inductor/139135 -> ciflow/inductor/139135 2025-01-24T01:32:09.2935962Z * [new tag] ciflow/inductor/139146 -> ciflow/inductor/139146 2025-01-24T01:32:09.2936430Z * [new tag] ciflow/inductor/139171 -> ciflow/inductor/139171 2025-01-24T01:32:09.2936866Z * [new tag] ciflow/inductor/139247 -> ciflow/inductor/139247 2025-01-24T01:32:09.2937316Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-01-24T01:32:09.2937764Z * [new tag] ciflow/inductor/139308 -> ciflow/inductor/139308 2025-01-24T01:32:09.2938210Z * [new tag] ciflow/inductor/139325 -> ciflow/inductor/139325 2025-01-24T01:32:09.2938690Z * [new tag] ciflow/inductor/139329 -> ciflow/inductor/139329 2025-01-24T01:32:09.2939181Z * [new tag] ciflow/inductor/139338 -> ciflow/inductor/139338 2025-01-24T01:32:09.2939632Z * [new tag] ciflow/inductor/139356 -> ciflow/inductor/139356 2025-01-24T01:32:09.2940068Z * [new tag] ciflow/inductor/139357 -> ciflow/inductor/139357 2025-01-24T01:32:09.2940643Z * [new tag] ciflow/inductor/139379 -> ciflow/inductor/139379 2025-01-24T01:32:09.2941095Z * [new tag] ciflow/inductor/139384 -> ciflow/inductor/139384 2025-01-24T01:32:09.2941542Z * [new tag] ciflow/inductor/139421 -> ciflow/inductor/139421 2025-01-24T01:32:09.2941988Z * [new tag] ciflow/inductor/139437 -> ciflow/inductor/139437 2025-01-24T01:32:09.2943098Z * [new tag] ciflow/inductor/139535 -> ciflow/inductor/139535 2025-01-24T01:32:09.2943534Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-01-24T01:32:09.2943985Z * [new tag] ciflow/inductor/139672 -> ciflow/inductor/139672 2025-01-24T01:32:09.2944485Z * [new tag] ciflow/inductor/139697 -> ciflow/inductor/139697 2025-01-24T01:32:09.2944966Z * [new tag] ciflow/inductor/139708 -> ciflow/inductor/139708 2025-01-24T01:32:09.2945405Z * [new tag] ciflow/inductor/139796 -> ciflow/inductor/139796 2025-01-24T01:32:09.3251385Z * [new tag] ciflow/inductor/139840 -> ciflow/inductor/139840 2025-01-24T01:32:09.3251949Z * [new tag] ciflow/inductor/139864 -> ciflow/inductor/139864 2025-01-24T01:32:09.3252445Z * [new tag] ciflow/inductor/139928 -> ciflow/inductor/139928 2025-01-24T01:32:09.3252925Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-01-24T01:32:09.3253379Z * [new tag] ciflow/inductor/139976 -> ciflow/inductor/139976 2025-01-24T01:32:09.3253822Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-01-24T01:32:09.3254259Z * [new tag] ciflow/inductor/140048 -> ciflow/inductor/140048 2025-01-24T01:32:09.3254704Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-01-24T01:32:09.3255160Z * [new tag] ciflow/inductor/140132 -> ciflow/inductor/140132 2025-01-24T01:32:09.3255597Z * [new tag] ciflow/inductor/140146 -> ciflow/inductor/140146 2025-01-24T01:32:09.3256111Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-01-24T01:32:09.3256553Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-01-24T01:32:09.3257013Z * [new tag] ciflow/inductor/140283 -> ciflow/inductor/140283 2025-01-24T01:32:09.3257461Z * [new tag] ciflow/inductor/140328 -> ciflow/inductor/140328 2025-01-24T01:32:09.3258002Z * [new tag] ciflow/inductor/140362 -> ciflow/inductor/140362 2025-01-24T01:32:09.3258446Z * [new tag] ciflow/inductor/140677 -> ciflow/inductor/140677 2025-01-24T01:32:09.3258881Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-01-24T01:32:09.3259330Z * [new tag] ciflow/inductor/140747 -> ciflow/inductor/140747 2025-01-24T01:32:09.3259774Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-01-24T01:32:09.3260213Z * [new tag] ciflow/inductor/140807 -> ciflow/inductor/140807 2025-01-24T01:32:09.3260667Z * [new tag] ciflow/inductor/140858 -> ciflow/inductor/140858 2025-01-24T01:32:09.3261105Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-01-24T01:32:09.3261550Z * [new tag] ciflow/inductor/141055 -> ciflow/inductor/141055 2025-01-24T01:32:09.3261985Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-01-24T01:32:09.3262431Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-01-24T01:32:09.3262880Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-01-24T01:32:09.3263539Z * [new tag] ciflow/inductor/141131 -> ciflow/inductor/141131 2025-01-24T01:32:09.3264039Z * [new tag] ciflow/inductor/141168 -> ciflow/inductor/141168 2025-01-24T01:32:09.3264485Z * [new tag] ciflow/inductor/141193 -> ciflow/inductor/141193 2025-01-24T01:32:09.3264921Z * [new tag] ciflow/inductor/141195 -> ciflow/inductor/141195 2025-01-24T01:32:09.3265360Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-01-24T01:32:09.3265927Z * [new tag] ciflow/inductor/141226 -> ciflow/inductor/141226 2025-01-24T01:32:09.3266373Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-01-24T01:32:09.3266815Z * [new tag] ciflow/inductor/141342 -> ciflow/inductor/141342 2025-01-24T01:32:09.3267268Z * [new tag] ciflow/inductor/141347 -> ciflow/inductor/141347 2025-01-24T01:32:09.3267729Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-01-24T01:32:09.3268164Z * [new tag] ciflow/inductor/141489 -> ciflow/inductor/141489 2025-01-24T01:32:09.3268608Z * [new tag] ciflow/inductor/141493 -> ciflow/inductor/141493 2025-01-24T01:32:09.3269095Z * [new tag] ciflow/inductor/141496 -> ciflow/inductor/141496 2025-01-24T01:32:09.3269576Z * [new tag] ciflow/inductor/141588 -> ciflow/inductor/141588 2025-01-24T01:32:09.3270026Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-01-24T01:32:09.3270470Z * [new tag] ciflow/inductor/141659 -> ciflow/inductor/141659 2025-01-24T01:32:09.3270908Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-01-24T01:32:09.3271355Z * [new tag] ciflow/inductor/141697 -> ciflow/inductor/141697 2025-01-24T01:32:09.3271801Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-01-24T01:32:09.3272249Z * [new tag] ciflow/inductor/141702 -> ciflow/inductor/141702 2025-01-24T01:32:09.3272687Z * [new tag] ciflow/inductor/141720 -> ciflow/inductor/141720 2025-01-24T01:32:09.3273133Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-01-24T01:32:09.3273578Z * [new tag] ciflow/inductor/141795 -> ciflow/inductor/141795 2025-01-24T01:32:09.3582554Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-01-24T01:32:09.3583073Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-01-24T01:32:09.3583547Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-01-24T01:32:09.3583997Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-01-24T01:32:09.3584456Z * [new tag] ciflow/inductor/141947 -> ciflow/inductor/141947 2025-01-24T01:32:09.3584914Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-01-24T01:32:09.3585357Z * [new tag] ciflow/inductor/142026 -> ciflow/inductor/142026 2025-01-24T01:32:09.3585794Z * [new tag] ciflow/inductor/142046 -> ciflow/inductor/142046 2025-01-24T01:32:09.3586249Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-01-24T01:32:09.3586707Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-01-24T01:32:09.3587157Z * [new tag] ciflow/inductor/142105 -> ciflow/inductor/142105 2025-01-24T01:32:09.3587587Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-01-24T01:32:09.3588031Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-01-24T01:32:09.3589257Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-01-24T01:32:09.3589716Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-01-24T01:32:09.3590170Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-01-24T01:32:09.3590618Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-01-24T01:32:09.3591053Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-01-24T01:32:09.3591641Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-01-24T01:32:09.3592095Z * [new tag] ciflow/inductor/142407 -> ciflow/inductor/142407 2025-01-24T01:32:09.3592545Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-01-24T01:32:09.3592980Z * [new tag] ciflow/inductor/142513 -> ciflow/inductor/142513 2025-01-24T01:32:09.3593439Z * [new tag] ciflow/inductor/142830 -> ciflow/inductor/142830 2025-01-24T01:32:09.3593881Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-01-24T01:32:09.3594316Z * [new tag] ciflow/inductor/142861 -> ciflow/inductor/142861 2025-01-24T01:32:09.3594761Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-01-24T01:32:09.3595200Z * [new tag] ciflow/inductor/143061 -> ciflow/inductor/143061 2025-01-24T01:32:09.3595639Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-01-24T01:32:09.3596083Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-01-24T01:32:09.3596526Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-01-24T01:32:09.3596961Z * [new tag] ciflow/inductor/143286 -> ciflow/inductor/143286 2025-01-24T01:32:09.3597418Z * [new tag] ciflow/inductor/143296 -> ciflow/inductor/143296 2025-01-24T01:32:09.3597863Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-01-24T01:32:09.3598312Z * [new tag] ciflow/inductor/143378 -> ciflow/inductor/143378 2025-01-24T01:32:09.3598748Z * [new tag] ciflow/inductor/143387 -> ciflow/inductor/143387 2025-01-24T01:32:09.3599194Z * [new tag] ciflow/inductor/143405 -> ciflow/inductor/143405 2025-01-24T01:32:09.3599653Z * [new tag] ciflow/inductor/143408 -> ciflow/inductor/143408 2025-01-24T01:32:09.3600092Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-01-24T01:32:09.3600535Z * [new tag] ciflow/inductor/143417 -> ciflow/inductor/143417 2025-01-24T01:32:09.3600981Z * [new tag] ciflow/inductor/143456 -> ciflow/inductor/143456 2025-01-24T01:32:09.3601417Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-01-24T01:32:09.3601878Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-01-24T01:32:09.3602319Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-01-24T01:32:09.3602761Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-01-24T01:32:09.3603193Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-01-24T01:32:09.3603649Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-01-24T01:32:09.3604095Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-01-24T01:32:09.3604529Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-01-24T01:32:09.3604968Z * [new tag] ciflow/inductor/143559 -> ciflow/inductor/143559 2025-01-24T01:32:09.3605416Z * [new tag] ciflow/inductor/143622 -> ciflow/inductor/143622 2025-01-24T01:32:09.3914627Z * [new tag] ciflow/inductor/143631 -> ciflow/inductor/143631 2025-01-24T01:32:09.3915174Z * [new tag] ciflow/inductor/143638 -> ciflow/inductor/143638 2025-01-24T01:32:09.3915632Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-01-24T01:32:09.3916094Z * [new tag] ciflow/inductor/143683 -> ciflow/inductor/143683 2025-01-24T01:32:09.3916686Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-01-24T01:32:09.3917118Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-01-24T01:32:09.3917559Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-01-24T01:32:09.3918012Z * [new tag] ciflow/inductor/143872 -> ciflow/inductor/143872 2025-01-24T01:32:09.3918454Z * [new tag] ciflow/inductor/143877 -> ciflow/inductor/143877 2025-01-24T01:32:09.3918899Z * [new tag] ciflow/inductor/143880 -> ciflow/inductor/143880 2025-01-24T01:32:09.3919338Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-01-24T01:32:09.3919779Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-01-24T01:32:09.3920215Z * [new tag] ciflow/inductor/144002 -> ciflow/inductor/144002 2025-01-24T01:32:09.3920661Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-01-24T01:32:09.3921097Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-01-24T01:32:09.3921527Z * [new tag] ciflow/inductor/144020 -> ciflow/inductor/144020 2025-01-24T01:32:09.3921977Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-01-24T01:32:09.3922422Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-01-24T01:32:09.3922865Z * [new tag] ciflow/inductor/144108 -> ciflow/inductor/144108 2025-01-24T01:32:09.3923308Z * [new tag] ciflow/inductor/144114 -> ciflow/inductor/144114 2025-01-24T01:32:09.3923765Z * [new tag] ciflow/inductor/144115 -> ciflow/inductor/144115 2025-01-24T01:32:09.3924212Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-01-24T01:32:09.3924649Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-01-24T01:32:09.3925090Z * [new tag] ciflow/inductor/144193 -> ciflow/inductor/144193 2025-01-24T01:32:09.3925533Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-01-24T01:32:09.3925965Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-01-24T01:32:09.3926404Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-01-24T01:32:09.3926856Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-01-24T01:32:09.3927286Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-01-24T01:32:09.3927722Z * [new tag] ciflow/inductor/144303 -> ciflow/inductor/144303 2025-01-24T01:32:09.3928156Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-01-24T01:32:09.3928604Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-01-24T01:32:09.3929040Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-01-24T01:32:09.3929480Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-01-24T01:32:09.3929922Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-01-24T01:32:09.3930357Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-01-24T01:32:09.3930916Z * [new tag] ciflow/inductor/144395 -> ciflow/inductor/144395 2025-01-24T01:32:09.3931360Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-01-24T01:32:09.3931797Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-01-24T01:32:09.3932247Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-01-24T01:32:09.3932819Z * [new tag] ciflow/inductor/144420 -> ciflow/inductor/144420 2025-01-24T01:32:09.3933274Z * [new tag] ciflow/inductor/144421 -> ciflow/inductor/144421 2025-01-24T01:32:09.3933706Z * [new tag] ciflow/inductor/144422 -> ciflow/inductor/144422 2025-01-24T01:32:09.3934149Z * [new tag] ciflow/inductor/144423 -> ciflow/inductor/144423 2025-01-24T01:32:09.3934589Z * [new tag] ciflow/inductor/144424 -> ciflow/inductor/144424 2025-01-24T01:32:09.3935028Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-01-24T01:32:09.3935470Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-01-24T01:32:09.3935987Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-01-24T01:32:09.3936426Z * [new tag] ciflow/inductor/144485 -> ciflow/inductor/144485 2025-01-24T01:32:09.4225284Z * [new tag] ciflow/inductor/144492 -> ciflow/inductor/144492 2025-01-24T01:32:09.4225759Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-01-24T01:32:09.4226209Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-01-24T01:32:09.4226667Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-01-24T01:32:09.4227104Z * [new tag] ciflow/inductor/144513 -> ciflow/inductor/144513 2025-01-24T01:32:09.4227560Z * [new tag] ciflow/inductor/144515 -> ciflow/inductor/144515 2025-01-24T01:32:09.4227994Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-01-24T01:32:09.4228432Z * [new tag] ciflow/inductor/144526 -> ciflow/inductor/144526 2025-01-24T01:32:09.4228870Z * [new tag] ciflow/inductor/144527 -> ciflow/inductor/144527 2025-01-24T01:32:09.4229310Z * [new tag] ciflow/inductor/144528 -> ciflow/inductor/144528 2025-01-24T01:32:09.4229750Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-01-24T01:32:09.4230196Z * [new tag] ciflow/inductor/144546 -> ciflow/inductor/144546 2025-01-24T01:32:09.4230651Z * [new tag] ciflow/inductor/144547 -> ciflow/inductor/144547 2025-01-24T01:32:09.4231087Z * [new tag] ciflow/inductor/144549 -> ciflow/inductor/144549 2025-01-24T01:32:09.4231541Z * [new tag] ciflow/inductor/144550 -> ciflow/inductor/144550 2025-01-24T01:32:09.4231979Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-01-24T01:32:09.4232412Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-01-24T01:32:09.4232854Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-01-24T01:32:09.4233299Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-01-24T01:32:09.4233746Z * [new tag] ciflow/inductor/144569 -> ciflow/inductor/144569 2025-01-24T01:32:09.4234184Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-01-24T01:32:09.4234621Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-01-24T01:32:09.4235058Z * [new tag] ciflow/inductor/144640 -> ciflow/inductor/144640 2025-01-24T01:32:09.4235667Z * [new tag] ciflow/inductor/144642 -> ciflow/inductor/144642 2025-01-24T01:32:09.4236120Z * [new tag] ciflow/inductor/144646 -> ciflow/inductor/144646 2025-01-24T01:32:09.4236579Z * [new tag] ciflow/inductor/144695 -> ciflow/inductor/144695 2025-01-24T01:32:09.4237021Z * [new tag] ciflow/inductor/144700 -> ciflow/inductor/144700 2025-01-24T01:32:09.4237471Z * [new tag] ciflow/inductor/144707 -> ciflow/inductor/144707 2025-01-24T01:32:09.4238035Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-01-24T01:32:09.4238480Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-01-24T01:32:09.4238932Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-01-24T01:32:09.4239388Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-01-24T01:32:09.4239843Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-01-24T01:32:09.4240277Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-01-24T01:32:09.4240731Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-01-24T01:32:09.4241172Z * [new tag] ciflow/inductor/144773 -> ciflow/inductor/144773 2025-01-24T01:32:09.4241607Z * [new tag] ciflow/inductor/144829 -> ciflow/inductor/144829 2025-01-24T01:32:09.4242056Z * [new tag] ciflow/inductor/144865 -> ciflow/inductor/144865 2025-01-24T01:32:09.4242498Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-01-24T01:32:09.4242933Z * [new tag] ciflow/inductor/144894 -> ciflow/inductor/144894 2025-01-24T01:32:09.4243384Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-01-24T01:32:09.4243833Z * [new tag] ciflow/inductor/144910 -> ciflow/inductor/144910 2025-01-24T01:32:09.4244286Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-01-24T01:32:09.4244717Z * [new tag] ciflow/inductor/144940 -> ciflow/inductor/144940 2025-01-24T01:32:09.4245162Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-01-24T01:32:09.4245608Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-01-24T01:32:09.4246049Z * [new tag] ciflow/inductor/144974 -> ciflow/inductor/144974 2025-01-24T01:32:09.4246496Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-01-24T01:32:09.4246946Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-01-24T01:32:09.4557982Z * [new tag] ciflow/inductor/144980 -> ciflow/inductor/144980 2025-01-24T01:32:09.4558508Z * [new tag] ciflow/inductor/144985 -> ciflow/inductor/144985 2025-01-24T01:32:09.4558967Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-01-24T01:32:09.4559409Z * [new tag] ciflow/inductor/144999 -> ciflow/inductor/144999 2025-01-24T01:32:09.4559847Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-01-24T01:32:09.4560300Z * [new tag] ciflow/inductor/145047 -> ciflow/inductor/145047 2025-01-24T01:32:09.4560758Z * [new tag] ciflow/inductor/145059 -> ciflow/inductor/145059 2025-01-24T01:32:09.4561201Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-01-24T01:32:09.4561643Z * [new tag] ciflow/inductor/145082 -> ciflow/inductor/145082 2025-01-24T01:32:09.4562094Z * [new tag] ciflow/inductor/145083 -> ciflow/inductor/145083 2025-01-24T01:32:09.4562760Z * [new tag] ciflow/inductor/145095 -> ciflow/inductor/145095 2025-01-24T01:32:09.4563267Z * [new tag] ciflow/inductor/145103 -> ciflow/inductor/145103 2025-01-24T01:32:09.4563758Z * [new tag] ciflow/inductor/145104 -> ciflow/inductor/145104 2025-01-24T01:32:09.4564201Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-01-24T01:32:09.4564649Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-01-24T01:32:09.4565226Z * [new tag] ciflow/inductor/145120 -> ciflow/inductor/145120 2025-01-24T01:32:09.4565689Z * [new tag] ciflow/inductor/145122 -> ciflow/inductor/145122 2025-01-24T01:32:09.4566136Z * [new tag] ciflow/inductor/145128 -> ciflow/inductor/145128 2025-01-24T01:32:09.4566569Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-01-24T01:32:09.4567015Z * [new tag] ciflow/inductor/145132 -> ciflow/inductor/145132 2025-01-24T01:32:09.4567461Z * [new tag] ciflow/inductor/145148 -> ciflow/inductor/145148 2025-01-24T01:32:09.4567900Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-01-24T01:32:09.4568344Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-01-24T01:32:09.4568830Z * [new tag] ciflow/inductor/145156 -> ciflow/inductor/145156 2025-01-24T01:32:09.4569311Z * [new tag] ciflow/inductor/145194 -> ciflow/inductor/145194 2025-01-24T01:32:09.4569800Z * [new tag] ciflow/inductor/145196 -> ciflow/inductor/145196 2025-01-24T01:32:09.4570237Z * [new tag] ciflow/inductor/145204 -> ciflow/inductor/145204 2025-01-24T01:32:09.4570667Z * [new tag] ciflow/inductor/145223 -> ciflow/inductor/145223 2025-01-24T01:32:09.4571120Z * [new tag] ciflow/inductor/145245 -> ciflow/inductor/145245 2025-01-24T01:32:09.4571559Z * [new tag] ciflow/inductor/145248 -> ciflow/inductor/145248 2025-01-24T01:32:09.4572006Z * [new tag] ciflow/inductor/145250 -> ciflow/inductor/145250 2025-01-24T01:32:09.4572440Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-01-24T01:32:09.4572883Z * [new tag] ciflow/inductor/145303 -> ciflow/inductor/145303 2025-01-24T01:32:09.4573330Z * [new tag] ciflow/inductor/145307 -> ciflow/inductor/145307 2025-01-24T01:32:09.4573763Z * [new tag] ciflow/inductor/145311 -> ciflow/inductor/145311 2025-01-24T01:32:09.4574215Z * [new tag] ciflow/inductor/145318 -> ciflow/inductor/145318 2025-01-24T01:32:09.4574659Z * [new tag] ciflow/inductor/145321 -> ciflow/inductor/145321 2025-01-24T01:32:09.4575189Z * [new tag] ciflow/inductor/145323 -> ciflow/inductor/145323 2025-01-24T01:32:09.4575711Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-01-24T01:32:09.4576230Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-01-24T01:32:09.4576673Z * [new tag] ciflow/inductor/145354 -> ciflow/inductor/145354 2025-01-24T01:32:09.4577116Z * [new tag] ciflow/inductor/145373 -> ciflow/inductor/145373 2025-01-24T01:32:09.4577573Z * [new tag] ciflow/inductor/145375 -> ciflow/inductor/145375 2025-01-24T01:32:09.4578020Z * [new tag] ciflow/inductor/145381 -> ciflow/inductor/145381 2025-01-24T01:32:09.4578455Z * [new tag] ciflow/inductor/145400 -> ciflow/inductor/145400 2025-01-24T01:32:09.4578899Z * [new tag] ciflow/inductor/145403 -> ciflow/inductor/145403 2025-01-24T01:32:09.4579343Z * [new tag] ciflow/inductor/145407 -> ciflow/inductor/145407 2025-01-24T01:32:09.4579913Z * [new tag] ciflow/inductor/145415 -> ciflow/inductor/145415 2025-01-24T01:32:09.4580375Z * [new tag] ciflow/inductor/145421 -> ciflow/inductor/145421 2025-01-24T01:32:09.4580870Z * [new tag] ciflow/inductor/145422 -> ciflow/inductor/145422 2025-01-24T01:32:09.4879745Z * [new tag] ciflow/inductor/145426 -> ciflow/inductor/145426 2025-01-24T01:32:09.4880444Z * [new tag] ciflow/inductor/145427 -> ciflow/inductor/145427 2025-01-24T01:32:09.4880890Z * [new tag] ciflow/inductor/145429 -> ciflow/inductor/145429 2025-01-24T01:32:09.4881327Z * [new tag] ciflow/inductor/145431 -> ciflow/inductor/145431 2025-01-24T01:32:09.4881756Z * [new tag] ciflow/inductor/145435 -> ciflow/inductor/145435 2025-01-24T01:32:09.4882191Z * [new tag] ciflow/inductor/145448 -> ciflow/inductor/145448 2025-01-24T01:32:09.4882640Z * [new tag] ciflow/inductor/145455 -> ciflow/inductor/145455 2025-01-24T01:32:09.4883101Z * [new tag] ciflow/inductor/145459 -> ciflow/inductor/145459 2025-01-24T01:32:09.4883534Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-01-24T01:32:09.4883976Z * [new tag] ciflow/inductor/145479 -> ciflow/inductor/145479 2025-01-24T01:32:09.4884430Z * [new tag] ciflow/inductor/145490 -> ciflow/inductor/145490 2025-01-24T01:32:09.4884923Z * [new tag] ciflow/inductor/145506 -> ciflow/inductor/145506 2025-01-24T01:32:09.4885409Z * [new tag] ciflow/inductor/145509 -> ciflow/inductor/145509 2025-01-24T01:32:09.4885850Z * [new tag] ciflow/inductor/145513 -> ciflow/inductor/145513 2025-01-24T01:32:09.4886280Z * [new tag] ciflow/inductor/145515 -> ciflow/inductor/145515 2025-01-24T01:32:09.4886728Z * [new tag] ciflow/inductor/145518 -> ciflow/inductor/145518 2025-01-24T01:32:09.4887168Z * [new tag] ciflow/inductor/145519 -> ciflow/inductor/145519 2025-01-24T01:32:09.4887606Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-01-24T01:32:09.4888050Z * [new tag] ciflow/inductor/145527 -> ciflow/inductor/145527 2025-01-24T01:32:09.4888493Z * [new tag] ciflow/inductor/145532 -> ciflow/inductor/145532 2025-01-24T01:32:09.4888932Z * [new tag] ciflow/inductor/145533 -> ciflow/inductor/145533 2025-01-24T01:32:09.4889363Z * [new tag] ciflow/inductor/145537 -> ciflow/inductor/145537 2025-01-24T01:32:09.4889801Z * [new tag] ciflow/inductor/145538 -> ciflow/inductor/145538 2025-01-24T01:32:09.4890267Z * [new tag] ciflow/inductor/145539 -> ciflow/inductor/145539 2025-01-24T01:32:09.4890763Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-01-24T01:32:09.4891209Z * [new tag] ciflow/inductor/145542 -> ciflow/inductor/145542 2025-01-24T01:32:09.4891654Z * [new tag] ciflow/inductor/145545 -> ciflow/inductor/145545 2025-01-24T01:32:09.4892097Z * [new tag] ciflow/inductor/145546 -> ciflow/inductor/145546 2025-01-24T01:32:09.4892537Z * [new tag] ciflow/inductor/145547 -> ciflow/inductor/145547 2025-01-24T01:32:09.4892979Z * [new tag] ciflow/inductor/145548 -> ciflow/inductor/145548 2025-01-24T01:32:09.4893419Z * [new tag] ciflow/inductor/145549 -> ciflow/inductor/145549 2025-01-24T01:32:09.4893859Z * [new tag] ciflow/inductor/145551 -> ciflow/inductor/145551 2025-01-24T01:32:09.4894301Z * [new tag] ciflow/inductor/145552 -> ciflow/inductor/145552 2025-01-24T01:32:09.4894890Z * [new tag] ciflow/inductor/145553 -> ciflow/inductor/145553 2025-01-24T01:32:09.4895328Z * [new tag] ciflow/inductor/145554 -> ciflow/inductor/145554 2025-01-24T01:32:09.4895851Z * [new tag] ciflow/inductor/145558 -> ciflow/inductor/145558 2025-01-24T01:32:09.4896348Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-01-24T01:32:09.4896948Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-01-24T01:32:09.4897398Z * [new tag] ciflow/inductor/145565 -> ciflow/inductor/145565 2025-01-24T01:32:09.4897848Z * [new tag] ciflow/inductor/145569 -> ciflow/inductor/145569 2025-01-24T01:32:09.4898291Z * [new tag] ciflow/inductor/145572 -> ciflow/inductor/145572 2025-01-24T01:32:09.4898735Z * [new tag] ciflow/inductor/145573 -> ciflow/inductor/145573 2025-01-24T01:32:09.4899214Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-01-24T01:32:09.4899688Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-01-24T01:32:09.4900133Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-01-24T01:32:09.4900580Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-01-24T01:32:09.4901027Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-01-24T01:32:09.4901471Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-01-24T01:32:09.4902000Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-01-24T01:32:09.5195244Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-01-24T01:32:09.5195803Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-01-24T01:32:09.5196320Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-01-24T01:32:09.5196808Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-01-24T01:32:09.5197304Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-01-24T01:32:09.5197776Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-01-24T01:32:09.5198272Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-01-24T01:32:09.5198755Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-01-24T01:32:09.5199237Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-01-24T01:32:09.5199707Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-01-24T01:32:09.5200204Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-01-24T01:32:09.5200684Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-01-24T01:32:09.5201162Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-01-24T01:32:09.5201641Z * [new tag] ciflow/linux-aarch64/137562 -> ciflow/linux-aarch64/137562 2025-01-24T01:32:09.5202133Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-01-24T01:32:09.5202610Z * [new tag] ciflow/linux-aarch64/137995 -> ciflow/linux-aarch64/137995 2025-01-24T01:32:09.5203094Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-01-24T01:32:09.5203571Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-01-24T01:32:09.5204056Z * [new tag] ciflow/linux-aarch64/139243 -> ciflow/linux-aarch64/139243 2025-01-24T01:32:09.5204721Z * [new tag] ciflow/linux-aarch64/139973 -> ciflow/linux-aarch64/139973 2025-01-24T01:32:09.5205215Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-01-24T01:32:09.5205717Z * [new tag] ciflow/linux-aarch64/140362 -> ciflow/linux-aarch64/140362 2025-01-24T01:32:09.5206196Z * [new tag] ciflow/linux-aarch64/142501 -> ciflow/linux-aarch64/142501 2025-01-24T01:32:09.5206681Z * [new tag] ciflow/linux-aarch64/142760 -> ciflow/linux-aarch64/142760 2025-01-24T01:32:09.5207298Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-01-24T01:32:09.5207766Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-01-24T01:32:09.5208172Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-01-24T01:32:09.5208581Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-01-24T01:32:09.5208988Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-01-24T01:32:09.5209384Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-01-24T01:32:09.5209791Z * [new tag] ciflow/mps/137562 -> ciflow/mps/137562 2025-01-24T01:32:09.5210193Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-01-24T01:32:09.5210582Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-01-24T01:32:09.5210986Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-01-24T01:32:09.5211383Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-01-24T01:32:09.5211776Z * [new tag] ciflow/mps/140371 -> ciflow/mps/140371 2025-01-24T01:32:09.5212183Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-01-24T01:32:09.5212580Z * [new tag] ciflow/mps/140869 -> ciflow/mps/140869 2025-01-24T01:32:09.5212988Z * [new tag] ciflow/mps/141795 -> ciflow/mps/141795 2025-01-24T01:32:09.5213383Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-01-24T01:32:09.5213780Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-01-24T01:32:09.5214185Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-01-24T01:32:09.5214580Z * [new tag] ciflow/mps/143656 -> ciflow/mps/143656 2025-01-24T01:32:09.5214982Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-01-24T01:32:09.5215379Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-01-24T01:32:09.5215842Z * [new tag] ciflow/mps/144193 -> ciflow/mps/144193 2025-01-24T01:32:09.5216247Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-01-24T01:32:09.5216658Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-01-24T01:32:09.5217061Z * [new tag] ciflow/mps/145512 -> ciflow/mps/145512 2025-01-24T01:32:09.5520378Z * [new tag] ciflow/mps/145526 -> ciflow/mps/145526 2025-01-24T01:32:09.5520918Z * [new tag] ciflow/mps/145533 -> ciflow/mps/145533 2025-01-24T01:32:09.5521370Z * [new tag] ciflow/mps/145568 -> ciflow/mps/145568 2025-01-24T01:32:09.5521843Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-01-24T01:32:09.5522308Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-01-24T01:32:09.5522765Z * [new tag] ciflow/periodic/131296 -> ciflow/periodic/131296 2025-01-24T01:32:09.5523218Z * [new tag] ciflow/periodic/131493 -> ciflow/periodic/131493 2025-01-24T01:32:09.5523839Z * [new tag] ciflow/periodic/132742 -> ciflow/periodic/132742 2025-01-24T01:32:09.5524297Z * [new tag] ciflow/periodic/132755 -> ciflow/periodic/132755 2025-01-24T01:32:09.5524756Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-01-24T01:32:09.5525207Z * [new tag] ciflow/periodic/138503 -> ciflow/periodic/138503 2025-01-24T01:32:09.5525659Z * [new tag] ciflow/periodic/138573 -> ciflow/periodic/138573 2025-01-24T01:32:09.5526236Z * [new tag] ciflow/periodic/139225 -> ciflow/periodic/139225 2025-01-24T01:32:09.5526713Z * [new tag] ciflow/periodic/139576 -> ciflow/periodic/139576 2025-01-24T01:32:09.5527202Z * [new tag] ciflow/periodic/140293 -> ciflow/periodic/140293 2025-01-24T01:32:09.5527656Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-01-24T01:32:09.5528105Z * [new tag] ciflow/periodic/141168 -> ciflow/periodic/141168 2025-01-24T01:32:09.5528552Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-01-24T01:32:09.5529002Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-01-24T01:32:09.5529449Z * [new tag] ciflow/periodic/141588 -> ciflow/periodic/141588 2025-01-24T01:32:09.5529888Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-01-24T01:32:09.5530335Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-01-24T01:32:09.5530777Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-01-24T01:32:09.5531213Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-01-24T01:32:09.5531662Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-01-24T01:32:09.5532147Z * [new tag] ciflow/periodic/145416 -> ciflow/periodic/145416 2025-01-24T01:32:09.5532589Z * [new tag] ciflow/periodic/145504 -> ciflow/periodic/145504 2025-01-24T01:32:09.5533083Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-01-24T01:32:09.5533542Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-01-24T01:32:09.5533989Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-01-24T01:32:09.5534430Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-01-24T01:32:09.5534912Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-01-24T01:32:09.5535432Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-01-24T01:32:09.5536038Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-01-24T01:32:09.5536575Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-01-24T01:32:09.5537096Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-01-24T01:32:09.5537621Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-01-24T01:32:09.5538208Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-01-24T01:32:09.5538706Z * [new tag] ciflow/rocm/121885 -> ciflow/rocm/121885 2025-01-24T01:32:09.5539193Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-01-24T01:32:09.5539629Z * [new tag] ciflow/rocm/129409 -> ciflow/rocm/129409 2025-01-24T01:32:09.5540070Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-01-24T01:32:09.5540541Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-01-24T01:32:09.5541101Z * [new tag] ciflow/rocm/138964 -> ciflow/rocm/138964 2025-01-24T01:32:09.5541588Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-01-24T01:32:09.5542029Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-01-24T01:32:09.5542462Z * [new tag] ciflow/rocm/140261 -> ciflow/rocm/140261 2025-01-24T01:32:09.5542935Z * [new tag] ciflow/rocm/140293 -> ciflow/rocm/140293 2025-01-24T01:32:09.5543484Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-01-24T01:32:09.5543952Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-01-24T01:32:09.5833870Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-01-24T01:32:09.5834364Z * [new tag] ciflow/rocm/142408 -> ciflow/rocm/142408 2025-01-24T01:32:09.5834780Z * [new tag] ciflow/rocm/143286 -> ciflow/rocm/143286 2025-01-24T01:32:09.5835220Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-01-24T01:32:09.5835624Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-01-24T01:32:09.5836024Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-01-24T01:32:09.5836440Z * [new tag] ciflow/rocm/144441 -> ciflow/rocm/144441 2025-01-24T01:32:09.5836855Z * [new tag] ciflow/rocm/144476 -> ciflow/rocm/144476 2025-01-24T01:32:09.5837303Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-01-24T01:32:09.5837743Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-01-24T01:32:09.5838138Z * [new tag] ciflow/rocm/144865 -> ciflow/rocm/144865 2025-01-24T01:32:09.5838541Z * [new tag] ciflow/rocm/144942 -> ciflow/rocm/144942 2025-01-24T01:32:09.5838957Z * [new tag] ciflow/rocm/144985 -> ciflow/rocm/144985 2025-01-24T01:32:09.5839349Z * [new tag] ciflow/rocm/145083 -> ciflow/rocm/145083 2025-01-24T01:32:09.5839756Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-01-24T01:32:09.5840169Z * [new tag] ciflow/rocm/145227 -> ciflow/rocm/145227 2025-01-24T01:32:09.5840565Z * [new tag] ciflow/rocm/145294 -> ciflow/rocm/145294 2025-01-24T01:32:09.5840973Z * [new tag] ciflow/rocm/145416 -> ciflow/rocm/145416 2025-01-24T01:32:09.5841380Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-01-24T01:32:09.5841778Z * [new tag] ciflow/rocm/145490 -> ciflow/rocm/145490 2025-01-24T01:32:09.5842173Z * [new tag] ciflow/rocm/145504 -> ciflow/rocm/145504 2025-01-24T01:32:09.5842580Z * [new tag] ciflow/rocm/145518 -> ciflow/rocm/145518 2025-01-24T01:32:09.5843027Z * [new tag] ciflow/s390/137995 -> ciflow/s390/137995 2025-01-24T01:32:09.5843454Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-01-24T01:32:09.5843847Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-01-24T01:32:09.5844253Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-01-24T01:32:09.5844660Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-01-24T01:32:09.5845417Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-01-24T01:32:09.5846161Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-01-24T01:32:09.5846583Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-01-24T01:32:09.5847183Z * [new tag] ciflow/slow/141588 -> ciflow/slow/141588 2025-01-24T01:32:09.5847594Z * [new tag] ciflow/slow/144865 -> ciflow/slow/144865 2025-01-24T01:32:09.5848002Z * [new tag] ciflow/slow/145206 -> ciflow/slow/145206 2025-01-24T01:32:09.5848404Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-01-24T01:32:09.5848859Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-01-24T01:32:09.5849500Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-01-24T01:32:09.5849921Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-01-24T01:32:09.5850337Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-01-24T01:32:09.5850756Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-01-24T01:32:09.5851170Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-01-24T01:32:09.5851588Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-01-24T01:32:09.5852294Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-01-24T01:32:09.5853015Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-01-24T01:32:09.5853429Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-01-24T01:32:09.5853847Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-01-24T01:32:09.5854301Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-01-24T01:32:09.5854709Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-01-24T01:32:09.5855499Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-01-24T01:32:09.5856321Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-01-24T01:32:09.6178424Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-01-24T01:32:09.6178905Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-01-24T01:32:09.6179336Z * [new tag] ciflow/trunk/115749 -> ciflow/trunk/115749 2025-01-24T01:32:09.6179781Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-01-24T01:32:09.6180196Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-01-24T01:32:09.6180601Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-01-24T01:32:09.6181021Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-01-24T01:32:09.6181436Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-01-24T01:32:09.6181850Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-01-24T01:32:09.6182261Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-01-24T01:32:09.6182680Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-01-24T01:32:09.6183086Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-01-24T01:32:09.6183496Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-01-24T01:32:09.6183911Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-01-24T01:32:09.6184333Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-01-24T01:32:09.6184741Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-01-24T01:32:09.6185149Z * [new tag] ciflow/trunk/127370 -> ciflow/trunk/127370 2025-01-24T01:32:09.6185748Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-01-24T01:32:09.6186178Z * [new tag] ciflow/trunk/128672 -> ciflow/trunk/128672 2025-01-24T01:32:09.6186592Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-01-24T01:32:09.6187024Z * [new tag] ciflow/trunk/129409 -> ciflow/trunk/129409 2025-01-24T01:32:09.6187430Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-01-24T01:32:09.6187983Z * [new tag] ciflow/trunk/130140 -> ciflow/trunk/130140 2025-01-24T01:32:09.6188396Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-01-24T01:32:09.6188799Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-01-24T01:32:09.6189222Z * [new tag] ciflow/trunk/131296 -> ciflow/trunk/131296 2025-01-24T01:32:09.6189636Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-01-24T01:32:09.6190061Z * [new tag] ciflow/trunk/131481 -> ciflow/trunk/131481 2025-01-24T01:32:09.6190474Z * [new tag] ciflow/trunk/131493 -> ciflow/trunk/131493 2025-01-24T01:32:09.6190882Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-01-24T01:32:09.6191298Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-01-24T01:32:09.6191703Z * [new tag] ciflow/trunk/132742 -> ciflow/trunk/132742 2025-01-24T01:32:09.6192117Z * [new tag] ciflow/trunk/132755 -> ciflow/trunk/132755 2025-01-24T01:32:09.6192520Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-01-24T01:32:09.6192920Z * [new tag] ciflow/trunk/133222 -> ciflow/trunk/133222 2025-01-24T01:32:09.6193330Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-01-24T01:32:09.6193747Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-01-24T01:32:09.6194146Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-01-24T01:32:09.6194563Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-01-24T01:32:09.6195048Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-01-24T01:32:09.6195504Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-01-24T01:32:09.6195911Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-01-24T01:32:09.6196327Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-01-24T01:32:09.6196738Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-01-24T01:32:09.6197143Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-01-24T01:32:09.6197567Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-01-24T01:32:09.6197978Z * [new tag] ciflow/trunk/134667 -> ciflow/trunk/134667 2025-01-24T01:32:09.6198379Z * [new tag] ciflow/trunk/134969 -> ciflow/trunk/134969 2025-01-24T01:32:09.6198785Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-01-24T01:32:09.6199191Z * [new tag] ciflow/trunk/135189 -> ciflow/trunk/135189 2025-01-24T01:32:09.6199604Z * [new tag] ciflow/trunk/135337 -> ciflow/trunk/135337 2025-01-24T01:32:09.6524228Z * [new tag] ciflow/trunk/135338 -> ciflow/trunk/135338 2025-01-24T01:32:09.6524700Z * [new tag] ciflow/trunk/135465 -> ciflow/trunk/135465 2025-01-24T01:32:09.6525119Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-01-24T01:32:09.6525529Z * [new tag] ciflow/trunk/135719 -> ciflow/trunk/135719 2025-01-24T01:32:09.6526182Z * [new tag] ciflow/trunk/136241 -> ciflow/trunk/136241 2025-01-24T01:32:09.6526600Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-01-24T01:32:09.6527005Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-01-24T01:32:09.6527437Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-01-24T01:32:09.6527985Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-01-24T01:32:09.6528401Z * [new tag] ciflow/trunk/137570 -> ciflow/trunk/137570 2025-01-24T01:32:09.6528803Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-01-24T01:32:09.6529264Z * [new tag] ciflow/trunk/137726 -> ciflow/trunk/137726 2025-01-24T01:32:09.6529715Z * [new tag] ciflow/trunk/137822 -> ciflow/trunk/137822 2025-01-24T01:32:09.6530118Z * [new tag] ciflow/trunk/137921 -> ciflow/trunk/137921 2025-01-24T01:32:09.6530525Z * [new tag] ciflow/trunk/138175 -> ciflow/trunk/138175 2025-01-24T01:32:09.6530944Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-01-24T01:32:09.6531346Z * [new tag] ciflow/trunk/138618 -> ciflow/trunk/138618 2025-01-24T01:32:09.6531773Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-01-24T01:32:09.6532177Z * [new tag] ciflow/trunk/138628 -> ciflow/trunk/138628 2025-01-24T01:32:09.6532593Z * [new tag] ciflow/trunk/138672 -> ciflow/trunk/138672 2025-01-24T01:32:09.6532993Z * [new tag] ciflow/trunk/138684 -> ciflow/trunk/138684 2025-01-24T01:32:09.6533405Z * [new tag] ciflow/trunk/138749 -> ciflow/trunk/138749 2025-01-24T01:32:09.6533821Z * [new tag] ciflow/trunk/138871 -> ciflow/trunk/138871 2025-01-24T01:32:09.6534222Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-01-24T01:32:09.6534640Z * [new tag] ciflow/trunk/138923 -> ciflow/trunk/138923 2025-01-24T01:32:09.6535097Z * [new tag] ciflow/trunk/138938 -> ciflow/trunk/138938 2025-01-24T01:32:09.6535539Z * [new tag] ciflow/trunk/138964 -> ciflow/trunk/138964 2025-01-24T01:32:09.6536029Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-01-24T01:32:09.6536439Z * [new tag] ciflow/trunk/138998 -> ciflow/trunk/138998 2025-01-24T01:32:09.6536856Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-01-24T01:32:09.6537278Z * [new tag] ciflow/trunk/139135 -> ciflow/trunk/139135 2025-01-24T01:32:09.6537700Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-01-24T01:32:09.6538117Z * [new tag] ciflow/trunk/139217 -> ciflow/trunk/139217 2025-01-24T01:32:09.6538519Z * [new tag] ciflow/trunk/139219 -> ciflow/trunk/139219 2025-01-24T01:32:09.6538931Z * [new tag] ciflow/trunk/139225 -> ciflow/trunk/139225 2025-01-24T01:32:09.6539350Z * [new tag] ciflow/trunk/139308 -> ciflow/trunk/139308 2025-01-24T01:32:09.6539756Z * [new tag] ciflow/trunk/139338 -> ciflow/trunk/139338 2025-01-24T01:32:09.6540173Z * [new tag] ciflow/trunk/139380 -> ciflow/trunk/139380 2025-01-24T01:32:09.6540584Z * [new tag] ciflow/trunk/139426 -> ciflow/trunk/139426 2025-01-24T01:32:09.6541023Z * [new tag] ciflow/trunk/139535 -> ciflow/trunk/139535 2025-01-24T01:32:09.6541511Z * [new tag] ciflow/trunk/139576 -> ciflow/trunk/139576 2025-01-24T01:32:09.6542057Z * [new tag] ciflow/trunk/139750 -> ciflow/trunk/139750 2025-01-24T01:32:09.6542469Z * [new tag] ciflow/trunk/139796 -> ciflow/trunk/139796 2025-01-24T01:32:09.6542885Z * [new tag] ciflow/trunk/139820 -> ciflow/trunk/139820 2025-01-24T01:32:09.6543306Z * [new tag] ciflow/trunk/139864 -> ciflow/trunk/139864 2025-01-24T01:32:09.6543836Z * [new tag] ciflow/trunk/139919 -> ciflow/trunk/139919 2025-01-24T01:32:09.6544247Z * [new tag] ciflow/trunk/139932 -> ciflow/trunk/139932 2025-01-24T01:32:09.6544681Z * [new tag] ciflow/trunk/139966 -> ciflow/trunk/139966 2025-01-24T01:32:09.6545095Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-01-24T01:32:09.6545500Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-01-24T01:32:09.6545923Z * [new tag] ciflow/trunk/139976 -> ciflow/trunk/139976 2025-01-24T01:32:09.6885943Z * [new tag] ciflow/trunk/139985 -> ciflow/trunk/139985 2025-01-24T01:32:09.6886476Z * [new tag] ciflow/trunk/140061 -> ciflow/trunk/140061 2025-01-24T01:32:09.6886971Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-01-24T01:32:09.6887428Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-01-24T01:32:09.6887953Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-01-24T01:32:09.6888391Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-01-24T01:32:09.6888879Z * [new tag] ciflow/trunk/140256 -> ciflow/trunk/140256 2025-01-24T01:32:09.6889341Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-01-24T01:32:09.6889793Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-01-24T01:32:09.6890274Z * [new tag] ciflow/trunk/140362 -> ciflow/trunk/140362 2025-01-24T01:32:09.6890718Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-01-24T01:32:09.6891164Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-01-24T01:32:09.6891640Z * [new tag] ciflow/trunk/140677 -> ciflow/trunk/140677 2025-01-24T01:32:09.6892092Z * [new tag] ciflow/trunk/140734 -> ciflow/trunk/140734 2025-01-24T01:32:09.6892532Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-01-24T01:32:09.6893006Z * [new tag] ciflow/trunk/140836 -> ciflow/trunk/140836 2025-01-24T01:32:09.6893453Z * [new tag] ciflow/trunk/140868 -> ciflow/trunk/140868 2025-01-24T01:32:09.6893936Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-01-24T01:32:09.6894382Z * [new tag] ciflow/trunk/141002 -> ciflow/trunk/141002 2025-01-24T01:32:09.6894834Z * [new tag] ciflow/trunk/141038 -> ciflow/trunk/141038 2025-01-24T01:32:09.6895330Z * [new tag] ciflow/trunk/141131 -> ciflow/trunk/141131 2025-01-24T01:32:09.6895791Z * [new tag] ciflow/trunk/141136 -> ciflow/trunk/141136 2025-01-24T01:32:09.6896348Z * [new tag] ciflow/trunk/141168 -> ciflow/trunk/141168 2025-01-24T01:32:09.6896796Z * [new tag] ciflow/trunk/141195 -> ciflow/trunk/141195 2025-01-24T01:32:09.6897254Z * [new tag] ciflow/trunk/141226 -> ciflow/trunk/141226 2025-01-24T01:32:09.6897724Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-01-24T01:32:09.6898173Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-01-24T01:32:09.6898859Z * [new tag] ciflow/trunk/141468 -> ciflow/trunk/141468 2025-01-24T01:32:09.6899305Z * [new tag] ciflow/trunk/141489 -> ciflow/trunk/141489 2025-01-24T01:32:09.6899797Z * [new tag] ciflow/trunk/141503 -> ciflow/trunk/141503 2025-01-24T01:32:09.6900243Z * [new tag] ciflow/trunk/141508 -> ciflow/trunk/141508 2025-01-24T01:32:09.6900691Z * [new tag] ciflow/trunk/141530 -> ciflow/trunk/141530 2025-01-24T01:32:09.6901892Z * [new tag] ciflow/trunk/141588 -> ciflow/trunk/141588 2025-01-24T01:32:09.6902312Z * [new tag] ciflow/trunk/141697 -> ciflow/trunk/141697 2025-01-24T01:32:09.6902743Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-01-24T01:32:09.6903152Z * [new tag] ciflow/trunk/141791 -> ciflow/trunk/141791 2025-01-24T01:32:09.6903571Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-01-24T01:32:09.6903976Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-01-24T01:32:09.6904382Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-01-24T01:32:09.6904794Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-01-24T01:32:09.6905205Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-01-24T01:32:09.6905617Z * [new tag] ciflow/trunk/141959 -> ciflow/trunk/141959 2025-01-24T01:32:09.6906028Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-01-24T01:32:09.6906436Z * [new tag] ciflow/trunk/142067 -> ciflow/trunk/142067 2025-01-24T01:32:09.6906887Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-01-24T01:32:09.6907371Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-01-24T01:32:09.6907787Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-01-24T01:32:09.6908196Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-01-24T01:32:09.6908601Z * [new tag] ciflow/trunk/142263 -> ciflow/trunk/142263 2025-01-24T01:32:09.6909007Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-01-24T01:32:09.6909426Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-01-24T01:32:09.7214742Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-01-24T01:32:09.7215233Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-01-24T01:32:09.7215651Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-01-24T01:32:09.7216169Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-01-24T01:32:09.7216601Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-01-24T01:32:09.7217021Z * [new tag] ciflow/trunk/142848 -> ciflow/trunk/142848 2025-01-24T01:32:09.7217432Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-01-24T01:32:09.7217834Z * [new tag] ciflow/trunk/142861 -> ciflow/trunk/142861 2025-01-24T01:32:09.7218245Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-01-24T01:32:09.7218673Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-01-24T01:32:09.7219078Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-01-24T01:32:09.7219486Z * [new tag] ciflow/trunk/143168 -> ciflow/trunk/143168 2025-01-24T01:32:09.7219916Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-01-24T01:32:09.7220512Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-01-24T01:32:09.7220921Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-01-24T01:32:09.7221340Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-01-24T01:32:09.7221748Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-01-24T01:32:09.7222154Z * [new tag] ciflow/trunk/143360 -> ciflow/trunk/143360 2025-01-24T01:32:09.7222707Z * [new tag] ciflow/trunk/143378 -> ciflow/trunk/143378 2025-01-24T01:32:09.7223127Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-01-24T01:32:09.7223537Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-01-24T01:32:09.7223953Z * [new tag] ciflow/trunk/143417 -> ciflow/trunk/143417 2025-01-24T01:32:09.7224370Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-01-24T01:32:09.7224783Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-01-24T01:32:09.7225188Z * [new tag] ciflow/trunk/143622 -> ciflow/trunk/143622 2025-01-24T01:32:09.7225598Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-01-24T01:32:09.7226009Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-01-24T01:32:09.7226412Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-01-24T01:32:09.7226829Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-01-24T01:32:09.7227247Z * [new tag] ciflow/trunk/143806 -> ciflow/trunk/143806 2025-01-24T01:32:09.7227646Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-01-24T01:32:09.7228055Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-01-24T01:32:09.7228468Z * [new tag] ciflow/trunk/143879 -> ciflow/trunk/143879 2025-01-24T01:32:09.7228866Z * [new tag] ciflow/trunk/143880 -> ciflow/trunk/143880 2025-01-24T01:32:09.7229278Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-01-24T01:32:09.7229689Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-01-24T01:32:09.7230090Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-01-24T01:32:09.7230508Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-01-24T01:32:09.7230921Z * [new tag] ciflow/trunk/144011 -> ciflow/trunk/144011 2025-01-24T01:32:09.7231335Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-01-24T01:32:09.7231737Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-01-24T01:32:09.7232158Z * [new tag] ciflow/trunk/144020 -> ciflow/trunk/144020 2025-01-24T01:32:09.7232572Z * [new tag] ciflow/trunk/144046 -> ciflow/trunk/144046 2025-01-24T01:32:09.7232972Z * [new tag] ciflow/trunk/144115 -> ciflow/trunk/144115 2025-01-24T01:32:09.7233379Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-01-24T01:32:09.7233791Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-01-24T01:32:09.7234205Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-01-24T01:32:09.7234616Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-01-24T01:32:09.7235053Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-01-24T01:32:09.7235467Z * [new tag] ciflow/trunk/144341 -> ciflow/trunk/144341 2025-01-24T01:32:09.7237039Z * [new tag] ciflow/trunk/144354 -> ciflow/trunk/144354 2025-01-24T01:32:09.7552706Z * [new tag] ciflow/trunk/144368 -> ciflow/trunk/144368 2025-01-24T01:32:09.7553254Z * [new tag] ciflow/trunk/144378 -> ciflow/trunk/144378 2025-01-24T01:32:09.7553700Z * [new tag] ciflow/trunk/144441 -> ciflow/trunk/144441 2025-01-24T01:32:09.7554191Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-01-24T01:32:09.7554887Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-01-24T01:32:09.7555377Z * [new tag] ciflow/trunk/144485 -> ciflow/trunk/144485 2025-01-24T01:32:09.7555964Z * [new tag] ciflow/trunk/144492 -> ciflow/trunk/144492 2025-01-24T01:32:09.7556420Z * [new tag] ciflow/trunk/144498 -> ciflow/trunk/144498 2025-01-24T01:32:09.7556904Z * [new tag] ciflow/trunk/144508 -> ciflow/trunk/144508 2025-01-24T01:32:09.7557358Z * [new tag] ciflow/trunk/144513 -> ciflow/trunk/144513 2025-01-24T01:32:09.7557802Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-01-24T01:32:09.7558289Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-01-24T01:32:09.7558874Z * [new tag] ciflow/trunk/144642 -> ciflow/trunk/144642 2025-01-24T01:32:09.7559376Z * [new tag] ciflow/trunk/144644 -> ciflow/trunk/144644 2025-01-24T01:32:09.7559905Z * [new tag] ciflow/trunk/144646 -> ciflow/trunk/144646 2025-01-24T01:32:09.7560483Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-01-24T01:32:09.7561000Z * [new tag] ciflow/trunk/144695 -> ciflow/trunk/144695 2025-01-24T01:32:09.7561495Z * [new tag] ciflow/trunk/144700 -> ciflow/trunk/144700 2025-01-24T01:32:09.7562026Z * [new tag] ciflow/trunk/144707 -> ciflow/trunk/144707 2025-01-24T01:32:09.7562516Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-01-24T01:32:09.7563035Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-01-24T01:32:09.7563518Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-01-24T01:32:09.7564040Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-01-24T01:32:09.7564531Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-01-24T01:32:09.7565051Z * [new tag] ciflow/trunk/144773 -> ciflow/trunk/144773 2025-01-24T01:32:09.7565536Z * [new tag] ciflow/trunk/144829 -> ciflow/trunk/144829 2025-01-24T01:32:09.7566057Z * [new tag] ciflow/trunk/144841 -> ciflow/trunk/144841 2025-01-24T01:32:09.7566547Z * [new tag] ciflow/trunk/144865 -> ciflow/trunk/144865 2025-01-24T01:32:09.7567068Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-01-24T01:32:09.7567561Z * [new tag] ciflow/trunk/144894 -> ciflow/trunk/144894 2025-01-24T01:32:09.7568085Z * [new tag] ciflow/trunk/144910 -> ciflow/trunk/144910 2025-01-24T01:32:09.7568901Z * [new tag] ciflow/trunk/144940 -> ciflow/trunk/144940 2025-01-24T01:32:09.7569403Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-01-24T01:32:09.7569822Z * [new tag] ciflow/trunk/144956 -> ciflow/trunk/144956 2025-01-24T01:32:09.7570247Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-01-24T01:32:09.7570666Z * [new tag] ciflow/trunk/144985 -> ciflow/trunk/144985 2025-01-24T01:32:09.7571069Z * [new tag] ciflow/trunk/144994 -> ciflow/trunk/144994 2025-01-24T01:32:09.7571674Z * [new tag] ciflow/trunk/144999 -> ciflow/trunk/144999 2025-01-24T01:32:09.7572098Z * [new tag] ciflow/trunk/145031 -> ciflow/trunk/145031 2025-01-24T01:32:09.7572517Z * [new tag] ciflow/trunk/145047 -> ciflow/trunk/145047 2025-01-24T01:32:09.7572924Z * [new tag] ciflow/trunk/145060 -> ciflow/trunk/145060 2025-01-24T01:32:09.7575187Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-01-24T01:32:09.7575601Z * [new tag] ciflow/trunk/145083 -> ciflow/trunk/145083 2025-01-24T01:32:09.7576096Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-01-24T01:32:09.7576513Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-01-24T01:32:09.7576933Z * [new tag] ciflow/trunk/145120 -> ciflow/trunk/145120 2025-01-24T01:32:09.7577347Z * [new tag] ciflow/trunk/145128 -> ciflow/trunk/145128 2025-01-24T01:32:09.7577764Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-01-24T01:32:09.7578178Z * [new tag] ciflow/trunk/145132 -> ciflow/trunk/145132 2025-01-24T01:32:09.7578580Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-01-24T01:32:09.7578991Z * [new tag] ciflow/trunk/145148 -> ciflow/trunk/145148 2025-01-24T01:32:09.7579410Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-01-24T01:32:09.7876153Z * [new tag] ciflow/trunk/145156 -> ciflow/trunk/145156 2025-01-24T01:32:09.7876623Z * [new tag] ciflow/trunk/145204 -> ciflow/trunk/145204 2025-01-24T01:32:09.7877050Z * [new tag] ciflow/trunk/145206 -> ciflow/trunk/145206 2025-01-24T01:32:09.7877495Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-01-24T01:32:09.7877906Z * [new tag] ciflow/trunk/145227 -> ciflow/trunk/145227 2025-01-24T01:32:09.7878312Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-01-24T01:32:09.7878726Z * [new tag] ciflow/trunk/145245 -> ciflow/trunk/145245 2025-01-24T01:32:09.7879140Z * [new tag] ciflow/trunk/145250 -> ciflow/trunk/145250 2025-01-24T01:32:09.7879552Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-01-24T01:32:09.7879962Z * [new tag] ciflow/trunk/145269 -> ciflow/trunk/145269 2025-01-24T01:32:09.7881268Z * [new tag] ciflow/trunk/145288 -> ciflow/trunk/145288 2025-01-24T01:32:09.7881683Z * [new tag] ciflow/trunk/145303 -> ciflow/trunk/145303 2025-01-24T01:32:09.7882103Z * [new tag] ciflow/trunk/145307 -> ciflow/trunk/145307 2025-01-24T01:32:09.7882534Z * [new tag] ciflow/trunk/145311 -> ciflow/trunk/145311 2025-01-24T01:32:09.7882940Z * [new tag] ciflow/trunk/145318 -> ciflow/trunk/145318 2025-01-24T01:32:09.7883375Z * [new tag] ciflow/trunk/145321 -> ciflow/trunk/145321 2025-01-24T01:32:09.7883790Z * [new tag] ciflow/trunk/145323 -> ciflow/trunk/145323 2025-01-24T01:32:09.7884210Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-01-24T01:32:09.7884613Z * [new tag] ciflow/trunk/145373 -> ciflow/trunk/145373 2025-01-24T01:32:09.7885026Z * [new tag] ciflow/trunk/145375 -> ciflow/trunk/145375 2025-01-24T01:32:09.7885439Z * [new tag] ciflow/trunk/145391 -> ciflow/trunk/145391 2025-01-24T01:32:09.7885841Z * [new tag] ciflow/trunk/145399 -> ciflow/trunk/145399 2025-01-24T01:32:09.7887306Z * [new tag] ciflow/trunk/145407 -> ciflow/trunk/145407 2025-01-24T01:32:09.7887755Z * [new tag] ciflow/trunk/145412 -> ciflow/trunk/145412 2025-01-24T01:32:09.7888162Z * [new tag] ciflow/trunk/145417 -> ciflow/trunk/145417 2025-01-24T01:32:09.7888580Z * [new tag] ciflow/trunk/145421 -> ciflow/trunk/145421 2025-01-24T01:32:09.7889000Z * [new tag] ciflow/trunk/145435 -> ciflow/trunk/145435 2025-01-24T01:32:09.7889520Z * [new tag] ciflow/trunk/145436 -> ciflow/trunk/145436 2025-01-24T01:32:09.7889940Z * [new tag] ciflow/trunk/145443 -> ciflow/trunk/145443 2025-01-24T01:32:09.7890353Z * [new tag] ciflow/trunk/145448 -> ciflow/trunk/145448 2025-01-24T01:32:09.7890768Z * [new tag] ciflow/trunk/145449 -> ciflow/trunk/145449 2025-01-24T01:32:09.7891188Z * [new tag] ciflow/trunk/145450 -> ciflow/trunk/145450 2025-01-24T01:32:09.7907898Z * [new tag] ciflow/trunk/145462 -> ciflow/trunk/145462 2025-01-24T01:32:09.7908512Z * [new tag] ciflow/trunk/145465 -> ciflow/trunk/145465 2025-01-24T01:32:09.7909653Z * [new tag] ciflow/trunk/145490 -> ciflow/trunk/145490 2025-01-24T01:32:09.7910452Z * [new tag] ciflow/trunk/145494 -> ciflow/trunk/145494 2025-01-24T01:32:09.7910899Z * [new tag] ciflow/trunk/145495 -> ciflow/trunk/145495 2025-01-24T01:32:09.7911309Z * [new tag] ciflow/trunk/145502 -> ciflow/trunk/145502 2025-01-24T01:32:09.7911732Z * [new tag] ciflow/trunk/145506 -> ciflow/trunk/145506 2025-01-24T01:32:09.7912147Z * [new tag] ciflow/trunk/145509 -> ciflow/trunk/145509 2025-01-24T01:32:09.7912562Z * [new tag] ciflow/trunk/145513 -> ciflow/trunk/145513 2025-01-24T01:32:09.7912982Z * [new tag] ciflow/trunk/145517 -> ciflow/trunk/145517 2025-01-24T01:32:09.7913403Z * [new tag] ciflow/trunk/145519 -> ciflow/trunk/145519 2025-01-24T01:32:09.7913809Z * [new tag] ciflow/trunk/145524 -> ciflow/trunk/145524 2025-01-24T01:32:09.7914221Z * [new tag] ciflow/trunk/145530 -> ciflow/trunk/145530 2025-01-24T01:32:09.7914636Z * [new tag] ciflow/trunk/145531 -> ciflow/trunk/145531 2025-01-24T01:32:09.7915904Z * [new tag] ciflow/trunk/145533 -> ciflow/trunk/145533 2025-01-24T01:32:09.7916318Z * [new tag] ciflow/trunk/145539 -> ciflow/trunk/145539 2025-01-24T01:32:09.7916742Z * [new tag] ciflow/trunk/145542 -> ciflow/trunk/145542 2025-01-24T01:32:09.7917162Z * [new tag] ciflow/trunk/145545 -> ciflow/trunk/145545 2025-01-24T01:32:09.7917580Z * [new tag] ciflow/trunk/145547 -> ciflow/trunk/145547 2025-01-24T01:32:09.8219826Z * [new tag] ciflow/trunk/145550 -> ciflow/trunk/145550 2025-01-24T01:32:09.8220325Z * [new tag] ciflow/trunk/145551 -> ciflow/trunk/145551 2025-01-24T01:32:09.8220746Z * [new tag] ciflow/trunk/145552 -> ciflow/trunk/145552 2025-01-24T01:32:09.8221160Z * [new tag] ciflow/trunk/145553 -> ciflow/trunk/145553 2025-01-24T01:32:09.8221611Z * [new tag] ciflow/trunk/145554 -> ciflow/trunk/145554 2025-01-24T01:32:09.8222020Z * [new tag] ciflow/trunk/145558 -> ciflow/trunk/145558 2025-01-24T01:32:09.8222430Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-01-24T01:32:09.8222833Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-01-24T01:32:09.8223434Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-01-24T01:32:09.8223908Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-01-24T01:32:09.8224360Z * [new tag] ciflow/xpu/132945 -> ciflow/xpu/132945 2025-01-24T01:32:09.8224780Z * [new tag] ciflow/xpu/133307 -> ciflow/xpu/133307 2025-01-24T01:32:09.8225186Z * [new tag] ciflow/xpu/135189 -> ciflow/xpu/135189 2025-01-24T01:32:09.8225706Z * [new tag] ciflow/xpu/135337 -> ciflow/xpu/135337 2025-01-24T01:32:09.8226101Z * [new tag] ciflow/xpu/135465 -> ciflow/xpu/135465 2025-01-24T01:32:09.8226508Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-01-24T01:32:09.8226916Z * [new tag] ciflow/xpu/137570 -> ciflow/xpu/137570 2025-01-24T01:32:09.8227313Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-01-24T01:32:09.8227714Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-01-24T01:32:09.8228116Z * [new tag] ciflow/xpu/139171 -> ciflow/xpu/139171 2025-01-24T01:32:09.8228504Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-01-24T01:32:09.8228900Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-01-24T01:32:09.8229301Z * [new tag] ciflow/xpu/140362 -> ciflow/xpu/140362 2025-01-24T01:32:09.8229740Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-01-24T01:32:09.8230193Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-01-24T01:32:09.8230601Z * [new tag] ciflow/xpu/140389 -> ciflow/xpu/140389 2025-01-24T01:32:09.8230997Z * [new tag] ciflow/xpu/140677 -> ciflow/xpu/140677 2025-01-24T01:32:09.8231405Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-01-24T01:32:09.8231804Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-01-24T01:32:09.8232206Z * [new tag] ciflow/xpu/141318 -> ciflow/xpu/141318 2025-01-24T01:32:09.8232595Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-01-24T01:32:09.8232996Z * [new tag] ciflow/xpu/142067 -> ciflow/xpu/142067 2025-01-24T01:32:09.8233401Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-01-24T01:32:09.8233806Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-01-24T01:32:09.8234210Z * [new tag] ciflow/xpu/143784 -> ciflow/xpu/143784 2025-01-24T01:32:09.8234609Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-01-24T01:32:09.8235007Z * [new tag] ciflow/xpu/144046 -> ciflow/xpu/144046 2025-01-24T01:32:09.8235469Z * [new tag] ciflow/xpu/144368 -> ciflow/xpu/144368 2025-01-24T01:32:09.8235918Z * [new tag] ciflow/xpu/144378 -> ciflow/xpu/144378 2025-01-24T01:32:09.8236309Z * [new tag] ciflow/xpu/144385 -> ciflow/xpu/144385 2025-01-24T01:32:09.8236709Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-01-24T01:32:09.8237112Z * [new tag] ciflow/xpu/144473 -> ciflow/xpu/144473 2025-01-24T01:32:09.8237514Z * [new tag] ciflow/xpu/144644 -> ciflow/xpu/144644 2025-01-24T01:32:09.8237905Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-01-24T01:32:09.8238305Z * [new tag] ciflow/xpu/144722 -> ciflow/xpu/144722 2025-01-24T01:32:09.8238711Z * [new tag] ciflow/xpu/145060 -> ciflow/xpu/145060 2025-01-24T01:32:09.8239252Z * [new tag] ciflow/xpu/145083 -> ciflow/xpu/145083 2025-01-24T01:32:09.8239672Z * [new tag] ciflow/xpu/145248 -> ciflow/xpu/145248 2025-01-24T01:32:09.8240092Z * [new tag] ciflow/xpu/145490 -> ciflow/xpu/145490 2025-01-24T01:32:09.8240488Z * [new tag] cslpull75 -> cslpull75 2025-01-24T01:32:09.8240909Z * [new tag] cslpull76 -> cslpull76 2025-01-24T01:32:09.8241453Z * [new tag] cslpull77 -> cslpull77 2025-01-24T01:32:09.8241826Z * [new tag] cslpull78 -> cslpull78 2025-01-24T01:32:09.8622178Z * [new tag] cslpull79 -> cslpull79 2025-01-24T01:32:09.8622647Z * [new tag] cslpull80 -> cslpull80 2025-01-24T01:32:09.8623033Z * [new tag] cslpull81 -> cslpull81 2025-01-24T01:32:09.8623431Z * [new tag] cslpull82 -> cslpull82 2025-01-24T01:32:09.8623800Z * [new tag] cslpull83 -> cslpull83 2025-01-24T01:32:09.8624170Z * [new tag] cslpull84 -> cslpull84 2025-01-24T01:32:09.8624526Z * [new tag] cslpull85 -> cslpull85 2025-01-24T01:32:09.8624895Z * [new tag] cslpull86 -> cslpull86 2025-01-24T01:32:09.8625276Z * [new tag] cslpull87 -> cslpull87 2025-01-24T01:32:09.8625633Z * [new tag] cslpull88 -> cslpull88 2025-01-24T01:32:09.8626003Z * [new tag] cslpull89 -> cslpull89 2025-01-24T01:32:09.8626372Z * [new tag] cslpull90 -> cslpull90 2025-01-24T01:32:09.8626763Z * [new tag] cslpull91 -> cslpull91 2025-01-24T01:32:09.8627187Z * [new tag] cslpull92 -> cslpull92 2025-01-24T01:32:09.8627604Z * [new tag] flight_5 -> flight_5 2025-01-24T01:32:09.8627972Z * [new tag] flight_5.1 -> flight_5.1 2025-01-24T01:32:09.8628335Z * [new tag] flight_5.2 -> flight_5.2 2025-01-24T01:32:09.8628704Z * [new tag] flight_5.3 -> flight_5.3 2025-01-24T01:32:09.8629081Z * [new tag] forpull1 -> forpull1 2025-01-24T01:32:09.8629470Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-01-24T01:32:09.8629895Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-01-24T01:32:09.8630318Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-01-24T01:32:09.8630734Z * [new tag] nightly-binary -> nightly-binary 2025-01-24T01:32:09.8631158Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-01-24T01:32:09.8631581Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-01-24T01:32:09.8631961Z * [new tag] v0.1.1 -> v0.1.1 2025-01-24T01:32:09.8632307Z * [new tag] v0.1.10 -> v0.1.10 2025-01-24T01:32:09.8632652Z * [new tag] v0.1.11 -> v0.1.11 2025-01-24T01:32:09.8633005Z * [new tag] v0.1.12 -> v0.1.12 2025-01-24T01:32:09.8633345Z * [new tag] v0.1.2 -> v0.1.2 2025-01-24T01:32:09.8633690Z * [new tag] v0.1.3 -> v0.1.3 2025-01-24T01:32:09.8634038Z * [new tag] v0.1.4 -> v0.1.4 2025-01-24T01:32:09.8634368Z * [new tag] v0.1.5 -> v0.1.5 2025-01-24T01:32:09.8634704Z * [new tag] v0.1.6 -> v0.1.6 2025-01-24T01:32:09.8635269Z * [new tag] v0.1.7 -> v0.1.7 2025-01-24T01:32:09.8635617Z * [new tag] v0.1.8 -> v0.1.8 2025-01-24T01:32:09.8635956Z * [new tag] v0.1.9 -> v0.1.9 2025-01-24T01:32:09.8636299Z * [new tag] v0.2.0 -> v0.2.0 2025-01-24T01:32:09.8636635Z * [new tag] v0.3.0 -> v0.3.0 2025-01-24T01:32:09.8637102Z * [new tag] v0.3.1 -> v0.3.1 2025-01-24T01:32:09.8637453Z * [new tag] v0.4.0 -> v0.4.0 2025-01-24T01:32:09.8637797Z * [new tag] v0.4.1 -> v0.4.1 2025-01-24T01:32:09.8638134Z * [new tag] v1.0.0 -> v1.0.0 2025-01-24T01:32:09.8638500Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-01-24T01:32:09.8638854Z * [new tag] v1.0.1 -> v1.0.1 2025-01-24T01:32:09.8639199Z * [new tag] v1.0rc0 -> v1.0rc0 2025-01-24T01:32:09.8639546Z * [new tag] v1.0rc1 -> v1.0rc1 2025-01-24T01:32:09.8639894Z * [new tag] v1.1.0 -> v1.1.0 2025-01-24T01:32:09.8640236Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-01-24T01:32:09.8640594Z * [new tag] v1.10.0 -> v1.10.0 2025-01-24T01:32:09.8640948Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-01-24T01:32:09.8641317Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-01-24T01:32:09.8641685Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-01-24T01:32:09.8642048Z * [new tag] v1.10.1 -> v1.10.1 2025-01-24T01:32:09.8642399Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-01-24T01:32:09.8642762Z * [new tag] v1.10.2 -> v1.10.2 2025-01-24T01:32:09.8643117Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-01-24T01:32:09.8643475Z * [new tag] v1.11.0 -> v1.11.0 2025-01-24T01:32:09.9076301Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-01-24T01:32:09.9076915Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-01-24T01:32:09.9077334Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-01-24T01:32:09.9077779Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-01-24T01:32:09.9078152Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-01-24T01:32:09.9078593Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-01-24T01:32:09.9078977Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-01-24T01:32:09.9079346Z * [new tag] v1.12.0 -> v1.12.0 2025-01-24T01:32:09.9079705Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-01-24T01:32:09.9080072Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-01-24T01:32:09.9080424Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-01-24T01:32:09.9080785Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-01-24T01:32:09.9081153Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-01-24T01:32:09.9081509Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-01-24T01:32:09.9081870Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-01-24T01:32:09.9082285Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-01-24T01:32:09.9082682Z * [new tag] v1.12.1 -> v1.12.1 2025-01-24T01:32:09.9083288Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-01-24T01:32:09.9083663Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-01-24T01:32:09.9084028Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-01-24T01:32:09.9084409Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-01-24T01:32:09.9084780Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-01-24T01:32:09.9085280Z * [new tag] v1.13.0 -> v1.13.0 2025-01-24T01:32:09.9085643Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-01-24T01:32:09.9086020Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-01-24T01:32:09.9086393Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-01-24T01:32:09.9086751Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-01-24T01:32:09.9087130Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-01-24T01:32:09.9087497Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-01-24T01:32:09.9087849Z * [new tag] v1.13.1 -> v1.13.1 2025-01-24T01:32:09.9088263Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-01-24T01:32:09.9088671Z * [new tag] v1.2.0 -> v1.2.0 2025-01-24T01:32:09.9089071Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-01-24T01:32:09.9089427Z * [new tag] v1.3.0 -> v1.3.0 2025-01-24T01:32:09.9089778Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-01-24T01:32:09.9090122Z * [new tag] v1.3.1 -> v1.3.1 2025-01-24T01:32:09.9090475Z * [new tag] v1.4.0 -> v1.4.0 2025-01-24T01:32:09.9090838Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-01-24T01:32:09.9091199Z * [new tag] v1.4.1 -> v1.4.1 2025-01-24T01:32:09.9091552Z * [new tag] v1.5.0 -> v1.5.0 2025-01-24T01:32:09.9091912Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-01-24T01:32:09.9092279Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-01-24T01:32:09.9092640Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-01-24T01:32:09.9093009Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-01-24T01:32:09.9093372Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-01-24T01:32:09.9093728Z * [new tag] v1.5.1 -> v1.5.1 2025-01-24T01:32:09.9094083Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-01-24T01:32:09.9094463Z * [new tag] v1.6.0 -> v1.6.0 2025-01-24T01:32:09.9094818Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-01-24T01:32:09.9095179Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-01-24T01:32:09.9095531Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-01-24T01:32:09.9095893Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-01-24T01:32:09.9096336Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-01-24T01:32:09.9096694Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-01-24T01:32:09.9097051Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-01-24T01:32:09.9097402Z * [new tag] v1.7.0 -> v1.7.0 2025-01-24T01:32:09.9097747Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-01-24T01:32:09.9098117Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-01-24T01:32:09.9473103Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-01-24T01:32:09.9473596Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-01-24T01:32:09.9474020Z * [new tag] v1.7.1 -> v1.7.1 2025-01-24T01:32:09.9474383Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-01-24T01:32:09.9474746Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-01-24T01:32:09.9475245Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-01-24T01:32:09.9475606Z * [new tag] v1.8.0 -> v1.8.0 2025-01-24T01:32:09.9475969Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-01-24T01:32:09.9476318Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-01-24T01:32:09.9476686Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-01-24T01:32:09.9477048Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-01-24T01:32:09.9477400Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-01-24T01:32:09.9477749Z * [new tag] v1.8.1 -> v1.8.1 2025-01-24T01:32:09.9478096Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-01-24T01:32:09.9478444Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-01-24T01:32:09.9478805Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-01-24T01:32:09.9479240Z * [new tag] v1.8.2 -> v1.8.2 2025-01-24T01:32:09.9479626Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-01-24T01:32:09.9480000Z * [new tag] v1.9.0 -> v1.9.0 2025-01-24T01:32:09.9480348Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-01-24T01:32:09.9480716Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-01-24T01:32:09.9481072Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-01-24T01:32:09.9481437Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-01-24T01:32:09.9481786Z * [new tag] v1.9.1 -> v1.9.1 2025-01-24T01:32:09.9482125Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-01-24T01:32:09.9482493Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-01-24T01:32:09.9482849Z * [new tag] v2.0.0 -> v2.0.0 2025-01-24T01:32:09.9483193Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-01-24T01:32:09.9483555Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-01-24T01:32:09.9483917Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-01-24T01:32:09.9484272Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-01-24T01:32:09.9484657Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-01-24T01:32:09.9485068Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-01-24T01:32:09.9485470Z * [new tag] v2.0.1 -> v2.0.1 2025-01-24T01:32:09.9485820Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-01-24T01:32:09.9486187Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-01-24T01:32:09.9486548Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-01-24T01:32:09.9486897Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-01-24T01:32:09.9487253Z * [new tag] v2.1.0 -> v2.1.0 2025-01-24T01:32:09.9487601Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-01-24T01:32:09.9487953Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-01-24T01:32:09.9488435Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-01-24T01:32:09.9488811Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-01-24T01:32:09.9489167Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-01-24T01:32:09.9489525Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-01-24T01:32:09.9489961Z * [new tag] v2.1.1 -> v2.1.1 2025-01-24T01:32:09.9490308Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-01-24T01:32:09.9490719Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-01-24T01:32:09.9491128Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-01-24T01:32:09.9491482Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-01-24T01:32:09.9491835Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-01-24T01:32:09.9492209Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-01-24T01:32:09.9492571Z * [new tag] v2.1.2 -> v2.1.2 2025-01-24T01:32:09.9492913Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-01-24T01:32:09.9493273Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-01-24T01:32:09.9493630Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-01-24T01:32:09.9493981Z * [new tag] v2.2.0 -> v2.2.0 2025-01-24T01:32:09.9494333Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-01-24T01:32:09.9494696Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-01-24T01:32:09.9840101Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-01-24T01:32:09.9840560Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-01-24T01:32:09.9840962Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-01-24T01:32:09.9841329Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-01-24T01:32:09.9841682Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-01-24T01:32:09.9842042Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-01-24T01:32:09.9842400Z * [new tag] v2.2.1 -> v2.2.1 2025-01-24T01:32:09.9842771Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-01-24T01:32:09.9843134Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-01-24T01:32:09.9843498Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-01-24T01:32:09.9843857Z * [new tag] v2.2.2 -> v2.2.2 2025-01-24T01:32:09.9844202Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-01-24T01:32:09.9844573Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-01-24T01:32:09.9844932Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-01-24T01:32:09.9845283Z * [new tag] v2.3.0 -> v2.3.0 2025-01-24T01:32:09.9845633Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-01-24T01:32:09.9846002Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-01-24T01:32:09.9846370Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-01-24T01:32:09.9846736Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-01-24T01:32:09.9847109Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-01-24T01:32:09.9847464Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-01-24T01:32:09.9847824Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-01-24T01:32:09.9848374Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-01-24T01:32:09.9848731Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-01-24T01:32:09.9849097Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-01-24T01:32:09.9849465Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-01-24T01:32:09.9849829Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-01-24T01:32:09.9850280Z * [new tag] v2.3.1 -> v2.3.1 2025-01-24T01:32:09.9850633Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-01-24T01:32:09.9851001Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-01-24T01:32:09.9851354Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-01-24T01:32:09.9851716Z * [new tag] v2.4.0 -> v2.4.0 2025-01-24T01:32:09.9852075Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-01-24T01:32:09.9852425Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-01-24T01:32:09.9852783Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-01-24T01:32:09.9853139Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-01-24T01:32:09.9853488Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-01-24T01:32:09.9853845Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-01-24T01:32:09.9854211Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-01-24T01:32:09.9854563Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-01-24T01:32:09.9854928Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-01-24T01:32:09.9855286Z * [new tag] v2.4.1 -> v2.4.1 2025-01-24T01:32:09.9855638Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-01-24T01:32:09.9855992Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-01-24T01:32:09.9856435Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-01-24T01:32:09.9856787Z * [new tag] v2.5.0 -> v2.5.0 2025-01-24T01:32:09.9857130Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-01-24T01:32:09.9857498Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-01-24T01:32:09.9857872Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-01-24T01:32:09.9858222Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-01-24T01:32:09.9858584Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-01-24T01:32:09.9858949Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-01-24T01:32:09.9859303Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-01-24T01:32:09.9859679Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-01-24T01:32:09.9860039Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-01-24T01:32:09.9860388Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-01-24T01:32:09.9860738Z * [new tag] v2.5.1 -> v2.5.1 2025-01-24T01:32:09.9861091Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-01-24T01:32:10.2777560Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-01-24T01:32:10.2777992Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-01-24T01:32:10.2778358Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-01-24T01:32:10.2778718Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-01-24T01:32:10.2779078Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-01-24T01:32:10.2779661Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-01-24T01:32:10.2780034Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-01-24T01:32:10.2780454Z * [new tag] whc_flight_1 -> whc_flight_1 2025-01-24T01:32:10.2780840Z * [new tag] whc_flight_2 -> whc_flight_2 2025-01-24T01:32:10.2781255Z * [new tag] whc_flight_4 -> whc_flight_4 2025-01-24T01:32:10.2973911Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d087145b9259b4cfbcb758dc0bca6a6e5d75d08f^{object} 2025-01-24T01:32:10.3191809Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:32:10.3229508Z ##[endgroup] 2025-01-24T01:32:10.3229882Z ##[group]Determining the checkout info 2025-01-24T01:32:10.3231495Z ##[endgroup] 2025-01-24T01:32:10.3241662Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-01-24T01:32:10.3536571Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-01-24T01:32:10.3920997Z ##[group]Checking out the ref 2025-01-24T01:32:10.3932303Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:32:11.4963157Z Updating files: 13% (2368/18011) 2025-01-24T01:32:11.5529875Z Updating files: 14% (2522/18011) 2025-01-24T01:32:11.6121489Z Updating files: 15% (2702/18011) 2025-01-24T01:32:11.6616723Z Updating files: 16% (2882/18011) 2025-01-24T01:32:11.7085412Z Updating files: 17% (3062/18011) 2025-01-24T01:32:11.7899681Z Updating files: 18% (3242/18011) 2025-01-24T01:32:11.8489185Z Updating files: 19% (3423/18011) 2025-01-24T01:32:11.8967765Z Updating files: 20% (3603/18011) 2025-01-24T01:32:12.1769459Z Updating files: 21% (3783/18011) 2025-01-24T01:32:12.2265125Z Updating files: 22% (3963/18011) 2025-01-24T01:32:12.2726695Z Updating files: 23% (4143/18011) 2025-01-24T01:32:12.3195046Z Updating files: 24% (4323/18011) 2025-01-24T01:32:12.3731740Z Updating files: 25% (4503/18011) 2025-01-24T01:32:12.4306660Z Updating files: 26% (4683/18011) 2025-01-24T01:32:12.4530699Z Updating files: 27% (4863/18011) 2025-01-24T01:32:12.4959495Z Updating files: 27% (4934/18011) 2025-01-24T01:32:12.5580346Z Updating files: 28% (5044/18011) 2025-01-24T01:32:12.6412882Z Updating files: 29% (5224/18011) 2025-01-24T01:32:12.7020798Z Updating files: 30% (5404/18011) 2025-01-24T01:32:12.7685257Z Updating files: 31% (5584/18011) 2025-01-24T01:32:12.8289595Z Updating files: 32% (5764/18011) 2025-01-24T01:32:12.8978588Z Updating files: 33% (5944/18011) 2025-01-24T01:32:13.0311907Z Updating files: 34% (6124/18011) 2025-01-24T01:32:13.1261054Z Updating files: 35% (6304/18011) 2025-01-24T01:32:13.3347465Z Updating files: 36% (6484/18011) 2025-01-24T01:32:13.3993434Z Updating files: 37% (6665/18011) 2025-01-24T01:32:13.5255988Z Updating files: 38% (6845/18011) 2025-01-24T01:32:13.5643851Z Updating files: 38% (6931/18011) 2025-01-24T01:32:13.6420162Z Updating files: 39% (7025/18011) 2025-01-24T01:32:13.8880334Z Updating files: 40% (7205/18011) 2025-01-24T01:32:13.9629028Z Updating files: 41% (7385/18011) 2025-01-24T01:32:13.9880760Z Updating files: 42% (7565/18011) 2025-01-24T01:32:14.2233036Z Updating files: 43% (7745/18011) 2025-01-24T01:32:14.2484947Z Updating files: 44% (7925/18011) 2025-01-24T01:32:14.2751110Z Updating files: 45% (8105/18011) 2025-01-24T01:32:14.3061669Z Updating files: 46% (8286/18011) 2025-01-24T01:32:14.3371959Z Updating files: 47% (8466/18011) 2025-01-24T01:32:14.3600616Z Updating files: 48% (8646/18011) 2025-01-24T01:32:14.3887309Z Updating files: 49% (8826/18011) 2025-01-24T01:32:14.4185100Z Updating files: 50% (9006/18011) 2025-01-24T01:32:14.4468737Z Updating files: 51% (9186/18011) 2025-01-24T01:32:14.4651275Z Updating files: 52% (9366/18011) 2025-01-24T01:32:14.4769243Z Updating files: 52% (9469/18011) 2025-01-24T01:32:14.5106260Z Updating files: 53% (9546/18011) 2025-01-24T01:32:14.5415522Z Updating files: 54% (9726/18011) 2025-01-24T01:32:14.5742174Z Updating files: 55% (9907/18011) 2025-01-24T01:32:14.6065655Z Updating files: 56% (10087/18011) 2025-01-24T01:32:14.6407116Z Updating files: 57% (10267/18011) 2025-01-24T01:32:14.6713348Z Updating files: 58% (10447/18011) 2025-01-24T01:32:14.7067178Z Updating files: 59% (10627/18011) 2025-01-24T01:32:14.7407008Z Updating files: 60% (10807/18011) 2025-01-24T01:32:14.7746336Z Updating files: 61% (10987/18011) 2025-01-24T01:32:14.8084214Z Updating files: 62% (11167/18011) 2025-01-24T01:32:15.0841860Z Updating files: 63% (11347/18011) 2025-01-24T01:32:15.1356790Z Updating files: 64% (11528/18011) 2025-01-24T01:32:15.2075169Z Updating files: 65% (11708/18011) 2025-01-24T01:32:15.2488561Z Updating files: 66% (11888/18011) 2025-01-24T01:32:15.7755147Z Updating files: 67% (12068/18011) 2025-01-24T01:32:16.3390192Z Updating files: 67% (12114/18011) 2025-01-24T01:32:16.3677769Z Updating files: 68% (12248/18011) 2025-01-24T01:32:16.4038026Z Updating files: 69% (12428/18011) 2025-01-24T01:32:16.5082510Z Updating files: 70% (12608/18011) 2025-01-24T01:32:16.5398679Z Updating files: 70% (12718/18011) 2025-01-24T01:32:16.6342096Z Updating files: 71% (12788/18011) 2025-01-24T01:32:16.6978551Z Updating files: 72% (12968/18011) 2025-01-24T01:32:16.7871511Z Updating files: 73% (13149/18011) 2025-01-24T01:32:16.8825826Z Updating files: 74% (13329/18011) 2025-01-24T01:32:17.0004426Z Updating files: 75% (13509/18011) 2025-01-24T01:32:17.1619083Z Updating files: 76% (13689/18011) 2025-01-24T01:32:17.2169830Z Updating files: 77% (13869/18011) 2025-01-24T01:32:17.2953466Z Updating files: 78% (14049/18011) 2025-01-24T01:32:17.3947663Z Updating files: 79% (14229/18011) 2025-01-24T01:32:17.4800416Z Updating files: 80% (14409/18011) 2025-01-24T01:32:17.4824519Z Updating files: 81% (14589/18011) 2025-01-24T01:32:17.5604539Z Updating files: 81% (14597/18011) 2025-01-24T01:32:17.6262467Z Updating files: 82% (14770/18011) 2025-01-24T01:32:17.6804230Z Updating files: 83% (14950/18011) 2025-01-24T01:32:17.7409211Z Updating files: 84% (15130/18011) 2025-01-24T01:32:17.8045875Z Updating files: 85% (15310/18011) 2025-01-24T01:32:17.8652662Z Updating files: 86% (15490/18011) 2025-01-24T01:32:17.9242379Z Updating files: 87% (15670/18011) 2025-01-24T01:32:18.0246867Z Updating files: 88% (15850/18011) 2025-01-24T01:32:18.0867378Z Updating files: 89% (16030/18011) 2025-01-24T01:32:18.3068040Z Updating files: 90% (16210/18011) 2025-01-24T01:32:18.3732693Z Updating files: 91% (16391/18011) 2025-01-24T01:32:18.4756088Z Updating files: 92% (16571/18011) 2025-01-24T01:32:18.4968905Z Updating files: 93% (16751/18011) 2025-01-24T01:32:18.5539466Z Updating files: 93% (16806/18011) 2025-01-24T01:32:18.6328964Z Updating files: 94% (16931/18011) 2025-01-24T01:32:18.7091064Z Updating files: 95% (17111/18011) 2025-01-24T01:32:18.7721729Z Updating files: 96% (17291/18011) 2025-01-24T01:32:18.8654361Z Updating files: 97% (17471/18011) 2025-01-24T01:32:18.9468362Z Updating files: 98% (17651/18011) 2025-01-24T01:32:19.0201302Z Updating files: 99% (17831/18011) 2025-01-24T01:32:19.0201651Z Updating files: 100% (18011/18011) 2025-01-24T01:32:19.0201959Z Updating files: 100% (18011/18011), done. 2025-01-24T01:32:19.0652817Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T01:32:19.0653160Z 2025-01-24T01:32:19.0654623Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T01:32:19.0655147Z changes and commit them, and you can discard any commits you make in this 2025-01-24T01:32:19.0655662Z state without impacting any branches by switching back to a branch. 2025-01-24T01:32:19.0655956Z 2025-01-24T01:32:19.0656149Z If you want to create a new branch to retain commits you create, you may 2025-01-24T01:32:19.0656617Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T01:32:19.0656890Z 2025-01-24T01:32:19.0657215Z git switch -c 2025-01-24T01:32:19.0657405Z 2025-01-24T01:32:19.0657501Z Or undo this operation with: 2025-01-24T01:32:19.0657673Z 2025-01-24T01:32:19.0657767Z git switch - 2025-01-24T01:32:19.0657884Z 2025-01-24T01:32:19.0658108Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T01:32:19.0658431Z 2025-01-24T01:32:19.0658657Z HEAD is now at d087145b925 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T01:32:19.0831306Z ##[endgroup] 2025-01-24T01:32:19.0831706Z ##[group]Setting up auth for fetching submodules 2025-01-24T01:32:19.0842778Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T01:32:19.1105010Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-01-24T01:32:19.1347138Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-24T01:32:19.1592301Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-24T01:32:19.1825725Z ##[endgroup] 2025-01-24T01:32:19.1826119Z ##[group]Fetching submodules 2025-01-24T01:32:19.1835586Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-01-24T01:32:19.5175527Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-01-24T01:32:20.1595878Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-01-24T01:32:20.1596886Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-01-24T01:32:20.1597933Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-01-24T01:32:20.1598885Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-01-24T01:32:20.1599710Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-01-24T01:32:20.1600829Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-01-24T01:32:20.1602008Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-01-24T01:32:20.1602886Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-01-24T01:32:20.1603982Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-01-24T01:32:20.1605018Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-01-24T01:32:20.1605951Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-01-24T01:32:20.1606889Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-01-24T01:32:20.1607836Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-01-24T01:32:20.1608674Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-01-24T01:32:20.1609879Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-01-24T01:32:20.1610782Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-01-24T01:32:20.1611868Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-01-24T01:32:20.1612783Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:32:20.1613731Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-01-24T01:32:20.1614694Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-01-24T01:32:20.1615744Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-01-24T01:32:20.1616541Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-01-24T01:32:20.1617351Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-01-24T01:32:20.1618244Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-01-24T01:32:20.1619170Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-01-24T01:32:20.1620025Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2025-01-24T01:32:20.1620970Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-01-24T01:32:20.1621781Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-01-24T01:32:20.1622766Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-01-24T01:32:20.1623911Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-01-24T01:32:20.1624864Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-01-24T01:32:20.1625887Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-01-24T01:32:20.1626984Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-01-24T01:32:20.1669049Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-01-24T01:32:20.1670056Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-01-24T01:32:20.1670959Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-01-24T01:32:20.1671880Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-01-24T01:32:20.6890153Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-01-24T01:32:21.1024170Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-01-24T01:32:21.4936308Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-01-24T01:32:21.9428761Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-01-24T01:32:22.4785506Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-01-24T01:32:24.7116929Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-01-24T01:32:36.3764397Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-01-24T01:32:37.0003911Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-01-24T01:32:39.2020472Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-01-24T01:32:39.9286778Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-01-24T01:32:40.7778154Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-01-24T01:32:42.1007815Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-01-24T01:32:45.0255201Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-01-24T01:32:50.8894029Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-01-24T01:32:52.9729579Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-01-24T01:32:54.6672932Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-01-24T01:32:56.1280436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-01-24T01:32:56.7220509Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-01-24T01:32:57.2562146Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-01-24T01:32:58.5996076Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-01-24T01:32:59.2015787Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-01-24T01:32:59.6493483Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-01-24T01:33:01.4013624Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-01-24T01:33:02.3227775Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-01-24T01:33:03.2118980Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-01-24T01:33:03.8145968Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2025-01-24T01:33:10.4081872Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-01-24T01:33:13.1739767Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-01-24T01:33:20.1891249Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-01-24T01:33:20.5999464Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-01-24T01:33:30.7630937Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-01-24T01:33:31.1201847Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-01-24T01:33:31.7085599Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-01-24T01:33:33.2307865Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-01-24T01:33:33.7009905Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-01-24T01:33:34.4966573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-01-24T01:33:35.1285637Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-01-24T01:33:35.2153481Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-01-24T01:33:35.2962065Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-01-24T01:33:35.3595899Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-01-24T01:33:35.4990782Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-01-24T01:33:35.6959481Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-01-24T01:33:35.8689428Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-01-24T01:33:41.0448862Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-01-24T01:33:41.1787070Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-01-24T01:33:43.1884963Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2025-01-24T01:33:43.7974679Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-01-24T01:33:44.3216353Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-01-24T01:33:44.4926784Z Submodule path 'third_party/cudnn_frontend': checked out 'ee971b18ee428ff55b444ac93876cfbd377d304f' 2025-01-24T01:33:47.3969423Z Submodule path 'third_party/cutlass': checked out 'bf9da7b76c766d7ee7d536afc77880a4ef1f1156' 2025-01-24T01:33:48.7665516Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-01-24T01:33:49.0947275Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-01-24T01:33:49.1122634Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:33:49.1123708Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:33:49.1124718Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:33:49.1125742Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:33:49.1126887Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:33:50.1877953Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-01-24T01:33:50.9788328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-01-24T01:33:54.0277676Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-01-24T01:33:55.3321146Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-01-24T01:33:55.8007436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-01-24T01:33:55.9616482Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-01-24T01:33:56.4301856Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-01-24T01:33:59.8017481Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-01-24T01:34:00.0094953Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-01-24T01:34:00.0850434Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-01-24T01:34:01.3829124Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-01-24T01:34:01.5248855Z Submodule path 'third_party/fmt': checked out 'e3ddede6c4ee818825c4e5a6dfa1d384860c27d9' 2025-01-24T01:34:01.6793785Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-01-24T01:34:01.8409922Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-01-24T01:34:02.0362139Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-01-24T01:34:02.2391743Z Submodule path 'third_party/ideep': checked out 'e026f3b0318087fe19e2b062e8edf55bfe7a522c' 2025-01-24T01:34:02.2487498Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-01-24T01:34:13.7279888Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-01-24T01:34:16.1075710Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2025-01-24T01:34:16.2231359Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-01-24T01:34:16.4993944Z Submodule path 'third_party/kineto': checked out 'bc1616a65cfe552516ce62f81ead48e45c85e18c' 2025-01-24T01:34:16.5126811Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:34:16.5128279Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:34:16.5129444Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:34:17.5024647Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-01-24T01:34:19.0147423Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-01-24T01:34:20.4202781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-01-24T01:34:20.7119679Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-01-24T01:34:20.7347074Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:34:20.7348314Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:34:20.7349433Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:34:20.7350617Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:34:20.7351804Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:34:20.7353126Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:34:20.7354382Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:34:20.7355567Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:34:22.3364474Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-01-24T01:34:22.9236272Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-01-24T01:34:24.4892904Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-01-24T01:34:24.9792214Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-01-24T01:34:25.7733302Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-01-24T01:34:27.1031513Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-01-24T01:34:33.6563862Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-01-24T01:34:34.0789697Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-01-24T01:34:34.6833866Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-01-24T01:34:34.8028312Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-01-24T01:34:34.9543022Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-01-24T01:34:35.0333644Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-01-24T01:34:35.0426592Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:34:35.5192630Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-01-24T01:34:35.5739498Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-01-24T01:34:35.7887131Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-01-24T01:34:35.9721515Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-01-24T01:34:36.4405169Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-01-24T01:34:36.5405724Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-01-24T01:34:36.6901169Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-01-24T01:34:36.9908344Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-01-24T01:34:37.1495261Z Submodule path 'third_party/kleidiai': checked out '202603f38a9df9d2ded89f12b41ded621c71d4ea' 2025-01-24T01:34:37.3198148Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-01-24T01:34:37.4635502Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2025-01-24T01:34:38.4016750Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-01-24T01:34:41.0400224Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-01-24T01:34:41.0516741Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-01-24T01:34:42.3122806Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-01-24T01:34:42.4847229Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-01-24T01:34:42.9818577Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-01-24T01:34:43.0048716Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:34:43.0051196Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:34:43.0052317Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:34:43.0053423Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:34:43.0054983Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:34:43.0056430Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:34:43.0057763Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:34:43.0059024Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:34:43.6542180Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-01-24T01:34:44.9685665Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-01-24T01:34:45.6299639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-01-24T01:34:52.2573430Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-01-24T01:34:52.7445258Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-01-24T01:34:53.1699817Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-01-24T01:34:54.1388253Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-01-24T01:35:02.2028855Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-01-24T01:35:02.3306265Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-01-24T01:35:02.5457250Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-01-24T01:35:02.6343226Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-01-24T01:35:03.1327874Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-01-24T01:35:03.4090295Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-01-24T01:35:03.5278701Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-01-24T01:35:03.6479167Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-01-24T01:35:03.6593147Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:35:03.6594481Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:35:05.8727159Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-01-24T01:35:07.3420357Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-01-24T01:35:08.0209191Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-01-24T01:35:08.2308518Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-01-24T01:35:13.1885653Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-01-24T01:35:13.2740140Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-01-24T01:35:14.4664365Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-01-24T01:35:14.4783187Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:35:14.4784576Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-01-24T01:35:15.6908197Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-01-24T01:35:17.0073833Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-01-24T01:35:17.1088921Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-01-24T01:35:17.4370192Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-01-24T01:35:17.5174630Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-01-24T01:35:17.5954437Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-01-24T01:35:17.8169049Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-01-24T01:35:17.9493215Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-01-24T01:35:18.4027426Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-01-24T01:35:18.5879251Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-01-24T01:35:18.6029306Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:35:18.6030439Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:35:18.6031442Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:35:18.6032494Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:35:19.9233094Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-01-24T01:35:20.5295879Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-01-24T01:35:22.8243131Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-01-24T01:35:24.5690491Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-01-24T01:35:24.9014292Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-01-24T01:35:25.0983722Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-01-24T01:35:25.3630149Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-01-24T01:35:25.6730563Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-01-24T01:35:25.6828835Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:35:26.0653774Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-01-24T01:35:26.1228577Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-01-24T01:35:26.1466461Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-01-24T01:35:26.5088703Z Entering 'android/libs/fbjni' 2025-01-24T01:35:26.5519574Z Entering 'third_party/FP16' 2025-01-24T01:35:26.5894990Z Entering 'third_party/FXdiv' 2025-01-24T01:35:26.6271552Z Entering 'third_party/NNPACK' 2025-01-24T01:35:26.6650039Z Entering 'third_party/NVTX' 2025-01-24T01:35:26.7025160Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:35:27.1379627Z Entering 'third_party/XNNPACK' 2025-01-24T01:35:27.1776489Z Entering 'third_party/benchmark' 2025-01-24T01:35:27.2153101Z Entering 'third_party/composable_kernel' 2025-01-24T01:35:27.2555261Z Entering 'third_party/cpp-httplib' 2025-01-24T01:35:27.2920279Z Entering 'third_party/cpuinfo' 2025-01-24T01:35:27.3287917Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:35:27.3650329Z Entering 'third_party/cutlass' 2025-01-24T01:35:27.4027444Z Entering 'third_party/eigen' 2025-01-24T01:35:27.4388477Z Entering 'third_party/fbgemm' 2025-01-24T01:35:27.4732339Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:35:27.5095057Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:35:27.5469398Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:35:27.5856157Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:35:27.6257587Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:35:27.6658487Z Entering 'third_party/flatbuffers' 2025-01-24T01:35:27.7020722Z Entering 'third_party/fmt' 2025-01-24T01:35:27.7375471Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:35:27.7738267Z Entering 'third_party/gloo' 2025-01-24T01:35:27.8098080Z Entering 'third_party/googletest' 2025-01-24T01:35:27.8458027Z Entering 'third_party/ideep' 2025-01-24T01:35:27.8815174Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:35:27.9218430Z Entering 'third_party/ittapi' 2025-01-24T01:35:27.9595212Z Entering 'third_party/kineto' 2025-01-24T01:35:27.9958508Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:35:28.0324841Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:35:28.0700976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:35:28.1101048Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:35:28.1477964Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:35:28.1825989Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:35:28.2225759Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:35:28.2620711Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:35:28.3023582Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:35:28.3750697Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:35:28.4143120Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:35:28.4516368Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:35:28.4898998Z Entering 'third_party/kleidiai' 2025-01-24T01:35:28.5266164Z Entering 'third_party/mimalloc' 2025-01-24T01:35:28.5638956Z Entering 'third_party/nccl/nccl' 2025-01-24T01:35:28.6055557Z Entering 'third_party/nlohmann' 2025-01-24T01:35:28.6431751Z Entering 'third_party/onnx' 2025-01-24T01:35:28.6809286Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:35:28.7211216Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:35:28.7574595Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:35:28.7959977Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:35:28.8332190Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:35:28.8703125Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:35:28.9077143Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:35:28.9450779Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:35:28.9849891Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:35:29.0234376Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:35:29.0649431Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:35:29.1036046Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:35:29.1473870Z Entering 'third_party/pocketfft' 2025-01-24T01:35:29.1846463Z Entering 'third_party/protobuf' 2025-01-24T01:35:29.2208803Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:35:29.2581610Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:35:29.2979292Z Entering 'third_party/psimd' 2025-01-24T01:35:29.3349512Z Entering 'third_party/pthreadpool' 2025-01-24T01:35:29.3725765Z Entering 'third_party/pybind11' 2025-01-24T01:35:29.4130034Z Entering 'third_party/python-peachpy' 2025-01-24T01:35:29.4498562Z Entering 'third_party/sleef' 2025-01-24T01:35:29.4866556Z Entering 'third_party/tensorpipe' 2025-01-24T01:35:29.5252739Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:35:29.5628751Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:35:29.6014666Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:35:29.6379620Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:35:29.6728711Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:35:29.7239339Z ##[endgroup] 2025-01-24T01:35:29.7239790Z ##[group]Persisting credentials for submodules 2025-01-24T01:35:29.7251571Z [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-01-24T01:35:30.1046371Z Entering 'android/libs/fbjni' 2025-01-24T01:35:30.1602566Z Entering 'third_party/FP16' 2025-01-24T01:35:30.2143881Z Entering 'third_party/FXdiv' 2025-01-24T01:35:30.2680492Z Entering 'third_party/NNPACK' 2025-01-24T01:35:30.3238002Z Entering 'third_party/NVTX' 2025-01-24T01:35:30.3803771Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:35:30.4361586Z Entering 'third_party/XNNPACK' 2025-01-24T01:35:30.4938220Z Entering 'third_party/benchmark' 2025-01-24T01:35:30.5485557Z Entering 'third_party/composable_kernel' 2025-01-24T01:35:30.6049487Z Entering 'third_party/cpp-httplib' 2025-01-24T01:35:30.6612799Z Entering 'third_party/cpuinfo' 2025-01-24T01:35:30.7176434Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:35:30.7750001Z Entering 'third_party/cutlass' 2025-01-24T01:35:30.8311529Z Entering 'third_party/eigen' 2025-01-24T01:35:30.8878723Z Entering 'third_party/fbgemm' 2025-01-24T01:35:30.9419237Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:35:31.0017629Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:35:31.0603024Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:35:31.1200589Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:35:31.1795754Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:35:31.2394586Z Entering 'third_party/flatbuffers' 2025-01-24T01:35:31.2970982Z Entering 'third_party/fmt' 2025-01-24T01:35:31.3553865Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:35:31.4140488Z Entering 'third_party/gloo' 2025-01-24T01:35:31.4731405Z Entering 'third_party/googletest' 2025-01-24T01:35:31.5332365Z Entering 'third_party/ideep' 2025-01-24T01:35:31.5904093Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:35:31.6513156Z Entering 'third_party/ittapi' 2025-01-24T01:35:31.7114911Z Entering 'third_party/kineto' 2025-01-24T01:35:31.7685641Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:35:31.8267562Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:35:31.8867865Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:35:31.9463600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:35:32.0083154Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:35:32.0659694Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:35:32.1291527Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:35:32.1881492Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:35:32.2491673Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:35:32.3109111Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:35:32.3781310Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:35:32.4401570Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:35:32.5005264Z Entering 'third_party/kleidiai' 2025-01-24T01:35:32.5605206Z Entering 'third_party/mimalloc' 2025-01-24T01:35:32.6192906Z Entering 'third_party/nccl/nccl' 2025-01-24T01:35:32.6766023Z Entering 'third_party/nlohmann' 2025-01-24T01:35:32.7345888Z Entering 'third_party/onnx' 2025-01-24T01:35:32.7931266Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:35:32.8537627Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:35:32.9120250Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:35:32.9698813Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:35:33.0280763Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:35:33.0872349Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:35:33.1480837Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:35:33.2063321Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:35:33.2623003Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:35:33.3180370Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:35:33.3784036Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:35:33.4358993Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:35:33.4958524Z Entering 'third_party/pocketfft' 2025-01-24T01:35:33.5534257Z Entering 'third_party/protobuf' 2025-01-24T01:35:33.6100091Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:35:33.6680665Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:35:33.7283148Z Entering 'third_party/psimd' 2025-01-24T01:35:33.7857210Z Entering 'third_party/pthreadpool' 2025-01-24T01:35:33.8469574Z Entering 'third_party/pybind11' 2025-01-24T01:35:33.9047167Z Entering 'third_party/python-peachpy' 2025-01-24T01:35:33.9638728Z Entering 'third_party/sleef' 2025-01-24T01:35:34.0219886Z Entering 'third_party/tensorpipe' 2025-01-24T01:35:34.0772585Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:35:34.1349995Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:35:34.1918353Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:35:34.2485135Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:35:34.3054071Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:35:34.3759318Z [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-01-24T01:35:34.7230546Z Entering 'android/libs/fbjni' 2025-01-24T01:35:34.7803563Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-01-24T01:35:34.7941298Z Entering 'third_party/FP16' 2025-01-24T01:35:34.8505728Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-01-24T01:35:34.8645065Z Entering 'third_party/FXdiv' 2025-01-24T01:35:34.9215338Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-01-24T01:35:34.9351768Z Entering 'third_party/NNPACK' 2025-01-24T01:35:34.9925156Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-01-24T01:35:35.0067789Z Entering 'third_party/NVTX' 2025-01-24T01:35:35.0626324Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-01-24T01:35:35.0763813Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:35:35.1327013Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-01-24T01:35:35.1466429Z Entering 'third_party/XNNPACK' 2025-01-24T01:35:35.2070674Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-01-24T01:35:35.2222052Z Entering 'third_party/benchmark' 2025-01-24T01:35:35.2778772Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-01-24T01:35:35.2915221Z Entering 'third_party/composable_kernel' 2025-01-24T01:35:35.3459039Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-01-24T01:35:35.3620109Z Entering 'third_party/cpp-httplib' 2025-01-24T01:35:35.4165074Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-01-24T01:35:35.4292329Z Entering 'third_party/cpuinfo' 2025-01-24T01:35:35.4869470Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T01:35:35.5008200Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:35:35.5556737Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-01-24T01:35:35.5688680Z Entering 'third_party/cutlass' 2025-01-24T01:35:35.6254474Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-01-24T01:35:35.6404192Z Entering 'third_party/eigen' 2025-01-24T01:35:35.6959540Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-01-24T01:35:35.7094534Z Entering 'third_party/fbgemm' 2025-01-24T01:35:35.7679602Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-01-24T01:35:35.7795009Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:35:35.8392869Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-01-24T01:35:35.8524132Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:35:35.9066713Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T01:35:35.9198055Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:35:35.9735108Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-01-24T01:35:35.9869753Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:35:36.0438101Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:35:36.0574497Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:35:36.1126291Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-01-24T01:35:36.1274357Z Entering 'third_party/flatbuffers' 2025-01-24T01:35:36.1804615Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-01-24T01:35:36.1954922Z Entering 'third_party/fmt' 2025-01-24T01:35:36.2493667Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-01-24T01:35:36.2634431Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:35:36.3171291Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-01-24T01:35:36.3302123Z Entering 'third_party/gloo' 2025-01-24T01:35:36.3862065Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-01-24T01:35:36.3993923Z Entering 'third_party/googletest' 2025-01-24T01:35:36.4541391Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:35:36.4673133Z Entering 'third_party/ideep' 2025-01-24T01:35:36.5211840Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-01-24T01:35:36.5322797Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:35:36.5872942Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-01-24T01:35:36.6049422Z Entering 'third_party/ittapi' 2025-01-24T01:35:36.6592747Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-01-24T01:35:36.6720793Z Entering 'third_party/kineto' 2025-01-24T01:35:36.7266851Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-01-24T01:35:36.7385390Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:35:36.7965950Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-01-24T01:35:36.8088262Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:35:36.8661088Z 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-01-24T01:35:36.8793426Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:35:36.9355446Z 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-01-24T01:35:36.9488310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:35:37.0055096Z 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-01-24T01:35:37.0195957Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:35:37.0760311Z 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-01-24T01:35:37.0876603Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:35:37.1470405Z 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-01-24T01:35:37.1625777Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:35:37.2171650Z 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-01-24T01:35:37.2301368Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:35:37.2870170Z 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-01-24T01:35:37.3010148Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:35:37.3566467Z 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-01-24T01:35:37.3700721Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:35:37.4258030Z 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-01-24T01:35:37.4412595Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:35:37.4991308Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-01-24T01:35:37.5126919Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:35:37.5692296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-01-24T01:35:37.5846052Z Entering 'third_party/kleidiai' 2025-01-24T01:35:37.6393485Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-01-24T01:35:37.6533255Z Entering 'third_party/mimalloc' 2025-01-24T01:35:37.7131318Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-01-24T01:35:37.7282054Z Entering 'third_party/nccl/nccl' 2025-01-24T01:35:37.7854846Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2025-01-24T01:35:37.7993057Z Entering 'third_party/nlohmann' 2025-01-24T01:35:37.8541715Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-01-24T01:35:37.8681397Z Entering 'third_party/onnx' 2025-01-24T01:35:37.9238090Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-01-24T01:35:37.9381534Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:35:37.9961132Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-01-24T01:35:38.0126228Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:35:38.0715570Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-01-24T01:35:38.0837337Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:35:38.1436567Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-01-24T01:35:38.1573753Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:35:38.2143205Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:35:38.2282838Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:35:38.2850747Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-01-24T01:35:38.2988424Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:35:38.3556848Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-01-24T01:35:38.3696809Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:35:38.4265950Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-01-24T01:35:38.4399660Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:35:38.4961736Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-01-24T01:35:38.5099736Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:35:38.5668871Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-01-24T01:35:38.5786355Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:35:38.6367192Z 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-01-24T01:35:38.6501525Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:35:38.7054484Z 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-01-24T01:35:38.7202470Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:35:38.7748794Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-01-24T01:35:38.7936473Z Entering 'third_party/pocketfft' 2025-01-24T01:35:38.8486378Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-01-24T01:35:38.8615051Z Entering 'third_party/protobuf' 2025-01-24T01:35:38.9205636Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-01-24T01:35:38.9321369Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:35:38.9879955Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-01-24T01:35:39.0014039Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:35:39.0562356Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:35:39.0719058Z Entering 'third_party/psimd' 2025-01-24T01:35:39.1275596Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-01-24T01:35:39.1403658Z Entering 'third_party/pthreadpool' 2025-01-24T01:35:39.1962007Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-01-24T01:35:39.2092692Z Entering 'third_party/pybind11' 2025-01-24T01:35:39.2651855Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-01-24T01:35:39.2784612Z Entering 'third_party/python-peachpy' 2025-01-24T01:35:39.3332858Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-01-24T01:35:39.3461221Z Entering 'third_party/sleef' 2025-01-24T01:35:39.4018632Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-01-24T01:35:39.4146686Z Entering 'third_party/tensorpipe' 2025-01-24T01:35:39.4713551Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-01-24T01:35:39.4824801Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:35:39.5378145Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-01-24T01:35:39.5508489Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:35:39.6056061Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-01-24T01:35:39.6186718Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:35:39.6760607Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-01-24T01:35:39.6893001Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:35:39.7435151Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-01-24T01:35:39.7553254Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:35:39.8120493Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-01-24T01:35:39.8702840Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-01-24T01:35:40.2371136Z Entering 'android/libs/fbjni' 2025-01-24T01:35:40.2748721Z Entering 'third_party/FP16' 2025-01-24T01:35:40.3129633Z Entering 'third_party/FXdiv' 2025-01-24T01:35:40.3491557Z Entering 'third_party/NNPACK' 2025-01-24T01:35:40.3896287Z Entering 'third_party/NVTX' 2025-01-24T01:35:40.4261471Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:35:40.4652529Z Entering 'third_party/XNNPACK' 2025-01-24T01:35:40.5046162Z Entering 'third_party/benchmark' 2025-01-24T01:35:40.5407105Z Entering 'third_party/composable_kernel' 2025-01-24T01:35:40.5784065Z Entering 'third_party/cpp-httplib' 2025-01-24T01:35:40.6116866Z Entering 'third_party/cpuinfo' 2025-01-24T01:35:40.6466668Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:35:40.6835909Z Entering 'third_party/cutlass' 2025-01-24T01:35:40.7236716Z Entering 'third_party/eigen' 2025-01-24T01:35:40.7635589Z Entering 'third_party/fbgemm' 2025-01-24T01:35:40.7985731Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:35:40.8365115Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:35:40.8718435Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:35:40.9102202Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:35:40.9471116Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:35:40.9887591Z Entering 'third_party/flatbuffers' 2025-01-24T01:35:41.0260121Z Entering 'third_party/fmt' 2025-01-24T01:35:41.0620648Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:35:41.0989634Z Entering 'third_party/gloo' 2025-01-24T01:35:41.1348309Z Entering 'third_party/googletest' 2025-01-24T01:35:41.1695923Z Entering 'third_party/ideep' 2025-01-24T01:35:41.2047562Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:35:41.2451365Z Entering 'third_party/ittapi' 2025-01-24T01:35:41.2812204Z Entering 'third_party/kineto' 2025-01-24T01:35:41.3155496Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:35:41.3510742Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:35:41.3894608Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:35:41.4257884Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:35:41.4633708Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:35:41.4986798Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:35:41.5379099Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:35:41.5738967Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:35:41.6105821Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:35:41.6477811Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:35:41.6867594Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:35:41.7268923Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:35:41.7663048Z Entering 'third_party/kleidiai' 2025-01-24T01:35:41.8039479Z Entering 'third_party/mimalloc' 2025-01-24T01:35:41.8478437Z Entering 'third_party/nccl/nccl' 2025-01-24T01:35:41.8839677Z Entering 'third_party/nlohmann' 2025-01-24T01:35:41.9210609Z Entering 'third_party/onnx' 2025-01-24T01:35:41.9606040Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:35:42.0039211Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:35:42.0411822Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:35:42.0788503Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:35:42.1157479Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:35:42.1531790Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:35:42.1922737Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:35:42.2299931Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:35:42.2729347Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:35:42.3094027Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:35:42.3530289Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:35:42.3935433Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:35:42.4352462Z Entering 'third_party/pocketfft' 2025-01-24T01:35:42.4762678Z Entering 'third_party/protobuf' 2025-01-24T01:35:42.5132430Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:35:42.5521777Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:35:42.5913737Z Entering 'third_party/psimd' 2025-01-24T01:35:42.6289913Z Entering 'third_party/pthreadpool' 2025-01-24T01:35:42.6659396Z Entering 'third_party/pybind11' 2025-01-24T01:35:42.7053227Z Entering 'third_party/python-peachpy' 2025-01-24T01:35:42.7445794Z Entering 'third_party/sleef' 2025-01-24T01:35:42.7817215Z Entering 'third_party/tensorpipe' 2025-01-24T01:35:42.8215878Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:35:42.8620469Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:35:42.9011009Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:35:42.9389045Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:35:42.9744237Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:35:43.0277845Z [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-01-24T01:35:43.3842389Z Entering 'android/libs/fbjni' 2025-01-24T01:35:43.4220698Z Entering 'third_party/FP16' 2025-01-24T01:35:43.4588604Z Entering 'third_party/FXdiv' 2025-01-24T01:35:43.4944761Z Entering 'third_party/NNPACK' 2025-01-24T01:35:43.5328380Z Entering 'third_party/NVTX' 2025-01-24T01:35:43.5693690Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T01:35:43.6070314Z Entering 'third_party/XNNPACK' 2025-01-24T01:35:43.6456679Z Entering 'third_party/benchmark' 2025-01-24T01:35:43.6823162Z Entering 'third_party/composable_kernel' 2025-01-24T01:35:43.7200252Z Entering 'third_party/cpp-httplib' 2025-01-24T01:35:43.7595403Z Entering 'third_party/cpuinfo' 2025-01-24T01:35:43.7951965Z Entering 'third_party/cudnn_frontend' 2025-01-24T01:35:43.8307331Z Entering 'third_party/cutlass' 2025-01-24T01:35:43.8674761Z Entering 'third_party/eigen' 2025-01-24T01:35:43.9048702Z Entering 'third_party/fbgemm' 2025-01-24T01:35:43.9388121Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T01:35:43.9785338Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T01:35:44.0162998Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T01:35:44.0551191Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T01:35:44.0935917Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T01:35:44.1316998Z Entering 'third_party/flatbuffers' 2025-01-24T01:35:44.1686906Z Entering 'third_party/fmt' 2025-01-24T01:35:44.2064890Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T01:35:44.2433866Z Entering 'third_party/gloo' 2025-01-24T01:35:44.2803331Z Entering 'third_party/googletest' 2025-01-24T01:35:44.3172398Z Entering 'third_party/ideep' 2025-01-24T01:35:44.3525003Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T01:35:44.3953923Z Entering 'third_party/ittapi' 2025-01-24T01:35:44.4323058Z Entering 'third_party/kineto' 2025-01-24T01:35:44.4676149Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T01:35:44.5036948Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T01:35:44.5414564Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T01:35:44.5822121Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T01:35:44.6207680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T01:35:44.6570758Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T01:35:44.6964253Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T01:35:44.7337405Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T01:35:44.7715025Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T01:35:44.8122146Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T01:35:44.8521025Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T01:35:44.8915046Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T01:35:44.9311736Z Entering 'third_party/kleidiai' 2025-01-24T01:35:44.9683415Z Entering 'third_party/mimalloc' 2025-01-24T01:35:45.0066010Z Entering 'third_party/nccl/nccl' 2025-01-24T01:35:45.0439310Z Entering 'third_party/nlohmann' 2025-01-24T01:35:45.0826049Z Entering 'third_party/onnx' 2025-01-24T01:35:45.1200451Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T01:35:45.1601019Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T01:35:45.1982312Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T01:35:45.2378846Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T01:35:45.2766024Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T01:35:45.3152975Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T01:35:45.3537571Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T01:35:45.3934845Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T01:35:45.4341900Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T01:35:45.4709142Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T01:35:45.5109320Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T01:35:45.5509845Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T01:35:45.5928983Z Entering 'third_party/pocketfft' 2025-01-24T01:35:45.6348116Z Entering 'third_party/protobuf' 2025-01-24T01:35:45.6728125Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T01:35:45.7103987Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T01:35:45.7521489Z Entering 'third_party/psimd' 2025-01-24T01:35:45.7899703Z Entering 'third_party/pthreadpool' 2025-01-24T01:35:45.8278500Z Entering 'third_party/pybind11' 2025-01-24T01:35:45.8654838Z Entering 'third_party/python-peachpy' 2025-01-24T01:35:45.9045448Z Entering 'third_party/sleef' 2025-01-24T01:35:45.9411295Z Entering 'third_party/tensorpipe' 2025-01-24T01:35:45.9780107Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T01:35:46.0173218Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T01:35:46.0552235Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T01:35:46.0932276Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T01:35:46.1296118Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T01:35:46.1778100Z ##[endgroup] 2025-01-24T01:35:46.2101655Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-01-24T01:35:46.2318798Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:35:46.2600790Z Prepare all required actions 2025-01-24T01:35:46.2713466Z ##[group]Run ./.github/actions/setup-win 2025-01-24T01:35:46.2715115Z with: 2025-01-24T01:35:46.2715314Z cuda-version: cpu 2025-01-24T01:35:46.2715529Z env: 2025-01-24T01:35:46.2715709Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:46.2715948Z ##[endgroup] 2025-01-24T01:35:46.2794670Z ##[group]Run set -euo pipefail 2025-01-24T01:35:46.2794995Z set -euo pipefail 2025-01-24T01:35:46.2795273Z function get_ec2_metadata() { 2025-01-24T01:35:46.2795630Z  # Pulled from instance metadata endpoint for EC2 2025-01-24T01:35:46.2796230Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-01-24T01:35:46.2796763Z  category=$1 2025-01-24T01:35:46.2797651Z  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-01-24T01:35:46.2798593Z } 2025-01-24T01:35:46.2798850Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-01-24T01:35:46.2799284Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-01-24T01:35:46.2799772Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-01-24T01:35:46.2800171Z echo "system info $(uname -a)" 2025-01-24T01:35:46.2819698Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:35:46.2820158Z env: 2025-01-24T01:35:46.2820389Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:46.2820667Z ##[endgroup] 2025-01-24T01:35:46.3449835Z ami-id: ami-05638636f7a000c6a 2025-01-24T01:35:46.3920968Z instance-id: i-03e8359c038aad69e 2025-01-24T01:35:46.4416968Z instance-type: c5d.4xlarge 2025-01-24T01:35:46.4610283Z system info MSYS_NT-10.0-17763 EC2AMAZ-PEHGJN5 3.5.4-cbe555e0.x86_64 2024-10-10 20:32 UTC x86_64 Msys 2025-01-24T01:35:46.4713239Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T01:35:46.4714383Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T01:35:46.4731116Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:35:46.4731721Z env: 2025-01-24T01:35:46.4732016Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:46.4732339Z ##[endgroup] 2025-01-24T01:35:46.8597752Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:35:46.8664438Z Finished 2025-01-24T01:35:46.9009721Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-01-24T01:35:46.9010302Z # Windows conda is baked into the AMI at this location 2025-01-24T01:35:46.9010775Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-01-24T01:35:46.9011114Z  2025-01-24T01:35:46.9011305Z { 2025-01-24T01:35:46.9011561Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-01-24T01:35:46.9011954Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-01-24T01:35:46.9012296Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-01-24T01:35:46.9012606Z } >> "${GITHUB_ENV}" 2025-01-24T01:35:46.9031574Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:35:46.9032011Z env: 2025-01-24T01:35:46.9032198Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:46.9032433Z ##[endgroup] 2025-01-24T01:35:46.9336115Z ##[group]Run set +e 2025-01-24T01:35:46.9336384Z set +e 2025-01-24T01:35:46.9336581Z set -x 2025-01-24T01:35:46.9336864Z  2025-01-24T01:35:46.9337115Z PYTHON3=$(${CONDA_RUN} which python3) 2025-01-24T01:35:46.9337431Z EXIT_CODE=$? 2025-01-24T01:35:46.9337641Z  2025-01-24T01:35:46.9339318Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T01:35:46.9339731Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-01-24T01:35:46.9340107Z  2025-01-24T01:35:46.9340317Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-01-24T01:35:46.9340640Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T01:35:46.9340935Z else 2025-01-24T01:35:46.9341363Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-01-24T01:35:46.9342056Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-01-24T01:35:46.9342735Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-01-24T01:35:46.9343300Z  # needed. In both cases, Python binary is just called python 2025-01-24T01:35:46.9343703Z  PYTHON=$(${CONDA_RUN} which python) 2025-01-24T01:35:46.9343985Z  EXIT_CODE=$? 2025-01-24T01:35:46.9344221Z  2025-01-24T01:35:46.9344419Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T01:35:46.9344850Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-01-24T01:35:46.9345270Z  2025-01-24T01:35:46.9345543Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-01-24T01:35:46.9346058Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-01-24T01:35:46.9346511Z  # here pointing to Python 2025-01-24T01:35:46.9346811Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-01-24T01:35:46.9347080Z  2025-01-24T01:35:46.9347277Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-01-24T01:35:46.9347624Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T01:35:46.9347929Z  else 2025-01-24T01:35:46.9348161Z  echo "Found no Python using ${CONDA_RUN}" 2025-01-24T01:35:46.9348468Z  fi 2025-01-24T01:35:46.9348655Z fi 2025-01-24T01:35:46.9367412Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:35:46.9367850Z env: 2025-01-24T01:35:46.9368033Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:46.9368402Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:35:46.9368914Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:35:46.9369375Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:35:46.9369725Z ##[endgroup] 2025-01-24T01:35:46.9613775Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-01-24T01:35:52.9047733Z 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-01-24T01:35:52.9076333Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-01-24T01:35:52.9978376Z + PYTHON3= 2025-01-24T01:35:52.9978615Z + EXIT_CODE=1 2025-01-24T01:35:52.9978842Z + [[ 1 == \0 ]] 2025-01-24T01:35:53.0041498Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-01-24T01:35:54.8003608Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-01-24T01:35:54.8003967Z + EXIT_CODE=0 2025-01-24T01:35:54.8004153Z + [[ 0 == \0 ]] 2025-01-24T01:35:54.8004591Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-01-24T01:35:54.8006325Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-01-24T01:35:54.8124114Z ++ echo /c/Jenkins/Miniconda3/python 2025-01-24T01:35:54.8177663Z ++ sed s/python/python3/ 2025-01-24T01:35:54.8250335Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-01-24T01:35:54.8251135Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-01-24T01:35:54.8437744Z ++ dirname /c/Jenkins/Miniconda3/python 2025-01-24T01:35:54.8511598Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-01-24T01:35:54.8511960Z + echo /c/Jenkins/Miniconda3 2025-01-24T01:35:54.8612169Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T01:35:54.8612851Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T01:35:54.8613327Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-01-24T01:35:54.8635312Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:35:54.8635831Z env: 2025-01-24T01:35:54.8636045Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:54.8636472Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:35:54.8637042Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:35:54.8637538Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:35:54.8637932Z ##[endgroup] 2025-01-24T01:35:54.9607735Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T01:35:54.9608693Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T01:35:54.9609461Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-01-24T01:35:54.9609909Z # that it doesn't interfere 2025-01-24T01:35:54.9610369Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-01-24T01:35:54.9626568Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:35:54.9627018Z env: 2025-01-24T01:35:54.9627214Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:54.9627598Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:35:54.9628189Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:35:54.9628718Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:35:54.9629119Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:35:54.9629402Z ##[endgroup] 2025-01-24T01:35:55.3373780Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:35:55.3424441Z Finished 2025-01-24T01:35:56.2570939Z ##[group]Run choco install handle -y 2025-01-24T01:35:56.2571259Z choco install handle -y 2025-01-24T01:35:56.2571547Z handle C:\actions-runner\_work\ 2025-01-24T01:35:56.2587251Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:35:56.2587694Z env: 2025-01-24T01:35:56.2587893Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:35:56.2588265Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:35:56.2588867Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:35:56.2589386Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:35:56.2589787Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:35:56.2590083Z ##[endgroup] 2025-01-24T01:35:56.6334345Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:35:56.6400939Z Finished 2025-01-24T01:35:58.3181560Z Chocolatey v2.4.0 2025-01-24T01:35:58.4916838Z Installing the following packages: 2025-01-24T01:35:58.4923020Z handle 2025-01-24T01:35:58.4928417Z By installing, you accept licenses for the packages. 2025-01-24T01:35:59.7016724Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-01-24T01:35:59.8388754Z 2025-01-24T01:35:59.8389701Z Progress: Downloading Handle 5.0... 15% 2025-01-24T01:35:59.8390710Z Progress: Downloading Handle 5.0... 45% 2025-01-24T01:35:59.8391844Z Progress: Downloading Handle 5.0... 75% 2025-01-24T01:35:59.8392205Z Progress: Downloading Handle 5.0... 100% 2025-01-24T01:36:00.0393494Z 2025-01-24T01:36:00.0393969Z handle v5.0.0 [Approved] 2025-01-24T01:36:00.0600281Z handle package files install completed. Performing other installation steps. 2025-01-24T01:36:01.3892659Z Downloading Handle 2025-01-24T01:36:01.3893067Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-01-24T01:36:01.4729787Z 2025-01-24T01:36:01.4746709Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-01-24T01:36:01.4877219Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-01-24T01:36:01.4895071Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-01-24T01:36:01.4912622Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-01-24T01:36:01.4917309Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-01-24T01:36:01.4924432Z Download of Handle.zip (729.82 KB) completed. 2025-01-24T01:36:04.5735280Z Hashes match. 2025-01-24T01:36:04.6013100Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-01-24T01:36:04.9819918Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-01-24T01:36:04.9877357Z HKEY_CURRENT_USER\Software\Sysinternals 2025-01-24T01:36:04.9910431Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-01-24T01:36:05.5133444Z ShimGen has successfully created a shim for handle.exe 2025-01-24T01:36:05.7043912Z ShimGen has successfully created a shim for handle64.exe 2025-01-24T01:36:05.8805808Z ShimGen has successfully created a shim for handle64a.exe 2025-01-24T01:36:05.9052309Z The install of handle was successful. 2025-01-24T01:36:05.9055162Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-01-24T01:36:05.9151746Z 2025-01-24T01:36:05.9151885Z Chocolatey installed 1/1 packages. 2025-01-24T01:36:05.9152306Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-01-24T01:36:06.0130551Z 2025-01-24T01:36:06.0130987Z Nthandle v5.0 - Handle viewer 2025-01-24T01:36:06.0131411Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T01:36:06.0131737Z Sysinternals - www.sysinternals.com 2025-01-24T01:36:06.0131931Z 2025-01-24T01:36:06.0980762Z powershell.exe pid: 1292 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:36:06.0981500Z handle.exe pid: 2104 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:36:06.0982065Z handle.exe pid: 4408 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:36:06.0982648Z handle64.exe pid: 4788 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:36:06.1324615Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T01:36:06.1324932Z with: 2025-01-24T01:36:06.1325101Z shell: bash 2025-01-24T01:36:06.1325311Z timeout_minutes: 5 2025-01-24T01:36:06.1325530Z max_attempts: 5 2025-01-24T01:36:06.1325725Z retry_wait_seconds: 30 2025-01-24T01:36:06.1326034Z command: set -eu python3 -m pip install 'xdoctest>=1.1.0' 2025-01-24T01:36:06.1326394Z polling_interval_seconds: 1 2025-01-24T01:36:06.1326638Z warning_on_retry: true 2025-01-24T01:36:06.1326867Z continue_on_error: false 2025-01-24T01:36:06.1327085Z env: 2025-01-24T01:36:06.1327259Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:06.1327632Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:06.1328234Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:06.1328709Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:06.1329388Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:06.1329713Z ##[endgroup] 2025-01-24T01:36:07.7979034Z Collecting xdoctest>=1.1.0 2025-01-24T01:36:07.9933717Z Downloading xdoctest-1.2.0-py3-none-any.whl.metadata (37 kB) 2025-01-24T01:36:08.4007671Z Downloading xdoctest-1.2.0-py3-none-any.whl (151 kB) 2025-01-24T01:36:08.4733454Z ---------------------------------------- 151.2/151.2 kB 1.8 MB/s eta 0:00:00 2025-01-24T01:36:09.7274632Z Installing collected packages: xdoctest 2025-01-24T01:36:09.7275539Z Attempting uninstall: xdoctest 2025-01-24T01:36:09.7300548Z Found existing installation: xdoctest 1.0.2 2025-01-24T01:36:09.7427442Z Uninstalling xdoctest-1.0.2: 2025-01-24T01:36:09.7469197Z Successfully uninstalled xdoctest-1.0.2 2025-01-24T01:36:10.0201476Z WARNING: The script xdoctest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-01-24T01:36:10.0202465Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:36:10.0736664Z Successfully installed xdoctest-1.2.0 2025-01-24T01:36:11.2584664Z Command completed after 1 attempt(s). 2025-01-24T01:36:11.2777645Z ##[group]Run seemethere/download-artifact-s3@v4 2025-01-24T01:36:11.2778010Z with: 2025-01-24T01:36:11.2778220Z name: win-vs2019-cpu-py3 2025-01-24T01:36:11.2778479Z path: C:\12940918145\build-results 2025-01-24T01:36:11.2778760Z s3-bucket: gha-artifacts 2025-01-24T01:36:11.2779004Z region: us-east-1 2025-01-24T01:36:11.2779222Z env: 2025-01-24T01:36:11.2779412Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:11.2779784Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:11.2780330Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:11.2780818Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:11.2781212Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:11.2781552Z ##[endgroup] 2025-01-24T01:36:11.8124072Z (node:3192) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-01-24T01:36:11.8124715Z 2025-01-24T01:36:11.8124960Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-01-24T01:36:11.8125505Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-01-24T01:36:11.8126115Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-01-24T01:36:11.9347247Z Found 4 objects with prefix pytorch/pytorch/12940918145/win-vs2019-cpu-py3/ 2025-01-24T01:36:11.9355163Z Starting download (1/4): C:\12940918145\build-results\.additional_ci_files\test-class-times.json 2025-01-24T01:36:12.0495662Z Finished download (1/4): C:\12940918145\build-results\.additional_ci_files\test-class-times.json 2025-01-24T01:36:12.0497174Z Starting download (2/4): C:\12940918145\build-results\.additional_ci_files\test-times.json 2025-01-24T01:36:12.1407046Z Finished download (2/4): C:\12940918145\build-results\.additional_ci_files\test-times.json 2025-01-24T01:36:12.1417408Z Starting download (3/4): C:\12940918145\build-results\.ninja_log 2025-01-24T01:36:12.2092036Z Finished download (3/4): C:\12940918145\build-results\.ninja_log 2025-01-24T01:36:12.2093088Z Starting download (4/4): C:\12940918145\build-results\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:36:14.1942675Z Finished download (4/4): C:\12940918145\build-results\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:36:14.1953504Z Artifact download has finished successfully 2025-01-24T01:36:14.2266350Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-01-24T01:36:14.2266789Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2025-01-24T01:36:14.2282804Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:36:14.2283286Z env: 2025-01-24T01:36:14.2283485Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:14.2284041Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:14.2284583Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:14.2285064Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:14.2285479Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:14.2285772Z ##[endgroup] 2025-01-24T01:36:14.6225544Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:36:14.6293208Z Finished 2025-01-24T01:36:14.6413828Z Folder PATH listing 2025-01-24T01:36:14.6414256Z Volume serial number is EA7F-0099 2025-01-24T01:36:14.6414540Z C:\12940918145\BUILD-RESULTS 2025-01-24T01:36:14.6418915Z � .ninja_log 2025-01-24T01:36:14.6419293Z � torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:36:14.6419636Z � 2025-01-24T01:36:14.6419874Z ����.additional_ci_files 2025-01-24T01:36:14.6420126Z test-class-times.json 2025-01-24T01:36:14.6420390Z test-times.json 2025-01-24T01:36:14.6420605Z 2025-01-24T01:36:14.6681738Z Prepare all required actions 2025-01-24T01:36:14.6682204Z Getting action download info 2025-01-24T01:36:14.7930642Z Download action repository 'actions/download-artifact@v4' (SHA:fa0a91b85d4f404e444e00e005971372dc801d16) 2025-01-24T01:36:15.1107461Z ##[group]Run ./.github/actions/download-td-artifacts 2025-01-24T01:36:15.1107796Z with: 2025-01-24T01:36:15.1107955Z env: 2025-01-24T01:36:15.1108234Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:15.1108658Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:15.1109222Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:15.1109695Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:15.1110100Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:15.1110379Z ##[endgroup] 2025-01-24T01:36:15.1208863Z ##[group]Run seemethere/download-artifact-s3@v4 2025-01-24T01:36:15.1209183Z with: 2025-01-24T01:36:15.1209401Z name: td_results 2025-01-24T01:36:15.1209600Z s3-bucket: gha-artifacts 2025-01-24T01:36:15.1209840Z region: us-east-1 2025-01-24T01:36:15.1210039Z env: 2025-01-24T01:36:15.1210206Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:15.1210581Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:15.1211107Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:15.1211569Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:15.1211958Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:15.1212255Z ##[endgroup] 2025-01-24T01:36:15.6773031Z (node:3472) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. 2025-01-24T01:36:15.6773517Z 2025-01-24T01:36:15.6773689Z Please migrate your code to use AWS SDK for JavaScript (v3). 2025-01-24T01:36:15.6774232Z For more information, check the migration guide at https://a.co/7PzMCcy 2025-01-24T01:36:15.6774765Z (Use `node --trace-warnings ...` to show where the warning was created) 2025-01-24T01:36:15.7986899Z Found 1 objects with prefix pytorch/pytorch/12940918145/td_results/ 2025-01-24T01:36:15.7988042Z Starting download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-01-24T01:36:15.8639111Z Finished download (1/1): C:\actions-runner\_work\pytorch\pytorch\td_results.json 2025-01-24T01:36:15.8647862Z Artifact download has finished successfully 2025-01-24T01:36:15.8893242Z ##[group]Run mkdir -p .additional_ci_files 2025-01-24T01:36:15.8893599Z mkdir -p .additional_ci_files 2025-01-24T01:36:15.8893986Z mv td_results.json .additional_ci_files/td_results.json || true 2025-01-24T01:36:15.8913321Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:36:15.8913759Z env: 2025-01-24T01:36:15.8914125Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:15.8914523Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:15.8915043Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:15.8915580Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:15.8915971Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:15.8916264Z ##[endgroup] 2025-01-24T01:36:15.9494202Z Prepare all required actions 2025-01-24T01:36:15.9528342Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-01-24T01:36:15.9528734Z with: 2025-01-24T01:36:15.9529376Z github-token: *** 2025-01-24T01:36:15.9529576Z env: 2025-01-24T01:36:15.9529748Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:15.9530128Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:15.9530661Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:15.9531129Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:15.9531533Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:15.9531827Z ##[endgroup] 2025-01-24T01:36:15.9604853Z ##[group]Run set -eux 2025-01-24T01:36:15.9605099Z set -eux 2025-01-24T01:36:15.9605512Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T01:36:15.9625168Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:36:15.9625684Z env: 2025-01-24T01:36:15.9625885Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:15.9626356Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:15.9626938Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:15.9627476Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:15.9627928Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:15.9628567Z GITHUB_TOKEN: *** 2025-01-24T01:36:15.9628812Z ##[endgroup] 2025-01-24T01:36:15.9818490Z + python3 .github/scripts/get_workflow_job_id.py 12940918145 i-03e8359c038aad69e 2025-01-24T01:36:16.4748173Z setting job-id=36097507304 2025-01-24T01:36:16.4748676Z setting job-name=win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:36:16.5076865Z Prepare all required actions 2025-01-24T01:36:16.5077261Z Getting action download info 2025-01-24T01:36:16.6304398Z ##[group]Run ./.github/actions/filter-test-configs 2025-01-24T01:36:16.6304721Z with: 2025-01-24T01:36:16.6305114Z github-token: *** 2025-01-24T01:36:16.6306155Z 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-01-24T01:36:16.6307406Z job-name: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:36:16.6307836Z env: 2025-01-24T01:36:16.6308020Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:16.6308394Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:16.6308951Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:16.6309414Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:16.6309805Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:16.6310095Z ##[endgroup] 2025-01-24T01:36:16.6401226Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T01:36:16.6401502Z with: 2025-01-24T01:36:16.6401676Z shell: bash 2025-01-24T01:36:16.6401862Z timeout_minutes: 10 2025-01-24T01:36:16.6402079Z max_attempts: 5 2025-01-24T01:36:16.6402276Z retry_wait_seconds: 30 2025-01-24T01:36:16.6403003Z 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-01-24T01:36:16.6403938Z polling_interval_seconds: 1 2025-01-24T01:36:16.6404189Z warning_on_retry: true 2025-01-24T01:36:16.6404406Z continue_on_error: false 2025-01-24T01:36:16.6404629Z env: 2025-01-24T01:36:16.6404848Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:16.6405205Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:16.6405724Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:16.6406202Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:16.6406585Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:16.6407060Z GITHUB_TOKEN: *** 2025-01-24T01:36:16.6407270Z ##[endgroup] 2025-01-24T01:36:16.7608544Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T01:36:17.5605584Z Collecting requests==2.27.1 2025-01-24T01:36:17.8289194Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-01-24T01:36:17.9248297Z Collecting pyyaml==6.0.1 2025-01-24T01:36:17.9350796Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB) 2025-01-24T01:36:17.9582236Z 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-01-24T01:36:17.9588633Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.8.30) 2025-01-24T01:36:17.9601008Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-01-24T01:36:17.9615279Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-01-24T01:36:17.9915317Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-01-24T01:36:18.0584457Z ---------------------------------------- 63.1/63.1 kB 853.1 kB/s eta 0:00:00 2025-01-24T01:36:18.0664326Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) 2025-01-24T01:36:18.1111699Z ---------------------------------------- 152.8/152.8 kB 3.0 MB/s eta 0:00:00 2025-01-24T01:36:18.8955567Z Installing collected packages: requests, pyyaml 2025-01-24T01:36:18.8955970Z Attempting uninstall: requests 2025-01-24T01:36:18.8970408Z Found existing installation: requests 2.32.3 2025-01-24T01:36:18.9046719Z Uninstalling requests-2.32.3: 2025-01-24T01:36:18.9070658Z Successfully uninstalled requests-2.32.3 2025-01-24T01:36:18.9708355Z Attempting uninstall: pyyaml 2025-01-24T01:36:18.9715639Z Found existing installation: PyYAML 6.0.2 2025-01-24T01:36:18.9798814Z Uninstalling PyYAML-6.0.2: 2025-01-24T01:36:18.9828660Z Successfully uninstalled PyYAML-6.0.2 2025-01-24T01:36:19.0901042Z Successfully installed pyyaml-6.0.1 requests-2.27.1 2025-01-24T01:36:19.7537871Z Command completed after 1 attempt(s). 2025-01-24T01:36:19.7692123Z ##[group]Run set -x 2025-01-24T01:36:19.7692384Z set -x 2025-01-24T01:36:19.7692573Z  2025-01-24T01:36:19.7692940Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T01:36:19.7693401Z # in runner workspace 2025-01-24T01:36:19.7693770Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-01-24T01:36:19.7713465Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:36:19.7713966Z env: 2025-01-24T01:36:19.7714159Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:19.7714539Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:19.7715070Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:19.7715540Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:19.7715936Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:19.7716229Z ##[endgroup] 2025-01-24T01:36:19.8042628Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-01-24T01:36:19.8687749Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T01:36:19.8688124Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T01:36:19.8688449Z echo "Job name: ${JOB_NAME}" 2025-01-24T01:36:19.8688714Z  2025-01-24T01:36:19.8689160Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T01:36:19.8689655Z # in runner workspace 2025-01-24T01:36:19.8690099Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-01-24T01:36:19.8690556Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-01-24T01:36:19.8690859Z  --job-name "${JOB_NAME}" \ 2025-01-24T01:36:19.8691973Z  --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-01-24T01:36:19.8693125Z  --selected-test-configs "" \ 2025-01-24T01:36:19.8693428Z  --pr-number "${PR_NUMBER}" \ 2025-01-24T01:36:19.8693710Z  --tag "${TAG}" \ 2025-01-24T01:36:19.8693967Z  --event-name "${EVENT_NAME}" \ 2025-01-24T01:36:19.8694258Z  --schedule "${SCHEDULE}" \ 2025-01-24T01:36:19.8694536Z  --branch "${HEAD_BRANCH}" 2025-01-24T01:36:19.8714068Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:36:19.8714518Z env: 2025-01-24T01:36:19.8714706Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:19.8715085Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:19.8715593Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:19.8716088Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:19.8716486Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:19.8717054Z GITHUB_TOKEN: *** 2025-01-24T01:36:19.8717419Z JOB_NAME: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:36:19.8718709Z PR_NUMBER: 2025-01-24T01:36:19.8718938Z TAG: ciflow/trunk/145539 2025-01-24T01:36:19.8719166Z EVENT_NAME: push 2025-01-24T01:36:19.8719365Z SCHEDULE: 2025-01-24T01:36:19.8719542Z HEAD_BRANCH: 2025-01-24T01:36:19.8719724Z ##[endgroup] 2025-01-24T01:36:19.8915092Z Workflow: trunk 2025-01-24T01:36:19.8915549Z Job name: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:36:20.1788749Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-01-24T01:36:20.3269750Z ##[group]Run echo "Filtered matrix:" 2025-01-24T01:36:20.3270079Z echo "Filtered matrix:" 2025-01-24T01:36:20.3271198Z 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-01-24T01:36:20.3272289Z  2025-01-24T01:36:20.3272462Z echo 2025-01-24T01:36:20.3272716Z echo "Is the current job unstable? False" 2025-01-24T01:36:20.3273066Z  2025-01-24T01:36:20.3273382Z echo 2025-01-24T01:36:20.3273735Z echo "Is keep-going label set? False" 2025-01-24T01:36:20.3274235Z  2025-01-24T01:36:20.3274404Z echo 2025-01-24T01:36:20.3274599Z echo "Renabled issues? " 2025-01-24T01:36:20.3295313Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:36:20.3295742Z env: 2025-01-24T01:36:20.3295942Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:20.3296482Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:20.3297015Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:20.3297850Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:20.3298496Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:20.3298783Z ##[endgroup] 2025-01-24T01:36:20.3497216Z Filtered matrix: 2025-01-24T01:36:20.3498298Z {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-01-24T01:36:20.3499481Z 2025-01-24T01:36:20.3499585Z Is the current job unstable? False 2025-01-24T01:36:20.3499767Z 2025-01-24T01:36:20.3499866Z Is keep-going label set? False 2025-01-24T01:36:20.3500041Z 2025-01-24T01:36:20.3500123Z Renabled issues? 2025-01-24T01:36:20.3626092Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-01-24T01:36:20.3626608Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-01-24T01:36:20.3645444Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:36:20.3645879Z env: 2025-01-24T01:36:20.3646059Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:20.3646438Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:20.3646963Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:20.3647440Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:20.3647829Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:20.3648120Z JOB_TIMEOUT: 240 2025-01-24T01:36:20.3648317Z ##[endgroup] 2025-01-24T01:36:20.3989542Z ##[group]Run pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-01-24T01:36:20.3989996Z pushd "${PYTORCH_FINAL_PACKAGE_DIR}" 2025-01-24T01:36:20.3990336Z # shellcheck disable=SC2046,SC2102 2025-01-24T01:36:20.3990771Z python3 -mpip install $(echo *.whl)[opt-einsum,optree] optree==0.13.0 2025-01-24T01:36:20.3991189Z popd 2025-01-24T01:36:20.3991384Z  2025-01-24T01:36:20.3991572Z .ci/pytorch/win-test.sh 2025-01-24T01:36:20.4010469Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:36:20.4010904Z env: 2025-01-24T01:36:20.4011111Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:36:20.4011493Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:36:20.4012014Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:36:20.4012483Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:36:20.4027670Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:36:20.4028036Z USE_CUDA: 0 2025-01-24T01:36:20.4028239Z INSTALL_WINDOWS_SDK: 1 2025-01-24T01:36:20.4028475Z PYTHON_VERSION: 3.9 2025-01-24T01:36:20.4028696Z CONTINUE_THROUGH_ERROR: False 2025-01-24T01:36:20.4028934Z VERBOSE_TEST_LOGS: False 2025-01-24T01:36:20.4029163Z TEST_SHOWLOCALS: False 2025-01-24T01:36:20.4029379Z NO_TEST_TIMEOUT: False 2025-01-24T01:36:20.4029593Z NO_TD: False 2025-01-24T01:36:20.4029784Z VC_PRODUCT: BuildTools 2025-01-24T01:36:20.4029999Z VC_VERSION: 2025-01-24T01:36:20.4030186Z VS_VERSION: 16.8.6 2025-01-24T01:36:20.4030382Z VC_YEAR: 2019 2025-01-24T01:36:20.4030573Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T01:36:20.4030806Z PR_NUMBER: 2025-01-24T01:36:20.4031014Z GITHUB_REPOSITORY: pytorch/pytorch 2025-01-24T01:36:20.4031274Z GITHUB_WORKFLOW: trunk 2025-01-24T01:36:20.4031490Z GITHUB_JOB: test 2025-01-24T01:36:20.4031694Z GITHUB_RUN_ID: 12940918145 2025-01-24T01:36:20.4031922Z GITHUB_RUN_NUMBER: 113598 2025-01-24T01:36:20.4032168Z GITHUB_RUN_ATTEMPT: 1 2025-01-24T01:36:20.4032589Z JOB_ID: 36097507304 2025-01-24T01:36:20.4032952Z JOB_NAME: win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:36:20.4033429Z SHA1: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:36:20.4033728Z CUDA_VERSION: cpu 2025-01-24T01:36:20.4033990Z PYTORCH_FINAL_PACKAGE_DIR: /c/12940918145/build-results/ 2025-01-24T01:36:20.4034357Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2025-01-24T01:36:20.4034760Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T01:36:20.4035147Z SHARD_NUMBER: 1 2025-01-24T01:36:20.4035341Z NUM_TEST_SHARDS: 3 2025-01-24T01:36:20.4035547Z TEST_CONFIG: default 2025-01-24T01:36:20.4035752Z REENABLED_ISSUES: 2025-01-24T01:36:20.4035960Z TORCH_CUDA_ARCH_LIST: 8.6 2025-01-24T01:36:20.4036209Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-01-24T01:36:20.4036498Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-01-24T01:36:20.4036771Z ##[endgroup] 2025-01-24T01:36:20.4230329Z /c/12940918145/build-results /c/actions-runner/_work/pytorch/pytorch 2025-01-24T01:36:20.9716996Z Processing c:\12940918145\build-results\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl (from torch==2.7.0a0+gitd087145) 2025-01-24T01:36:22.0441792Z Collecting optree==0.13.0 2025-01-24T01:36:22.2367875Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl.metadata (48 kB) 2025-01-24T01:36:22.3246006Z -------------------------------------- 48.7/48.7 kB 493.4 kB/s eta 0:00:00 2025-01-24T01:36:22.3611898Z Requirement already satisfied: typing-extensions>=4.5.0 in c:\jenkins\miniconda3\lib\site-packages (from optree==0.13.0) (4.11.0) 2025-01-24T01:36:22.4062618Z Collecting filelock (from torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) 2025-01-24T01:36:22.4128450Z Downloading filelock-3.17.0-py3-none-any.whl.metadata (2.9 kB) 2025-01-24T01:36:22.4246780Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\lib\site-packages (from torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) (2.8.8) 2025-01-24T01:36:22.4531519Z Collecting jinja2 (from torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) 2025-01-24T01:36:22.4613545Z Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) 2025-01-24T01:36:22.5101813Z Collecting fsspec (from torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) 2025-01-24T01:36:22.5231686Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-01-24T01:36:22.5672422Z Collecting sympy==1.13.1 (from torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) 2025-01-24T01:36:22.5787769Z Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2025-01-24T01:36:22.5953562Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\jenkins\miniconda3\lib\site-packages (from sympy==1.13.1->torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) (1.2.1) 2025-01-24T01:36:22.6015019Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (from torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) (3.4.0) 2025-01-24T01:36:22.9113348Z Collecting MarkupSafe>=2.0 (from jinja2->torch==2.7.0a0+gitd087145->torch==2.7.0a0+gitd087145) 2025-01-24T01:36:22.9207041Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl.metadata (4.1 kB) 2025-01-24T01:36:22.9710143Z Downloading optree-0.13.0-cp39-cp39-win_amd64.whl (270 kB) 2025-01-24T01:36:23.0106857Z ---------------------------------------- 270.1/270.1 kB 8.4 MB/s eta 0:00:00 2025-01-24T01:36:23.0201594Z Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2025-01-24T01:36:23.1026341Z ---------------------------------------- 6.2/6.2 MB 79.2 MB/s eta 0:00:00 2025-01-24T01:36:23.1107142Z Downloading filelock-3.17.0-py3-none-any.whl (16 kB) 2025-01-24T01:36:23.1218207Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-01-24T01:36:23.1311757Z --------------------------------------- 183.9/183.9 kB 11.6 MB/s eta 0:00:00 2025-01-24T01:36:23.1366904Z Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) 2025-01-24T01:36:23.1478296Z ---------------------------------------- 134.6/134.6 kB 7.8 MB/s eta 0:00:00 2025-01-24T01:36:23.1547396Z Downloading MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl (15 kB) 2025-01-24T01:36:24.1566861Z Installing collected packages: sympy, optree, MarkupSafe, fsspec, filelock, jinja2, torch 2025-01-24T01:36:24.1568440Z Attempting uninstall: sympy 2025-01-24T01:36:24.1583269Z Found existing installation: sympy 1.11.1 2025-01-24T01:36:24.5507027Z Uninstalling sympy-1.11.1: 2025-01-24T01:36:24.9272261Z Successfully uninstalled sympy-1.11.1 2025-01-24T01:36:33.2547953Z WARNING: The script isympy.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-01-24T01:36:33.2548772Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:36:53.2927650Z WARNING: The scripts torchfrtrace.exe and torchrun.exe are installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-01-24T01:36:53.2928580Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:36:53.4180429Z Successfully installed MarkupSafe-3.0.2 filelock-3.17.0 fsspec-2024.12.0 jinja2-3.1.5 optree-0.13.0 sympy-1.13.1 torch-2.7.0a0+gitd087145 2025-01-24T01:36:53.5532784Z /c/actions-runner/_work/pytorch/pytorch 2025-01-24T01:36:53.5844821Z +++ dirname .ci/pytorch/win-test.sh 2025-01-24T01:36:53.5917056Z ++ cd .ci/pytorch 2025-01-24T01:36:53.5922523Z ++ pwd 2025-01-24T01:36:53.5928152Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch 2025-01-24T01:36:53.5928702Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-01-24T01:36:53.5991174Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common.sh 2025-01-24T01:36:53.6063978Z ++ source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common_utils.sh 2025-01-24T01:36:53.6067534Z +++ declare -f -t trap_add 2025-01-24T01:36:53.6072269Z ++ set -ex -o pipefail 2025-01-24T01:36:53.6072645Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2025-01-24T01:36:53.6072937Z ++ BUILD_TEST_LIBTORCH=0 2025-01-24T01:36:53.6073282Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:36:53.6073762Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:36:53.6133742Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:36:53.6235434Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-01-24T01:36:53.6235878Z + export TMP_DIR_WIN 2025-01-24T01:36:53.6236168Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-01-24T01:36:53.6236578Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2025-01-24T01:36:53.6295067Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2025-01-24T01:36:53.6395557Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T01:36:53.6395982Z + export PROJECT_DIR_WIN 2025-01-24T01:36:53.6396309Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-01-24T01:36:53.6396742Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2025-01-24T01:36:53.6458113Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2025-01-24T01:36:53.6559665Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2025-01-24T01:36:53.6560108Z + export TEST_DIR_WIN 2025-01-24T01:36:53.6560546Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/12940918145/build-results/ 2025-01-24T01:36:53.6561233Z + PYTORCH_FINAL_PACKAGE_DIR=/c/12940918145/build-results/ 2025-01-24T01:36:53.6619564Z ++ cygpath -w /c/12940918145/build-results/ 2025-01-24T01:36:53.6717091Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\12940918145\build-results\' 2025-01-24T01:36:53.6717538Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2025-01-24T01:36:53.6717970Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2025-01-24T01:36:53.6856092Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T01:36:53.6856843Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T01:36:53.6857649Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2025-01-24T01:36:53.6857945Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2025-01-24T01:36:53.6858486Z + python -m pip install pytest-rerunfailures==10.3 pytest-cpp==2.3.0 tensorboard==2.13.0 pytest-subtests==0.13.1 2025-01-24T01:36:54.4454726Z Collecting pytest-rerunfailures==10.3 2025-01-24T01:36:54.6429589Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl.metadata (15 kB) 2025-01-24T01:36:54.7738019Z Requirement already satisfied: pytest-cpp==2.3.0 in c:\jenkins\miniconda3\lib\site-packages (2.3.0) 2025-01-24T01:36:54.8249163Z Collecting tensorboard==2.13.0 2025-01-24T01:36:54.8531454Z Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-01-24T01:36:55.0359729Z Collecting pytest-subtests==0.13.1 2025-01-24T01:36:55.0434931Z Downloading pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-01-24T01:36:55.0595657Z Requirement already satisfied: packaging>=17.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (23.2) 2025-01-24T01:36:55.0602689Z Requirement already satisfied: pytest>=5.3 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures==10.3) (7.1.3) 2025-01-24T01:36:55.0632086Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest-cpp==2.3.0) (0.4.6) 2025-01-24T01:36:55.0968197Z Collecting absl-py>=0.4 (from tensorboard==2.13.0) 2025-01-24T01:36:55.1023061Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2025-01-24T01:36:55.8455046Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0) 2025-01-24T01:36:55.8555281Z Downloading grpcio-1.70.0-cp39-cp39-win_amd64.whl.metadata (4.0 kB) 2025-01-24T01:36:55.9894889Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0) 2025-01-24T01:36:55.9977166Z Downloading google_auth-2.38.0-py2.py3-none-any.whl.metadata (4.8 kB) 2025-01-24T01:36:56.1674832Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0) 2025-01-24T01:36:56.1732579Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-01-24T01:36:56.2079118Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0) 2025-01-24T01:36:56.2216125Z Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) 2025-01-24T01:36:56.2286735Z Requirement already satisfied: numpy>=1.12.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (1.22.3) 2025-01-24T01:36:56.2294535Z Requirement already satisfied: protobuf>=3.19.6 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (4.25.3) 2025-01-24T01:36:56.2302925Z Requirement already satisfied: requests<3,>=2.21.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (2.27.1) 2025-01-24T01:36:56.2309537Z Requirement already satisfied: setuptools>=41.0.0 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (75.1.0) 2025-01-24T01:36:56.2470128Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0) 2025-01-24T01:36:56.2534053Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-01-24T01:36:56.3027542Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0) 2025-01-24T01:36:56.3338750Z Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-01-24T01:36:56.3415199Z Requirement already satisfied: wheel>=0.26 in c:\jenkins\miniconda3\lib\site-packages (from tensorboard==2.13.0) (0.43.0) 2025-01-24T01:36:56.3456127Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-subtests==0.13.1) (24.2.0) 2025-01-24T01:36:56.5709201Z Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-01-24T01:36:56.5840293Z Downloading cachetools-5.5.1-py3-none-any.whl.metadata (5.4 kB) 2025-01-24T01:36:56.6282087Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-01-24T01:36:56.6338275Z Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB) 2025-01-24T01:36:56.6633207Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-01-24T01:36:56.6700323Z Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-01-24T01:36:56.7164709Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-01-24T01:36:56.7231582Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-01-24T01:36:56.7459804Z Requirement already satisfied: importlib-metadata>=4.4 in c:\jenkins\miniconda3\lib\site-packages (from markdown>=2.6.8->tensorboard==2.13.0) (7.0.1) 2025-01-24T01:36:56.7633895Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.0.0) 2025-01-24T01:36:56.7642152Z 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-01-24T01:36:56.7648706Z 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-01-24T01:36:56.7655481Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest>=5.3->pytest-rerunfailures==10.3) (2.1.0) 2025-01-24T01:36:56.7792589Z 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-01-24T01:36:56.7800159Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests<3,>=2.21.0->tensorboard==2.13.0) (2024.8.30) 2025-01-24T01:36:56.8214707Z 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-01-24T01:36:56.8230298Z 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-01-24T01:36:56.8525113Z 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-01-24T01:36:56.8935506Z Requirement already satisfied: zipp>=0.5 in c:\jenkins\miniconda3\lib\site-packages (from importlib-metadata>=4.4->markdown>=2.6.8->tensorboard==2.13.0) (3.20.2) 2025-01-24T01:36:56.9517068Z Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard==2.13.0) 2025-01-24T01:36:56.9588023Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-01-24T01:36:56.9959302Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0) 2025-01-24T01:36:57.0039681Z Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-01-24T01:36:57.0961781Z Downloading pytest_rerunfailures-10.3-py3-none-any.whl (11 kB) 2025-01-24T01:36:57.1224909Z Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-01-24T01:36:57.2432240Z ---------------------------------------- 5.6/5.6 MB 50.5 MB/s eta 0:00:00 2025-01-24T01:36:57.2496852Z Downloading pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-01-24T01:36:57.2719562Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2025-01-24T01:36:57.2905981Z ---------------------------------------- 133.7/133.7 kB 7.7 MB/s eta 0:00:00 2025-01-24T01:36:57.2991297Z Downloading google_auth-2.38.0-py2.py3-none-any.whl (210 kB) 2025-01-24T01:36:57.3195024Z ---------------------------------------- 210.8/210.8 kB 6.5 MB/s eta 0:00:00 2025-01-24T01:36:57.3245720Z Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-01-24T01:36:57.3645109Z Downloading grpcio-1.70.0-cp39-cp39-win_amd64.whl (4.3 MB) 2025-01-24T01:36:57.5145378Z ---------------------------------------- 4.3/4.3 MB 30.7 MB/s eta 0:00:00 2025-01-24T01:36:57.5206604Z Downloading Markdown-3.7-py3-none-any.whl (106 kB) 2025-01-24T01:36:57.5304390Z ---------------------------------------- 106.3/106.3 kB ? eta 0:00:00 2025-01-24T01:36:57.5353366Z Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-01-24T01:36:57.5461269Z Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-01-24T01:36:57.5567682Z --------------------------------------- 224.5/224.5 kB 14.3 MB/s eta 0:00:00 2025-01-24T01:36:57.5620909Z Downloading cachetools-5.5.1-py3-none-any.whl (9.5 kB) 2025-01-24T01:36:57.5722351Z Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) 2025-01-24T01:36:57.5836002Z --------------------------------------- 181.5/181.5 kB 11.4 MB/s eta 0:00:00 2025-01-24T01:36:57.5882629Z Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-01-24T01:36:57.5991672Z Downloading rsa-4.9-py3-none-any.whl (34 kB) 2025-01-24T01:36:57.6114749Z Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-01-24T01:36:57.6214533Z ---------------------------------------- 151.7/151.7 kB ? eta 0:00:00 2025-01-24T01:36:57.6259914Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-01-24T01:36:57.6355317Z ---------------------------------------- 83.1/83.1 kB 4.9 MB/s eta 0:00:00 2025-01-24T01:36:58.4863328Z Installing collected packages: werkzeug, tensorboard-data-server, pyasn1, oauthlib, grpcio, cachetools, absl-py, rsa, requests-oauthlib, pytest-subtests, pytest-rerunfailures, pyasn1-modules, markdown, google-auth, google-auth-oauthlib, tensorboard 2025-01-24T01:36:59.4561315Z 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-01-24T01:36:59.4562538Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:36:59.5266888Z Attempting uninstall: pytest-rerunfailures 2025-01-24T01:36:59.5284196Z Found existing installation: pytest-rerunfailures 10.2 2025-01-24T01:36:59.5327228Z Uninstalling pytest-rerunfailures-10.2: 2025-01-24T01:37:00.0046056Z Successfully uninstalled pytest-rerunfailures-10.2 2025-01-24T01:37:00.4177934Z WARNING: The script markdown_py.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-01-24T01:37:00.4178780Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:37:00.6197707Z WARNING: The script google-oauthlib-tool.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-01-24T01:37:00.6198580Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:37:01.5881830Z WARNING: The script tensorboard.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-01-24T01:37:01.5882694Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:37:01.6423333Z Successfully installed absl-py-2.1.0 cachetools-5.5.1 google-auth-2.38.0 google-auth-oauthlib-1.0.0 grpcio-1.70.0 markdown-3.7 oauthlib-3.2.2 pyasn1-0.6.1 pyasn1-modules-0.4.1 pytest-rerunfailures-10.3 pytest-subtests-0.13.1 requests-oauthlib-2.0.0 rsa-4.9 tensorboard-2.13.0 tensorboard-data-server-0.7.2 werkzeug-3.1.3 2025-01-24T01:37:01.9379028Z + python -m pip install z3-solver==4.12.2.0 2025-01-24T01:37:02.9344376Z Collecting z3-solver==4.12.2.0 2025-01-24T01:37:03.1703816Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl.metadata (697 bytes) 2025-01-24T01:37:03.2031628Z Downloading z3_solver-4.12.2.0-py2.py3-none-win_amd64.whl (57.9 MB) 2025-01-24T01:37:04.7846671Z ---------------------------------------- 57.9/57.9 MB 17.2 MB/s eta 0:00:00 2025-01-24T01:37:05.9229810Z Installing collected packages: z3-solver 2025-01-24T01:37:07.5733750Z Successfully installed z3-solver-4.12.2.0 2025-01-24T01:37:07.7068476Z + python -m pip install tlparse==0.3.30 2025-01-24T01:37:08.5393336Z Collecting tlparse==0.3.30 2025-01-24T01:37:08.7323486Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl.metadata (2.0 kB) 2025-01-24T01:37:08.7538931Z Downloading tlparse-0.3.30-py3-none-win_amd64.whl (1.8 MB) 2025-01-24T01:37:08.9322040Z ---------------------------------------- 1.8/1.8 MB 10.7 MB/s eta 0:00:00 2025-01-24T01:37:09.9171571Z Installing collected packages: tlparse 2025-01-24T01:37:09.9969410Z Successfully installed tlparse-0.3.30 2025-01-24T01:37:10.1267861Z + python -m pip install parameterized==0.8.1 2025-01-24T01:37:10.8920474Z Collecting parameterized==0.8.1 2025-01-24T01:37:11.0835031Z Downloading parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-01-24T01:37:11.1355948Z Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-01-24T01:37:12.1751301Z Installing collected packages: parameterized 2025-01-24T01:37:12.2780041Z Successfully installed parameterized-0.8.1 2025-01-24T01:37:12.3878772Z + python -m pip install pulp==2.9.0 2025-01-24T01:37:13.1606810Z Collecting pulp==2.9.0 2025-01-24T01:37:13.3511720Z Downloading PuLP-2.9.0-py3-none-any.whl.metadata (5.4 kB) 2025-01-24T01:37:13.3720096Z Downloading PuLP-2.9.0-py3-none-any.whl (17.7 MB) 2025-01-24T01:37:13.8914932Z ---------------------------------------- 17.7/17.7 MB 32.8 MB/s eta 0:00:00 2025-01-24T01:37:14.9070125Z Installing collected packages: pulp 2025-01-24T01:37:15.2905431Z WARNING: The script pulptest.exe is installed in 'C:\Jenkins\Miniconda3\Scripts' which is not on PATH. 2025-01-24T01:37:15.2906255Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2025-01-24T01:37:15.3364589Z Successfully installed pulp-2.9.0 2025-01-24T01:37:15.4298259Z + run_tests 2025-01-24T01:37:15.4298795Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-01-24T01:37:15.4299694Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2025-01-24T01:37:15.4300325Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2025-01-24T01:37:15.4300912Z + [[ -x /c/Windows/System32/nvidia-smi.exe ]] 2025-01-24T01:37:15.4301212Z + /c/Windows/System32/nvidia-smi.exe 2025-01-24T01:37:15.5738188Z 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-01-24T01:37:15.5739201Z 2025-01-24T01:37:15.5775347Z + echo true 2025-01-24T01:37:15.5775572Z + break 2025-01-24T01:37:15.5775734Z true 2025-01-24T01:37:15.5775911Z + [[ 3 -eq 1 ]] 2025-01-24T01:37:15.5776344Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-01-24T01:37:15.5916567Z 2025-01-24T01:37:15.5917459Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-01-24T01:37:15.5926449Z 2025-01-24T01:37:15.5928927Z 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-01-24T01:37:15.5932306Z 2025-01-24T01:37:15.5932842Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T01:37:15.5933474Z 2025-01-24T01:37:15.5934035Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-01-24T01:37:15.5951024Z 2025-01-24T01:37:15.5951807Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-01-24T01:37:15.5952484Z 2025-01-24T01:37:15.5952805Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-01-24T01:37:15.5953232Z 2025-01-24T01:37:15.5953383Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-01-24T01:37:15.5954431Z 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-01-24T01:37:15.5955402Z if errorlevel 1 exit /b 2025-01-24T01:37:15.5960910Z if not errorlevel 0 exit /b 2025-01-24T01:37:15.5961740Z 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-01-24T01:37:15.5962546Z if errorlevel 1 exit /b 2025-01-24T01:37:15.5962795Z if not errorlevel 0 exit /b 2025-01-24T01:37:15.5963033Z ) 2025-01-24T01:37:15.5963133Z 2025-01-24T01:37:15.5963482Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T01:37:16.3095752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py 2025-01-24T01:37:16.3100550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\hub.py 2025-01-24T01:37:16.3104766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\library.py 2025-01-24T01:37:16.3108748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\overrides.py 2025-01-24T01:37:16.3113655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\py.typed 2025-01-24T01:37:16.3120567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quasirandom.py 2025-01-24T01:37:16.3124310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\random.py 2025-01-24T01:37:16.3127808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.py 2025-01-24T01:37:16.3132490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\return_types.pyi 2025-01-24T01:37:16.3136270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\serialization.py 2025-01-24T01:37:16.3140369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\storage.py 2025-01-24T01:37:16.3144411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\torch_version.py 2025-01-24T01:37:16.3147971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\types.py 2025-01-24T01:37:16.3151545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\version.py 2025-01-24T01:37:16.3155082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_appdirs.py 2025-01-24T01:37:16.3158977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C.cp39-win_amd64.pyd 2025-01-24T01:37:16.3162490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_classes.py 2025-01-24T01:37:16.3165842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_compile.py 2025-01-24T01:37:16.3169525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_ops.py 2025-01-24T01:37:16.3173259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_deploy.py 2025-01-24T01:37:16.3176826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_environment.py 2025-01-24T01:37:16.3180468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_guards.py 2025-01-24T01:37:16.3184571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_jit_internal.py 2025-01-24T01:37:16.3189591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_linalg_utils.py 2025-01-24T01:37:16.3193275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lobpcg.py 2025-01-24T01:37:16.3201565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lowrank.py 2025-01-24T01:37:16.3205195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_meta_registrations.py 2025-01-24T01:37:16.3210949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_namedtensor_internals.py 2025-01-24T01:37:16.3215093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_ops.py 2025-01-24T01:37:16.3218861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_python_dispatcher.py 2025-01-24T01:37:16.3222953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_size_docs.py 2025-01-24T01:37:16.3227467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_sources.py 2025-01-24T01:37:16.3230616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_storage_docs.py 2025-01-24T01:37:16.3253340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_streambase.py 2025-01-24T01:37:16.3255579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor.py 2025-01-24T01:37:16.3259802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_docs.py 2025-01-24T01:37:16.3280249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_tensor_str.py 2025-01-24T01:37:16.3284115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_thread_safe_fork.py 2025-01-24T01:37:16.3288373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_torch_docs.py 2025-01-24T01:37:16.3293726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils.py 2025-01-24T01:37:16.3297827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_utils_internal.py 2025-01-24T01:37:16.3301521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.py 2025-01-24T01:37:16.3305406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_VF.pyi 2025-01-24T01:37:16.3315479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vmap_internals.py 2025-01-24T01:37:16.3319555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_weights_only_unpickler.py 2025-01-24T01:37:16.3323849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__config__.py 2025-01-24T01:37:16.3327790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__future__.py 2025-01-24T01:37:16.3336061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__init__.py 2025-01-24T01:37:16.3344314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\_utils.py 2025-01-24T01:37:16.3348207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__init__.py 2025-01-24T01:37:16.3355287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:16.3359058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\accelerator\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3366802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\autocast_mode.py 2025-01-24T01:37:16.3370631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\grad_scaler.py 2025-01-24T01:37:16.3374406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__init__.py 2025-01-24T01:37:16.3386694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-01-24T01:37:16.3391258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-01-24T01:37:16.3393928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\amp\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3407560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__init__.py 2025-01-24T01:37:16.3415738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__init__.py 2025-01-24T01:37:16.3423325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__init__.py 2025-01-24T01:37:16.3430424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\fused.py 2025-01-24T01:37:16.3433969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__init__.py 2025-01-24T01:37:16.3441193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-01-24T01:37:16.3444816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3453081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__init__.py 2025-01-24T01:37:16.3461068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\conv_fused.py 2025-01-24T01:37:16.3465404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_fused.py 2025-01-24T01:37:16.3468433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\linear_relu.py 2025-01-24T01:37:16.3472027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__init__.py 2025-01-24T01:37:16.3484544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-01-24T01:37:16.3489142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-01-24T01:37:16.3491962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-01-24T01:37:16.3514276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3515050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3520664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__init__.py 2025-01-24T01:37:16.3528555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py 2025-01-24T01:37:16.3536830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-01-24T01:37:16.3540559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-01-24T01:37:16.3548667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-01-24T01:37:16.3552652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3562783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3586200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py 2025-01-24T01:37:16.3587617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_add.py 2025-01-24T01:37:16.3588333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py 2025-01-24T01:37:16.3589007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py 2025-01-24T01:37:16.3589661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__init__.py 2025-01-24T01:37:16.3600480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-01-24T01:37:16.3604356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_add.cpython-39.pyc 2025-01-24T01:37:16.3607978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-01-24T01:37:16.3616500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-01-24T01:37:16.3621211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3628409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3641277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3649941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__init__.py 2025-01-24T01:37:16.3658165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__init__.py 2025-01-24T01:37:16.3664700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\linear.py 2025-01-24T01:37:16.3668129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__init__.py 2025-01-24T01:37:16.3675226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:16.3679901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3687449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3695669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\conv.py 2025-01-24T01:37:16.3699148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\embedding_ops.py 2025-01-24T01:37:16.3702709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\linear.py 2025-01-24T01:37:16.3706188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__init__.py 2025-01-24T01:37:16.3718049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:16.3721642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-01-24T01:37:16.3725107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:16.3733124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3740886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3749788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__init__.py 2025-01-24T01:37:16.3756523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\activation.py 2025-01-24T01:37:16.3760189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\rnn.py 2025-01-24T01:37:16.3763855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__init__.py 2025-01-24T01:37:16.3770902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-01-24T01:37:16.3774700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:16.3777953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3789984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3803394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\functional.py 2025-01-24T01:37:16.3806837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__init__.py 2025-01-24T01:37:16.3814945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__init__.py 2025-01-24T01:37:16.3822042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\conv.py 2025-01-24T01:37:16.3843087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\linear.py 2025-01-24T01:37:16.3846383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\rnn.py 2025-01-24T01:37:16.3850106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__init__.py 2025-01-24T01:37:16.3857583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:16.3861157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:16.3864560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:16.3875941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3884791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.3894739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\activation.py 2025-01-24T01:37:16.3898467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\batchnorm.py 2025-01-24T01:37:16.3902000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\conv.py 2025-01-24T01:37:16.3905569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\dropout.py 2025-01-24T01:37:16.3909616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\embedding_ops.py 2025-01-24T01:37:16.3918313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\functional_modules.py 2025-01-24T01:37:16.3922352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\linear.py 2025-01-24T01:37:16.3926076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\normalization.py 2025-01-24T01:37:16.3930016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\rnn.py 2025-01-24T01:37:16.3933652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\utils.py 2025-01-24T01:37:16.3964694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__init__.py 2025-01-24T01:37:16.3973236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-01-24T01:37:16.3977574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-01-24T01:37:16.3981624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:16.3990677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-01-24T01:37:16.3995018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-01-24T01:37:16.3998323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-01-24T01:37:16.4002166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:16.4023888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-01-24T01:37:16.4024839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:16.4025578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.4026335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4034533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__init__.py 2025-01-24T01:37:16.4042018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\conv.py 2025-01-24T01:37:16.4045796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\linear.py 2025-01-24T01:37:16.4049826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\rnn.py 2025-01-24T01:37:16.4053573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\sparse.py 2025-01-24T01:37:16.4057085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\utils.py 2025-01-24T01:37:16.4060592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__init__.py 2025-01-24T01:37:16.4071745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:16.4075500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:16.4079084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:16.4086652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\sparse.cpython-39.pyc 2025-01-24T01:37:16.4091157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.4094652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4102773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\reference\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4111053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-01-24T01:37:16.4114856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4124156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__init__.py 2025-01-24T01:37:16.4131643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\linear.py 2025-01-24T01:37:16.4135113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\utils.py 2025-01-24T01:37:16.4138436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__init__.py 2025-01-24T01:37:16.4145179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\linear.py 2025-01-24T01:37:16.4148700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__init__.py 2025-01-24T01:37:16.4156688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:16.4159608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4172451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:16.4175939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.4179486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\quantized\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4193417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\sparse\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4201701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\nn\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4211540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite.py 2025-01-24T01:37:16.4214977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\_numeric_suite_fx.py 2025-01-24T01:37:16.4218830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__init__.py 2025-01-24T01:37:16.4225370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_matcher.py 2025-01-24T01:37:16.4228941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\graph_passes.py 2025-01-24T01:37:16.4232898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\mappings.py 2025-01-24T01:37:16.4236133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\ns_types.py 2025-01-24T01:37:16.4239575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\n_shadows_utils.py 2025-01-24T01:37:16.4248450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\pattern_utils.py 2025-01-24T01:37:16.4252156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\qconfig_multi_mapping.py 2025-01-24T01:37:16.4255657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\utils.py 2025-01-24T01:37:16.4259259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\weight_utils.py 2025-01-24T01:37:16.4263469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__init__.py 2025-01-24T01:37:16.4270026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_matcher.cpython-39.pyc 2025-01-24T01:37:16.4273395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\graph_passes.cpython-39.pyc 2025-01-24T01:37:16.4277321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\mappings.cpython-39.pyc 2025-01-24T01:37:16.4285403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\ns_types.cpython-39.pyc 2025-01-24T01:37:16.4289103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\n_shadows_utils.cpython-39.pyc 2025-01-24T01:37:16.4293596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-01-24T01:37:16.4297147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\qconfig_multi_mapping.cpython-39.pyc 2025-01-24T01:37:16.4300902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.4304464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\weight_utils.cpython-39.pyc 2025-01-24T01:37:16.4308264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\fx\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4328891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite.cpython-39.pyc 2025-01-24T01:37:16.4330121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-01-24T01:37:16.4331048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\ns\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4343736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_mappings.py 2025-01-24T01:37:16.4347176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__init__.py 2025-01-24T01:37:16.4354830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\base_scheduler.py 2025-01-24T01:37:16.4358665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\cubic_scheduler.py 2025-01-24T01:37:16.4361901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\lambda_scheduler.py 2025-01-24T01:37:16.4369408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__init__.py 2025-01-24T01:37:16.4375896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\base_scheduler.cpython-39.pyc 2025-01-24T01:37:16.4380386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\cubic_scheduler.cpython-39.pyc 2025-01-24T01:37:16.4383472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\lambda_scheduler.cpython-39.pyc 2025-01-24T01:37:16.4394201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\scheduler\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4406595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\base_sparsifier.py 2025-01-24T01:37:16.4410290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py 2025-01-24T01:37:16.4414470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\utils.py 2025-01-24T01:37:16.4422101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py 2025-01-24T01:37:16.4425944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__init__.py 2025-01-24T01:37:16.4432367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\base_sparsifier.cpython-39.pyc 2025-01-24T01:37:16.4436044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\nearly_diagonal_sparsifier.cpython-39.pyc 2025-01-24T01:37:16.4439653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.4447113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\weight_norm_sparsifier.cpython-39.pyc 2025-01-24T01:37:16.4450780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\sparsifier\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4460019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__init__.py 2025-01-24T01:37:16.4466528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py 2025-01-24T01:37:16.4469974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py 2025-01-24T01:37:16.4480844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\activation_sparsifier.cpython-39.pyc 2025-01-24T01:37:16.4484470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\activation_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4493169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py 2025-01-24T01:37:16.4496734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__init__.py 2025-01-24T01:37:16.4504331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\base_data_scheduler.cpython-39.pyc 2025-01-24T01:37:16.4513382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_scheduler\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4522042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py 2025-01-24T01:37:16.4525874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py 2025-01-24T01:37:16.4529343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py 2025-01-24T01:37:16.4538027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__init__.py 2025-01-24T01:37:16.4545533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py 2025-01-24T01:37:16.4551936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py 2025-01-24T01:37:16.4555570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py 2025-01-24T01:37:16.4559184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py 2025-01-24T01:37:16.4570580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\data_sparsity.cpython-39.pyc 2025-01-24T01:37:16.4575726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\_data_sparstity_utils.cpython-39.pyc 2025-01-24T01:37:16.4579539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4593921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\lightning\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4602079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\base_data_sparsifier.cpython-39.pyc 2025-01-24T01:37:16.4607316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\data_norm_sparsifier.cpython-39.pyc 2025-01-24T01:37:16.4611160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\quantization_utils.cpython-39.pyc 2025-01-24T01:37:16.4619753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\data_sparsifier\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4628249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py 2025-01-24T01:37:16.4632221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py 2025-01-24T01:37:16.4636431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py 2025-01-24T01:37:16.4644933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\match_utils.py 2025-01-24T01:37:16.4648487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\parametrization.py 2025-01-24T01:37:16.4652268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\prune_functions.py 2025-01-24T01:37:16.4655774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\saliency_pruner.py 2025-01-24T01:37:16.4659234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__init__.py 2025-01-24T01:37:16.4667142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\base_structured_sparsifier.cpython-39.pyc 2025-01-24T01:37:16.4670972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\FPGM_pruner.cpython-39.pyc 2025-01-24T01:37:16.4674687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\lstm_saliency_pruner.cpython-39.pyc 2025-01-24T01:37:16.4682386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\match_utils.cpython-39.pyc 2025-01-24T01:37:16.4686046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\parametrization.cpython-39.pyc 2025-01-24T01:37:16.4689990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\prune_functions.cpython-39.pyc 2025-01-24T01:37:16.4694667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\saliency_pruner.cpython-39.pyc 2025-01-24T01:37:16.4698292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\pruner\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4706330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\_experimental\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4714691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\_mappings.cpython-39.pyc 2025-01-24T01:37:16.4718117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\pruning\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4728123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fake_quantize.py 2025-01-24T01:37:16.4731688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuser_method_mappings.py 2025-01-24T01:37:16.4735479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fuse_modules.py 2025-01-24T01:37:16.4743049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\observer.py 2025-01-24T01:37:16.4747172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig.py 2025-01-24T01:37:16.4750665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\qconfig_mapping.py 2025-01-24T01:37:16.4754344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantization_mappings.py 2025-01-24T01:37:16.4757850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize.py 2025-01-24T01:37:16.4761568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_fx.py 2025-01-24T01:37:16.4765486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_jit.py 2025-01-24T01:37:16.4769064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantize_pt2e.py 2025-01-24T01:37:16.4772761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quant_type.py 2025-01-24T01:37:16.4776421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\stubs.py 2025-01-24T01:37:16.4779843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\utils.py 2025-01-24T01:37:16.4783405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_correct_bias.py 2025-01-24T01:37:16.4786968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_equalize.py 2025-01-24T01:37:16.4790729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\_learnable_fake_quantize.py 2025-01-24T01:37:16.4794368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__init__.py 2025-01-24T01:37:16.4802139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\backend_config.py 2025-01-24T01:37:16.4805952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\executorch.py 2025-01-24T01:37:16.4809606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\fbgemm.py 2025-01-24T01:37:16.4813157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\native.py 2025-01-24T01:37:16.4821630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\observation_type.py 2025-01-24T01:37:16.4824575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\onednn.py 2025-01-24T01:37:16.4828165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\qnnpack.py 2025-01-24T01:37:16.4831670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\tensorrt.py 2025-01-24T01:37:16.4835683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\utils.py 2025-01-24T01:37:16.4838917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\x86.py 2025-01-24T01:37:16.4842911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_common_operator_config_utils.py 2025-01-24T01:37:16.4847056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\_qnnpack_pt2e.py 2025-01-24T01:37:16.4850506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__init__.py 2025-01-24T01:37:16.4858424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\backend_config.cpython-39.pyc 2025-01-24T01:37:16.4862721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\executorch.cpython-39.pyc 2025-01-24T01:37:16.4866684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\fbgemm.cpython-39.pyc 2025-01-24T01:37:16.4875673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\native.cpython-39.pyc 2025-01-24T01:37:16.4879581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\observation_type.cpython-39.pyc 2025-01-24T01:37:16.4883572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\onednn.cpython-39.pyc 2025-01-24T01:37:16.4886987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\qnnpack.cpython-39.pyc 2025-01-24T01:37:16.4890869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\tensorrt.cpython-39.pyc 2025-01-24T01:37:16.4894422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.4897972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\x86.cpython-39.pyc 2025-01-24T01:37:16.4902005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_common_operator_config_utils.cpython-39.pyc 2025-01-24T01:37:16.4905711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\_qnnpack_pt2e.cpython-39.pyc 2025-01-24T01:37:16.4909745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\backend_config\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.4918286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\convert.py 2025-01-24T01:37:16.4922296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\custom_config.py 2025-01-24T01:37:16.4925971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse.py 2025-01-24T01:37:16.4929751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\fuse_handler.py 2025-01-24T01:37:16.4933475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\graph_module.py 2025-01-24T01:37:16.4942853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_fbgemm.py 2025-01-24T01:37:16.4946560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lower_to_qnnpack.py 2025-01-24T01:37:16.4950219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\lstm_utils.py 2025-01-24T01:37:16.4953782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\match_utils.py 2025-01-24T01:37:16.4957371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\pattern_utils.py 2025-01-24T01:37:16.4960992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\prepare.py 2025-01-24T01:37:16.4964924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\qconfig_mapping_utils.py 2025-01-24T01:37:16.4968646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\quantize_handler.py 2025-01-24T01:37:16.4990315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\tracer.py 2025-01-24T01:37:16.4994844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\utils.py 2025-01-24T01:37:16.4997476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_decomposed.py 2025-01-24T01:37:16.5001534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_equalize.py 2025-01-24T01:37:16.5006328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_lower_to_native_backend.py 2025-01-24T01:37:16.5009426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__init__.py 2025-01-24T01:37:16.5018057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\detector.py 2025-01-24T01:37:16.5022701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report.py 2025-01-24T01:37:16.5027682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_observer.py 2025-01-24T01:37:16.5036202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\model_report_visualizer.py 2025-01-24T01:37:16.5040214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__init__.py 2025-01-24T01:37:16.5047327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\detector.cpython-39.pyc 2025-01-24T01:37:16.5051685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report.cpython-39.pyc 2025-01-24T01:37:16.5055496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_observer.cpython-39.pyc 2025-01-24T01:37:16.5064520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\model_report_visualizer.cpython-39.pyc 2025-01-24T01:37:16.5067771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\_model_report\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.5076023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-01-24T01:37:16.5079673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\custom_config.cpython-39.pyc 2025-01-24T01:37:16.5083243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-01-24T01:37:16.5093428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\fuse_handler.cpython-39.pyc 2025-01-24T01:37:16.5096974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-01-24T01:37:16.5100510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_fbgemm.cpython-39.pyc 2025-01-24T01:37:16.5104174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lower_to_qnnpack.cpython-39.pyc 2025-01-24T01:37:16.5107826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\lstm_utils.cpython-39.pyc 2025-01-24T01:37:16.5111376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-01-24T01:37:16.5114885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-01-24T01:37:16.5118472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-01-24T01:37:16.5141779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\qconfig_mapping_utils.cpython-39.pyc 2025-01-24T01:37:16.5146363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\quantize_handler.cpython-39.pyc 2025-01-24T01:37:16.5208051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\tracer.cpython-39.pyc 2025-01-24T01:37:16.5212071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.5216649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_decomposed.cpython-39.pyc 2025-01-24T01:37:16.5220823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-01-24T01:37:16.5845048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\_lower_to_native_backend.cpython-39.pyc 2025-01-24T01:37:16.5855754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.5865092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\duplicate_dq_pass.py 2025-01-24T01:37:16.5868787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\export_utils.py 2025-01-24T01:37:16.5872606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\graph_utils.py 2025-01-24T01:37:16.5876523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\port_metadata_pass.py 2025-01-24T01:37:16.5887775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\prepare.py 2025-01-24T01:37:16.5890712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\qat_utils.py 2025-01-24T01:37:16.5894775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\utils.py 2025-01-24T01:37:16.5899192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_affine_quantization.py 2025-01-24T01:37:16.5902503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\_numeric_debugger.py 2025-01-24T01:37:16.5906513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__init__.py 2025-01-24T01:37:16.5915468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\rewrite.py 2025-01-24T01:37:16.5919211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__init__.py 2025-01-24T01:37:16.5926375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\rewrite.cpython-39.pyc 2025-01-24T01:37:16.5930020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\representation\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.5939224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\duplicate_dq_pass.cpython-39.pyc 2025-01-24T01:37:16.5942249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\export_utils.cpython-39.pyc 2025-01-24T01:37:16.5946105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\graph_utils.cpython-39.pyc 2025-01-24T01:37:16.5953959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\port_metadata_pass.cpython-39.pyc 2025-01-24T01:37:16.5957707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\prepare.cpython-39.pyc 2025-01-24T01:37:16.5961911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\qat_utils.cpython-39.pyc 2025-01-24T01:37:16.5964993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.5968951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_affine_quantization.cpython-39.pyc 2025-01-24T01:37:16.5973392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\_numeric_debugger.cpython-39.pyc 2025-01-24T01:37:16.5977292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\pt2e\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.5986761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\composable_quantizer.py 2025-01-24T01:37:16.5990954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\embedding_quantizer.py 2025-01-24T01:37:16.5994761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\quantizer.py 2025-01-24T01:37:16.6003060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\utils.py 2025-01-24T01:37:16.6007516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\x86_inductor_quantizer.py 2025-01-24T01:37:16.6028053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer.py 2025-01-24T01:37:16.6029990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py 2025-01-24T01:37:16.6034960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py 2025-01-24T01:37:16.6039202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__init__.py 2025-01-24T01:37:16.6047335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\composable_quantizer.cpython-39.pyc 2025-01-24T01:37:16.6051381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\embedding_quantizer.cpython-39.pyc 2025-01-24T01:37:16.6055159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\quantizer.cpython-39.pyc 2025-01-24T01:37:16.6065909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.6069273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\x86_inductor_quantizer.cpython-39.pyc 2025-01-24T01:37:16.6073385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer.cpython-39.pyc 2025-01-24T01:37:16.6078858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xnnpack_quantizer_utils.cpython-39.pyc 2025-01-24T01:37:16.6081815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\xpu_inductor_quantizer.cpython-39.pyc 2025-01-24T01:37:16.6085525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\quantizer\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6099131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-01-24T01:37:16.6102646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-01-24T01:37:16.6106378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-01-24T01:37:16.6114137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\observer.cpython-39.pyc 2025-01-24T01:37:16.6118051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig.cpython-39.pyc 2025-01-24T01:37:16.6121601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\qconfig_mapping.cpython-39.pyc 2025-01-24T01:37:16.6125300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-01-24T01:37:16.6128868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize.cpython-39.pyc 2025-01-24T01:37:16.6133040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-01-24T01:37:16.6136981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-01-24T01:37:16.6140977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quantize_pt2e.cpython-39.pyc 2025-01-24T01:37:16.6144635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\quant_type.cpython-39.pyc 2025-01-24T01:37:16.6148308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\stubs.cpython-39.pyc 2025-01-24T01:37:16.6151892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.6155676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_correct_bias.cpython-39.pyc 2025-01-24T01:37:16.6159269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_equalize.cpython-39.pyc 2025-01-24T01:37:16.6163019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\_learnable_fake_quantize.cpython-39.pyc 2025-01-24T01:37:16.6171489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\quantization\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6186473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\ao\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6195154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\anomaly_mode.py 2025-01-24T01:37:16.6198590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\forward_ad.py 2025-01-24T01:37:16.6202363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\function.py 2025-01-24T01:37:16.6205544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\functional.py 2025-01-24T01:37:16.6214275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\gradcheck.py 2025-01-24T01:37:16.6218293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\grad_mode.py 2025-01-24T01:37:16.6221687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\graph.py 2025-01-24T01:37:16.6225303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler.py 2025-01-24T01:37:16.6229196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_legacy.py 2025-01-24T01:37:16.6232700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\profiler_util.py 2025-01-24T01:37:16.6236432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\variable.py 2025-01-24T01:37:16.6240150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__init__.py 2025-01-24T01:37:16.6247890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\tensor.py 2025-01-24T01:37:16.6252368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\utils.py 2025-01-24T01:37:16.6270906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__init__.py 2025-01-24T01:37:16.6271975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\tensor.cpython-39.pyc 2025-01-24T01:37:16.6272717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.6273483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\_functions\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6283103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\anomaly_mode.cpython-39.pyc 2025-01-24T01:37:16.6286946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\forward_ad.cpython-39.pyc 2025-01-24T01:37:16.6290491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\function.cpython-39.pyc 2025-01-24T01:37:16.6298871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\functional.cpython-39.pyc 2025-01-24T01:37:16.6302746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\gradcheck.cpython-39.pyc 2025-01-24T01:37:16.6306807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\grad_mode.cpython-39.pyc 2025-01-24T01:37:16.6310538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\graph.cpython-39.pyc 2025-01-24T01:37:16.6314249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler.cpython-39.pyc 2025-01-24T01:37:16.6318161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_legacy.cpython-39.pyc 2025-01-24T01:37:16.6321784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\profiler_util.cpython-39.pyc 2025-01-24T01:37:16.6325514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\variable.cpython-39.pyc 2025-01-24T01:37:16.6329172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\autograd\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6338284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__init__.py 2025-01-24T01:37:16.6345080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__init__.py 2025-01-24T01:37:16.6352649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cpu\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6359658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__init__.py 2025-01-24T01:37:16.6367998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cuda\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6376096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\rnn.py 2025-01-24T01:37:16.6378658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__init__.py 2025-01-24T01:37:16.6386017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:16.6389579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cudnn\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6397372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__init__.py 2025-01-24T01:37:16.6404906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\cusparselt\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6418807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__init__.py 2025-01-24T01:37:16.6426131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\kleidiai\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6433870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__init__.py 2025-01-24T01:37:16.6440855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mha\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6448361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__init__.py 2025-01-24T01:37:16.6456215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkl\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6463482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__init__.py 2025-01-24T01:37:16.6470783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mkldnn\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6479059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__init__.py 2025-01-24T01:37:16.6485565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\mps\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6493165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__init__.py 2025-01-24T01:37:16.6500224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\nnpack\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6507846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__init__.py 2025-01-24T01:37:16.6514916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\openmp\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6523117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__init__.py 2025-01-24T01:37:16.6532534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\opt_einsum\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6545736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__init__.py 2025-01-24T01:37:16.6547013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\quantized\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6555856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\run_cpu.py 2025-01-24T01:37:16.6559801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__init__.py 2025-01-24T01:37:16.6566193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\run_cpu.cpython-39.pyc 2025-01-24T01:37:16.6570207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xeon\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6578500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__init__.py 2025-01-24T01:37:16.6585508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\xnnpack\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6593361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\preprocess.py 2025-01-24T01:37:16.6597626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__init__.py 2025-01-24T01:37:16.6603850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\preprocess.cpython-39.pyc 2025-01-24T01:37:16.6607460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_coreml\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6615184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\prepare.py 2025-01-24T01:37:16.6618653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\serializer.py 2025-01-24T01:37:16.6623025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__init__.py 2025-01-24T01:37:16.6630144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\prepare.cpython-39.pyc 2025-01-24T01:37:16.6633352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\serializer.cpython-39.pyc 2025-01-24T01:37:16.6637324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\_nnapi\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6650706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\backends\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6658748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\asmjit.dll 2025-01-24T01:37:16.6665238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\fbgemm.dll 2025-01-24T01:37:16.6694969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\FileStoreTest.exe 2025-01-24T01:37:16.6700628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\protoc.exe 2025-01-24T01:37:16.6717741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\TCPStoreTest.exe 2025-01-24T01:37:16.6733142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_api.exe 2025-01-24T01:37:16.6786552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_edge_op_registration.exe 2025-01-24T01:37:16.6792503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_jit.exe 2025-01-24T01:37:16.6826187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_lazy.exe 2025-01-24T01:37:16.6841298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\test_tensorexpr.exe 2025-01-24T01:37:16.6874335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\bin\tutorial_tensorexpr.exe 2025-01-24T01:37:16.6884356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\config.py 2025-01-24T01:37:16.6886879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\_cache.py 2025-01-24T01:37:16.6890369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__init__.py 2025-01-24T01:37:16.6898657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\config.cpython-39.pyc 2025-01-24T01:37:16.6906863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\_cache.cpython-39.pyc 2025-01-24T01:37:16.6907535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\compiler\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6919994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\_tensorboard_vis.py 2025-01-24T01:37:16.6923143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__init__.py 2025-01-24T01:37:16.6949074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\_tensorboard_vis.cpython-39.pyc 2025-01-24T01:37:16.6951965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\contrib\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.6959755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__init__.py 2025-01-24T01:37:16.6966708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\autocast_mode.py 2025-01-24T01:37:16.6970480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\grad_scaler.py 2025-01-24T01:37:16.6973611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__init__.py 2025-01-24T01:37:16.6985883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-01-24T01:37:16.6989488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-01-24T01:37:16.6992849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\amp\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7012426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cpu\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7014775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\comm.py 2025-01-24T01:37:16.7018116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\error.py 2025-01-24T01:37:16.7021461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\gds.py 2025-01-24T01:37:16.7025021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\graphs.py 2025-01-24T01:37:16.7029007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\jiterator.py 2025-01-24T01:37:16.7032536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\memory.py 2025-01-24T01:37:16.7041786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nccl.py 2025-01-24T01:37:16.7045154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\nvtx.py 2025-01-24T01:37:16.7048611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\profiler.py 2025-01-24T01:37:16.7052288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\random.py 2025-01-24T01:37:16.7055943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\sparse.py 2025-01-24T01:37:16.7059545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\streams.py 2025-01-24T01:37:16.7062909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\tunable.py 2025-01-24T01:37:16.7066588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_gpu_trace.py 2025-01-24T01:37:16.7070256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_memory_viz.py 2025-01-24T01:37:16.7073638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_sanitizer.py 2025-01-24T01:37:16.7077079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\_utils.py 2025-01-24T01:37:16.7080503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__init__.py 2025-01-24T01:37:16.7088577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\autocast_mode.py 2025-01-24T01:37:16.7092319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\common.py 2025-01-24T01:37:16.7096469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\grad_scaler.py 2025-01-24T01:37:16.7099582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__init__.py 2025-01-24T01:37:16.7111556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\autocast_mode.cpython-39.pyc 2025-01-24T01:37:16.7115296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\common.cpython-39.pyc 2025-01-24T01:37:16.7118629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\grad_scaler.cpython-39.pyc 2025-01-24T01:37:16.7127295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\amp\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7135867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\comm.cpython-39.pyc 2025-01-24T01:37:16.7139331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\error.cpython-39.pyc 2025-01-24T01:37:16.7142967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\gds.cpython-39.pyc 2025-01-24T01:37:16.7151097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\graphs.cpython-39.pyc 2025-01-24T01:37:16.7155217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\jiterator.cpython-39.pyc 2025-01-24T01:37:16.7167947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\memory.cpython-39.pyc 2025-01-24T01:37:16.7168623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nccl.cpython-39.pyc 2025-01-24T01:37:16.7169232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\nvtx.cpython-39.pyc 2025-01-24T01:37:16.7171672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\profiler.cpython-39.pyc 2025-01-24T01:37:16.7175371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\random.cpython-39.pyc 2025-01-24T01:37:16.7197269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\sparse.cpython-39.pyc 2025-01-24T01:37:16.7197936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\streams.cpython-39.pyc 2025-01-24T01:37:16.7198563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\tunable.cpython-39.pyc 2025-01-24T01:37:16.7199185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_gpu_trace.cpython-39.pyc 2025-01-24T01:37:16.7199849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_memory_viz.cpython-39.pyc 2025-01-24T01:37:16.7200498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_sanitizer.cpython-39.pyc 2025-01-24T01:37:16.7219373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:16.7220026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\cuda\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7225408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\argparse_util.py 2025-01-24T01:37:16.7230871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\c10d_logger.py 2025-01-24T01:37:16.7233779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\collective_utils.py 2025-01-24T01:37:16.7242973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\constants.py 2025-01-24T01:37:16.7245705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\device_mesh.py 2025-01-24T01:37:16.7249497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\distributed_c10d.py 2025-01-24T01:37:16.7254702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launch.py 2025-01-24T01:37:16.7258417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\logging_handlers.py 2025-01-24T01:37:16.7262042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\remote_device.py 2025-01-24T01:37:16.7265965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rendezvous.py 2025-01-24T01:37:16.7269990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\run.py 2025-01-24T01:37:16.7274152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\utils.py 2025-01-24T01:37:16.7277896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_checkpointable.py 2025-01-24T01:37:16.7281588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable_state.py 2025-01-24T01:37:16.7286221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives.py 2025-01-24T01:37:16.7289842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_functional_collectives_impl.py 2025-01-24T01:37:16.7293807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_state_dict_utils.py 2025-01-24T01:37:16.7297610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__init__.py 2025-01-24T01:37:16.7305798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\join.py 2025-01-24T01:37:16.7309500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__init__.py 2025-01-24T01:37:16.7316864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py 2025-01-24T01:37:16.7320551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py 2025-01-24T01:37:16.7324264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py 2025-01-24T01:37:16.7333506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py 2025-01-24T01:37:16.7337121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py 2025-01-24T01:37:16.7340757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py 2025-01-24T01:37:16.7344475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py 2025-01-24T01:37:16.7348731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py 2025-01-24T01:37:16.7351909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__init__.py 2025-01-24T01:37:16.7359701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\ddp_zero_hook.cpython-39.pyc 2025-01-24T01:37:16.7363359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\debugging_hooks.cpython-39.pyc 2025-01-24T01:37:16.7367032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-01-24T01:37:16.7375242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\mixed_precision_hooks.cpython-39.pyc 2025-01-24T01:37:16.7378997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\optimizer_overlap_hooks.cpython-39.pyc 2025-01-24T01:37:16.7383626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\post_localSGD_hook.cpython-39.pyc 2025-01-24T01:37:16.7387736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\powerSGD_hook.cpython-39.pyc 2025-01-24T01:37:16.7391978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\quantization_hooks.cpython-39.pyc 2025-01-24T01:37:16.7395321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\ddp_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7408264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\averagers.py 2025-01-24T01:37:16.7412895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py 2025-01-24T01:37:16.7416839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\utils.py 2025-01-24T01:37:16.7425196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__init__.py 2025-01-24T01:37:16.7455119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\averagers.cpython-39.pyc 2025-01-24T01:37:16.7458658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\hierarchical_model_averager.cpython-39.pyc 2025-01-24T01:37:16.7462753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.7470737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\model_averaging\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7478758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py 2025-01-24T01:37:16.7482964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__init__.py 2025-01-24T01:37:16.7488870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\checkpoint_wrapper.cpython-39.pyc 2025-01-24T01:37:16.7492821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_checkpoint\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7502766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\default_hooks.py 2025-01-24T01:37:16.7506584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__init__.py 2025-01-24T01:37:16.7513759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\default_hooks.cpython-39.pyc 2025-01-24T01:37:16.7517392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_comm_hooks\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7525877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py 2025-01-24T01:37:16.7529977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__init__.py 2025-01-24T01:37:16.7539116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\optimizer_overlap.cpython-39.pyc 2025-01-24T01:37:16.7544290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_optimizer_overlap\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7553310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\quantization.py 2025-01-24T01:37:16.7556763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__init__.py 2025-01-24T01:37:16.7563339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\quantization.cpython-39.pyc 2025-01-24T01:37:16.7567339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\_quantization\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7576514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\join.cpython-39.pyc 2025-01-24T01:37:16.7579110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\algorithms\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7587529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__init__.py 2025-01-24T01:37:16.7594500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\autograd\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7607450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\api.py 2025-01-24T01:37:16.7611450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\default_planner.py 2025-01-24T01:37:16.7614794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\filesystem.py 2025-01-24T01:37:16.7618369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\format_utils.py 2025-01-24T01:37:16.7627310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logger.py 2025-01-24T01:37:16.7631104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\logging_handlers.py 2025-01-24T01:37:16.7634796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\metadata.py 2025-01-24T01:37:16.7637858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\optimizer.py 2025-01-24T01:37:16.7641635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner.py 2025-01-24T01:37:16.7645304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\planner_helpers.py 2025-01-24T01:37:16.7648927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\resharding.py 2025-01-24T01:37:16.7652400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\staging.py 2025-01-24T01:37:16.7655826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\stateful.py 2025-01-24T01:37:16.7659220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict.py 2025-01-24T01:37:16.7663271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_loader.py 2025-01-24T01:37:16.7666811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\state_dict_saver.py 2025-01-24T01:37:16.7670409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\storage.py 2025-01-24T01:37:16.7675158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\utils.py 2025-01-24T01:37:16.7677830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_checkpointer.py 2025-01-24T01:37:16.7681638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_save_plans.py 2025-01-24T01:37:16.7685198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_dedup_tensors.py 2025-01-24T01:37:16.7688643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_extension.py 2025-01-24T01:37:16.7692502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_fsspec_filesystem.py 2025-01-24T01:37:16.7700068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_nested_dict.py 2025-01-24T01:37:16.7703672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_sharded_tensor_utils.py 2025-01-24T01:37:16.7707408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_storage_utils.py 2025-01-24T01:37:16.7710957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_traverse.py 2025-01-24T01:37:16.7714426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\_version.py 2025-01-24T01:37:16.7717709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__init__.py 2025-01-24T01:37:16.7726337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.7729883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\default_planner.cpython-39.pyc 2025-01-24T01:37:16.7733570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\filesystem.cpython-39.pyc 2025-01-24T01:37:16.7742866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\format_utils.cpython-39.pyc 2025-01-24T01:37:16.7746858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logger.cpython-39.pyc 2025-01-24T01:37:16.7750615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\logging_handlers.cpython-39.pyc 2025-01-24T01:37:16.7754203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\metadata.cpython-39.pyc 2025-01-24T01:37:16.7757838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\optimizer.cpython-39.pyc 2025-01-24T01:37:16.7761358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner.cpython-39.pyc 2025-01-24T01:37:16.7765541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\planner_helpers.cpython-39.pyc 2025-01-24T01:37:16.7769808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\resharding.cpython-39.pyc 2025-01-24T01:37:16.7773738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\staging.cpython-39.pyc 2025-01-24T01:37:16.7777281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\stateful.cpython-39.pyc 2025-01-24T01:37:16.7780872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict.cpython-39.pyc 2025-01-24T01:37:16.7785073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_loader.cpython-39.pyc 2025-01-24T01:37:16.7788713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\state_dict_saver.cpython-39.pyc 2025-01-24T01:37:16.7792510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\storage.cpython-39.pyc 2025-01-24T01:37:16.7801052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.7804511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_checkpointer.cpython-39.pyc 2025-01-24T01:37:16.7808771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_save_plans.cpython-39.pyc 2025-01-24T01:37:16.7812393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_dedup_tensors.cpython-39.pyc 2025-01-24T01:37:16.7816176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_extension.cpython-39.pyc 2025-01-24T01:37:16.7819883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_fsspec_filesystem.cpython-39.pyc 2025-01-24T01:37:16.7823753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_nested_dict.cpython-39.pyc 2025-01-24T01:37:16.7827663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_sharded_tensor_utils.cpython-39.pyc 2025-01-24T01:37:16.7835625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_storage_utils.cpython-39.pyc 2025-01-24T01:37:16.7839393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_traverse.cpython-39.pyc 2025-01-24T01:37:16.7842912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\_version.cpython-39.pyc 2025-01-24T01:37:16.7846859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7857700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\control_plane.py 2025-01-24T01:37:16.7861855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__init__.py 2025-01-24T01:37:16.7869316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__init__.py 2025-01-24T01:37:16.7875113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\api.py 2025-01-24T01:37:16.7879238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\health_check_server.py 2025-01-24T01:37:16.7882283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\local_elastic_agent.py 2025-01-24T01:37:16.7885771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__init__.py 2025-01-24T01:37:16.7899929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.7904227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\health_check_server.cpython-39.pyc 2025-01-24T01:37:16.7908118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\local_elastic_agent.cpython-39.pyc 2025-01-24T01:37:16.7916925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\server\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7924983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\agent\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7933967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\api.py 2025-01-24T01:37:16.7937611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\handlers.py 2025-01-24T01:37:16.7940948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__init__.py 2025-01-24T01:37:16.7949111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.7952365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\handlers.cpython-39.pyc 2025-01-24T01:37:16.7956033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\events\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7967779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\api.py 2025-01-24T01:37:16.7971407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__init__.py 2025-01-24T01:37:16.7978387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.7982514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\metrics\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.7994089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\api.py 2025-01-24T01:37:16.7997726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py 2025-01-24T01:37:16.8001354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\tail_log.py 2025-01-24T01:37:16.8005238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__init__.py 2025-01-24T01:37:16.8016814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\error_handler.py 2025-01-24T01:37:16.8020272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\handlers.py 2025-01-24T01:37:16.8038790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__init__.py 2025-01-24T01:37:16.8039688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\error_handler.cpython-39.pyc 2025-01-24T01:37:16.8040680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\handlers.cpython-39.pyc 2025-01-24T01:37:16.8041651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\errors\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8054481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py 2025-01-24T01:37:16.8058092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py 2025-01-24T01:37:16.8062990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py 2025-01-24T01:37:16.8094974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\handlers.cpython-39.pyc 2025-01-24T01:37:16.8098194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\subprocess_handler.cpython-39.pyc 2025-01-24T01:37:16.8101812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\subprocess_handler\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8113877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.8118292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\redirects.cpython-39.pyc 2025-01-24T01:37:16.8122113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\tail_log.cpython-39.pyc 2025-01-24T01:37:16.8131681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8140488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\api.py 2025-01-24T01:37:16.8144280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py 2025-01-24T01:37:16.8148248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py 2025-01-24T01:37:16.8159060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous.py 2025-01-24T01:37:16.8162593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py 2025-01-24T01:37:16.8166065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_server.py 2025-01-24T01:37:16.8169648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\etcd_store.py 2025-01-24T01:37:16.8173175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\registry.py 2025-01-24T01:37:16.8176663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py 2025-01-24T01:37:16.8181510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\utils.py 2025-01-24T01:37:16.8184663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\_etcd_stub.py 2025-01-24T01:37:16.8188141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__init__.py 2025-01-24T01:37:16.8196050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.8199808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\c10d_rendezvous_backend.cpython-39.pyc 2025-01-24T01:37:16.8203921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\dynamic_rendezvous.cpython-39.pyc 2025-01-24T01:37:16.8212142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous.cpython-39.pyc 2025-01-24T01:37:16.8215728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_rendezvous_backend.cpython-39.pyc 2025-01-24T01:37:16.8219351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_server.cpython-39.pyc 2025-01-24T01:37:16.8222945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\etcd_store.cpython-39.pyc 2025-01-24T01:37:16.8227243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\registry.cpython-39.pyc 2025-01-24T01:37:16.8230484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\static_tcp_rendezvous.cpython-39.pyc 2025-01-24T01:37:16.8234278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.8238114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\_etcd_stub.cpython-39.pyc 2025-01-24T01:37:16.8241621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\rendezvous\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8249783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\api.py 2025-01-24T01:37:16.8253282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\debug_info_logging.py 2025-01-24T01:37:16.8256931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\file_based_local_timer.py 2025-01-24T01:37:16.8260090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\local_timer.py 2025-01-24T01:37:16.8268602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__init__.py 2025-01-24T01:37:16.8276006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.8279646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\debug_info_logging.cpython-39.pyc 2025-01-24T01:37:16.8283791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\file_based_local_timer.cpython-39.pyc 2025-01-24T01:37:16.8292910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\local_timer.cpython-39.pyc 2025-01-24T01:37:16.8297067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\timer\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8304660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\api.py 2025-01-24T01:37:16.8308278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\distributed.py 2025-01-24T01:37:16.8313055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\logging.py 2025-01-24T01:37:16.8316634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\log_level.py 2025-01-24T01:37:16.8319934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\store.py 2025-01-24T01:37:16.8328602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__init__.py 2025-01-24T01:37:16.8336295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\cycling_iterator.py 2025-01-24T01:37:16.8340027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py 2025-01-24T01:37:16.8343468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__init__.py 2025-01-24T01:37:16.8356605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\cycling_iterator.cpython-39.pyc 2025-01-24T01:37:16.8360816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\elastic_distributed_sampler.cpython-39.pyc 2025-01-24T01:37:16.8364867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\data\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8377397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.8382248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\distributed.cpython-39.pyc 2025-01-24T01:37:16.8385491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\logging.cpython-39.pyc 2025-01-24T01:37:16.8393763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\log_level.cpython-39.pyc 2025-01-24T01:37:16.8397146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\store.cpython-39.pyc 2025-01-24T01:37:16.8400965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\utils\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8408855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\control_plane.cpython-39.pyc 2025-01-24T01:37:16.8412930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\elastic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8422059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\api.py 2025-01-24T01:37:16.8425549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\fully_sharded_data_parallel.py 2025-01-24T01:37:16.8429930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\sharded_grad_scaler.py 2025-01-24T01:37:16.8434017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\wrap.py 2025-01-24T01:37:16.8437553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_common_utils.py 2025-01-24T01:37:16.8447176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_debug_utils.py 2025-01-24T01:37:16.8450683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_dynamo_utils.py 2025-01-24T01:37:16.8454558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_exec_order_utils.py 2025-01-24T01:37:16.8457968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_flat_param.py 2025-01-24T01:37:16.8462830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fsdp_extensions.py 2025-01-24T01:37:16.8466463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_init_utils.py 2025-01-24T01:37:16.8470310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_limiter_utils.py 2025-01-24T01:37:16.8474107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_optim_utils.py 2025-01-24T01:37:16.8478053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_runtime_utils.py 2025-01-24T01:37:16.8482354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_shard_utils.py 2025-01-24T01:37:16.8486282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_state_dict_utils.py 2025-01-24T01:37:16.8490853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_trace_utils.py 2025-01-24T01:37:16.8493992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_traversal_utils.py 2025-01-24T01:37:16.8497915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_unshard_param_utils.py 2025-01-24T01:37:16.8501938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_wrap_utils.py 2025-01-24T01:37:16.8510392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__init__.py 2025-01-24T01:37:16.8518058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_api.py 2025-01-24T01:37:16.8521704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py 2025-01-24T01:37:16.8525602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_common.py 2025-01-24T01:37:16.8534876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_init.py 2025-01-24T01:37:16.8539054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param.py 2025-01-24T01:37:16.8543577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py 2025-01-24T01:37:16.8547262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fsdp_state.py 2025-01-24T01:37:16.8550828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\_fully_shard.py 2025-01-24T01:37:16.8554543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__init__.py 2025-01-24T01:37:16.8562266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_api.cpython-39.pyc 2025-01-24T01:37:16.8566326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_collectives.cpython-39.pyc 2025-01-24T01:37:16.8570104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_common.cpython-39.pyc 2025-01-24T01:37:16.8578914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_init.cpython-39.pyc 2025-01-24T01:37:16.8582756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param.cpython-39.pyc 2025-01-24T01:37:16.8586391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_param_group.cpython-39.pyc 2025-01-24T01:37:16.8591077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fsdp_state.cpython-39.pyc 2025-01-24T01:37:16.8594187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\_fully_shard.cpython-39.pyc 2025-01-24T01:37:16.8597897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\_fully_shard\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8606848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.8610639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\fully_sharded_data_parallel.cpython-39.pyc 2025-01-24T01:37:16.8614909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\sharded_grad_scaler.cpython-39.pyc 2025-01-24T01:37:16.8623844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\wrap.cpython-39.pyc 2025-01-24T01:37:16.8627496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_common_utils.cpython-39.pyc 2025-01-24T01:37:16.8631872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_debug_utils.cpython-39.pyc 2025-01-24T01:37:16.8635259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_dynamo_utils.cpython-39.pyc 2025-01-24T01:37:16.8638951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_exec_order_utils.cpython-39.pyc 2025-01-24T01:37:16.8642503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_flat_param.cpython-39.pyc 2025-01-24T01:37:16.8646950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_fsdp_extensions.cpython-39.pyc 2025-01-24T01:37:16.8651095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_init_utils.cpython-39.pyc 2025-01-24T01:37:16.8654765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_limiter_utils.cpython-39.pyc 2025-01-24T01:37:16.8658735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_optim_utils.cpython-39.pyc 2025-01-24T01:37:16.8662503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_runtime_utils.cpython-39.pyc 2025-01-24T01:37:16.8666464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_shard_utils.cpython-39.pyc 2025-01-24T01:37:16.8670524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_state_dict_utils.cpython-39.pyc 2025-01-24T01:37:16.8679412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_trace_utils.cpython-39.pyc 2025-01-24T01:37:16.8684820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_traversal_utils.cpython-39.pyc 2025-01-24T01:37:16.8688520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_unshard_param_utils.cpython-39.pyc 2025-01-24T01:37:16.8692272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\_wrap_utils.cpython-39.pyc 2025-01-24T01:37:16.8696637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\fsdp\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8705699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\api.py 2025-01-24T01:37:16.8709052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__init__.py 2025-01-24T01:37:16.8716332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.8719802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\launcher\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8728089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\functional.py 2025-01-24T01:37:16.8731716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__init__.py 2025-01-24T01:37:16.8738417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\remote_module.py 2025-01-24T01:37:16.8742785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__init__.py 2025-01-24T01:37:16.8749894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\remote_module.cpython-39.pyc 2025-01-24T01:37:16.8753473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8761057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\instantiator.py 2025-01-24T01:37:16.8764700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__init__.py 2025-01-24T01:37:16.8770975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\remote_module_template.py 2025-01-24T01:37:16.8774561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__init__.py 2025-01-24T01:37:16.8781234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\remote_module_template.cpython-39.pyc 2025-01-24T01:37:16.8785748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\templates\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8799108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\instantiator.cpython-39.pyc 2025-01-24T01:37:16.8803096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\jit\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8815862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\functional.cpython-39.pyc 2025-01-24T01:37:16.8820168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8828935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\apply_optimizer_in_backward.py 2025-01-24T01:37:16.8833262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adadelta.py 2025-01-24T01:37:16.8837213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adagrad.py 2025-01-24T01:37:16.8845534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adam.py 2025-01-24T01:37:16.8849416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamax.py 2025-01-24T01:37:16.8854272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_adamw.py 2025-01-24T01:37:16.8858152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rmsprop.py 2025-01-24T01:37:16.8862003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_rprop.py 2025-01-24T01:37:16.8865852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\functional_sgd.py 2025-01-24T01:37:16.8869395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\named_optimizer.py 2025-01-24T01:37:16.8873153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\optimizer.py 2025-01-24T01:37:16.8886437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\post_localSGD_optimizer.py 2025-01-24T01:37:16.8890513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\utils.py 2025-01-24T01:37:16.8894504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.py 2025-01-24T01:37:16.8899538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\zero_redundancy_optimizer.pyi 2025-01-24T01:37:16.8903938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\_deprecation_warning.py 2025-01-24T01:37:16.8907766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__init__.py 2025-01-24T01:37:16.8916174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\apply_optimizer_in_backward.cpython-39.pyc 2025-01-24T01:37:16.8919829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adadelta.cpython-39.pyc 2025-01-24T01:37:16.8923701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adagrad.cpython-39.pyc 2025-01-24T01:37:16.8932594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adam.cpython-39.pyc 2025-01-24T01:37:16.8936245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamax.cpython-39.pyc 2025-01-24T01:37:16.8940218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_adamw.cpython-39.pyc 2025-01-24T01:37:16.8943828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rmsprop.cpython-39.pyc 2025-01-24T01:37:16.8947665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_rprop.cpython-39.pyc 2025-01-24T01:37:16.8952667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\functional_sgd.cpython-39.pyc 2025-01-24T01:37:16.8956311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\named_optimizer.cpython-39.pyc 2025-01-24T01:37:16.8960396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\optimizer.cpython-39.pyc 2025-01-24T01:37:16.8964252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\post_localSGD_optimizer.cpython-39.pyc 2025-01-24T01:37:16.8968045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.8972279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\zero_redundancy_optimizer.cpython-39.pyc 2025-01-24T01:37:16.8976156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\_deprecation_warning.cpython-39.pyc 2025-01-24T01:37:16.8979857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\optim\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.8993977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\microbatch.py 2025-01-24T01:37:16.8997432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\schedules.py 2025-01-24T01:37:16.9001609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\stage.py 2025-01-24T01:37:16.9005753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_backward.py 2025-01-24T01:37:16.9014440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_debug.py 2025-01-24T01:37:16.9017790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_IR.py 2025-01-24T01:37:16.9021682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_unflatten.py 2025-01-24T01:37:16.9025242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\_utils.py 2025-01-24T01:37:16.9028846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__init__.py 2025-01-24T01:37:16.9036937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\microbatch.cpython-39.pyc 2025-01-24T01:37:16.9040918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\schedules.cpython-39.pyc 2025-01-24T01:37:16.9045330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\stage.cpython-39.pyc 2025-01-24T01:37:16.9054737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_backward.cpython-39.pyc 2025-01-24T01:37:16.9058485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_debug.cpython-39.pyc 2025-01-24T01:37:16.9062240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_IR.cpython-39.pyc 2025-01-24T01:37:16.9066163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_unflatten.cpython-39.pyc 2025-01-24T01:37:16.9077819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:16.9081431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\pipelining\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9091335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\api.py 2025-01-24T01:37:16.9095645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\backend_registry.py 2025-01-24T01:37:16.9099987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\constants.py 2025-01-24T01:37:16.9104095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\functions.py 2025-01-24T01:37:16.9112959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\internal.py 2025-01-24T01:37:16.9117321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\options.py 2025-01-24T01:37:16.9121231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\rref_proxy.py 2025-01-24T01:37:16.9124637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\server_process_global_profiler.py 2025-01-24T01:37:16.9128801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_utils.py 2025-01-24T01:37:16.9132656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__init__.py 2025-01-24T01:37:16.9140455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py 2025-01-24T01:37:16.9143647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__init__.py 2025-01-24T01:37:16.9151895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\faulty_agent_backend_registry.cpython-39.pyc 2025-01-24T01:37:16.9155141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\_testing\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9163275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.9166998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\backend_registry.cpython-39.pyc 2025-01-24T01:37:16.9170562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\constants.cpython-39.pyc 2025-01-24T01:37:16.9178311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\functions.cpython-39.pyc 2025-01-24T01:37:16.9182236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\internal.cpython-39.pyc 2025-01-24T01:37:16.9185870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\options.cpython-39.pyc 2025-01-24T01:37:16.9189567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\rref_proxy.cpython-39.pyc 2025-01-24T01:37:16.9193923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\server_process_global_profiler.cpython-39.pyc 2025-01-24T01:37:16.9197294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:16.9200851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9226054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\device_mesh.py 2025-01-24T01:37:16.9229416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\placement_types.py 2025-01-24T01:37:16.9232965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_api.py 2025-01-24T01:37:16.9236693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_collective_utils.py 2025-01-24T01:37:16.9247976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dispatch.py 2025-01-24T01:37:16.9251807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_dtensor_spec.py 2025-01-24T01:37:16.9255176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_op_schema.py 2025-01-24T01:37:16.9258675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_random.py 2025-01-24T01:37:16.9262004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_redistribute.py 2025-01-24T01:37:16.9265914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_sharding_prop.py 2025-01-24T01:37:16.9269203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_shards_wrapper.py 2025-01-24T01:37:16.9272613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_tp_conv.py 2025-01-24T01:37:16.9276250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_utils.py 2025-01-24T01:37:16.9279589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__init__.py 2025-01-24T01:37:16.9286916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_comm_mode.py 2025-01-24T01:37:16.9290764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_op_coverage.py 2025-01-24T01:37:16.9294350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\_visualize_sharding.py 2025-01-24T01:37:16.9298093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__init__.py 2025-01-24T01:37:16.9311422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_comm_mode.cpython-39.pyc 2025-01-24T01:37:16.9316101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_op_coverage.cpython-39.pyc 2025-01-24T01:37:16.9319746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\_visualize_sharding.cpython-39.pyc 2025-01-24T01:37:16.9327585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\debug\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9335939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_attention.py 2025-01-24T01:37:16.9339639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_func_map.py 2025-01-24T01:37:16.9343082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_register_sharding.py 2025-01-24T01:37:16.9350874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\_tp_transform.py 2025-01-24T01:37:16.9354860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__init__.py 2025-01-24T01:37:16.9362703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_attention.cpython-39.pyc 2025-01-24T01:37:16.9366453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_func_map.cpython-39.pyc 2025-01-24T01:37:16.9370773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_register_sharding.cpython-39.pyc 2025-01-24T01:37:16.9379506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\_tp_transform.cpython-39.pyc 2025-01-24T01:37:16.9382592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\experimental\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9390673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\api.py 2025-01-24T01:37:16.9394181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\ddp.py 2025-01-24T01:37:16.9397455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\fsdp.py 2025-01-24T01:37:16.9400776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\input_reshard.py 2025-01-24T01:37:16.9404465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\loss.py 2025-01-24T01:37:16.9408504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\style.py 2025-01-24T01:37:16.9416195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_data_parallel_utils.py 2025-01-24T01:37:16.9419879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\_utils.py 2025-01-24T01:37:16.9423248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__init__.py 2025-01-24T01:37:16.9431648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.9434873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\ddp.cpython-39.pyc 2025-01-24T01:37:16.9438426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\fsdp.cpython-39.pyc 2025-01-24T01:37:16.9449019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\input_reshard.cpython-39.pyc 2025-01-24T01:37:16.9452586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\loss.cpython-39.pyc 2025-01-24T01:37:16.9456596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\style.cpython-39.pyc 2025-01-24T01:37:16.9460497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_data_parallel_utils.cpython-39.pyc 2025-01-24T01:37:16.9464137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:16.9468058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\parallel\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9476473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\utils.py 2025-01-24T01:37:16.9480660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_common_rules.py 2025-01-24T01:37:16.9484505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_conv_ops.py 2025-01-24T01:37:16.9488657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_einsum_strategy.py 2025-01-24T01:37:16.9498072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_embedding_ops.py 2025-01-24T01:37:16.9501612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_experimental_ops.py 2025-01-24T01:37:16.9505175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_math_ops.py 2025-01-24T01:37:16.9509237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_matrix_ops.py 2025-01-24T01:37:16.9512869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_pointwise_ops.py 2025-01-24T01:37:16.9516382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_random_ops.py 2025-01-24T01:37:16.9519994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_tensor_ops.py 2025-01-24T01:37:16.9524215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\_view_ops.py 2025-01-24T01:37:16.9527829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__init__.py 2025-01-24T01:37:16.9535933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.9539984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_common_rules.cpython-39.pyc 2025-01-24T01:37:16.9543655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_conv_ops.cpython-39.pyc 2025-01-24T01:37:16.9552568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_einsum_strategy.cpython-39.pyc 2025-01-24T01:37:16.9556222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_embedding_ops.cpython-39.pyc 2025-01-24T01:37:16.9560797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_experimental_ops.cpython-39.pyc 2025-01-24T01:37:16.9565037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_math_ops.cpython-39.pyc 2025-01-24T01:37:16.9570017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_matrix_ops.cpython-39.pyc 2025-01-24T01:37:16.9574572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_pointwise_ops.cpython-39.pyc 2025-01-24T01:37:16.9578863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_random_ops.cpython-39.pyc 2025-01-24T01:37:16.9583100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_tensor_ops.cpython-39.pyc 2025-01-24T01:37:16.9587253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\_view_ops.cpython-39.pyc 2025-01-24T01:37:16.9591237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9600962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\device_mesh.cpython-39.pyc 2025-01-24T01:37:16.9605256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\placement_types.cpython-39.pyc 2025-01-24T01:37:16.9609116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_api.cpython-39.pyc 2025-01-24T01:37:16.9617454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_collective_utils.cpython-39.pyc 2025-01-24T01:37:16.9621379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dispatch.cpython-39.pyc 2025-01-24T01:37:16.9624913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_dtensor_spec.cpython-39.pyc 2025-01-24T01:37:16.9628854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_op_schema.cpython-39.pyc 2025-01-24T01:37:16.9632444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_random.cpython-39.pyc 2025-01-24T01:37:16.9636818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_redistribute.cpython-39.pyc 2025-01-24T01:37:16.9640849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_sharding_prop.cpython-39.pyc 2025-01-24T01:37:16.9644307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_shards_wrapper.cpython-39.pyc 2025-01-24T01:37:16.9647898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_tp_conv.cpython-39.pyc 2025-01-24T01:37:16.9651530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:16.9655032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\tensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9664722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\checkpoint_activation.py 2025-01-24T01:37:16.9668547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\contract.py 2025-01-24T01:37:16.9671876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\replicate.py 2025-01-24T01:37:16.9675344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__init__.py 2025-01-24T01:37:16.9687230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\fully_shard.py 2025-01-24T01:37:16.9690598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__init__.py 2025-01-24T01:37:16.9698134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\fully_shard.cpython-39.pyc 2025-01-24T01:37:16.9701930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\fsdp\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9710675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\checkpoint_activation.cpython-39.pyc 2025-01-24T01:37:16.9714276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\contract.cpython-39.pyc 2025-01-24T01:37:16.9717633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\replicate.cpython-39.pyc 2025-01-24T01:37:16.9725580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_composable\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9733572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\api.py 2025-01-24T01:37:16.9737218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\common_op_utils.py 2025-01-24T01:37:16.9740700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\metadata.py 2025-01-24T01:37:16.9744060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\op_registry_utils.py 2025-01-24T01:37:16.9747605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharder.py 2025-01-24T01:37:16.9755736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\_utils.py 2025-01-24T01:37:16.9759050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__init__.py 2025-01-24T01:37:16.9766425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__init__.py 2025-01-24T01:37:16.9773651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\checkpoint\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9781323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\api.py 2025-01-24T01:37:16.9784715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__init__.py 2025-01-24T01:37:16.9792561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.9795781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_optim\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9803369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\api.py 2025-01-24T01:37:16.9807403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logger.py 2025-01-24T01:37:16.9810922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\logging_handlers.py 2025-01-24T01:37:16.9815052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\metadata.py 2025-01-24T01:37:16.9818058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\reshard.py 2025-01-24T01:37:16.9826232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\shard.py 2025-01-24T01:37:16.9829937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\utils.py 2025-01-24T01:37:16.9833368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__init__.py 2025-01-24T01:37:16.9841065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py 2025-01-24T01:37:16.9844448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\init.py 2025-01-24T01:37:16.9848250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py 2025-01-24T01:37:16.9851902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py 2025-01-24T01:37:16.9855442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\_common.py 2025-01-24T01:37:16.9864067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__init__.py 2025-01-24T01:37:16.9871332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\binary_cmp.cpython-39.pyc 2025-01-24T01:37:16.9874882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\init.cpython-39.pyc 2025-01-24T01:37:16.9878606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\misc_ops.cpython-39.pyc 2025-01-24T01:37:16.9886719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\tensor_ops.cpython-39.pyc 2025-01-24T01:37:16.9890950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\_common.cpython-39.pyc 2025-01-24T01:37:16.9894308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\_ops\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9902613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.9906219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logger.cpython-39.pyc 2025-01-24T01:37:16.9910167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\logging_handlers.cpython-39.pyc 2025-01-24T01:37:16.9917710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\metadata.cpython-39.pyc 2025-01-24T01:37:16.9923029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\reshard.cpython-39.pyc 2025-01-24T01:37:16.9926181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\shard.cpython-39.pyc 2025-01-24T01:37:16.9929956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:16.9933914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9942166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\api.py 2025-01-24T01:37:16.9945634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__init__.py 2025-01-24T01:37:16.9953117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:16.9957656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_plan\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:16.9965431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\api.py 2025-01-24T01:37:16.9969214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py 2025-01-24T01:37:16.9972687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\_internals.py 2025-01-24T01:37:16.9976747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__init__.py 2025-01-24T01:37:16.9988264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py 2025-01-24T01:37:16.9992258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py 2025-01-24T01:37:16.9995460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py 2025-01-24T01:37:17.0004006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py 2025-01-24T01:37:17.0009653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding.cpython-39.pyc 2025-01-24T01:37:17.0013207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\embedding_bag.cpython-39.pyc 2025-01-24T01:37:17.0016806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\_common.cpython-39.pyc 2025-01-24T01:37:17.0024634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0032529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:17.0035549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\chunk_sharding_spec.cpython-39.pyc 2025-01-24T01:37:17.0039384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\_internals.cpython-39.pyc 2025-01-24T01:37:17.0048256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0056158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:17.0059983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\common_op_utils.cpython-39.pyc 2025-01-24T01:37:17.0063584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\metadata.cpython-39.pyc 2025-01-24T01:37:17.0071813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\op_registry_utils.cpython-39.pyc 2025-01-24T01:37:17.0074750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\sharder.cpython-39.pyc 2025-01-24T01:37:17.0078099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:17.0081473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0089445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__init__.py 2025-01-24T01:37:17.0095982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0103193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__init__.py 2025-01-24T01:37:17.0109615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_sharding_spec\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0117066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__init__.py 2025-01-24T01:37:17.0134692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_symmetric_memory\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0136098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\api.py 2025-01-24T01:37:17.0139918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\placement_types.py 2025-01-24T01:37:17.0144115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__init__.py 2025-01-24T01:37:17.0152338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\api.cpython-39.pyc 2025-01-24T01:37:17.0156543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\placement_types.cpython-39.pyc 2025-01-24T01:37:17.0160256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0173875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\fsdp2_mem_tracker.py 2025-01-24T01:37:17.0177592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\ilp_utils.py 2025-01-24T01:37:17.0180959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\memory_tracker.py 2025-01-24T01:37:17.0184539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mem_tracker.py 2025-01-24T01:37:17.0192961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\mod_tracker.py 2025-01-24T01:37:17.0196155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\runtime_estimator.py 2025-01-24T01:37:17.0199481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_estimator.py 2025-01-24T01:37:17.0202836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\sac_ilp.py 2025-01-24T01:37:17.0206438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__init__.py 2025-01-24T01:37:17.0214499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\fsdp2_mem_tracker.cpython-39.pyc 2025-01-24T01:37:17.0217930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\ilp_utils.cpython-39.pyc 2025-01-24T01:37:17.0221306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\memory_tracker.cpython-39.pyc 2025-01-24T01:37:17.0229951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mem_tracker.cpython-39.pyc 2025-01-24T01:37:17.0233559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\mod_tracker.cpython-39.pyc 2025-01-24T01:37:17.0237355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\runtime_estimator.cpython-39.pyc 2025-01-24T01:37:17.0241788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_estimator.cpython-39.pyc 2025-01-24T01:37:17.0245638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\sac_ilp.cpython-39.pyc 2025-01-24T01:37:17.0249112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\_tools\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0258846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\argparse_util.cpython-39.pyc 2025-01-24T01:37:17.0261948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\c10d_logger.cpython-39.pyc 2025-01-24T01:37:17.0266052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\collective_utils.cpython-39.pyc 2025-01-24T01:37:17.0274855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\constants.cpython-39.pyc 2025-01-24T01:37:17.0279187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\device_mesh.cpython-39.pyc 2025-01-24T01:37:17.0283116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\distributed_c10d.cpython-39.pyc 2025-01-24T01:37:17.0287943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\launch.cpython-39.pyc 2025-01-24T01:37:17.0292441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\logging_handlers.cpython-39.pyc 2025-01-24T01:37:17.0296657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\remote_device.cpython-39.pyc 2025-01-24T01:37:17.0318643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\rendezvous.cpython-39.pyc 2025-01-24T01:37:17.0323208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\run.cpython-39.pyc 2025-01-24T01:37:17.0326738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:17.0330596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_checkpointable.cpython-39.pyc 2025-01-24T01:37:17.0334500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_composable_state.cpython-39.pyc 2025-01-24T01:37:17.0339414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives.cpython-39.pyc 2025-01-24T01:37:17.0343429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_functional_collectives_impl.cpython-39.pyc 2025-01-24T01:37:17.0361218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\_state_dict_utils.cpython-39.pyc 2025-01-24T01:37:17.0364888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributed\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0376021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\bernoulli.py 2025-01-24T01:37:17.0379546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\beta.py 2025-01-24T01:37:17.0382907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\binomial.py 2025-01-24T01:37:17.0386102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\categorical.py 2025-01-24T01:37:17.0394072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\cauchy.py 2025-01-24T01:37:17.0397676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\chi2.py 2025-01-24T01:37:17.0401384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraints.py 2025-01-24T01:37:17.0405179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\constraint_registry.py 2025-01-24T01:37:17.0409135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\continuous_bernoulli.py 2025-01-24T01:37:17.0412812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\dirichlet.py 2025-01-24T01:37:17.0416903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\distribution.py 2025-01-24T01:37:17.0420371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exponential.py 2025-01-24T01:37:17.0424063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\exp_family.py 2025-01-24T01:37:17.0428122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\fishersnedecor.py 2025-01-24T01:37:17.0431341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gamma.py 2025-01-24T01:37:17.0435271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\geometric.py 2025-01-24T01:37:17.0438529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\gumbel.py 2025-01-24T01:37:17.0442447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_cauchy.py 2025-01-24T01:37:17.0446075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\half_normal.py 2025-01-24T01:37:17.0449841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\independent.py 2025-01-24T01:37:17.0453490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\inverse_gamma.py 2025-01-24T01:37:17.0457169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kl.py 2025-01-24T01:37:17.0461331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\kumaraswamy.py 2025-01-24T01:37:17.0469642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\laplace.py 2025-01-24T01:37:17.0473112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lkj_cholesky.py 2025-01-24T01:37:17.0476950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\logistic_normal.py 2025-01-24T01:37:17.0480683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\log_normal.py 2025-01-24T01:37:17.0484395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\lowrank_multivariate_normal.py 2025-01-24T01:37:17.0488610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\mixture_same_family.py 2025-01-24T01:37:17.0492375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multinomial.py 2025-01-24T01:37:17.0496253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\multivariate_normal.py 2025-01-24T01:37:17.0499746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\negative_binomial.py 2025-01-24T01:37:17.0510063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\normal.py 2025-01-24T01:37:17.0513852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\one_hot_categorical.py 2025-01-24T01:37:17.0517535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\pareto.py 2025-01-24T01:37:17.0521033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\poisson.py 2025-01-24T01:37:17.0525478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_bernoulli.py 2025-01-24T01:37:17.0529719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\relaxed_categorical.py 2025-01-24T01:37:17.0533354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\studentT.py 2025-01-24T01:37:17.0537195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transformed_distribution.py 2025-01-24T01:37:17.0542232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\transforms.py 2025-01-24T01:37:17.0562120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\uniform.py 2025-01-24T01:37:17.0562664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\utils.py 2025-01-24T01:37:17.0563181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\von_mises.py 2025-01-24T01:37:17.0563704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\weibull.py 2025-01-24T01:37:17.0571158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\wishart.py 2025-01-24T01:37:17.0574807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__init__.py 2025-01-24T01:37:17.0583904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\bernoulli.cpython-39.pyc 2025-01-24T01:37:17.0587642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\beta.cpython-39.pyc 2025-01-24T01:37:17.0591361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\binomial.cpython-39.pyc 2025-01-24T01:37:17.0599538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\categorical.cpython-39.pyc 2025-01-24T01:37:17.0603033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\cauchy.cpython-39.pyc 2025-01-24T01:37:17.0606997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\chi2.cpython-39.pyc 2025-01-24T01:37:17.0610732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraints.cpython-39.pyc 2025-01-24T01:37:17.0614741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\constraint_registry.cpython-39.pyc 2025-01-24T01:37:17.0618441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\continuous_bernoulli.cpython-39.pyc 2025-01-24T01:37:17.0622040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\dirichlet.cpython-39.pyc 2025-01-24T01:37:17.0626149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\distribution.cpython-39.pyc 2025-01-24T01:37:17.0629989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exponential.cpython-39.pyc 2025-01-24T01:37:17.0633883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\exp_family.cpython-39.pyc 2025-01-24T01:37:17.0637552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\fishersnedecor.cpython-39.pyc 2025-01-24T01:37:17.0641100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gamma.cpython-39.pyc 2025-01-24T01:37:17.0645017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\geometric.cpython-39.pyc 2025-01-24T01:37:17.0648608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\gumbel.cpython-39.pyc 2025-01-24T01:37:17.0656538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_cauchy.cpython-39.pyc 2025-01-24T01:37:17.0660288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\half_normal.cpython-39.pyc 2025-01-24T01:37:17.0663966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\independent.cpython-39.pyc 2025-01-24T01:37:17.0667548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\inverse_gamma.cpython-39.pyc 2025-01-24T01:37:17.0671179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kl.cpython-39.pyc 2025-01-24T01:37:17.0675174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\kumaraswamy.cpython-39.pyc 2025-01-24T01:37:17.0678975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\laplace.cpython-39.pyc 2025-01-24T01:37:17.0683066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lkj_cholesky.cpython-39.pyc 2025-01-24T01:37:17.0692824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\logistic_normal.cpython-39.pyc 2025-01-24T01:37:17.0710515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\log_normal.cpython-39.pyc 2025-01-24T01:37:17.0711355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\lowrank_multivariate_normal.cpython-39.pyc 2025-01-24T01:37:17.0712197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\mixture_same_family.cpython-39.pyc 2025-01-24T01:37:17.0712973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multinomial.cpython-39.pyc 2025-01-24T01:37:17.0713754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\multivariate_normal.cpython-39.pyc 2025-01-24T01:37:17.0716441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\negative_binomial.cpython-39.pyc 2025-01-24T01:37:17.0719647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\normal.cpython-39.pyc 2025-01-24T01:37:17.0732459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\one_hot_categorical.cpython-39.pyc 2025-01-24T01:37:17.0736114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\pareto.cpython-39.pyc 2025-01-24T01:37:17.0739588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\poisson.cpython-39.pyc 2025-01-24T01:37:17.0743493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_bernoulli.cpython-39.pyc 2025-01-24T01:37:17.0747116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\relaxed_categorical.cpython-39.pyc 2025-01-24T01:37:17.0750778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\studentT.cpython-39.pyc 2025-01-24T01:37:17.0754521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transformed_distribution.cpython-39.pyc 2025-01-24T01:37:17.0758542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\transforms.cpython-39.pyc 2025-01-24T01:37:17.0762870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\uniform.cpython-39.pyc 2025-01-24T01:37:17.0771763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:17.0775700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\von_mises.cpython-39.pyc 2025-01-24T01:37:17.0779342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\weibull.cpython-39.pyc 2025-01-24T01:37:17.0783351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\wishart.cpython-39.pyc 2025-01-24T01:37:17.0787987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\distributions\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0798062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\custom_obj.py 2025-01-24T01:37:17.0801816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\decomp_utils.py 2025-01-24T01:37:17.0805114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\dynamic_shapes.py 2025-01-24T01:37:17.0809152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\exported_program.py 2025-01-24T01:37:17.0816873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\graph_signature.py 2025-01-24T01:37:17.0820697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\unflatten.py 2025-01-24T01:37:17.0824487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_draft_export.py 2025-01-24T01:37:17.0828261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_auto_functionalized_pass.py 2025-01-24T01:37:17.0831906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_remove_effect_tokens_pass.py 2025-01-24T01:37:17.0835646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_safeguard.py 2025-01-24T01:37:17.0839049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_swap.py 2025-01-24T01:37:17.0842667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_trace.py 2025-01-24T01:37:17.0846833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_tree_utils.py 2025-01-24T01:37:17.0850586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\_unlift.py 2025-01-24T01:37:17.0854365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__init__.py 2025-01-24T01:37:17.0862203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__init__.py 2025-01-24T01:37:17.0869535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\experimental\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0877474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__init__.py 2025-01-24T01:37:17.0884312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\passes\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0892519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\custom_obj.cpython-39.pyc 2025-01-24T01:37:17.0896272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\decomp_utils.cpython-39.pyc 2025-01-24T01:37:17.0900082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\dynamic_shapes.cpython-39.pyc 2025-01-24T01:37:17.0908521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\exported_program.cpython-39.pyc 2025-01-24T01:37:17.0912747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\graph_signature.cpython-39.pyc 2025-01-24T01:37:17.0916535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\unflatten.cpython-39.pyc 2025-01-24T01:37:17.0920781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_draft_export.cpython-39.pyc 2025-01-24T01:37:17.0924421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_auto_functionalized_pass.cpython-39.pyc 2025-01-24T01:37:17.0928445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_remove_effect_tokens_pass.cpython-39.pyc 2025-01-24T01:37:17.0932024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_safeguard.cpython-39.pyc 2025-01-24T01:37:17.0935927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_swap.cpython-39.pyc 2025-01-24T01:37:17.0939422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_trace.cpython-39.pyc 2025-01-24T01:37:17.0944040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_tree_utils.cpython-39.pyc 2025-01-24T01:37:17.0948219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\_unlift.cpython-39.pyc 2025-01-24T01:37:17.0952232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\export\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0960851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__init__.py 2025-01-24T01:37:17.0968439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fft\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0976747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__init__.py 2025-01-24T01:37:17.0983925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\func\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.0991806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__init__.py 2025-01-24T01:37:17.0998839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\futures\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1006248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\annotate.py 2025-01-24T01:37:17.1009661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\config.py 2025-01-24T01:37:17.1013292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph.py 2025-01-24T01:37:17.1017490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\graph_module.py 2025-01-24T01:37:17.1022187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\immutable_collections.py 2025-01-24T01:37:17.1030168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\interpreter.py 2025-01-24T01:37:17.1034125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\node.py 2025-01-24T01:37:17.1037459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\operator_schemas.py 2025-01-24T01:37:17.1041104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\proxy.py 2025-01-24T01:37:17.1046085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\subgraph_rewriter.py 2025-01-24T01:37:17.1051078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\tensor_type.py 2025-01-24T01:37:17.1054899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\traceback.py 2025-01-24T01:37:17.1059701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_compatibility.py 2025-01-24T01:37:17.1063488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_lazy_graph_module.py 2025-01-24T01:37:17.1067090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_pytree.py 2025-01-24T01:37:17.1070763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_symbolic_trace.py 2025-01-24T01:37:17.1074999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\_utils.py 2025-01-24T01:37:17.1078711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__init__.py 2025-01-24T01:37:17.1086177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\accelerator_partitioner.py 2025-01-24T01:37:17.1090226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\const_fold.py 2025-01-24T01:37:17.1093664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\debug.py 2025-01-24T01:37:17.1159819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\graph_gradual_typechecker.py 2025-01-24T01:37:17.1163063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\merge_matmul.py 2025-01-24T01:37:17.1167110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\meta_tracer.py 2025-01-24T01:37:17.1170372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\normalize.py 2025-01-24T01:37:17.1174276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\optimization.py 2025-01-24T01:37:17.1177710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\partitioner_utils.py 2025-01-24T01:37:17.1181383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\proxy_tensor.py 2025-01-24T01:37:17.1185239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\recording.py 2025-01-24T01:37:17.1188760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\refinement_types.py 2025-01-24T01:37:17.1193161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\rewriter.py 2025-01-24T01:37:17.1196907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\schema_type_annotation.py 2025-01-24T01:37:17.1200512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\symbolic_shapes.py 2025-01-24T01:37:17.1206050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\sym_node.py 2025-01-24T01:37:17.1209783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unify_refinements.py 2025-01-24T01:37:17.1213657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\validator.py 2025-01-24T01:37:17.1217517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_backward_state.py 2025-01-24T01:37:17.1221008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_config.py 2025-01-24T01:37:17.1224497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\_constant_symnode.py 2025-01-24T01:37:17.1232860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__init__.py 2025-01-24T01:37:17.1240090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint.py 2025-01-24T01:37:17.1243930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_generator.py 2025-01-24T01:37:17.1248403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py 2025-01-24T01:37:17.1255718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\operation.py 2025-01-24T01:37:17.1259278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py 2025-01-24T01:37:17.1262745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\util.py 2025-01-24T01:37:17.1266787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\z3_types.py 2025-01-24T01:37:17.1270472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__init__.py 2025-01-24T01:37:17.1278353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint.cpython-39.pyc 2025-01-24T01:37:17.1282327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_generator.cpython-39.pyc 2025-01-24T01:37:17.1285901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\constraint_transformation.cpython-39.pyc 2025-01-24T01:37:17.1294614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\operation.cpython-39.pyc 2025-01-24T01:37:17.1298215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\transform_to_z3.cpython-39.pyc 2025-01-24T01:37:17.1302057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\util.cpython-39.pyc 2025-01-24T01:37:17.1306128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\z3_types.cpython-39.pyc 2025-01-24T01:37:17.1309983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\migrate_gradual_types\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1318742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\core.py 2025-01-24T01:37:17.1322283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\dispatch.py 2025-01-24T01:37:17.1325668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\match.py 2025-01-24T01:37:17.1329286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\more.py 2025-01-24T01:37:17.1332935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\unification_tools.py 2025-01-24T01:37:17.1340924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\utils.py 2025-01-24T01:37:17.1344320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\variable.py 2025-01-24T01:37:17.1347969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__init__.py 2025-01-24T01:37:17.1355394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\conflict.py 2025-01-24T01:37:17.1358934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\core.py 2025-01-24T01:37:17.1362467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\dispatcher.py 2025-01-24T01:37:17.1366114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\utils.py 2025-01-24T01:37:17.1369574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\variadic.py 2025-01-24T01:37:17.1378163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__init__.py 2025-01-24T01:37:17.1386132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\conflict.cpython-39.pyc 2025-01-24T01:37:17.1389630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\core.cpython-39.pyc 2025-01-24T01:37:17.1393158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\dispatcher.cpython-39.pyc 2025-01-24T01:37:17.1404353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:17.1408031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\variadic.cpython-39.pyc 2025-01-24T01:37:17.1411889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\multipledispatch\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1420283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\core.cpython-39.pyc 2025-01-24T01:37:17.1424397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\dispatch.cpython-39.pyc 2025-01-24T01:37:17.1428233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\match.cpython-39.pyc 2025-01-24T01:37:17.1435825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\more.cpython-39.pyc 2025-01-24T01:37:17.1440092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\unification_tools.cpython-39.pyc 2025-01-24T01:37:17.1443438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:17.1447131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\variable.cpython-39.pyc 2025-01-24T01:37:17.1451272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\unification\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1460275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\accelerator_partitioner.cpython-39.pyc 2025-01-24T01:37:17.1463894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\const_fold.cpython-39.pyc 2025-01-24T01:37:17.1467572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\debug.cpython-39.pyc 2025-01-24T01:37:17.1475564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\graph_gradual_typechecker.cpython-39.pyc 2025-01-24T01:37:17.1493693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\merge_matmul.cpython-39.pyc 2025-01-24T01:37:17.1497209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\meta_tracer.cpython-39.pyc 2025-01-24T01:37:17.1501980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\normalize.cpython-39.pyc 2025-01-24T01:37:17.1506018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\optimization.cpython-39.pyc 2025-01-24T01:37:17.1510049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\partitioner_utils.cpython-39.pyc 2025-01-24T01:37:17.1513495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\proxy_tensor.cpython-39.pyc 2025-01-24T01:37:17.1517394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\recording.cpython-39.pyc 2025-01-24T01:37:17.1521381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\refinement_types.cpython-39.pyc 2025-01-24T01:37:17.1524907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\rewriter.cpython-39.pyc 2025-01-24T01:37:17.1528691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\schema_type_annotation.cpython-39.pyc 2025-01-24T01:37:17.1532526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\symbolic_shapes.cpython-39.pyc 2025-01-24T01:37:17.1537535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\sym_node.cpython-39.pyc 2025-01-24T01:37:17.1547682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\unify_refinements.cpython-39.pyc 2025-01-24T01:37:17.1551890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\validator.cpython-39.pyc 2025-01-24T01:37:17.1556412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_backward_state.cpython-39.pyc 2025-01-24T01:37:17.1560361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_config.cpython-39.pyc 2025-01-24T01:37:17.1580968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\_constant_symnode.cpython-39.pyc 2025-01-24T01:37:17.1581738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\experimental\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1582387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\annotate_getitem_nodes.py 2025-01-24T01:37:17.1582978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\fake_tensor_prop.py 2025-01-24T01:37:17.1586995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_drawer.py 2025-01-24T01:37:17.1590363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_manipulation.py 2025-01-24T01:37:17.1598238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\graph_transform_observer.py 2025-01-24T01:37:17.1602118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\net_min_base.py 2025-01-24T01:37:17.1605772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\operator_support.py 2025-01-24T01:37:17.1609343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\param_fetch.py 2025-01-24T01:37:17.1613259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\pass_manager.py 2025-01-24T01:37:17.1616665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\reinplace.py 2025-01-24T01:37:17.1620753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\runtime_assert.py 2025-01-24T01:37:17.1624510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\shape_prop.py 2025-01-24T01:37:17.1628056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\splitter_base.py 2025-01-24T01:37:17.1632074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_module.py 2025-01-24T01:37:17.1635630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\split_utils.py 2025-01-24T01:37:17.1639182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tools_common.py 2025-01-24T01:37:17.1642858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\_tensorify_python_scalars.py 2025-01-24T01:37:17.1646377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__init__.py 2025-01-24T01:37:17.1653611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\cudagraphs.py 2025-01-24T01:37:17.1657182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__init__.py 2025-01-24T01:37:17.1664229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-01-24T01:37:17.1667450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\backends\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1679738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__init__.py 2025-01-24T01:37:17.1685927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\cse_pass.py 2025-01-24T01:37:17.1689266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__init__.py 2025-01-24T01:37:17.1695575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\cse_pass.cpython-39.pyc 2025-01-24T01:37:17.1699278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\common\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1707219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\dialect\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1715168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\partitioner.py 2025-01-24T01:37:17.1718794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_base.py 2025-01-24T01:37:17.1722606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\pass_manager.py 2025-01-24T01:37:17.1725936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__init__.py 2025-01-24T01:37:17.1739101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\partitioner.cpython-39.pyc 2025-01-24T01:37:17.1742692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_base.cpython-39.pyc 2025-01-24T01:37:17.1746484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\pass_manager.cpython-39.pyc 2025-01-24T01:37:17.1755470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\infra\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1764767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\test_pass_manager.py 2025-01-24T01:37:17.1768186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__init__.py 2025-01-24T01:37:17.1776092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\test_pass_manager.cpython-39.pyc 2025-01-24T01:37:17.1780003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\tests\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1816228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\common.py 2025-01-24T01:37:17.1820126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\fuser_utils.py 2025-01-24T01:37:17.1824026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_utils.py 2025-01-24T01:37:17.1827597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\matcher_with_name_node_map_utils.py 2025-01-24T01:37:17.1836139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\source_matcher_utils.py 2025-01-24T01:37:17.1839729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__init__.py 2025-01-24T01:37:17.1847089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\common.cpython-39.pyc 2025-01-24T01:37:17.1851192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\fuser_utils.cpython-39.pyc 2025-01-24T01:37:17.1854912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_utils.cpython-39.pyc 2025-01-24T01:37:17.1863380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\matcher_with_name_node_map_utils.cpython-39.pyc 2025-01-24T01:37:17.1867071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\source_matcher_utils.cpython-39.pyc 2025-01-24T01:37:17.1871201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\utils\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1879853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\annotate_getitem_nodes.cpython-39.pyc 2025-01-24T01:37:17.1884047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\fake_tensor_prop.cpython-39.pyc 2025-01-24T01:37:17.1887457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_drawer.cpython-39.pyc 2025-01-24T01:37:17.1896425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_manipulation.cpython-39.pyc 2025-01-24T01:37:17.1900251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\graph_transform_observer.cpython-39.pyc 2025-01-24T01:37:17.1904481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\net_min_base.cpython-39.pyc 2025-01-24T01:37:17.1908320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\operator_support.cpython-39.pyc 2025-01-24T01:37:17.1912122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\param_fetch.cpython-39.pyc 2025-01-24T01:37:17.1915691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\pass_manager.cpython-39.pyc 2025-01-24T01:37:17.1919361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\reinplace.cpython-39.pyc 2025-01-24T01:37:17.1923506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\runtime_assert.cpython-39.pyc 2025-01-24T01:37:17.1926914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\shape_prop.cpython-39.pyc 2025-01-24T01:37:17.1930566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\splitter_base.cpython-39.pyc 2025-01-24T01:37:17.1934463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_module.cpython-39.pyc 2025-01-24T01:37:17.1938007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\split_utils.cpython-39.pyc 2025-01-24T01:37:17.1941785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\tools_common.cpython-39.pyc 2025-01-24T01:37:17.1950488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\_tensorify_python_scalars.cpython-39.pyc 2025-01-24T01:37:17.1953863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.1962985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\annotate.cpython-39.pyc 2025-01-24T01:37:17.1966985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\config.cpython-39.pyc 2025-01-24T01:37:17.1970298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph.cpython-39.pyc 2025-01-24T01:37:17.1979024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\graph_module.cpython-39.pyc 2025-01-24T01:37:17.1982820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\immutable_collections.cpython-39.pyc 2025-01-24T01:37:17.1986976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\interpreter.cpython-39.pyc 2025-01-24T01:37:17.1990606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\node.cpython-39.pyc 2025-01-24T01:37:17.1994947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\operator_schemas.cpython-39.pyc 2025-01-24T01:37:17.1998848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\proxy.cpython-39.pyc 2025-01-24T01:37:17.2002292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\subgraph_rewriter.cpython-39.pyc 2025-01-24T01:37:17.2006211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\tensor_type.cpython-39.pyc 2025-01-24T01:37:17.2009984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\traceback.cpython-39.pyc 2025-01-24T01:37:17.2013725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_compatibility.cpython-39.pyc 2025-01-24T01:37:17.2017544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_lazy_graph_module.cpython-39.pyc 2025-01-24T01:37:17.2021243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_pytree.cpython-39.pyc 2025-01-24T01:37:17.2025091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_symbolic_trace.cpython-39.pyc 2025-01-24T01:37:17.2029185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:17.2038596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\fx\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:17.2048554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\cpuinfo.h 2025-01-24T01:37:17.2052451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl.h 2025-01-24T01:37:17.2055913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_config.h 2025-01-24T01:37:17.2060455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_debug.h 2025-01-24T01:37:17.2064618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_ocl.h 2025-01-24T01:37:17.2073546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl.h 2025-01-24T01:37:17.2077791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_sycl_types.h 2025-01-24T01:37:17.2083127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_threadpool.h 2025-01-24T01:37:17.2087210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_types.h 2025-01-24T01:37:17.2091421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\dnnl_version.h 2025-01-24T01:37:17.2095348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\experiments-config.h 2025-01-24T01:37:17.2099159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fp16.h 2025-01-24T01:37:17.2102096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\fxdiv.h 2025-01-24T01:37:17.2105696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\libshm.h 2025-01-24T01:37:17.2109283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\psimd.h 2025-01-24T01:37:17.2112879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pthreadpool.h 2025-01-24T01:37:17.2117481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\sleef.h 2025-01-24T01:37:17.2122926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\xnnpack.h 2025-01-24T01:37:17.2132753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\AccumulateType.h 2025-01-24T01:37:17.2136235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ArrayRef.h 2025-01-24T01:37:17.2139570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ATen.h 2025-01-24T01:37:17.2143190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\autocast_mode.h 2025-01-24T01:37:17.2146904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backend.h 2025-01-24T01:37:17.2154855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Backtrace.h 2025-01-24T01:37:17.2159212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\BlasBackend.h 2025-01-24T01:37:17.2164907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CachedTensorUtils.h 2025-01-24T01:37:17.2173927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ceil_div.h 2025-01-24T01:37:17.2174487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\code_template.h 2025-01-24T01:37:17.2180090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CollapseDims.h 2025-01-24T01:37:17.2184706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions.h 2025-01-24T01:37:17.2189929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h 2025-01-24T01:37:17.2195105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h 2025-01-24T01:37:17.2199588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h 2025-01-24T01:37:17.2203389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions.h 2025-01-24T01:37:17.2207500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h 2025-01-24T01:37:17.2211831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h 2025-01-24T01:37:17.2215725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h 2025-01-24T01:37:17.2224554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Config.h 2025-01-24T01:37:17.2228030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Context.h 2025-01-24T01:37:17.2231829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpp_custom_type_hack.h 2025-01-24T01:37:17.2235490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUApplyUtils.h 2025-01-24T01:37:17.2239091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFixedAllocator.h 2025-01-24T01:37:17.2242745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions.h 2025-01-24T01:37:17.2246318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUFunctions_inl.h 2025-01-24T01:37:17.2250355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CPUGeneratorImpl.h 2025-01-24T01:37:17.2254214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions.h 2025-01-24T01:37:17.2258270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\CUDAFunctions_inl.h 2025-01-24T01:37:17.2266351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Device.h 2025-01-24T01:37:17.2270261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceAccelerator.h 2025-01-24T01:37:17.2273932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DeviceGuard.h 2025-01-24T01:37:17.2277333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dimname.h 2025-01-24T01:37:17.2280702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DimVector.h 2025-01-24T01:37:17.2284128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch.h 2025-01-24T01:37:17.2287745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Dispatch_v2.h 2025-01-24T01:37:17.2291665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\div_rtn.h 2025-01-24T01:37:17.2295260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DLConvertor.h 2025-01-24T01:37:17.2298893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\dlpack.h 2025-01-24T01:37:17.2302284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\DynamicLibrary.h 2025-01-24T01:37:17.2305844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\EmptyTensor.h 2025-01-24T01:37:17.2313552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandBase.h 2025-01-24T01:37:17.2317447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ExpandUtils.h 2025-01-24T01:37:17.2320929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Formatting.h 2025-01-24T01:37:17.2324463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalStorageImpl.h 2025-01-24T01:37:17.2328068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FunctionalTensorWrapper.h 2025-01-24T01:37:17.2332103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Functions.h 2025-01-24T01:37:17.2336048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\FuncTorchTLS.h 2025-01-24T01:37:17.2339640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Generator.h 2025-01-24T01:37:17.2343306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InferSize.h 2025-01-24T01:37:17.2347471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\InitialTensorOptions.h 2025-01-24T01:37:17.2355638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jiterator_macros.h 2025-01-24T01:37:17.2359440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\jit_macros.h 2025-01-24T01:37:17.2362930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Layout.h 2025-01-24T01:37:17.2366978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedFallback.h 2025-01-24T01:37:17.2371936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyBatchedTensorImpl.h 2025-01-24T01:37:17.2375237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapMode.h 2025-01-24T01:37:17.2378972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LegacyVmapTransforms.h 2025-01-24T01:37:17.2382895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\LinalgBackend.h 2025-01-24T01:37:17.2386219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MapAllocator.h 2025-01-24T01:37:17.2390029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MatrixRef.h 2025-01-24T01:37:17.2402004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MemoryOverlap.h 2025-01-24T01:37:17.2405602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions.h 2025-01-24T01:37:17.2410063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MetaFunctions_inl.h 2025-01-24T01:37:17.2413961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\MethodOperators.h 2025-01-24T01:37:17.2418029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensor.h 2025-01-24T01:37:17.2421554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NamedTensorUtils.h 2025-01-24T01:37:17.2425395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeFunctions.h 2025-01-24T01:37:17.2429772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NativeMetaFunctions.h 2025-01-24T01:37:17.2433734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NestedTensorImpl.h 2025-01-24T01:37:17.2443263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\NumericUtils.h 2025-01-24T01:37:17.2447109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpaqueTensorImpl.h 2025-01-24T01:37:17.2451021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Operators.h 2025-01-24T01:37:17.2455064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\OpMathType.h 2025-01-24T01:37:17.2459387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PadNd.h 2025-01-24T01:37:17.2463761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel-inl.h 2025-01-24T01:37:17.2467737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Parallel.h 2025-01-24T01:37:17.2471364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelFuture.h 2025-01-24T01:37:17.2475211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelNative.h 2025-01-24T01:37:17.2480189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ParallelOpenMP.h 2025-01-24T01:37:17.2488977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PTThreadPool.h 2025-01-24T01:37:17.2493100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\PythonTorchFunctionTLS.h 2025-01-24T01:37:17.2497961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\record_function.h 2025-01-24T01:37:17.2501719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RedispatchFunctions.h 2025-01-24T01:37:17.2519269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\RegistrationDeclarations.h 2025-01-24T01:37:17.2528281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ROCmFABackend.h 2025-01-24T01:37:17.2532512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SavedTensorHooks.h 2025-01-24T01:37:17.2536535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Scalar.h 2025-01-24T01:37:17.2539907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarOps.h 2025-01-24T01:37:17.2543776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ScalarType.h 2025-01-24T01:37:17.2547322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SDPBackend.h 2025-01-24T01:37:17.2551234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SequenceNumber.h 2025-01-24T01:37:17.2555284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SmallVector.h 2025-01-24T01:37:17.2559319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorImpl.h 2025-01-24T01:37:17.2563427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseCsrTensorUtils.h 2025-01-24T01:37:17.2567785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\SparseTensorImpl.h 2025-01-24T01:37:17.2571619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Storage.h 2025-01-24T01:37:17.2575147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\StorageUtils.h 2025-01-24T01:37:17.2578686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Tensor.h 2025-01-24T01:37:17.2582354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorAccessor.h 2025-01-24T01:37:17.2590840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorGeometry.h 2025-01-24T01:37:17.2594715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIndexing.h 2025-01-24T01:37:17.2599242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIterator.h 2025-01-24T01:37:17.2603208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorIteratorInternal.h 2025-01-24T01:37:17.2606994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorMeta.h 2025-01-24T01:37:17.2610381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorNames.h 2025-01-24T01:37:17.2614195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOperators.h 2025-01-24T01:37:17.2617888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorOptions.h 2025-01-24T01:37:17.2622120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorSubclassLikeUtils.h 2025-01-24T01:37:17.2643824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TensorUtils.h 2025-01-24T01:37:17.2647384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalPythonObjects.h 2025-01-24T01:37:17.2651552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ThreadLocalState.h 2025-01-24T01:37:17.2655475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TracerMode.h 2025-01-24T01:37:17.2658932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\TypeDefault.h 2025-01-24T01:37:17.2662257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Utils.h 2025-01-24T01:37:17.2665850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\Version.h 2025-01-24T01:37:17.2669314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\VmapGeneratedPlumbing.h 2025-01-24T01:37:17.2681636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtils.h 2025-01-24T01:37:17.2685349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\WrapDimUtilsMulti.h 2025-01-24T01:37:17.2695674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\alias_info.h 2025-01-24T01:37:17.2699228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Array.h 2025-01-24T01:37:17.2702731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenGeneral.h 2025-01-24T01:37:17.2706279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATenOpList.h 2025-01-24T01:37:17.2715101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_fwd.h 2025-01-24T01:37:17.2718780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\aten_interned_strings.h 2025-01-24T01:37:17.2722466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ATen_pch.h 2025-01-24T01:37:17.2726229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Backtrace.h 2025-01-24T01:37:17.2729886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\blob.h 2025-01-24T01:37:17.2733444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\builtin_function.h 2025-01-24T01:37:17.2737078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CachingHostAllocator.h 2025-01-24T01:37:17.2740649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\CheckMemoryFormat.h 2025-01-24T01:37:17.2745015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\class_type.h 2025-01-24T01:37:17.2748828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\custom_class.h 2025-01-24T01:37:17.2752605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypeProperties.h 2025-01-24T01:37:17.2756169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h 2025-01-24T01:37:17.2759890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict.h 2025-01-24T01:37:17.2763249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dict_inl.h 2025-01-24T01:37:17.2766930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Dimname.h 2025-01-24T01:37:17.2770666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DimVector.h 2025-01-24T01:37:17.2774234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\DistributionsHelper.h 2025-01-24T01:37:17.2778024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dynamic_type.h 2025-01-24T01:37:17.2786192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_tag.h 2025-01-24T01:37:17.2789807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\enum_type.h 2025-01-24T01:37:17.2793596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Formatting.h 2025-01-24T01:37:17.2797332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function.h 2025-01-24T01:37:17.2800804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\functional.h 2025-01-24T01:37:17.2804859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema.h 2025-01-24T01:37:17.2808734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\function_schema_inl.h 2025-01-24T01:37:17.2812727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Generator.h 2025-01-24T01:37:17.2816641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\GeneratorForPrivateuseone.h 2025-01-24T01:37:17.2820348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\grad_mode.h 2025-01-24T01:37:17.2824084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef.h 2025-01-24T01:37:17.2832029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\IListRef_inl.h 2025-01-24T01:37:17.2836376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings.h 2025-01-24T01:37:17.2840288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\interned_strings_class.h 2025-01-24T01:37:17.2843863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue.h 2025-01-24T01:37:17.2847651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_inl.h 2025-01-24T01:37:17.2852139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ivalue_to.h 2025-01-24T01:37:17.2855878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type.h 2025-01-24T01:37:17.2859601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\jit_type_base.h 2025-01-24T01:37:17.2863361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\LegacyTypeDispatch.h 2025-01-24T01:37:17.2867284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List.h 2025-01-24T01:37:17.2870743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\List_inl.h 2025-01-24T01:37:17.2875033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\MT19937RNGEngine.h 2025-01-24T01:37:17.2882938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NamedTensor.h 2025-01-24T01:37:17.2886575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\NestedIntSymNodeImpl.h 2025-01-24T01:37:17.2890096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\operator_name.h 2025-01-24T01:37:17.2893965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PhiloxRNGEngine.h 2025-01-24T01:37:17.2897583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonFallbackKernel.h 2025-01-24T01:37:17.2901237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\PythonOpRegistrationTrampoline.h 2025-01-24T01:37:17.2904830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\qualified_name.h 2025-01-24T01:37:17.2908968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\QuantizerBase.h 2025-01-24T01:37:17.2912468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Range.h 2025-01-24T01:37:17.2915792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Reduction.h 2025-01-24T01:37:17.2923902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\rref_interface.h 2025-01-24T01:37:17.2927345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Scalar.h 2025-01-24T01:37:17.2931585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\ScalarType.h 2025-01-24T01:37:17.2935050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\stack.h 2025-01-24T01:37:17.2938601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\symbol.h 2025-01-24T01:37:17.2942741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Tensor.h 2025-01-24T01:37:17.2946192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorAccessor.h 2025-01-24T01:37:17.2949892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBase.h 2025-01-24T01:37:17.2953760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TensorBody.h 2025-01-24T01:37:17.2958970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TorchDispatchUtils.h 2025-01-24T01:37:17.2962527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\TransformationHelper.h 2025-01-24T01:37:17.2973554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\typeid.h 2025-01-24T01:37:17.2977338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_factory.h 2025-01-24T01:37:17.2980472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\type_ptr.h 2025-01-24T01:37:17.2984062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UndefinedTensorImpl.h 2025-01-24T01:37:17.2987940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\UnsafeFromTH.h 2025-01-24T01:37:17.2991607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\VariableHooksInterface.h 2025-01-24T01:37:17.2995134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Variadic.h 2025-01-24T01:37:17.2998552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\Vitals.h 2025-01-24T01:37:17.3006238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel.h 2025-01-24T01:37:17.3010144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\BoxedKernel_impl.h 2025-01-24T01:37:17.3013765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction.h 2025-01-24T01:37:17.3018109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\KernelFunction_impl.h 2025-01-24T01:37:17.3026644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\OperatorKernel.h 2025-01-24T01:37:17.3033591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\boxing.h 2025-01-24T01:37:17.3037069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h 2025-01-24T01:37:17.3040675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\test_helpers.h 2025-01-24T01:37:17.3044341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h 2025-01-24T01:37:17.3052463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h 2025-01-24T01:37:17.3061163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\CppSignature.h 2025-01-24T01:37:17.3065380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\Dispatcher.h 2025-01-24T01:37:17.3069158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h 2025-01-24T01:37:17.3072671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\ObservedOperators.h 2025-01-24T01:37:17.3081170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorEntry.h 2025-01-24T01:37:17.3084764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\OperatorOptions.h 2025-01-24T01:37:17.3088480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h 2025-01-24T01:37:17.3097447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\adaption.h 2025-01-24T01:37:17.3100964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\infer_schema.h 2025-01-24T01:37:17.3104683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_allowlist.h 2025-01-24T01:37:17.3107874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\core\op_registration\op_registration.h 2025-01-24T01:37:17.3120768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\FlushDenormal.h 2025-01-24T01:37:17.3124222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\Utils.h 2025-01-24T01:37:17.3127683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vml.h 2025-01-24T01:37:17.3134598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional.h 2025-01-24T01:37:17.3138489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_base.h 2025-01-24T01:37:17.3142312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\functional_bfloat16.h 2025-01-24T01:37:17.3145541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\intrinsics.h 2025-01-24T01:37:17.3153869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec.h 2025-01-24T01:37:17.3158237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_base.h 2025-01-24T01:37:17.3161987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_convert.h 2025-01-24T01:37:17.3165684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_half.h 2025-01-24T01:37:17.3169083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_mask.h 2025-01-24T01:37:17.3173256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec_n.h 2025-01-24T01:37:17.3180514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\sve_helper.h 2025-01-24T01:37:17.3184515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_common_sve.h 2025-01-24T01:37:17.3188450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_double.h 2025-01-24T01:37:17.3191877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_float.h 2025-01-24T01:37:17.3200000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_int.h 2025-01-24T01:37:17.3203107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\sve\vec_qint.h 2025-01-24T01:37:17.3210341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128.h 2025-01-24T01:37:17.3213979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h 2025-01-24T01:37:17.3217624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_convert.h 2025-01-24T01:37:17.3221174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h 2025-01-24T01:37:17.3229219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h 2025-01-24T01:37:17.3233428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h 2025-01-24T01:37:17.3241220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h 2025-01-24T01:37:17.3244809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h 2025-01-24T01:37:17.3248143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256.h 2025-01-24T01:37:17.3251745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h 2025-01-24T01:37:17.3259916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h 2025-01-24T01:37:17.3263604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h 2025-01-24T01:37:17.3267452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_convert.h 2025-01-24T01:37:17.3271705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_double.h 2025-01-24T01:37:17.3275319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_float.h 2025-01-24T01:37:17.3279347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_int.h 2025-01-24T01:37:17.3283110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_mask.h 2025-01-24T01:37:17.3286953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vec256_qint.h 2025-01-24T01:37:17.3294869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h 2025-01-24T01:37:17.3298547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h 2025-01-24T01:37:17.3302232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h 2025-01-24T01:37:17.3309779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h 2025-01-24T01:37:17.3313495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h 2025-01-24T01:37:17.3317051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h 2025-01-24T01:37:17.3320529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h 2025-01-24T01:37:17.3324022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h 2025-01-24T01:37:17.3327726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h 2025-01-24T01:37:17.3331254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h 2025-01-24T01:37:17.3335022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h 2025-01-24T01:37:17.3338574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h 2025-01-24T01:37:17.3342548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h 2025-01-24T01:37:17.3350222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h 2025-01-24T01:37:17.3358560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512.h 2025-01-24T01:37:17.3361970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h 2025-01-24T01:37:17.3366029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h 2025-01-24T01:37:17.3369799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h 2025-01-24T01:37:17.3379615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_convert.h 2025-01-24T01:37:17.3383350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_double.h 2025-01-24T01:37:17.3387051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_float.h 2025-01-24T01:37:17.3390871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_int.h 2025-01-24T01:37:17.3395098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_mask.h 2025-01-24T01:37:17.3399133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cpu\vec\vec512\vec512_qint.h 2025-01-24T01:37:17.3409028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ApplyGridUtils.cuh 2025-01-24T01:37:17.3413188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\AsmUtils.cuh 2025-01-24T01:37:17.3416858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ATenCUDAGeneral.h 2025-01-24T01:37:17.3420311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Atomic.cuh 2025-01-24T01:37:17.3424175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CachingHostAllocator.h 2025-01-24T01:37:17.3432310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.cuh 2025-01-24T01:37:17.3435446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub.h 2025-01-24T01:37:17.3439169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\cub_definitions.cuh 2025-01-24T01:37:17.3442917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAApplyUtils.cuh 2025-01-24T01:37:17.3446540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDABlas.h 2025-01-24T01:37:17.3450171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContext.h 2025-01-24T01:37:17.3453795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAContextLight.h 2025-01-24T01:37:17.3457501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADataType.h 2025-01-24T01:37:17.3461578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDADevice.h 2025-01-24T01:37:17.3464906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAEvent.h 2025-01-24T01:37:17.3468661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGeneratorImpl.h 2025-01-24T01:37:17.3471875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraph.h 2025-01-24T01:37:17.3475631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAGraphsUtils.cuh 2025-01-24T01:37:17.3479480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparse.h 2025-01-24T01:37:17.3483253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseBlas.h 2025-01-24T01:37:17.3487684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDASparseDescriptors.h 2025-01-24T01:37:17.3497123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDATensorMethods.cuh 2025-01-24T01:37:17.3500651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\CUDAUtils.h 2025-01-24T01:37:17.3505864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\DeviceUtils.cuh 2025-01-24T01:37:17.3531306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\EmptyTensor.h 2025-01-24T01:37:17.3579709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Exceptions.h 2025-01-24T01:37:17.3583530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator.h 2025-01-24T01:37:17.3587134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\jiterator_impl.h 2025-01-24T01:37:17.3590767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\llvm_jit_strings.h 2025-01-24T01:37:17.3595292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\NumericLimits.cuh 2025-01-24T01:37:17.3881924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PeerToPeerAccess.h 2025-01-24T01:37:17.3885413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxCudaState.h 2025-01-24T01:37:17.3889044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PhiloxUtils.cuh 2025-01-24T01:37:17.3893361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\PinnedMemoryAllocator.h 2025-01-24T01:37:17.3897029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ScanUtils.cuh 2025-01-24T01:37:17.3902761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\Sleep.h 2025-01-24T01:37:17.3906921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\ThrustAllocator.h 2025-01-24T01:37:17.3914786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\CUDAHooks.h 2025-01-24T01:37:17.3918774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\DeviceThreadHandles.h 2025-01-24T01:37:17.3922164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IndexUtils.cuh 2025-01-24T01:37:17.3926089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\IntegerDivider.cuh 2025-01-24T01:37:17.3934612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\KernelUtils.h 2025-01-24T01:37:17.3938631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\LazyNVRTC.h 2025-01-24T01:37:17.3943002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\OffsetCalculator.cuh 2025-01-24T01:37:17.3946527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh 2025-01-24T01:37:17.3950002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\TensorInfo.cuh 2025-01-24T01:37:17.3953623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\detail\UnpackRaw.cuh 2025-01-24T01:37:17.3961981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmCommon.h 2025-01-24T01:37:17.3965918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmHipblaslt.h 2025-01-24T01:37:17.3969281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\GemmRocblas.h 2025-01-24T01:37:17.3972669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\StreamTimer.h 2025-01-24T01:37:17.3981168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\Tunable.h 2025-01-24T01:37:17.3984533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableGemm.h 2025-01-24T01:37:17.3988416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cuda\tunable\TunableOp.h 2025-01-24T01:37:17.3996794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\cudnn-wrapper.h 2025-01-24T01:37:17.4000333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Descriptors.h 2025-01-24T01:37:17.4003892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handle.h 2025-01-24T01:37:17.4007312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Handles.h 2025-01-24T01:37:17.4010840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Types.h 2025-01-24T01:37:17.4018665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\cudnn\Utils.h 2025-01-24T01:37:17.4026264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\AcceleratorHooksInterface.h 2025-01-24T01:37:17.4030039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\CUDAHooksInterface.h 2025-01-24T01:37:17.4033849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\FunctionTraits.h 2025-01-24T01:37:17.4042522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HIPHooksInterface.h 2025-01-24T01:37:17.4046176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\HPUHooksInterface.h 2025-01-24T01:37:17.4049761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\IPUHooksInterface.h 2025-01-24T01:37:17.4053418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MAIAHooksInterface.h 2025-01-24T01:37:17.4056924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MPSHooksInterface.h 2025-01-24T01:37:17.4060380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\MTIAHooksInterface.h 2025-01-24T01:37:17.4081165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\PrivateUse1HooksInterface.h 2025-01-24T01:37:17.4085541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\detail\XPUHooksInterface.h 2025-01-24T01:37:17.4094211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\ADInterpreters.h 2025-01-24T01:37:17.4098250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedFallback.h 2025-01-24T01:37:17.4101719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchedTensorImpl.h 2025-01-24T01:37:17.4111260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchingMetaprogramming.h 2025-01-24T01:37:17.4114712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\BatchRulesHelper.h 2025-01-24T01:37:17.4118469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\DynamicLayer.h 2025-01-24T01:37:17.4122476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\FunctionalizeInterpreter.h 2025-01-24T01:37:17.4126007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Interpreter.h 2025-01-24T01:37:17.4129544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\LegacyVmapTransforms.h 2025-01-24T01:37:17.4133579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\Macros.h 2025-01-24T01:37:17.4136979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\PlumbingHelper.h 2025-01-24T01:37:17.4140582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\TensorWrapper.h 2025-01-24T01:37:17.4144077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\functorch\VmapInterpreter.h 2025-01-24T01:37:17.4155061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h 2025-01-24T01:37:17.4158709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h 2025-01-24T01:37:17.4162004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h 2025-01-24T01:37:17.4169571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h 2025-01-24T01:37:17.4178335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Descriptors.h 2025-01-24T01:37:17.4181645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Exceptions.h 2025-01-24T01:37:17.4185700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Handle.h 2025-01-24T01:37:17.4189501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\miopen-wrapper.h 2025-01-24T01:37:17.4199055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Types.h 2025-01-24T01:37:17.4202463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\miopen\Utils.h 2025-01-24T01:37:17.4209871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\EmptyTensor.h 2025-01-24T01:37:17.4213511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\IndexKernels.h 2025-01-24T01:37:17.4217055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocator.h 2025-01-24T01:37:17.4220578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSAllocatorInterface.h 2025-01-24T01:37:17.4229847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSDevice.h 2025-01-24T01:37:17.4232969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSEvent.h 2025-01-24T01:37:17.4236483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGeneratorImpl.h 2025-01-24T01:37:17.4239838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSGuardImpl.h 2025-01-24T01:37:17.4244126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSHooks.h 2025-01-24T01:37:17.4247541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSProfiler.h 2025-01-24T01:37:17.4251250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\mps\MPSStream.h 2025-01-24T01:37:17.4259734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Activation.h 2025-01-24T01:37:17.4263507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AdaptivePooling.h 2025-01-24T01:37:17.4268144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\AmpKernels.h 2025-01-24T01:37:17.4272413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BatchLinearAlgebra.h 2025-01-24T01:37:17.4280562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\batch_norm.h 2025-01-24T01:37:17.4284166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BinaryOps.h 2025-01-24T01:37:17.4288029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\BucketizationUtils.h 2025-01-24T01:37:17.4291399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CanUse32BitIndexMath.h 2025-01-24T01:37:17.4296065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ComplexHelper.h 2025-01-24T01:37:17.4299708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessor.h 2025-01-24T01:37:17.4303356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CompositeRandomAccessorCommon.h 2025-01-24T01:37:17.4307192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvolutionMM3d.h 2025-01-24T01:37:17.4310965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ConvUtils.h 2025-01-24T01:37:17.4314421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Copy.h 2025-01-24T01:37:17.4318082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUBlas.h 2025-01-24T01:37:17.4321904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\CPUFallback.h 2025-01-24T01:37:17.4325425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Cross.h 2025-01-24T01:37:17.4328912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DilatedConvolutionUtils.h 2025-01-24T01:37:17.4332443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DispatchStub.h 2025-01-24T01:37:17.4336003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distance.h 2025-01-24T01:37:17.4339946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Distributions.h 2025-01-24T01:37:17.4348764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\DistributionTemplates.h 2025-01-24T01:37:17.4352374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\EmbeddingBag.h 2025-01-24T01:37:17.4355822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Fill.h 2025-01-24T01:37:17.4359257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ForeachUtils.h 2025-01-24T01:37:17.4362920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FractionalMaxPooling.h 2025-01-24T01:37:17.4366591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FunctionOfAMatrixUtils.h 2025-01-24T01:37:17.4370490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdagrad.h 2025-01-24T01:37:17.4373931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedAdam.h 2025-01-24T01:37:17.4378048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\FusedSGD.h 2025-01-24T01:37:17.4381620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Gelu.h 2025-01-24T01:37:17.4385139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSampler.h 2025-01-24T01:37:17.4393250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\GridSamplerUtils.h 2025-01-24T01:37:17.4397005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\group_norm.h 2025-01-24T01:37:17.4400210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Histogram.h 2025-01-24T01:37:17.4403854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col.h 2025-01-24T01:37:17.4407075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\im2col_shape_check.h 2025-01-24T01:37:17.4411241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexingUtils.h 2025-01-24T01:37:17.4414901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\IndexKernel.h 2025-01-24T01:37:17.4418435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\layer_norm.h 2025-01-24T01:37:17.4422015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Lerp.h 2025-01-24T01:37:17.4425524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebra.h 2025-01-24T01:37:17.4429286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LinearAlgebraUtils.h 2025-01-24T01:37:17.4437990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\LossMulti.h 2025-01-24T01:37:17.4441889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Math.h 2025-01-24T01:37:17.4446499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitFallThroughLists.h 2025-01-24T01:37:17.4450097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MathBitsFallback.h 2025-01-24T01:37:17.4454590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\MaxPooling.h 2025-01-24T01:37:17.4458155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonEmptyUtils.h 2025-01-24T01:37:17.4462032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\NonSymbolicBC.h 2025-01-24T01:37:17.4465733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Normalization.h 2025-01-24T01:37:17.4469609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Padding.h 2025-01-24T01:37:17.4473188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PixelShuffle.h 2025-01-24T01:37:17.4481938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\PointwiseOps.h 2025-01-24T01:37:17.4485274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pool.h 2025-01-24T01:37:17.4488723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Pow.h 2025-01-24T01:37:17.4493290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RangeFactories.h 2025-01-24T01:37:17.4496940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceAllOps.h 2025-01-24T01:37:17.4500266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOps.h 2025-01-24T01:37:17.4504369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReduceOpsUtils.h 2025-01-24T01:37:17.4507969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ReductionType.h 2025-01-24T01:37:17.4511350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Repeat.h 2025-01-24T01:37:17.4514970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Resize.h 2025-01-24T01:37:17.4518424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ResizeCommon.h 2025-01-24T01:37:17.4521982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\RNN.h 2025-01-24T01:37:17.4535650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\ScatterGatherChecks.h 2025-01-24T01:37:17.4540556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SegmentReduce.h 2025-01-24T01:37:17.4545924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SharedReduceOps.h 2025-01-24T01:37:17.4549902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SobolEngineOpsUtils.h 2025-01-24T01:37:17.4554078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Sorting.h 2025-01-24T01:37:17.4558379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SortingUtils.h 2025-01-24T01:37:17.4562272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SparseTensorUtils.h 2025-01-24T01:37:17.4565906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\SpectralOpsUtils.h 2025-01-24T01:37:17.4570012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\StridedRandomAccessor.h 2025-01-24T01:37:17.4574423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexing.h 2025-01-24T01:37:17.4583419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorAdvancedIndexingUtils.h 2025-01-24T01:37:17.4588600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorCompare.h 2025-01-24T01:37:17.4593364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorConversions.h 2025-01-24T01:37:17.4598295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorDimApply.h 2025-01-24T01:37:17.4601984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorFactories.h 2025-01-24T01:37:17.4605755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIterator.h 2025-01-24T01:37:17.4610018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorIteratorDynamicCasting.h 2025-01-24T01:37:17.4613782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorProperties.h 2025-01-24T01:37:17.4618642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorShape.h 2025-01-24T01:37:17.4626831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TensorTransformations.h 2025-01-24T01:37:17.4630591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TopKImpl.h 2025-01-24T01:37:17.4634954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TransposeType.h 2025-01-24T01:37:17.4638361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TriangularOpsUtils.h 2025-01-24T01:37:17.4641839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\TypeProperties.h 2025-01-24T01:37:17.4646192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnaryOps.h 2025-01-24T01:37:17.4649115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold2d.h 2025-01-24T01:37:17.4653179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\Unfold3d.h 2025-01-24T01:37:17.4657332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UnfoldBackward.h 2025-01-24T01:37:17.4661079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\UpSample.h 2025-01-24T01:37:17.4664700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\verbose_wrapper.h 2025-01-24T01:37:17.4668288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\vol2col.h 2025-01-24T01:37:17.4677187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\AtomicAddFloat.h 2025-01-24T01:37:17.4681545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\avx_mathfun.h 2025-01-24T01:37:17.4685790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CatKernel.h 2025-01-24T01:37:17.4689269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ChannelShuffleKernel.h 2025-01-24T01:37:17.4696972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\CopyKernel.h 2025-01-24T01:37:17.4700577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DepthwiseConvKernel.h 2025-01-24T01:37:17.4704598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\DistributionTemplates.h 2025-01-24T01:37:17.4708390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Gelu.h 2025-01-24T01:37:17.4711767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\GridSamplerKernel.h 2025-01-24T01:37:17.4715271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IndexKernelUtils.h 2025-01-24T01:37:17.4718850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Intrinsics.h 2025-01-24T01:37:17.4722334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\int_mm_kernel.h 2025-01-24T01:37:17.4726104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\IsContiguous.h 2025-01-24T01:37:17.4729413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\LogAddExp.h 2025-01-24T01:37:17.4733293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Loops.h 2025-01-24T01:37:17.4736680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\MaxUnpoolKernel.h 2025-01-24T01:37:17.4740198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\mixed_data_type.h 2025-01-24T01:37:17.4743785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\moments_utils.h 2025-01-24T01:37:17.4747261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\PixelShuffleKernel.h 2025-01-24T01:37:17.4751417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\Reduce.h 2025-01-24T01:37:17.4759628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h 2025-01-24T01:37:17.4762948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\ReduceUtils.h 2025-01-24T01:37:17.4766480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SampledAddmmKernel.h 2025-01-24T01:37:17.4770204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SerialStackImpl.h 2025-01-24T01:37:17.4773921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SoftmaxKernel.h 2025-01-24T01:37:17.4777560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\SpmmReduceKernel.h 2025-01-24T01:37:17.4781077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\StackKernel.h 2025-01-24T01:37:17.4784614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h 2025-01-24T01:37:17.4788591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\utils.h 2025-01-24T01:37:17.4792599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\WeightNormKernel.h 2025-01-24T01:37:17.4800353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cpu\zmath.h 2025-01-24T01:37:17.4808920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Activation.h 2025-01-24T01:37:17.4812777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\BinaryInternal.h 2025-01-24T01:37:17.4816354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\block_reduce.cuh 2025-01-24T01:37:17.4819796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CompositeRandomAccessor.h 2025-01-24T01:37:17.4828639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Copy.h 2025-01-24T01:37:17.4832143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDAJitLoops.cuh 2025-01-24T01:37:17.4835768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CUDALoops.cuh 2025-01-24T01:37:17.4839095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTPlanCache.h 2025-01-24T01:37:17.4842699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\CuFFTUtils.h 2025-01-24T01:37:17.4846196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DeviceSqrt.cuh 2025-01-24T01:37:17.4849751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Distributions.h 2025-01-24T01:37:17.4853528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\DistributionTemplates.h 2025-01-24T01:37:17.4857179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh 2025-01-24T01:37:17.4860582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachFunctors.cuh 2025-01-24T01:37:17.4864311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh 2025-01-24T01:37:17.4867957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh 2025-01-24T01:37:17.4872646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adamw_impl.cuh 2025-01-24T01:37:17.4877079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh 2025-01-24T01:37:17.4885067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_impl.cuh 2025-01-24T01:37:17.4888713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\fused_adam_utils.cuh 2025-01-24T01:37:17.4892171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.cuh 2025-01-24T01:37:17.4896156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\GridSampler.h 2025-01-24T01:37:17.4900029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\im2col.cuh 2025-01-24T01:37:17.4903452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\IndexKernel.h 2025-01-24T01:37:17.4907165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\JitLoops.cuh 2025-01-24T01:37:17.4910936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\jit_utils.h 2025-01-24T01:37:17.4915311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\KernelUtils.cuh 2025-01-24T01:37:17.4919210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\LaunchUtils.h 2025-01-24T01:37:17.4926883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Loops.cuh 2025-01-24T01:37:17.4930295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Math.cuh 2025-01-24T01:37:17.4934872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MemoryAccess.cuh 2025-01-24T01:37:17.4938573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MiscUtils.h 2025-01-24T01:37:17.4942485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\MultiTensorApply.cuh 2025-01-24T01:37:17.4946847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Normalization.cuh 2025-01-24T01:37:17.4951080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\PersistentSoftmax.cuh 2025-01-24T01:37:17.4954767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Pow.cuh 2025-01-24T01:37:17.4958535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Randperm.cuh 2025-01-24T01:37:17.4961937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Reduce.cuh 2025-01-24T01:37:17.4965755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ReduceOps.h 2025-01-24T01:37:17.4969587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\reduction_template.cuh 2025-01-24T01:37:17.4977712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Resize.h 2025-01-24T01:37:17.4981387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\RowwiseScaledMM.h 2025-01-24T01:37:17.4984790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanKernels.h 2025-01-24T01:37:17.4988518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\ScanUtils.cuh 2025-01-24T01:37:17.4992271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sort.h 2025-01-24T01:37:17.4995529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\Sorting.h 2025-01-24T01:37:17.4999036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingCommon.cuh 2025-01-24T01:37:17.5002741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortingRadixSelect.cuh 2025-01-24T01:37:17.5006208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortStable.h 2025-01-24T01:37:17.5010203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\SortUtils.cuh 2025-01-24T01:37:17.5013938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.cuh 2025-01-24T01:37:17.5021905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorModeKernel.h 2025-01-24T01:37:17.5025452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\TensorTopK.h 2025-01-24T01:37:17.5029156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\thread_constants.h 2025-01-24T01:37:17.5032727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UniqueCub.cuh 2025-01-24T01:37:17.5036344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\UpSample.cuh 2025-01-24T01:37:17.5039664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\cuda\vol2col.cuh 2025-01-24T01:37:17.5050065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_bgemm.h 2025-01-24T01:37:17.5053621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm.h 2025-01-24T01:37:17.5057123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_gemm_template.h 2025-01-24T01:37:17.5060808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\hip\ck_types.h 2025-01-24T01:37:17.5068486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_kernels.h 2025-01-24T01:37:17.5072243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_pack.h 2025-01-24T01:37:17.5076317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h 2025-01-24T01:37:17.5093203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h 2025-01-24T01:37:17.5097439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h 2025-01-24T01:37:17.5101530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h 2025-01-24T01:37:17.5105672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h 2025-01-24T01:37:17.5114979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\Copy.h 2025-01-24T01:37:17.5119182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MetalShaderLibrary.h 2025-01-24T01:37:17.5122797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h 2025-01-24T01:37:17.5126661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphSonomaOps.h 2025-01-24T01:37:17.5135487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\MPSGraphVenturaOps.h 2025-01-24T01:37:17.5139072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\OperationUtils.h 2025-01-24T01:37:17.5142714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\mps\TensorFactory.h 2025-01-24T01:37:17.5150445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorBinaryOps.h 2025-01-24T01:37:17.5154208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorMath.h 2025-01-24T01:37:17.5157811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h 2025-01-24T01:37:17.5185068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h 2025-01-24T01:37:17.5188826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\nested\NestedTensorUtils.h 2025-01-24T01:37:17.5196469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizer.h 2025-01-24T01:37:17.5200121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\AffineQuantizerBase.h 2025-01-24T01:37:17.5203602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\ConvUtils.h 2025-01-24T01:37:17.5212355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\Copy.h 2025-01-24T01:37:17.5215792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\FakeQuantAffine.h 2025-01-24T01:37:17.5219404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\IndexKernel.h 2025-01-24T01:37:17.5222818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\library.h 2025-01-24T01:37:17.5226123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\PackedParams.h 2025-01-24T01:37:17.5233664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\BinaryOps.h 2025-01-24T01:37:17.5237009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\conv_serialization.h 2025-01-24T01:37:17.5240846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h 2025-01-24T01:37:17.5244293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h 2025-01-24T01:37:17.5252827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\init_qnnpack.h 2025-01-24T01:37:17.5256375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\OnednnUtils.h 2025-01-24T01:37:17.5259705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qconv.h 2025-01-24T01:37:17.5263429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag.h 2025-01-24T01:37:17.5266801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h 2025-01-24T01:37:17.5270378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\qlinear.h 2025-01-24T01:37:17.5273940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h 2025-01-24T01:37:17.5277508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantizedOps.h 2025-01-24T01:37:17.5281304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\QuantUtils.h 2025-01-24T01:37:17.5298667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\RuyUtils.h 2025-01-24T01:37:17.5299397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h 2025-01-24T01:37:17.5300074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\attention.h 2025-01-24T01:37:17.5302861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\transformers\sdp_utils_cpp.h 2025-01-24T01:37:17.5310290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\Factory.h 2025-01-24T01:37:17.5313808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamsHash.h 2025-01-24T01:37:17.5317702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\native\utils\ParamUtils.h 2025-01-24T01:37:17.5326886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs.h 2025-01-24T01:37:17.5330149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute.h 2025-01-24T01:37:17.5333831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.5337459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_native.h 2025-01-24T01:37:17.5345433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\absolute_ops.h 2025-01-24T01:37:17.5349143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.5353057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cpu_dispatch.h 2025-01-24T01:37:17.5356825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_cuda_dispatch.h 2025-01-24T01:37:17.5360331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_native.h 2025-01-24T01:37:17.5363873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\abs_ops.h 2025-01-24T01:37:17.5367282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos.h 2025-01-24T01:37:17.5370631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh.h 2025-01-24T01:37:17.5374806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5378547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cpu_dispatch.h 2025-01-24T01:37:17.5381876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_cuda_dispatch.h 2025-01-24T01:37:17.5385525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta.h 2025-01-24T01:37:17.5389190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_meta_dispatch.h 2025-01-24T01:37:17.5392730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_native.h 2025-01-24T01:37:17.5396322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acosh_ops.h 2025-01-24T01:37:17.5400289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5408881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cpu_dispatch.h 2025-01-24T01:37:17.5412591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_cuda_dispatch.h 2025-01-24T01:37:17.5416191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta.h 2025-01-24T01:37:17.5420019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_meta_dispatch.h 2025-01-24T01:37:17.5423462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_native.h 2025-01-24T01:37:17.5427310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\acos_ops.h 2025-01-24T01:37:17.5430837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d.h 2025-01-24T01:37:17.5434946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.5439514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.5447858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_native.h 2025-01-24T01:37:17.5451434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h 2025-01-24T01:37:17.5454997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d.h 2025-01-24T01:37:17.5458895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.5462479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h 2025-01-24T01:37:17.5466821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h 2025-01-24T01:37:17.5471081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_native.h 2025-01-24T01:37:17.5474634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h 2025-01-24T01:37:17.5483843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d.h 2025-01-24T01:37:17.5487415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h 2025-01-24T01:37:17.5491055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-01-24T01:37:17.5494895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-01-24T01:37:17.5498663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h 2025-01-24T01:37:17.5502463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h 2025-01-24T01:37:17.5506417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.5510281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h 2025-01-24T01:37:17.5513952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h 2025-01-24T01:37:17.5518287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_native.h 2025-01-24T01:37:17.5522269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h 2025-01-24T01:37:17.5535334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d.h 2025-01-24T01:37:17.5539225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.5543061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_native.h 2025-01-24T01:37:17.5546767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool1d_ops.h 2025-01-24T01:37:17.5551006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d.h 2025-01-24T01:37:17.5555303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward.h 2025-01-24T01:37:17.5559295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5563827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h 2025-01-24T01:37:17.5567795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h 2025-01-24T01:37:17.5571774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h 2025-01-24T01:37:17.5575799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h 2025-01-24T01:37:17.5583905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h 2025-01-24T01:37:17.5587336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h 2025-01-24T01:37:17.5591354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5595763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h 2025-01-24T01:37:17.5599651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h 2025-01-24T01:37:17.5603743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta.h 2025-01-24T01:37:17.5607379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h 2025-01-24T01:37:17.5615175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_native.h 2025-01-24T01:37:17.5618529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool2d_ops.h 2025-01-24T01:37:17.5622753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d.h 2025-01-24T01:37:17.5626731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward.h 2025-01-24T01:37:17.5631410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5640775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h 2025-01-24T01:37:17.5644423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h 2025-01-24T01:37:17.5648051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h 2025-01-24T01:37:17.5652002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h 2025-01-24T01:37:17.5655545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h 2025-01-24T01:37:17.5659597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h 2025-01-24T01:37:17.5663545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5667685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h 2025-01-24T01:37:17.5671612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h 2025-01-24T01:37:17.5675037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta.h 2025-01-24T01:37:17.5680200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h 2025-01-24T01:37:17.5684098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_native.h 2025-01-24T01:37:17.5688711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adaptive_max_pool3d_ops.h 2025-01-24T01:37:17.5693537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add.h 2025-01-24T01:37:17.5699721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm.h 2025-01-24T01:37:17.5704217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cpu_dispatch.h 2025-01-24T01:37:17.5708345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_cuda_dispatch.h 2025-01-24T01:37:17.5712725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_meta_dispatch.h 2025-01-24T01:37:17.5716994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_native.h 2025-01-24T01:37:17.5721149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addbmm_ops.h 2025-01-24T01:37:17.5724723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv.h 2025-01-24T01:37:17.5728634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5732333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cpu_dispatch.h 2025-01-24T01:37:17.5735858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_cuda_dispatch.h 2025-01-24T01:37:17.5745012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta.h 2025-01-24T01:37:17.5748681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_meta_dispatch.h 2025-01-24T01:37:17.5752802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_native.h 2025-01-24T01:37:17.5756364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcdiv_ops.h 2025-01-24T01:37:17.5760062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul.h 2025-01-24T01:37:17.5763519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5766736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cpu_dispatch.h 2025-01-24T01:37:17.5770770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_cuda_dispatch.h 2025-01-24T01:37:17.5775635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta.h 2025-01-24T01:37:17.5779805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_meta_dispatch.h 2025-01-24T01:37:17.5784344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_native.h 2025-01-24T01:37:17.5787876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addcmul_ops.h 2025-01-24T01:37:17.5791467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm.h 2025-01-24T01:37:17.5795064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5798520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cpu_dispatch.h 2025-01-24T01:37:17.5803114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_cuda_dispatch.h 2025-01-24T01:37:17.5806858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta.h 2025-01-24T01:37:17.5810418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_meta_dispatch.h 2025-01-24T01:37:17.5814381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_native.h 2025-01-24T01:37:17.5818713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmm_ops.h 2025-01-24T01:37:17.5822375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv.h 2025-01-24T01:37:17.5826138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5834253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cpu_dispatch.h 2025-01-24T01:37:17.5839043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_cuda_dispatch.h 2025-01-24T01:37:17.5842955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta.h 2025-01-24T01:37:17.5846544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_meta_dispatch.h 2025-01-24T01:37:17.5850291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_native.h 2025-01-24T01:37:17.5854045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addmv_ops.h 2025-01-24T01:37:17.5857850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr.h 2025-01-24T01:37:17.5861772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.5865587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cpu_dispatch.h 2025-01-24T01:37:17.5869191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_cuda_dispatch.h 2025-01-24T01:37:17.5872590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_native.h 2025-01-24T01:37:17.5876688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\addr_ops.h 2025-01-24T01:37:17.5880817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5884212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.5887873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cpu_dispatch.h 2025-01-24T01:37:17.5892610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_cuda_dispatch.h 2025-01-24T01:37:17.5896246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta.h 2025-01-24T01:37:17.5899822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_meta_dispatch.h 2025-01-24T01:37:17.5903337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_native.h 2025-01-24T01:37:17.5906897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\add_ops.h 2025-01-24T01:37:17.5911119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint.h 2025-01-24T01:37:17.5914409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.5918504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_native.h 2025-01-24T01:37:17.5921805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\adjoint_ops.h 2025-01-24T01:37:17.5925736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator.h 2025-01-24T01:37:17.5929120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward.h 2025-01-24T01:37:17.5933318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.5936971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_native.h 2025-01-24T01:37:17.5940961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_backward_ops.h 2025-01-24T01:37:17.5944851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.5953276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_native.h 2025-01-24T01:37:17.5957103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\affine_grid_generator_ops.h 2025-01-24T01:37:17.5961163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias.h 2025-01-24T01:37:17.5964589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.5968271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy.h 2025-01-24T01:37:17.5972742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.5976536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.5980417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_native.h 2025-01-24T01:37:17.5984308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_copy_ops.h 2025-01-24T01:37:17.5987734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_native.h 2025-01-24T01:37:17.5991508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alias_ops.h 2025-01-24T01:37:17.5996365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as.h 2025-01-24T01:37:17.6000558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6004127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_native.h 2025-01-24T01:37:17.6007932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_as_ops.h 2025-01-24T01:37:17.6012186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors.h 2025-01-24T01:37:17.6016013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6019613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_native.h 2025-01-24T01:37:17.6023868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_tensors_ops.h 2025-01-24T01:37:17.6027703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to.h 2025-01-24T01:37:17.6031992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6035698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_native.h 2025-01-24T01:37:17.6039234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\align_to_ops.h 2025-01-24T01:37:17.6043188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all.h 2025-01-24T01:37:17.6046488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose.h 2025-01-24T01:37:17.6050285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.6054350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_native.h 2025-01-24T01:37:17.6058279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\allclose_ops.h 2025-01-24T01:37:17.6062198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6065877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.6069738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6073291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cpu_dispatch.h 2025-01-24T01:37:17.6076904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_cuda_dispatch.h 2025-01-24T01:37:17.6080963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta.h 2025-01-24T01:37:17.6084877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_meta_dispatch.h 2025-01-24T01:37:17.6089128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_native.h 2025-01-24T01:37:17.6093306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\all_ops.h 2025-01-24T01:37:17.6097020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout.h 2025-01-24T01:37:17.6101456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6105614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_native.h 2025-01-24T01:37:17.6114648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\alpha_dropout_ops.h 2025-01-24T01:37:17.6118709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax.h 2025-01-24T01:37:17.6123334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6127055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cpu_dispatch.h 2025-01-24T01:37:17.6130762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_cuda_dispatch.h 2025-01-24T01:37:17.6134671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta.h 2025-01-24T01:37:17.6138325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_meta_dispatch.h 2025-01-24T01:37:17.6142194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_native.h 2025-01-24T01:37:17.6145859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amax_ops.h 2025-01-24T01:37:17.6149645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin.h 2025-01-24T01:37:17.6153450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax.h 2025-01-24T01:37:17.6157753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6161622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cpu_dispatch.h 2025-01-24T01:37:17.6165301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_cuda_dispatch.h 2025-01-24T01:37:17.6169436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta.h 2025-01-24T01:37:17.6173640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_meta_dispatch.h 2025-01-24T01:37:17.6177107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_native.h 2025-01-24T01:37:17.6180860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\aminmax_ops.h 2025-01-24T01:37:17.6185096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6189524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cpu_dispatch.h 2025-01-24T01:37:17.6192857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_cuda_dispatch.h 2025-01-24T01:37:17.6196451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta.h 2025-01-24T01:37:17.6200103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_meta_dispatch.h 2025-01-24T01:37:17.6204054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_native.h 2025-01-24T01:37:17.6207492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\amin_ops.h 2025-01-24T01:37:17.6210871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and.h 2025-01-24T01:37:17.6214412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6217955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_native.h 2025-01-24T01:37:17.6221884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\and_ops.h 2025-01-24T01:37:17.6225038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle.h 2025-01-24T01:37:17.6228865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cpu_dispatch.h 2025-01-24T01:37:17.6233083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_cuda_dispatch.h 2025-01-24T01:37:17.6236774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_native.h 2025-01-24T01:37:17.6240484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\angle_ops.h 2025-01-24T01:37:17.6258876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any.h 2025-01-24T01:37:17.6262350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6266149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.6269734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6273508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cpu_dispatch.h 2025-01-24T01:37:17.6277142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_cuda_dispatch.h 2025-01-24T01:37:17.6286446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta.h 2025-01-24T01:37:17.6289903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_meta_dispatch.h 2025-01-24T01:37:17.6293700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_native.h 2025-01-24T01:37:17.6297634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\any_ops.h 2025-01-24T01:37:17.6301455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange.h 2025-01-24T01:37:17.6305177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.6308815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cpu_dispatch.h 2025-01-24T01:37:17.6312555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_cuda_dispatch.h 2025-01-24T01:37:17.6316303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_meta_dispatch.h 2025-01-24T01:37:17.6320546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_native.h 2025-01-24T01:37:17.6324365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arange_ops.h 2025-01-24T01:37:17.6328159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos.h 2025-01-24T01:37:17.6331997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh.h 2025-01-24T01:37:17.6335458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6339088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_native.h 2025-01-24T01:37:17.6342833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccosh_ops.h 2025-01-24T01:37:17.6346924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6350950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_native.h 2025-01-24T01:37:17.6355126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arccos_ops.h 2025-01-24T01:37:17.6359474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin.h 2025-01-24T01:37:17.6362978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh.h 2025-01-24T01:37:17.6366906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6371076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_native.h 2025-01-24T01:37:17.6374608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsinh_ops.h 2025-01-24T01:37:17.6378684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6383266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_native.h 2025-01-24T01:37:17.6387247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arcsin_ops.h 2025-01-24T01:37:17.6390776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan.h 2025-01-24T01:37:17.6394255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2.h 2025-01-24T01:37:17.6398230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6402164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_native.h 2025-01-24T01:37:17.6405988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan2_ops.h 2025-01-24T01:37:17.6410008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh.h 2025-01-24T01:37:17.6413769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6417681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_native.h 2025-01-24T01:37:17.6421756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctanh_ops.h 2025-01-24T01:37:17.6425735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6429244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_native.h 2025-01-24T01:37:17.6433295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\arctan_ops.h 2025-01-24T01:37:17.6437576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax.h 2025-01-24T01:37:17.6441461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6445418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cpu_dispatch.h 2025-01-24T01:37:17.6449028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_cuda_dispatch.h 2025-01-24T01:37:17.6453611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta.h 2025-01-24T01:37:17.6458124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_meta_dispatch.h 2025-01-24T01:37:17.6463123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_native.h 2025-01-24T01:37:17.6467823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmax_ops.h 2025-01-24T01:37:17.6471922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin.h 2025-01-24T01:37:17.6476274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6479988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cpu_dispatch.h 2025-01-24T01:37:17.6483828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_cuda_dispatch.h 2025-01-24T01:37:17.6487929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta.h 2025-01-24T01:37:17.6492730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_meta_dispatch.h 2025-01-24T01:37:17.6496512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_native.h 2025-01-24T01:37:17.6500485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argmin_ops.h 2025-01-24T01:37:17.6505254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort.h 2025-01-24T01:37:17.6509056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6513052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_native.h 2025-01-24T01:37:17.6516848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argsort_ops.h 2025-01-24T01:37:17.6520819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere.h 2025-01-24T01:37:17.6525247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6528955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_native.h 2025-01-24T01:37:17.6533028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\argwhere_ops.h 2025-01-24T01:37:17.6536748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin.h 2025-01-24T01:37:17.6540683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh.h 2025-01-24T01:37:17.6544159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6548602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cpu_dispatch.h 2025-01-24T01:37:17.6552531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_cuda_dispatch.h 2025-01-24T01:37:17.6556169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta.h 2025-01-24T01:37:17.6559921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_meta_dispatch.h 2025-01-24T01:37:17.6563729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_native.h 2025-01-24T01:37:17.6567394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asinh_ops.h 2025-01-24T01:37:17.6571530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6575517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cpu_dispatch.h 2025-01-24T01:37:17.6579260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_cuda_dispatch.h 2025-01-24T01:37:17.6582924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta.h 2025-01-24T01:37:17.6586777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_meta_dispatch.h 2025-01-24T01:37:17.6592267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_native.h 2025-01-24T01:37:17.6596711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\asin_ops.h 2025-01-24T01:37:17.6600737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided.h 2025-01-24T01:37:17.6604808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6608540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy.h 2025-01-24T01:37:17.6612919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6616807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.6620721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_native.h 2025-01-24T01:37:17.6631461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_copy_ops.h 2025-01-24T01:37:17.6635065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cpu_dispatch.h 2025-01-24T01:37:17.6639449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_cuda_dispatch.h 2025-01-24T01:37:17.6643431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_meta_dispatch.h 2025-01-24T01:37:17.6647165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_native.h 2025-01-24T01:37:17.6651011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_ops.h 2025-01-24T01:37:17.6655027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter.h 2025-01-24T01:37:17.6659422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6663006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.6667001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_native.h 2025-01-24T01:37:17.6670813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\as_strided_scatter_ops.h 2025-01-24T01:37:17.6674482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan.h 2025-01-24T01:37:17.6677932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2.h 2025-01-24T01:37:17.6683720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6687416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cpu_dispatch.h 2025-01-24T01:37:17.6691345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_cuda_dispatch.h 2025-01-24T01:37:17.6695269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta.h 2025-01-24T01:37:17.6699046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_meta_dispatch.h 2025-01-24T01:37:17.6702714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_native.h 2025-01-24T01:37:17.6706826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan2_ops.h 2025-01-24T01:37:17.6710518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh.h 2025-01-24T01:37:17.6714271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6717854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cpu_dispatch.h 2025-01-24T01:37:17.6722392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_cuda_dispatch.h 2025-01-24T01:37:17.6726384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta.h 2025-01-24T01:37:17.6730188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_meta_dispatch.h 2025-01-24T01:37:17.6734212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_native.h 2025-01-24T01:37:17.6737665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atanh_ops.h 2025-01-24T01:37:17.6742227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6745716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cpu_dispatch.h 2025-01-24T01:37:17.6749318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_cuda_dispatch.h 2025-01-24T01:37:17.6752916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta.h 2025-01-24T01:37:17.6756731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_meta_dispatch.h 2025-01-24T01:37:17.6760569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_native.h 2025-01-24T01:37:17.6764154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atan_ops.h 2025-01-24T01:37:17.6767633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d.h 2025-01-24T01:37:17.6771710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6776917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_native.h 2025-01-24T01:37:17.6780398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_1d_ops.h 2025-01-24T01:37:17.6784029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d.h 2025-01-24T01:37:17.6787841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6791582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_native.h 2025-01-24T01:37:17.6795277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_2d_ops.h 2025-01-24T01:37:17.6798868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d.h 2025-01-24T01:37:17.6802816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6806612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_native.h 2025-01-24T01:37:17.6810726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\atleast_3d_ops.h 2025-01-24T01:37:17.6814348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d.h 2025-01-24T01:37:17.6818557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.6822290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.6825932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_native.h 2025-01-24T01:37:17.6829610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool1d_ops.h 2025-01-24T01:37:17.6833509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d.h 2025-01-24T01:37:17.6838438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward.h 2025-01-24T01:37:17.6842354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6846428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h 2025-01-24T01:37:17.6850313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h 2025-01-24T01:37:17.6854591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta.h 2025-01-24T01:37:17.6858547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h 2025-01-24T01:37:17.6862372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_native.h 2025-01-24T01:37:17.6866323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_backward_ops.h 2025-01-24T01:37:17.6870775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6874168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h 2025-01-24T01:37:17.6878645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h 2025-01-24T01:37:17.6882686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta.h 2025-01-24T01:37:17.6886558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h 2025-01-24T01:37:17.6890396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_native.h 2025-01-24T01:37:17.6894318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool2d_ops.h 2025-01-24T01:37:17.6898490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d.h 2025-01-24T01:37:17.6902390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward.h 2025-01-24T01:37:17.6906919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6911714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h 2025-01-24T01:37:17.6916734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h 2025-01-24T01:37:17.6922130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta.h 2025-01-24T01:37:17.6926567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h 2025-01-24T01:37:17.6931289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_native.h 2025-01-24T01:37:17.6942511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_backward_ops.h 2025-01-24T01:37:17.6946344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6950498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h 2025-01-24T01:37:17.6954451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h 2025-01-24T01:37:17.6958355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta.h 2025-01-24T01:37:17.6962505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h 2025-01-24T01:37:17.6966301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_native.h 2025-01-24T01:37:17.6970975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\avg_pool3d_ops.h 2025-01-24T01:37:17.6974622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm.h 2025-01-24T01:37:17.6978764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.6982322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cpu_dispatch.h 2025-01-24T01:37:17.6986011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_cuda_dispatch.h 2025-01-24T01:37:17.6989773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta.h 2025-01-24T01:37:17.6994017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_meta_dispatch.h 2025-01-24T01:37:17.6998126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_native.h 2025-01-24T01:37:17.7001517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\baddbmm_ops.h 2025-01-24T01:37:17.7005388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window.h 2025-01-24T01:37:17.7009249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7013741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_native.h 2025-01-24T01:37:17.7016926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bartlett_window_ops.h 2025-01-24T01:37:17.7020664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm.h 2025-01-24T01:37:17.7025399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward.h 2025-01-24T01:37:17.7029638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h 2025-01-24T01:37:17.7033540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h 2025-01-24T01:37:17.7038135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt.h 2025-01-24T01:37:17.7042279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7046043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h 2025-01-24T01:37:17.7049768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_native.h 2025-01-24T01:37:17.7053786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h 2025-01-24T01:37:17.7058189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_native.h 2025-01-24T01:37:17.7061948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_ops.h 2025-01-24T01:37:17.7066098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce.h 2025-01-24T01:37:17.7070252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7074249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h 2025-01-24T01:37:17.7078111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_native.h 2025-01-24T01:37:17.7082009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h 2025-01-24T01:37:17.7086025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7090201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt.h 2025-01-24T01:37:17.7095687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h 2025-01-24T01:37:17.7100304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_native.h 2025-01-24T01:37:17.7104287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_elemt_ops.h 2025-01-24T01:37:17.7108187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats.h 2025-01-24T01:37:17.7112170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7116045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h 2025-01-24T01:37:17.7120006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_native.h 2025-01-24T01:37:17.7124103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_ops.h 2025-01-24T01:37:17.7128189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h 2025-01-24T01:37:17.7132740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7137485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h 2025-01-24T01:37:17.7141202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h 2025-01-24T01:37:17.7145222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h 2025-01-24T01:37:17.7149035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_native.h 2025-01-24T01:37:17.7152855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_ops.h 2025-01-24T01:37:17.7157529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats.h 2025-01-24T01:37:17.7161152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7164902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h 2025-01-24T01:37:17.7169222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_native.h 2025-01-24T01:37:17.7173578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_stats_ops.h 2025-01-24T01:37:17.7177471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats.h 2025-01-24T01:37:17.7181694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7185691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h 2025-01-24T01:37:17.7190043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h 2025-01-24T01:37:17.7194155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_native.h 2025-01-24T01:37:17.7198621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\batch_norm_update_stats_ops.h 2025-01-24T01:37:17.7202491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli.h 2025-01-24T01:37:17.7206508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7210376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7214443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cpu_dispatch.h 2025-01-24T01:37:17.7218329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_cuda_dispatch.h 2025-01-24T01:37:17.7231318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_meta_dispatch.h 2025-01-24T01:37:17.7235121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_native.h 2025-01-24T01:37:17.7238832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bernoulli_ops.h 2025-01-24T01:37:17.7243038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear.h 2025-01-24T01:37:17.7246943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7251082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_native.h 2025-01-24T01:37:17.7254873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bilinear_ops.h 2025-01-24T01:37:17.7258708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy.h 2025-01-24T01:37:17.7262540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward.h 2025-01-24T01:37:17.7266500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h 2025-01-24T01:37:17.7270184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h 2025-01-24T01:37:17.7273948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_native.h 2025-01-24T01:37:17.7278367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h 2025-01-24T01:37:17.7281989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h 2025-01-24T01:37:17.7286181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h 2025-01-24T01:37:17.7289729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_native.h 2025-01-24T01:37:17.7293992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_ops.h 2025-01-24T01:37:17.7297646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits.h 2025-01-24T01:37:17.7301755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7305194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h 2025-01-24T01:37:17.7330565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h 2025-01-24T01:37:17.7334202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount.h 2025-01-24T01:37:17.7338388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7342091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cpu_dispatch.h 2025-01-24T01:37:17.7345814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_cuda_dispatch.h 2025-01-24T01:37:17.7349627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_native.h 2025-01-24T01:37:17.7353540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bincount_ops.h 2025-01-24T01:37:17.7357487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial.h 2025-01-24T01:37:17.7361245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7365867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cpu_dispatch.h 2025-01-24T01:37:17.7369466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_cuda_dispatch.h 2025-01-24T01:37:17.7373300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_native.h 2025-01-24T01:37:17.7377241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\binomial_ops.h 2025-01-24T01:37:17.7380659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and.h 2025-01-24T01:37:17.7384674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7388790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7392985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h 2025-01-24T01:37:17.7396585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h 2025-01-24T01:37:17.7400519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta.h 2025-01-24T01:37:17.7404468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_meta_dispatch.h 2025-01-24T01:37:17.7409858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_native.h 2025-01-24T01:37:17.7414173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_and_ops.h 2025-01-24T01:37:17.7417860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift.h 2025-01-24T01:37:17.7421890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7426011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7430075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h 2025-01-24T01:37:17.7434069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h 2025-01-24T01:37:17.7437960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta.h 2025-01-24T01:37:17.7441769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h 2025-01-24T01:37:17.7446027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_native.h 2025-01-24T01:37:17.7449878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_left_shift_ops.h 2025-01-24T01:37:17.7454109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not.h 2025-01-24T01:37:17.7458282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7462280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h 2025-01-24T01:37:17.7465951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h 2025-01-24T01:37:17.7470256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta.h 2025-01-24T01:37:17.7474098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_meta_dispatch.h 2025-01-24T01:37:17.7485096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_native.h 2025-01-24T01:37:17.7485430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_not_ops.h 2025-01-24T01:37:17.7489757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or.h 2025-01-24T01:37:17.7494722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7499128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7503762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h 2025-01-24T01:37:17.7507477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h 2025-01-24T01:37:17.7511323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta.h 2025-01-24T01:37:17.7515546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_meta_dispatch.h 2025-01-24T01:37:17.7519341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_native.h 2025-01-24T01:37:17.7523167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_or_ops.h 2025-01-24T01:37:17.7527000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift.h 2025-01-24T01:37:17.7531301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7535369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7539508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h 2025-01-24T01:37:17.7543522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h 2025-01-24T01:37:17.7547285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta.h 2025-01-24T01:37:17.7551275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h 2025-01-24T01:37:17.7555189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_native.h 2025-01-24T01:37:17.7559331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_right_shift_ops.h 2025-01-24T01:37:17.7563057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor.h 2025-01-24T01:37:17.7567272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7571384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7575876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h 2025-01-24T01:37:17.7579563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h 2025-01-24T01:37:17.7583521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta.h 2025-01-24T01:37:17.7587299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h 2025-01-24T01:37:17.7591643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_native.h 2025-01-24T01:37:17.7595884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bitwise_xor_ops.h 2025-01-24T01:37:17.7599846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window.h 2025-01-24T01:37:17.7604045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7608712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_native.h 2025-01-24T01:37:17.7613540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\blackman_window_ops.h 2025-01-24T01:37:17.7617637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag.h 2025-01-24T01:37:17.7622239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7626240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_native.h 2025-01-24T01:37:17.7629928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\block_diag_ops.h 2025-01-24T01:37:17.7633929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm.h 2025-01-24T01:37:17.7637719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7641338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cpu_dispatch.h 2025-01-24T01:37:17.7645506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_cuda_dispatch.h 2025-01-24T01:37:17.7649436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta.h 2025-01-24T01:37:17.7653015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_meta_dispatch.h 2025-01-24T01:37:17.7656767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_native.h 2025-01-24T01:37:17.7660496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bmm_ops.h 2025-01-24T01:37:17.7664086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors.h 2025-01-24T01:37:17.7667853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7671461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_native.h 2025-01-24T01:37:17.7675257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_tensors_ops.h 2025-01-24T01:37:17.7679321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to.h 2025-01-24T01:37:17.7683397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7688207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_native.h 2025-01-24T01:37:17.7692299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\broadcast_to_ops.h 2025-01-24T01:37:17.7696000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize.h 2025-01-24T01:37:17.7699780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7703453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cpu_dispatch.h 2025-01-24T01:37:17.7707448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_cuda_dispatch.h 2025-01-24T01:37:17.7711400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_native.h 2025-01-24T01:37:17.7715004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\bucketize_ops.h 2025-01-24T01:37:17.7718823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast.h 2025-01-24T01:37:17.7722474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7726366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_native.h 2025-01-24T01:37:17.7730068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\can_cast_ops.h 2025-01-24T01:37:17.7733839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod.h 2025-01-24T01:37:17.7738156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7742009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_native.h 2025-01-24T01:37:17.7746291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cartesian_prod_ops.h 2025-01-24T01:37:17.7750129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat.h 2025-01-24T01:37:17.7753964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7758132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7761984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cpu_dispatch.h 2025-01-24T01:37:17.7765729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_cuda_dispatch.h 2025-01-24T01:37:17.7769305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta.h 2025-01-24T01:37:17.7773305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_meta_dispatch.h 2025-01-24T01:37:17.7777323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_native.h 2025-01-24T01:37:17.7781084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cat_ops.h 2025-01-24T01:37:17.7784781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy.h 2025-01-24T01:37:17.7788429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7792020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cpu_dispatch.h 2025-01-24T01:37:17.7797231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_cuda_dispatch.h 2025-01-24T01:37:17.7801460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_meta_dispatch.h 2025-01-24T01:37:17.7813864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_native.h 2025-01-24T01:37:17.7817852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cauchy_ops.h 2025-01-24T01:37:17.7821395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices.h 2025-01-24T01:37:17.7825292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7829372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy.h 2025-01-24T01:37:17.7833147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7836825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7840540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_native.h 2025-01-24T01:37:17.7844304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_copy_ops.h 2025-01-24T01:37:17.7848406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_native.h 2025-01-24T01:37:17.7852288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ccol_indices_ops.h 2025-01-24T01:37:17.7856083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist.h 2025-01-24T01:37:17.7859471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7863051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_native.h 2025-01-24T01:37:17.7866741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cdist_ops.h 2025-01-24T01:37:17.7870510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil.h 2025-01-24T01:37:17.7874302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.7878140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cpu_dispatch.h 2025-01-24T01:37:17.7882306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_cuda_dispatch.h 2025-01-24T01:37:17.7885708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta.h 2025-01-24T01:37:17.7889691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_meta_dispatch.h 2025-01-24T01:37:17.7893299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_native.h 2025-01-24T01:37:17.7896922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ceil_ops.h 2025-01-24T01:37:17.7901038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu.h 2025-01-24T01:37:17.7904771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7908276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_native.h 2025-01-24T01:37:17.7912673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\celu_ops.h 2025-01-24T01:37:17.7916323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul.h 2025-01-24T01:37:17.7920336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7924602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_native.h 2025-01-24T01:37:17.7928437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chain_matmul_ops.h 2025-01-24T01:37:17.7932516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf.h 2025-01-24T01:37:17.7935889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.7939770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_native.h 2025-01-24T01:37:17.7943413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chalf_ops.h 2025-01-24T01:37:17.7947149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle.h 2025-01-24T01:37:17.7951111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.7954776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h 2025-01-24T01:37:17.7958874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h 2025-01-24T01:37:17.7963903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_native.h 2025-01-24T01:37:17.7967902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\channel_shuffle_ops.h 2025-01-24T01:37:17.7971712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky.h 2025-01-24T01:37:17.7975418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cpu_dispatch.h 2025-01-24T01:37:17.7979213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_cuda_dispatch.h 2025-01-24T01:37:17.7982819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse.h 2025-01-24T01:37:17.7986694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h 2025-01-24T01:37:17.7990755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h 2025-01-24T01:37:17.7994546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_native.h 2025-01-24T01:37:17.7999043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_inverse_ops.h 2025-01-24T01:37:17.8002806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_native.h 2025-01-24T01:37:17.8006699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_ops.h 2025-01-24T01:37:17.8010258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve.h 2025-01-24T01:37:17.8014370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8017973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_native.h 2025-01-24T01:37:17.8022114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cholesky_solve_ops.h 2025-01-24T01:37:17.8026167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized.h 2025-01-24T01:37:17.8030057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8033618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_native.h 2025-01-24T01:37:17.8037824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\choose_qparams_optimized_ops.h 2025-01-24T01:37:17.8041625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk.h 2025-01-24T01:37:17.8045382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8049929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_native.h 2025-01-24T01:37:17.8054200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\chunk_ops.h 2025-01-24T01:37:17.8059908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp.h 2025-01-24T01:37:17.8064088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8067621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cpu_dispatch.h 2025-01-24T01:37:17.8071498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_cuda_dispatch.h 2025-01-24T01:37:17.8075119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max.h 2025-01-24T01:37:17.8079631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8083765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cpu_dispatch.h 2025-01-24T01:37:17.8088113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_cuda_dispatch.h 2025-01-24T01:37:17.8092325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta.h 2025-01-24T01:37:17.8096879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_meta_dispatch.h 2025-01-24T01:37:17.8101017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_native.h 2025-01-24T01:37:17.8105187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_max_ops.h 2025-01-24T01:37:17.8108582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta.h 2025-01-24T01:37:17.8112253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_meta_dispatch.h 2025-01-24T01:37:17.8116616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min.h 2025-01-24T01:37:17.8120607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8124324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cpu_dispatch.h 2025-01-24T01:37:17.8128210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_cuda_dispatch.h 2025-01-24T01:37:17.8133897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta.h 2025-01-24T01:37:17.8137182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_meta_dispatch.h 2025-01-24T01:37:17.8141137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_native.h 2025-01-24T01:37:17.8144628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_min_ops.h 2025-01-24T01:37:17.8148753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_native.h 2025-01-24T01:37:17.8152887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clamp_ops.h 2025-01-24T01:37:17.8156412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip.h 2025-01-24T01:37:17.8159949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8164141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_native.h 2025-01-24T01:37:17.8168445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clip_ops.h 2025-01-24T01:37:17.8171804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone.h 2025-01-24T01:37:17.8175775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8179238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_native.h 2025-01-24T01:37:17.8183292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\clone_ops.h 2025-01-24T01:37:17.8186960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce.h 2025-01-24T01:37:17.8190444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8194172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_native.h 2025-01-24T01:37:17.8198299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\coalesce_ops.h 2025-01-24T01:37:17.8202184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im.h 2025-01-24T01:37:17.8205536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cpu_dispatch.h 2025-01-24T01:37:17.8209237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_cuda_dispatch.h 2025-01-24T01:37:17.8213128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_native.h 2025-01-24T01:37:17.8216668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col2im_ops.h 2025-01-24T01:37:17.8221325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack.h 2025-01-24T01:37:17.8225269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8228611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_native.h 2025-01-24T01:37:17.8232452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\column_stack_ops.h 2025-01-24T01:37:17.8236661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices.h 2025-01-24T01:37:17.8241732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8245972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy.h 2025-01-24T01:37:17.8250642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8255133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8258875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_native.h 2025-01-24T01:37:17.8262756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_copy_ops.h 2025-01-24T01:37:17.8266702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_native.h 2025-01-24T01:37:17.8271756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\col_indices_ops.h 2025-01-24T01:37:17.8275463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations.h 2025-01-24T01:37:17.8279342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8283209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_native.h 2025-01-24T01:37:17.8287670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\combinations_ops.h 2025-01-24T01:37:17.8291957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex.h 2025-01-24T01:37:17.8295595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8299346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cpu_dispatch.h 2025-01-24T01:37:17.8302901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_cuda_dispatch.h 2025-01-24T01:37:17.8306561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_native.h 2025-01-24T01:37:17.8311050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\complex_ops.h 2025-01-24T01:37:17.8315326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat.h 2025-01-24T01:37:17.8319187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate.h 2025-01-24T01:37:17.8323271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8328154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_native.h 2025-01-24T01:37:17.8331916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concatenate_ops.h 2025-01-24T01:37:17.8336083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8339703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_native.h 2025-01-24T01:37:17.8343690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\concat_ops.h 2025-01-24T01:37:17.8348015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj.h 2025-01-24T01:37:17.8351865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8355647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_native.h 2025-01-24T01:37:17.8376096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_ops.h 2025-01-24T01:37:17.8380692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical.h 2025-01-24T01:37:17.8385110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8389294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8392898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cpu_dispatch.h 2025-01-24T01:37:17.8396604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_cuda_dispatch.h 2025-01-24T01:37:17.8400573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_native.h 2025-01-24T01:37:17.8404224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conj_physical_ops.h 2025-01-24T01:37:17.8408355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd.h 2025-01-24T01:37:17.8412276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8416229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_native.h 2025-01-24T01:37:17.8420347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\constant_pad_nd_ops.h 2025-01-24T01:37:17.8424172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous.h 2025-01-24T01:37:17.8436265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8439442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_native.h 2025-01-24T01:37:17.8443294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\contiguous_ops.h 2025-01-24T01:37:17.8446893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d.h 2025-01-24T01:37:17.8450973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8454410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_native.h 2025-01-24T01:37:17.8458581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv1d_ops.h 2025-01-24T01:37:17.8462391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d.h 2025-01-24T01:37:17.8466316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8469771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_native.h 2025-01-24T01:37:17.8474174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv2d_ops.h 2025-01-24T01:37:17.8478037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d.h 2025-01-24T01:37:17.8481481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8485102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_native.h 2025-01-24T01:37:17.8489075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv3d_ops.h 2025-01-24T01:37:17.8492561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution.h 2025-01-24T01:37:17.8497373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward.h 2025-01-24T01:37:17.8501769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8505710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h 2025-01-24T01:37:17.8510595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_native.h 2025-01-24T01:37:17.8514477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_ops.h 2025-01-24T01:37:17.8518573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable.h 2025-01-24T01:37:17.8523258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8527741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_native.h 2025-01-24T01:37:17.8531836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_backward_overrideable_ops.h 2025-01-24T01:37:17.8535819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8540388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_native.h 2025-01-24T01:37:17.8544833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_ops.h 2025-01-24T01:37:17.8548638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable.h 2025-01-24T01:37:17.8552813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8556803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_native.h 2025-01-24T01:37:17.8561104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\convolution_overrideable_ops.h 2025-01-24T01:37:17.8565074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d.h 2025-01-24T01:37:17.8569134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8572790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h 2025-01-24T01:37:17.8577116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_native.h 2025-01-24T01:37:17.8581303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_depthwise3d_ops.h 2025-01-24T01:37:17.8584620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc.h 2025-01-24T01:37:17.8588146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward.h 2025-01-24T01:37:17.8592043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8596365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_native.h 2025-01-24T01:37:17.8600226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_backward_ops.h 2025-01-24T01:37:17.8604384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8607961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_native.h 2025-01-24T01:37:17.8612276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_tbc_ops.h 2025-01-24T01:37:17.8615859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d.h 2025-01-24T01:37:17.8619820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8623441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_native.h 2025-01-24T01:37:17.8626944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose1d_ops.h 2025-01-24T01:37:17.8630993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d.h 2025-01-24T01:37:17.8635805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8639381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_native.h 2025-01-24T01:37:17.8643525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose2d_ops.h 2025-01-24T01:37:17.8647876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d.h 2025-01-24T01:37:17.8652050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8656469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_native.h 2025-01-24T01:37:17.8660046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\conv_transpose3d_ops.h 2025-01-24T01:37:17.8663859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy.h 2025-01-24T01:37:17.8667259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign.h 2025-01-24T01:37:17.8671322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8674873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8678707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cpu_dispatch.h 2025-01-24T01:37:17.8682779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_cuda_dispatch.h 2025-01-24T01:37:17.8686571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta.h 2025-01-24T01:37:17.8691425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_meta_dispatch.h 2025-01-24T01:37:17.8695435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_native.h 2025-01-24T01:37:17.8699241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copysign_ops.h 2025-01-24T01:37:17.8704030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8707619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8711216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_meta_dispatch.h 2025-01-24T01:37:17.8714812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_native.h 2025-01-24T01:37:17.8718460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_ops.h 2025-01-24T01:37:17.8722046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse.h 2025-01-24T01:37:17.8726124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8730275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h 2025-01-24T01:37:17.8734088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_native.h 2025-01-24T01:37:17.8738075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h 2025-01-24T01:37:17.8742013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef.h 2025-01-24T01:37:17.8745630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8750071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_native.h 2025-01-24T01:37:17.8754522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\corrcoef_ops.h 2025-01-24T01:37:17.8758354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos.h 2025-01-24T01:37:17.8762036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh.h 2025-01-24T01:37:17.8765942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8769681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cpu_dispatch.h 2025-01-24T01:37:17.8773499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_cuda_dispatch.h 2025-01-24T01:37:17.8777077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta.h 2025-01-24T01:37:17.8781265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_meta_dispatch.h 2025-01-24T01:37:17.8784845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_native.h 2025-01-24T01:37:17.8788612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosh_ops.h 2025-01-24T01:37:17.8792150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss.h 2025-01-24T01:37:17.8796045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8799826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_native.h 2025-01-24T01:37:17.8803621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_embedding_loss_ops.h 2025-01-24T01:37:17.8807881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity.h 2025-01-24T01:37:17.8812078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8816381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_native.h 2025-01-24T01:37:17.8820166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cosine_similarity_ops.h 2025-01-24T01:37:17.8824216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8827824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cpu_dispatch.h 2025-01-24T01:37:17.8831540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_cuda_dispatch.h 2025-01-24T01:37:17.8835360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta.h 2025-01-24T01:37:17.8838708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_meta_dispatch.h 2025-01-24T01:37:17.8842646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_native.h 2025-01-24T01:37:17.8846835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cos_ops.h 2025-01-24T01:37:17.8850183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero.h 2025-01-24T01:37:17.8854213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8858356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h 2025-01-24T01:37:17.8862352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h 2025-01-24T01:37:17.8866493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_native.h 2025-01-24T01:37:17.8870809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\count_nonzero_ops.h 2025-01-24T01:37:17.8874758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov.h 2025-01-24T01:37:17.8878499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8882292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_native.h 2025-01-24T01:37:17.8886089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cov_ops.h 2025-01-24T01:37:17.8890049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross.h 2025-01-24T01:37:17.8894102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8897976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss.h 2025-01-24T01:37:17.8902033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8905845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_native.h 2025-01-24T01:37:17.8909681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_entropy_loss_ops.h 2025-01-24T01:37:17.8913449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_native.h 2025-01-24T01:37:17.8918071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cross_ops.h 2025-01-24T01:37:17.8922385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices.h 2025-01-24T01:37:17.8926633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8930383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy.h 2025-01-24T01:37:17.8934854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.8938812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8942641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_native.h 2025-01-24T01:37:17.8946533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_copy_ops.h 2025-01-24T01:37:17.8950525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_native.h 2025-01-24T01:37:17.8955432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\crow_indices_ops.h 2025-01-24T01:37:17.8959575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss.h 2025-01-24T01:37:17.8963282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.8967038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_native.h 2025-01-24T01:37:17.8970896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ctc_loss_ops.h 2025-01-24T01:37:17.8975373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator.h 2025-01-24T01:37:17.8990176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h 2025-01-24T01:37:17.8994124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.8998076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h 2025-01-24T01:37:17.9002116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h 2025-01-24T01:37:17.9006141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h 2025-01-24T01:37:17.9010562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9014924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h 2025-01-24T01:37:17.9019344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h 2025-01-24T01:37:17.9024196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h 2025-01-24T01:37:17.9028945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm.h 2025-01-24T01:37:17.9033635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward.h 2025-01-24T01:37:17.9037818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9041830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h 2025-01-24T01:37:17.9046573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h 2025-01-24T01:37:17.9050841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h 2025-01-24T01:37:17.9054976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9059428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h 2025-01-24T01:37:17.9063304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_native.h 2025-01-24T01:37:17.9067348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_batch_norm_ops.h 2025-01-24T01:37:17.9071838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution.h 2025-01-24T01:37:17.9075842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu.h 2025-01-24T01:37:17.9080024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9084487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h 2025-01-24T01:37:17.9088411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h 2025-01-24T01:37:17.9092419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h 2025-01-24T01:37:17.9096750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h 2025-01-24T01:37:17.9100896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_native.h 2025-01-24T01:37:17.9105344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_ops.h 2025-01-24T01:37:17.9110041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu.h 2025-01-24T01:37:17.9114762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9118996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h 2025-01-24T01:37:17.9122808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_native.h 2025-01-24T01:37:17.9126826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_relu_ops.h 2025-01-24T01:37:17.9131588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose.h 2025-01-24T01:37:17.9135953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9140727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h 2025-01-24T01:37:17.9144549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_native.h 2025-01-24T01:37:17.9148758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h 2025-01-24T01:37:17.9152639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler.h 2025-01-24T01:37:17.9156546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward.h 2025-01-24T01:37:17.9160765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9165083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h 2025-01-24T01:37:17.9168800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h 2025-01-24T01:37:17.9172759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h 2025-01-24T01:37:17.9176795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9180934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h 2025-01-24T01:37:17.9184794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_native.h 2025-01-24T01:37:17.9188592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_grid_sampler_ops.h 2025-01-24T01:37:17.9193170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable.h 2025-01-24T01:37:17.9197385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9201192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_native.h 2025-01-24T01:37:17.9205048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cudnn_is_acceptable_ops.h 2025-01-24T01:37:17.9209138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax.h 2025-01-24T01:37:17.9213120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward.h 2025-01-24T01:37:17.9217109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9220896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_native.h 2025-01-24T01:37:17.9224818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummaxmin_backward_ops.h 2025-01-24T01:37:17.9229139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9233244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9236949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_native.h 2025-01-24T01:37:17.9241049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummax_ops.h 2025-01-24T01:37:17.9244518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin.h 2025-01-24T01:37:17.9248763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9252193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9255882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_native.h 2025-01-24T01:37:17.9260215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cummin_ops.h 2025-01-24T01:37:17.9263723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod.h 2025-01-24T01:37:17.9267138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward.h 2025-01-24T01:37:17.9271055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9275632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_native.h 2025-01-24T01:37:17.9279353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_backward_ops.h 2025-01-24T01:37:17.9283458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9287600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9291378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cpu_dispatch.h 2025-01-24T01:37:17.9295189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_cuda_dispatch.h 2025-01-24T01:37:17.9298921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta.h 2025-01-24T01:37:17.9302697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_meta_dispatch.h 2025-01-24T01:37:17.9306395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_native.h 2025-01-24T01:37:17.9310229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumprod_ops.h 2025-01-24T01:37:17.9314108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum.h 2025-01-24T01:37:17.9317944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9321599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9325356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cpu_dispatch.h 2025-01-24T01:37:17.9329445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_cuda_dispatch.h 2025-01-24T01:37:17.9334137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta.h 2025-01-24T01:37:17.9338053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_meta_dispatch.h 2025-01-24T01:37:17.9342888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_native.h 2025-01-24T01:37:17.9347592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumsum_ops.h 2025-01-24T01:37:17.9351310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid.h 2025-01-24T01:37:17.9355300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9359125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_native.h 2025-01-24T01:37:17.9363352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\cumulative_trapezoid_ops.h 2025-01-24T01:37:17.9367067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data.h 2025-01-24T01:37:17.9370932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9374756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_native.h 2025-01-24T01:37:17.9378532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\data_ops.h 2025-01-24T01:37:17.9382720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad.h 2025-01-24T01:37:17.9392276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9393948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_native.h 2025-01-24T01:37:17.9397032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\deg2rad_ops.h 2025-01-24T01:37:17.9400950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim.h 2025-01-24T01:37:17.9404856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9408576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_native.h 2025-01-24T01:37:17.9412600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dense_dim_ops.h 2025-01-24T01:37:17.9416470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize.h 2025-01-24T01:37:17.9420422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9441585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cpu_dispatch.h 2025-01-24T01:37:17.9445643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_cuda_dispatch.h 2025-01-24T01:37:17.9449545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_native.h 2025-01-24T01:37:17.9453478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dequantize_ops.h 2025-01-24T01:37:17.9457432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det.h 2025-01-24T01:37:17.9461034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach.h 2025-01-24T01:37:17.9464723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9468971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy.h 2025-01-24T01:37:17.9473103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9477315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9481133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_native.h 2025-01-24T01:37:17.9485512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_copy_ops.h 2025-01-24T01:37:17.9489474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_native.h 2025-01-24T01:37:17.9493430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\detach_ops.h 2025-01-24T01:37:17.9497532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9501579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_native.h 2025-01-24T01:37:17.9505625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\det_ops.h 2025-01-24T01:37:17.9509104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag.h 2025-01-24T01:37:17.9512698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat.h 2025-01-24T01:37:17.9516425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9520295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_native.h 2025-01-24T01:37:17.9524119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagflat_ops.h 2025-01-24T01:37:17.9527818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal.h 2025-01-24T01:37:17.9531734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward.h 2025-01-24T01:37:17.9535886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9539957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_native.h 2025-01-24T01:37:17.9543908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_backward_ops.h 2025-01-24T01:37:17.9547905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9551880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9555734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy.h 2025-01-24T01:37:17.9560265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9564288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9568078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_native.h 2025-01-24T01:37:17.9572173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_copy_ops.h 2025-01-24T01:37:17.9576839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_native.h 2025-01-24T01:37:17.9580774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_ops.h 2025-01-24T01:37:17.9585303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter.h 2025-01-24T01:37:17.9589769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9593696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9598009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_native.h 2025-01-24T01:37:17.9601553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diagonal_scatter_ops.h 2025-01-24T01:37:17.9606145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9610673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed.h 2025-01-24T01:37:17.9615503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9619418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9623317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_native.h 2025-01-24T01:37:17.9627575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_embed_ops.h 2025-01-24T01:37:17.9631446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_native.h 2025-01-24T01:37:17.9635503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diag_ops.h 2025-01-24T01:37:17.9638852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff.h 2025-01-24T01:37:17.9642710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9646437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_native.h 2025-01-24T01:37:17.9650873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\diff_ops.h 2025-01-24T01:37:17.9654425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma.h 2025-01-24T01:37:17.9658188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9661990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cpu_dispatch.h 2025-01-24T01:37:17.9667103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_cuda_dispatch.h 2025-01-24T01:37:17.9670766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta.h 2025-01-24T01:37:17.9674748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_meta_dispatch.h 2025-01-24T01:37:17.9678888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_native.h 2025-01-24T01:37:17.9682448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\digamma_ops.h 2025-01-24T01:37:17.9686140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist.h 2025-01-24T01:37:17.9690129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9694211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_native.h 2025-01-24T01:37:17.9698007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dist_ops.h 2025-01-24T01:37:17.9701480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div.h 2025-01-24T01:37:17.9705131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide.h 2025-01-24T01:37:17.9708811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9712584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_native.h 2025-01-24T01:37:17.9716206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\divide_ops.h 2025-01-24T01:37:17.9720042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9723900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9727641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cpu_dispatch.h 2025-01-24T01:37:17.9731609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_cuda_dispatch.h 2025-01-24T01:37:17.9735279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta.h 2025-01-24T01:37:17.9738784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_meta_dispatch.h 2025-01-24T01:37:17.9742960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_native.h 2025-01-24T01:37:17.9746625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\div_ops.h 2025-01-24T01:37:17.9749995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot.h 2025-01-24T01:37:17.9753792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9757619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cpu_dispatch.h 2025-01-24T01:37:17.9761238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_cuda_dispatch.h 2025-01-24T01:37:17.9764929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_native.h 2025-01-24T01:37:17.9768475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dot_ops.h 2025-01-24T01:37:17.9771974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout.h 2025-01-24T01:37:17.9775568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9779158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_native.h 2025-01-24T01:37:17.9783548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dropout_ops.h 2025-01-24T01:37:17.9787286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit.h 2025-01-24T01:37:17.9791108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9794637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_native.h 2025-01-24T01:37:17.9798255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dsplit_ops.h 2025-01-24T01:37:17.9802307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack.h 2025-01-24T01:37:17.9806384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9809654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_native.h 2025-01-24T01:37:17.9813825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\dstack_ops.h 2025-01-24T01:37:17.9817367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum.h 2025-01-24T01:37:17.9820997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9824893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_native.h 2025-01-24T01:37:17.9828384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\einsum_ops.h 2025-01-24T01:37:17.9832061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu.h 2025-01-24T01:37:17.9835559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward.h 2025-01-24T01:37:17.9839450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9843362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cpu_dispatch.h 2025-01-24T01:37:17.9847202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_cuda_dispatch.h 2025-01-24T01:37:17.9851826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta.h 2025-01-24T01:37:17.9856184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_meta_dispatch.h 2025-01-24T01:37:17.9859945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_native.h 2025-01-24T01:37:17.9864027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_backward_ops.h 2025-01-24T01:37:17.9868233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:17.9872115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cpu_dispatch.h 2025-01-24T01:37:17.9876039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_cuda_dispatch.h 2025-01-24T01:37:17.9879497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta.h 2025-01-24T01:37:17.9883238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_meta_dispatch.h 2025-01-24T01:37:17.9886981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_native.h 2025-01-24T01:37:17.9891185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\elu_ops.h 2025-01-24T01:37:17.9894730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding.h 2025-01-24T01:37:17.9898382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward.h 2025-01-24T01:37:17.9902529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9906631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_native.h 2025-01-24T01:37:17.9911328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_backward_ops.h 2025-01-24T01:37:17.9914846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag.h 2025-01-24T01:37:17.9919172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:17.9923401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_native.h 2025-01-24T01:37:17.9928628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_bag_ops.h 2025-01-24T01:37:17.9932536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9936664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward.h 2025-01-24T01:37:17.9941011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9957160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h 2025-01-24T01:37:17.9958182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h 2025-01-24T01:37:17.9958934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_native.h 2025-01-24T01:37:17.9959638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_dense_backward_ops.h 2025-01-24T01:37:17.9960924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_native.h 2025-01-24T01:37:17.9965184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_ops.h 2025-01-24T01:37:17.9968955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm.h 2025-01-24T01:37:17.9973379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:17.9979105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h 2025-01-24T01:37:17.9983337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h 2025-01-24T01:37:17.9987404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h 2025-01-24T01:37:17.9991569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_native.h 2025-01-24T01:37:17.9995571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_renorm_ops.h 2025-01-24T01:37:17.9999765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward.h 2025-01-24T01:37:18.0004098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0008248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_native.h 2025-01-24T01:37:18.0012450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\embedding_sparse_backward_ops.h 2025-01-24T01:37:18.0016910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty.h 2025-01-24T01:37:18.0021118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0024863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0028977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cpu_dispatch.h 2025-01-24T01:37:18.0033311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_cuda_dispatch.h 2025-01-24T01:37:18.0037491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like.h 2025-01-24T01:37:18.0041410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0045421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_native.h 2025-01-24T01:37:18.0049576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_like_ops.h 2025-01-24T01:37:18.0053478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_meta_dispatch.h 2025-01-24T01:37:18.0057806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_native.h 2025-01-24T01:37:18.0061828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_ops.h 2025-01-24T01:37:18.0065982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted.h 2025-01-24T01:37:18.0070126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0074141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_native.h 2025-01-24T01:37:18.0077809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_permuted_ops.h 2025-01-24T01:37:18.0081677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized.h 2025-01-24T01:37:18.0085824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0090406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_native.h 2025-01-24T01:37:18.0094422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_quantized_ops.h 2025-01-24T01:37:18.0098286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided.h 2025-01-24T01:37:18.0102365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0106214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cpu_dispatch.h 2025-01-24T01:37:18.0111076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_cuda_dispatch.h 2025-01-24T01:37:18.0115952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_meta_dispatch.h 2025-01-24T01:37:18.0119819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_native.h 2025-01-24T01:37:18.0124019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\empty_strided_ops.h 2025-01-24T01:37:18.0128163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq.h 2025-01-24T01:37:18.0132127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal.h 2025-01-24T01:37:18.0135787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cpu_dispatch.h 2025-01-24T01:37:18.0139819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_cuda_dispatch.h 2025-01-24T01:37:18.0143595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_native.h 2025-01-24T01:37:18.0147659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\equal_ops.h 2025-01-24T01:37:18.0152188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0155595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cpu_dispatch.h 2025-01-24T01:37:18.0159340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_cuda_dispatch.h 2025-01-24T01:37:18.0163093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta.h 2025-01-24T01:37:18.0166944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_meta_dispatch.h 2025-01-24T01:37:18.0171328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_native.h 2025-01-24T01:37:18.0175195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eq_ops.h 2025-01-24T01:37:18.0179021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf.h 2025-01-24T01:37:18.0182553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc.h 2025-01-24T01:37:18.0186182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0202479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cpu_dispatch.h 2025-01-24T01:37:18.0205963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_cuda_dispatch.h 2025-01-24T01:37:18.0209751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta.h 2025-01-24T01:37:18.0213592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_meta_dispatch.h 2025-01-24T01:37:18.0217326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_native.h 2025-01-24T01:37:18.0221606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfc_ops.h 2025-01-24T01:37:18.0225332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv.h 2025-01-24T01:37:18.0229066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0232746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cpu_dispatch.h 2025-01-24T01:37:18.0236816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_cuda_dispatch.h 2025-01-24T01:37:18.0241220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta.h 2025-01-24T01:37:18.0245198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_meta_dispatch.h 2025-01-24T01:37:18.0248801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_native.h 2025-01-24T01:37:18.0252893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erfinv_ops.h 2025-01-24T01:37:18.0257058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0261364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cpu_dispatch.h 2025-01-24T01:37:18.0265288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_cuda_dispatch.h 2025-01-24T01:37:18.0268834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta.h 2025-01-24T01:37:18.0272276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_meta_dispatch.h 2025-01-24T01:37:18.0275977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_native.h 2025-01-24T01:37:18.0280069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\erf_ops.h 2025-01-24T01:37:18.0283740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp.h 2025-01-24T01:37:18.0287235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2.h 2025-01-24T01:37:18.0291113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0294751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cpu_dispatch.h 2025-01-24T01:37:18.0299087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_cuda_dispatch.h 2025-01-24T01:37:18.0304097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta.h 2025-01-24T01:37:18.0308033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_meta_dispatch.h 2025-01-24T01:37:18.0311792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_native.h 2025-01-24T01:37:18.0315428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp2_ops.h 2025-01-24T01:37:18.0318999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand.h 2025-01-24T01:37:18.0322693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as.h 2025-01-24T01:37:18.0326776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0330703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_native.h 2025-01-24T01:37:18.0334503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_as_ops.h 2025-01-24T01:37:18.0338547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0342330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy.h 2025-01-24T01:37:18.0346039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0349866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0353614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_native.h 2025-01-24T01:37:18.0358534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_copy_ops.h 2025-01-24T01:37:18.0362585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_native.h 2025-01-24T01:37:18.0366124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expand_ops.h 2025-01-24T01:37:18.0370150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1.h 2025-01-24T01:37:18.0374603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0378276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cpu_dispatch.h 2025-01-24T01:37:18.0382468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_cuda_dispatch.h 2025-01-24T01:37:18.0386101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta.h 2025-01-24T01:37:18.0389908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_meta_dispatch.h 2025-01-24T01:37:18.0393854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_native.h 2025-01-24T01:37:18.0397975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\expm1_ops.h 2025-01-24T01:37:18.0401690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential.h 2025-01-24T01:37:18.0405593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0409565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cpu_dispatch.h 2025-01-24T01:37:18.0413419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_cuda_dispatch.h 2025-01-24T01:37:18.0417437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_meta_dispatch.h 2025-01-24T01:37:18.0422276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_native.h 2025-01-24T01:37:18.0426762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exponential_ops.h 2025-01-24T01:37:18.0430895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.0434864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cpu_dispatch.h 2025-01-24T01:37:18.0438890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_cuda_dispatch.h 2025-01-24T01:37:18.0442508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta.h 2025-01-24T01:37:18.0446228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_meta_dispatch.h 2025-01-24T01:37:18.0450231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_native.h 2025-01-24T01:37:18.0454259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\exp_ops.h 2025-01-24T01:37:18.0457826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye.h 2025-01-24T01:37:18.0461883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0466072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cpu_dispatch.h 2025-01-24T01:37:18.0484686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_cuda_dispatch.h 2025-01-24T01:37:18.0488296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_meta_dispatch.h 2025-01-24T01:37:18.0492505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_native.h 2025-01-24T01:37:18.0496072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\eye_ops.h 2025-01-24T01:37:18.0499735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine.h 2025-01-24T01:37:18.0504439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h 2025-01-24T01:37:18.0508568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h 2025-01-24T01:37:18.0512994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0517340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h 2025-01-24T01:37:18.0521986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h 2025-01-24T01:37:18.0525966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0530294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h 2025-01-24T01:37:18.0534287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h 2025-01-24T01:37:18.0538565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h 2025-01-24T01:37:18.0542732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h 2025-01-24T01:37:18.0547045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0550721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h 2025-01-24T01:37:18.0555504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h 2025-01-24T01:37:18.0560082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h 2025-01-24T01:37:18.0564351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h 2025-01-24T01:37:18.0568152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h 2025-01-24T01:37:18.0572695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0576850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h 2025-01-24T01:37:18.0581554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h 2025-01-24T01:37:18.0586294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0590320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h 2025-01-24T01:37:18.0594408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h 2025-01-24T01:37:18.0598768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h 2025-01-24T01:37:18.0603421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h 2025-01-24T01:37:18.0607765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0612389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h 2025-01-24T01:37:18.0618236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h 2025-01-24T01:37:18.0621811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h 2025-01-24T01:37:18.0626584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0630546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h 2025-01-24T01:37:18.0634851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0638865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h 2025-01-24T01:37:18.0643151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h 2025-01-24T01:37:18.0647622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h 2025-01-24T01:37:18.0652631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h 2025-01-24T01:37:18.0656304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight.h 2025-01-24T01:37:18.0660938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0664845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h 2025-01-24T01:37:18.0669781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0673384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h 2025-01-24T01:37:18.0677440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h 2025-01-24T01:37:18.0681558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h 2025-01-24T01:37:18.0685554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h 2025-01-24T01:37:18.0689541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h 2025-01-24T01:37:18.0693805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0697748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h 2025-01-24T01:37:18.0701868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h 2025-01-24T01:37:18.0706113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h 2025-01-24T01:37:18.0710095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0713984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h 2025-01-24T01:37:18.0717850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h 2025-01-24T01:37:18.0721764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h 2025-01-24T01:37:18.0726367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0730035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h 2025-01-24T01:37:18.0733923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h 2025-01-24T01:37:18.0737834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout.h 2025-01-24T01:37:18.0741819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0745663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_native.h 2025-01-24T01:37:18.0749725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_alpha_dropout_ops.h 2025-01-24T01:37:18.0753673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout.h 2025-01-24T01:37:18.0757881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0761592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_native.h 2025-01-24T01:37:18.0766319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\feature_dropout_ops.h 2025-01-24T01:37:18.0770542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft.h 2025-01-24T01:37:18.0773962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2.h 2025-01-24T01:37:18.0778151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0781815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_native.h 2025-01-24T01:37:18.0785440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft2_ops.h 2025-01-24T01:37:18.0789719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq.h 2025-01-24T01:37:18.0793545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.0797306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_native.h 2025-01-24T01:37:18.0801116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftfreq_ops.h 2025-01-24T01:37:18.0805311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn.h 2025-01-24T01:37:18.0808902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0812708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_native.h 2025-01-24T01:37:18.0816410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftn_ops.h 2025-01-24T01:37:18.0820203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift.h 2025-01-24T01:37:18.0824343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0828295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_native.h 2025-01-24T01:37:18.0832014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fftshift_ops.h 2025-01-24T01:37:18.0836193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0840018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_native.h 2025-01-24T01:37:18.0843930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_fft_ops.h 2025-01-24T01:37:18.0848486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft.h 2025-01-24T01:37:18.0851832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2.h 2025-01-24T01:37:18.0855563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0859184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_native.h 2025-01-24T01:37:18.0863250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft2_ops.h 2025-01-24T01:37:18.0867026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn.h 2025-01-24T01:37:18.0871020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0875440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_native.h 2025-01-24T01:37:18.0879307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfftn_ops.h 2025-01-24T01:37:18.0883202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0886931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_native.h 2025-01-24T01:37:18.0890947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_hfft_ops.h 2025-01-24T01:37:18.0894848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft.h 2025-01-24T01:37:18.0898316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2.h 2025-01-24T01:37:18.0902181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0906345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_native.h 2025-01-24T01:37:18.0910184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft2_ops.h 2025-01-24T01:37:18.0913978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn.h 2025-01-24T01:37:18.0918184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0922061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_native.h 2025-01-24T01:37:18.0926836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftn_ops.h 2025-01-24T01:37:18.0931988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift.h 2025-01-24T01:37:18.0936922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0941341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_native.h 2025-01-24T01:37:18.0945480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifftshift_ops.h 2025-01-24T01:37:18.0949609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0953676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_native.h 2025-01-24T01:37:18.0957384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ifft_ops.h 2025-01-24T01:37:18.0961489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft.h 2025-01-24T01:37:18.0965401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2.h 2025-01-24T01:37:18.0969683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0973431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_native.h 2025-01-24T01:37:18.0977555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft2_ops.h 2025-01-24T01:37:18.0981916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn.h 2025-01-24T01:37:18.0985426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.0990118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_native.h 2025-01-24T01:37:18.0994270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfftn_ops.h 2025-01-24T01:37:18.0997888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1001833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_native.h 2025-01-24T01:37:18.1006325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_ihfft_ops.h 2025-01-24T01:37:18.1010083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft.h 2025-01-24T01:37:18.1014338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2.h 2025-01-24T01:37:18.1018237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1022023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_native.h 2025-01-24T01:37:18.1026051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft2_ops.h 2025-01-24T01:37:18.1029985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn.h 2025-01-24T01:37:18.1034328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1038734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_native.h 2025-01-24T01:37:18.1042539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfftn_ops.h 2025-01-24T01:37:18.1046789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1050638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_native.h 2025-01-24T01:37:18.1054494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_irfft_ops.h 2025-01-24T01:37:18.1058695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft.h 2025-01-24T01:37:18.1062172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2.h 2025-01-24T01:37:18.1065823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1070239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_native.h 2025-01-24T01:37:18.1074325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft2_ops.h 2025-01-24T01:37:18.1077902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq.h 2025-01-24T01:37:18.1082129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1086033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_native.h 2025-01-24T01:37:18.1090081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftfreq_ops.h 2025-01-24T01:37:18.1094062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn.h 2025-01-24T01:37:18.1098298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1102649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_native.h 2025-01-24T01:37:18.1106748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfftn_ops.h 2025-01-24T01:37:18.1110761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1114539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_native.h 2025-01-24T01:37:18.1118975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fft_rfft_ops.h 2025-01-24T01:37:18.1123592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill.h 2025-01-24T01:37:18.1128126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1132443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cpu_dispatch.h 2025-01-24T01:37:18.1136191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_cuda_dispatch.h 2025-01-24T01:37:18.1140209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal.h 2025-01-24T01:37:18.1144546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1148816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_native.h 2025-01-24T01:37:18.1152403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_diagonal_ops.h 2025-01-24T01:37:18.1156500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_meta_dispatch.h 2025-01-24T01:37:18.1160554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_native.h 2025-01-24T01:37:18.1163985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fill_ops.h 2025-01-24T01:37:18.1167748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix.h 2025-01-24T01:37:18.1171412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1175095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_native.h 2025-01-24T01:37:18.1178614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fix_ops.h 2025-01-24T01:37:18.1182231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten.h 2025-01-24T01:37:18.1186401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1190119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors.h 2025-01-24T01:37:18.1193971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1197891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_native.h 2025-01-24T01:37:18.1201459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_dense_tensors_ops.h 2025-01-24T01:37:18.1206058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_native.h 2025-01-24T01:37:18.1209923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flatten_ops.h 2025-01-24T01:37:18.1214421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip.h 2025-01-24T01:37:18.1218900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr.h 2025-01-24T01:37:18.1222633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1226883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_native.h 2025-01-24T01:37:18.1230677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fliplr_ops.h 2025-01-24T01:37:18.1234370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud.h 2025-01-24T01:37:18.1238359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1241658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_native.h 2025-01-24T01:37:18.1245381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flipud_ops.h 2025-01-24T01:37:18.1249502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1253204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cpu_dispatch.h 2025-01-24T01:37:18.1256966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_cuda_dispatch.h 2025-01-24T01:37:18.1260930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_native.h 2025-01-24T01:37:18.1264827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\flip_ops.h 2025-01-24T01:37:18.1268339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power.h 2025-01-24T01:37:18.1273952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1278271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_native.h 2025-01-24T01:37:18.1282126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\float_power_ops.h 2025-01-24T01:37:18.1286157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor.h 2025-01-24T01:37:18.1289727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1293370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cpu_dispatch.h 2025-01-24T01:37:18.1297420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_cuda_dispatch.h 2025-01-24T01:37:18.1301342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide.h 2025-01-24T01:37:18.1305511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1309476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cpu_dispatch.h 2025-01-24T01:37:18.1313444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_cuda_dispatch.h 2025-01-24T01:37:18.1317306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_meta_dispatch.h 2025-01-24T01:37:18.1321385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_native.h 2025-01-24T01:37:18.1325469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_divide_ops.h 2025-01-24T01:37:18.1329820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta.h 2025-01-24T01:37:18.1333664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_meta_dispatch.h 2025-01-24T01:37:18.1337667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_native.h 2025-01-24T01:37:18.1341698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\floor_ops.h 2025-01-24T01:37:18.1345262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax.h 2025-01-24T01:37:18.1349229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1353193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cpu_dispatch.h 2025-01-24T01:37:18.1357366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_cuda_dispatch.h 2025-01-24T01:37:18.1361065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta.h 2025-01-24T01:37:18.1364564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_meta_dispatch.h 2025-01-24T01:37:18.1368100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_native.h 2025-01-24T01:37:18.1371992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmax_ops.h 2025-01-24T01:37:18.1375539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin.h 2025-01-24T01:37:18.1379326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1383157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cpu_dispatch.h 2025-01-24T01:37:18.1387349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_cuda_dispatch.h 2025-01-24T01:37:18.1391111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta.h 2025-01-24T01:37:18.1405440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_meta_dispatch.h 2025-01-24T01:37:18.1409192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_native.h 2025-01-24T01:37:18.1413277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmin_ops.h 2025-01-24T01:37:18.1417226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod.h 2025-01-24T01:37:18.1420698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1424784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1428578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cpu_dispatch.h 2025-01-24T01:37:18.1432520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_cuda_dispatch.h 2025-01-24T01:37:18.1436394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta.h 2025-01-24T01:37:18.1440486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_meta_dispatch.h 2025-01-24T01:37:18.1444259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_native.h 2025-01-24T01:37:18.1448827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fmod_ops.h 2025-01-24T01:37:18.1452669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac.h 2025-01-24T01:37:18.1456753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d.h 2025-01-24T01:37:18.1460787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward.h 2025-01-24T01:37:18.1465276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1469757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h 2025-01-24T01:37:18.1473691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h 2025-01-24T01:37:18.1477788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h 2025-01-24T01:37:18.1482617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h 2025-01-24T01:37:18.1486789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h 2025-01-24T01:37:18.1490799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h 2025-01-24T01:37:18.1494580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1498574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h 2025-01-24T01:37:18.1502903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h 2025-01-24T01:37:18.1507028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta.h 2025-01-24T01:37:18.1512517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h 2025-01-24T01:37:18.1516606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_native.h 2025-01-24T01:37:18.1520698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool2d_ops.h 2025-01-24T01:37:18.1524565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d.h 2025-01-24T01:37:18.1528658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward.h 2025-01-24T01:37:18.1554163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h 2025-01-24T01:37:18.1558269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h 2025-01-24T01:37:18.1562244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h 2025-01-24T01:37:18.1566357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h 2025-01-24T01:37:18.1571731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1575804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h 2025-01-24T01:37:18.1580164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h 2025-01-24T01:37:18.1583990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta.h 2025-01-24T01:37:18.1588117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h 2025-01-24T01:37:18.1592565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_native.h 2025-01-24T01:37:18.1596706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fractional_max_pool3d_ops.h 2025-01-24T01:37:18.1601563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1605950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cpu_dispatch.h 2025-01-24T01:37:18.1609963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_cuda_dispatch.h 2025-01-24T01:37:18.1614033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta.h 2025-01-24T01:37:18.1617716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_meta_dispatch.h 2025-01-24T01:37:18.1621661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_native.h 2025-01-24T01:37:18.1625829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frac_ops.h 2025-01-24T01:37:18.1629966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp.h 2025-01-24T01:37:18.1634720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1639163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cpu_dispatch.h 2025-01-24T01:37:18.1643342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_cuda_dispatch.h 2025-01-24T01:37:18.1647493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_native.h 2025-01-24T01:37:18.1651093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frexp_ops.h 2025-01-24T01:37:18.1655181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm.h 2025-01-24T01:37:18.1659127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1663539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_native.h 2025-01-24T01:37:18.1667496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\frobenius_norm_ops.h 2025-01-24T01:37:18.1671514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_blob.h 2025-01-24T01:37:18.1675008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file.h 2025-01-24T01:37:18.1678880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1683141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_cpu_dispatch.h 2025-01-24T01:37:18.1686956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_native.h 2025-01-24T01:37:18.1690875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\from_file_ops.h 2025-01-24T01:37:18.1694818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full.h 2025-01-24T01:37:18.1698811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1702535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like.h 2025-01-24T01:37:18.1706345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1709939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_native.h 2025-01-24T01:37:18.1713643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_like_ops.h 2025-01-24T01:37:18.1717563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_native.h 2025-01-24T01:37:18.1721166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\full_ops.h 2025-01-24T01:37:18.1724893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h 2025-01-24T01:37:18.1729192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1732682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h 2025-01-24T01:37:18.1736823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h 2025-01-24T01:37:18.1741621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather.h 2025-01-24T01:37:18.1745332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward.h 2025-01-24T01:37:18.1748991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1752769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_native.h 2025-01-24T01:37:18.1756594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_backward_ops.h 2025-01-24T01:37:18.1760623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1764568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1768519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cpu_dispatch.h 2025-01-24T01:37:18.1772568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_cuda_dispatch.h 2025-01-24T01:37:18.1777157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta.h 2025-01-24T01:37:18.1781403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_meta_dispatch.h 2025-01-24T01:37:18.1784847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_native.h 2025-01-24T01:37:18.1788977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gather_ops.h 2025-01-24T01:37:18.1793095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd.h 2025-01-24T01:37:18.1796886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1800475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cpu_dispatch.h 2025-01-24T01:37:18.1804893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_cuda_dispatch.h 2025-01-24T01:37:18.1808231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta.h 2025-01-24T01:37:18.1811839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_meta_dispatch.h 2025-01-24T01:37:18.1815530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_native.h 2025-01-24T01:37:18.1819501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gcd_ops.h 2025-01-24T01:37:18.1822706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge.h 2025-01-24T01:37:18.1826072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu.h 2025-01-24T01:37:18.1829700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward.h 2025-01-24T01:37:18.1833568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1837382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h 2025-01-24T01:37:18.1840973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h 2025-01-24T01:37:18.1844675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta.h 2025-01-24T01:37:18.1848600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_meta_dispatch.h 2025-01-24T01:37:18.1852467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_native.h 2025-01-24T01:37:18.1856506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_backward_ops.h 2025-01-24T01:37:18.1860938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1864646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cpu_dispatch.h 2025-01-24T01:37:18.1868339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_cuda_dispatch.h 2025-01-24T01:37:18.1872013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta.h 2025-01-24T01:37:18.1875656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_meta_dispatch.h 2025-01-24T01:37:18.1880103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_native.h 2025-01-24T01:37:18.1883874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gelu_ops.h 2025-01-24T01:37:18.1887406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric.h 2025-01-24T01:37:18.1891373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.1895318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cpu_dispatch.h 2025-01-24T01:37:18.1899463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_cuda_dispatch.h 2025-01-24T01:37:18.1903476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_meta_dispatch.h 2025-01-24T01:37:18.1907477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_native.h 2025-01-24T01:37:18.1911653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geometric_ops.h 2025-01-24T01:37:18.1915822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf.h 2025-01-24T01:37:18.1920619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cpu_dispatch.h 2025-01-24T01:37:18.1924601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_cuda_dispatch.h 2025-01-24T01:37:18.1928561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_native.h 2025-01-24T01:37:18.1932396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\geqrf_ops.h 2025-01-24T01:37:18.1936837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger.h 2025-01-24T01:37:18.1940753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.1944419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_native.h 2025-01-24T01:37:18.1948149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ger_ops.h 2025-01-24T01:37:18.1951869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.1955994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cpu_dispatch.h 2025-01-24T01:37:18.1960011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_cuda_dispatch.h 2025-01-24T01:37:18.1963785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta.h 2025-01-24T01:37:18.1967464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_meta_dispatch.h 2025-01-24T01:37:18.1971271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_native.h 2025-01-24T01:37:18.1974931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ge_ops.h 2025-01-24T01:37:18.1978255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu.h 2025-01-24T01:37:18.1981687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward.h 2025-01-24T01:37:18.1985855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cpu_dispatch.h 2025-01-24T01:37:18.1990041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_cuda_dispatch.h 2025-01-24T01:37:18.1993547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp.h 2025-01-24T01:37:18.1997707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2002298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h 2025-01-24T01:37:18.2006760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h 2025-01-24T01:37:18.2010349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_native.h 2025-01-24T01:37:18.2014729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_jvp_ops.h 2025-01-24T01:37:18.2018605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_native.h 2025-01-24T01:37:18.2022356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_backward_ops.h 2025-01-24T01:37:18.2026738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.2030509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cpu_dispatch.h 2025-01-24T01:37:18.2034322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_cuda_dispatch.h 2025-01-24T01:37:18.2037988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp.h 2025-01-24T01:37:18.2042591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2046935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h 2025-01-24T01:37:18.2050744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h 2025-01-24T01:37:18.2054387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_native.h 2025-01-24T01:37:18.2058730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_jvp_ops.h 2025-01-24T01:37:18.2062367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta.h 2025-01-24T01:37:18.2065964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_meta_dispatch.h 2025-01-24T01:37:18.2069849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_native.h 2025-01-24T01:37:18.2074439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\glu_ops.h 2025-01-24T01:37:18.2078372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient.h 2025-01-24T01:37:18.2082188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.2085967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_native.h 2025-01-24T01:37:18.2089836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gradient_ops.h 2025-01-24T01:37:18.2093858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater.h 2025-01-24T01:37:18.2098394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.2102154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal.h 2025-01-24T01:37:18.2105927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.2109972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_native.h 2025-01-24T01:37:18.2113820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_equal_ops.h 2025-01-24T01:37:18.2118111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_native.h 2025-01-24T01:37:18.2123199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\greater_ops.h 2025-01-24T01:37:18.2126887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler.h 2025-01-24T01:37:18.2131737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d.h 2025-01-24T01:37:18.2136111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward.h 2025-01-24T01:37:18.2140516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2144609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h 2025-01-24T01:37:18.2149335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h 2025-01-24T01:37:18.2153323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_native.h 2025-01-24T01:37:18.2157158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h 2025-01-24T01:37:18.2161344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2165223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h 2025-01-24T01:37:18.2169240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h 2025-01-24T01:37:18.2173515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_native.h 2025-01-24T01:37:18.2177841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_2d_ops.h 2025-01-24T01:37:18.2182072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d.h 2025-01-24T01:37:18.2185935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward.h 2025-01-24T01:37:18.2190236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2194358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h 2025-01-24T01:37:18.2198953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h 2025-01-24T01:37:18.2203282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_native.h 2025-01-24T01:37:18.2207199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h 2025-01-24T01:37:18.2211034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2214792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h 2025-01-24T01:37:18.2219845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h 2025-01-24T01:37:18.2224741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_native.h 2025-01-24T01:37:18.2229145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_3d_ops.h 2025-01-24T01:37:18.2234133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.2237696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_native.h 2025-01-24T01:37:18.2242907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\grid_sampler_ops.h 2025-01-24T01:37:18.2247201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm.h 2025-01-24T01:37:18.2250983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.2255000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_native.h 2025-01-24T01:37:18.2259362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\group_norm_ops.h 2025-01-24T01:37:18.2262884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru.h 2025-01-24T01:37:18.2266405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell.h 2025-01-24T01:37:18.2269972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.2273804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_native.h 2025-01-24T01:37:18.2278895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_cell_ops.h 2025-01-24T01:37:18.2282943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.2286886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_native.h 2025-01-24T01:37:18.2290267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gru_ops.h 2025-01-24T01:37:18.2293779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt.h 2025-01-24T01:37:18.2297432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.2301254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cpu_dispatch.h 2025-01-24T01:37:18.2305564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_cuda_dispatch.h 2025-01-24T01:37:18.2309820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta.h 2025-01-24T01:37:18.2313126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_meta_dispatch.h 2025-01-24T01:37:18.2316699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_native.h 2025-01-24T01:37:18.2320241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\gt_ops.h 2025-01-24T01:37:18.2324094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window.h 2025-01-24T01:37:18.2328785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2332667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_native.h 2025-01-24T01:37:18.2336328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hamming_window_ops.h 2025-01-24T01:37:18.2340319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window.h 2025-01-24T01:37:18.2343985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2348150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_native.h 2025-01-24T01:37:18.2352653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hann_window_ops.h 2025-01-24T01:37:18.2356432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink.h 2025-01-24T01:37:18.2360116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward.h 2025-01-24T01:37:18.2364440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.2368376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h 2025-01-24T01:37:18.2372302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h 2025-01-24T01:37:18.2376813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta.h 2025-01-24T01:37:18.2380713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h 2025-01-24T01:37:18.2384729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_native.h 2025-01-24T01:37:18.2388669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_backward_ops.h 2025-01-24T01:37:18.2393014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.2413715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cpu_dispatch.h 2025-01-24T01:37:18.2417697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_cuda_dispatch.h 2025-01-24T01:37:18.2458999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta.h 2025-01-24T01:37:18.2463286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_meta_dispatch.h 2025-01-24T01:37:18.2467551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_native.h 2025-01-24T01:37:18.2471930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardshrink_ops.h 2025-01-24T01:37:18.2477609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid.h 2025-01-24T01:37:18.2483370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward.h 2025-01-24T01:37:18.2487826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.2492337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h 2025-01-24T01:37:18.2496823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h 2025-01-24T01:37:18.2501125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta.h 2025-01-24T01:37:18.2506196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h 2025-01-24T01:37:18.2510604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_native.h 2025-01-24T01:37:18.2515962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_backward_ops.h 2025-01-24T01:37:18.2520705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.2526006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h 2025-01-24T01:37:18.2530411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h 2025-01-24T01:37:18.2534721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta.h 2025-01-24T01:37:18.2539508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h 2025-01-24T01:37:18.2543186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_native.h 2025-01-24T01:37:18.2547373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardsigmoid_ops.h 2025-01-24T01:37:18.2551709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish.h 2025-01-24T01:37:18.2555777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward.h 2025-01-24T01:37:18.2560800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.2565152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h 2025-01-24T01:37:18.2579080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h 2025-01-24T01:37:18.2585476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_native.h 2025-01-24T01:37:18.2589867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_backward_ops.h 2025-01-24T01:37:18.2593691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cpu_dispatch.h 2025-01-24T01:37:18.2597860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_cuda_dispatch.h 2025-01-24T01:37:18.2602055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_meta_dispatch.h 2025-01-24T01:37:18.2605854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_native.h 2025-01-24T01:37:18.2609805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardswish_ops.h 2025-01-24T01:37:18.2613835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh.h 2025-01-24T01:37:18.2617826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward.h 2025-01-24T01:37:18.2624341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h 2025-01-24T01:37:18.2629095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h 2025-01-24T01:37:18.2634178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_native.h 2025-01-24T01:37:18.2638719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_backward_ops.h 2025-01-24T01:37:18.2643266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cpu_dispatch.h 2025-01-24T01:37:18.2648058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_cuda_dispatch.h 2025-01-24T01:37:18.2652660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_meta_dispatch.h 2025-01-24T01:37:18.2656567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_native.h 2025-01-24T01:37:18.2661081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hardtanh_ops.h 2025-01-24T01:37:18.2665778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside.h 2025-01-24T01:37:18.2685951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3031039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cpu_dispatch.h 2025-01-24T01:37:18.3043896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_cuda_dispatch.h 2025-01-24T01:37:18.3058547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta.h 2025-01-24T01:37:18.3074816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_meta_dispatch.h 2025-01-24T01:37:18.3084619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_native.h 2025-01-24T01:37:18.3089544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\heaviside_ops.h 2025-01-24T01:37:18.3094731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss.h 2025-01-24T01:37:18.3099880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3103954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_native.h 2025-01-24T01:37:18.3107656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hinge_embedding_loss_ops.h 2025-01-24T01:37:18.3111272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc.h 2025-01-24T01:37:18.3137268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cpu_dispatch.h 2025-01-24T01:37:18.3142133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_cuda_dispatch.h 2025-01-24T01:37:18.3146329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_native.h 2025-01-24T01:37:18.3150533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histc_ops.h 2025-01-24T01:37:18.3155271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram.h 2025-01-24T01:37:18.3159670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd.h 2025-01-24T01:37:18.3163882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3168308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_native.h 2025-01-24T01:37:18.3172289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogramdd_ops.h 2025-01-24T01:37:18.3176132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_cpu_dispatch.h 2025-01-24T01:37:18.3180077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_native.h 2025-01-24T01:37:18.3183843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\histogram_ops.h 2025-01-24T01:37:18.3188017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit.h 2025-01-24T01:37:18.3192016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3195608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_native.h 2025-01-24T01:37:18.3199278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hsplit_ops.h 2025-01-24T01:37:18.3203730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm.h 2025-01-24T01:37:18.3207062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_native.h 2025-01-24T01:37:18.3211317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hspmm_ops.h 2025-01-24T01:37:18.3215101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack.h 2025-01-24T01:37:18.3218986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3222625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_native.h 2025-01-24T01:37:18.3226511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hstack_ops.h 2025-01-24T01:37:18.3230038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss.h 2025-01-24T01:37:18.3233855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward.h 2025-01-24T01:37:18.3238078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3241901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h 2025-01-24T01:37:18.3245971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h 2025-01-24T01:37:18.3250083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_native.h 2025-01-24T01:37:18.3254230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_backward_ops.h 2025-01-24T01:37:18.3258063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cpu_dispatch.h 2025-01-24T01:37:18.3262333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_cuda_dispatch.h 2025-01-24T01:37:18.3266093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_native.h 2025-01-24T01:37:18.3269889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\huber_loss_ops.h 2025-01-24T01:37:18.3273863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot.h 2025-01-24T01:37:18.3277358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3280979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cpu_dispatch.h 2025-01-24T01:37:18.3284939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_cuda_dispatch.h 2025-01-24T01:37:18.3289687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta.h 2025-01-24T01:37:18.3293705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_meta_dispatch.h 2025-01-24T01:37:18.3297506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_native.h 2025-01-24T01:37:18.3301646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\hypot_ops.h 2025-01-24T01:37:18.3305399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0.h 2025-01-24T01:37:18.3309428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3312871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cpu_dispatch.h 2025-01-24T01:37:18.3316536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_cuda_dispatch.h 2025-01-24T01:37:18.3320288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta.h 2025-01-24T01:37:18.3323917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_meta_dispatch.h 2025-01-24T01:37:18.3327656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_native.h 2025-01-24T01:37:18.3332090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\i0_ops.h 2025-01-24T01:37:18.3335612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma.h 2025-01-24T01:37:18.3339052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac.h 2025-01-24T01:37:18.3342735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3346335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cpu_dispatch.h 2025-01-24T01:37:18.3350239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_cuda_dispatch.h 2025-01-24T01:37:18.3354326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta.h 2025-01-24T01:37:18.3358224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_meta_dispatch.h 2025-01-24T01:37:18.3361890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_native.h 2025-01-24T01:37:18.3365734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igammac_ops.h 2025-01-24T01:37:18.3369747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3373590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cpu_dispatch.h 2025-01-24T01:37:18.3377397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_cuda_dispatch.h 2025-01-24T01:37:18.3381397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta.h 2025-01-24T01:37:18.3386329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_meta_dispatch.h 2025-01-24T01:37:18.3390792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_native.h 2025-01-24T01:37:18.3394521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\igamma_ops.h 2025-01-24T01:37:18.3398525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col.h 2025-01-24T01:37:18.3402175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cpu_dispatch.h 2025-01-24T01:37:18.3405790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_cuda_dispatch.h 2025-01-24T01:37:18.3409393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_native.h 2025-01-24T01:37:18.3413348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\im2col_ops.h 2025-01-24T01:37:18.3417635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag.h 2025-01-24T01:37:18.3421367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3425067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_native.h 2025-01-24T01:37:18.3429469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\imag_ops.h 2025-01-24T01:37:18.3432968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index.h 2025-01-24T01:37:18.3436347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add.h 2025-01-24T01:37:18.3440232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3444194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3448206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cpu_dispatch.h 2025-01-24T01:37:18.3452376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_cuda_dispatch.h 2025-01-24T01:37:18.3455904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta.h 2025-01-24T01:37:18.3459816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_meta_dispatch.h 2025-01-24T01:37:18.3464368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_native.h 2025-01-24T01:37:18.3467958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_add_ops.h 2025-01-24T01:37:18.3472313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3476121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy.h 2025-01-24T01:37:18.3480122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3483969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3488296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cpu_dispatch.h 2025-01-24T01:37:18.3491997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_cuda_dispatch.h 2025-01-24T01:37:18.3495895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta.h 2025-01-24T01:37:18.3499838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_meta_dispatch.h 2025-01-24T01:37:18.3503625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_native.h 2025-01-24T01:37:18.3507552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_copy_ops.h 2025-01-24T01:37:18.3511831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cpu_dispatch.h 2025-01-24T01:37:18.3516233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_cuda_dispatch.h 2025-01-24T01:37:18.3519963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill.h 2025-01-24T01:37:18.3525041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3529844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3533567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cpu_dispatch.h 2025-01-24T01:37:18.3537918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_cuda_dispatch.h 2025-01-24T01:37:18.3541315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_meta_dispatch.h 2025-01-24T01:37:18.3545382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_native.h 2025-01-24T01:37:18.3549461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_fill_ops.h 2025-01-24T01:37:18.3553358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta.h 2025-01-24T01:37:18.3557103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_meta_dispatch.h 2025-01-24T01:37:18.3560864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_native.h 2025-01-24T01:37:18.3564913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_ops.h 2025-01-24T01:37:18.3568802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put.h 2025-01-24T01:37:18.3573646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3577260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_native.h 2025-01-24T01:37:18.3581056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_put_ops.h 2025-01-24T01:37:18.3584976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce.h 2025-01-24T01:37:18.3589115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3593165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cpu_dispatch.h 2025-01-24T01:37:18.3597053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_cuda_dispatch.h 2025-01-24T01:37:18.3600888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta.h 2025-01-24T01:37:18.3605158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_meta_dispatch.h 2025-01-24T01:37:18.3609059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_native.h 2025-01-24T01:37:18.3613637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_reduce_ops.h 2025-01-24T01:37:18.3617513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select.h 2025-01-24T01:37:18.3621425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward.h 2025-01-24T01:37:18.3625618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3629527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_native.h 2025-01-24T01:37:18.3635117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_backward_ops.h 2025-01-24T01:37:18.3639892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3644567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cpu_dispatch.h 2025-01-24T01:37:18.3648757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_cuda_dispatch.h 2025-01-24T01:37:18.3652977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_native.h 2025-01-24T01:37:18.3657108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\index_select_ops.h 2025-01-24T01:37:18.3660898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices.h 2025-01-24T01:37:18.3665273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3669187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy.h 2025-01-24T01:37:18.3673539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3677534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3681433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_native.h 2025-01-24T01:37:18.3685557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_copy_ops.h 2025-01-24T01:37:18.3689606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_native.h 2025-01-24T01:37:18.3693486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\indices_ops.h 2025-01-24T01:37:18.3697634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h 2025-01-24T01:37:18.3701572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3705806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h 2025-01-24T01:37:18.3710595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h 2025-01-24T01:37:18.3714411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner.h 2025-01-24T01:37:18.3718020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3721579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_native.h 2025-01-24T01:37:18.3725446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inner_ops.h 2025-01-24T01:37:18.3729266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm.h 2025-01-24T01:37:18.3733939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3737752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_native.h 2025-01-24T01:37:18.3742320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\instance_norm_ops.h 2025-01-24T01:37:18.3746218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr.h 2025-01-24T01:37:18.3749803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3753488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_native.h 2025-01-24T01:37:18.3757193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\int_repr_ops.h 2025-01-24T01:37:18.3761160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse.h 2025-01-24T01:37:18.3764736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3768412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_native.h 2025-01-24T01:37:18.3772120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\inverse_ops.h 2025-01-24T01:37:18.3775819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose.h 2025-01-24T01:37:18.3779410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3783284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_native.h 2025-01-24T01:37:18.3786893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isclose_ops.h 2025-01-24T01:37:18.3790953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite.h 2025-01-24T01:37:18.3795038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3798848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_native.h 2025-01-24T01:37:18.3802363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isfinite_ops.h 2025-01-24T01:37:18.3806273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin.h 2025-01-24T01:37:18.3809673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf.h 2025-01-24T01:37:18.3813913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3817205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_native.h 2025-01-24T01:37:18.3820865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isinf_ops.h 2025-01-24T01:37:18.3824768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3828391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cpu_dispatch.h 2025-01-24T01:37:18.3832259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_cuda_dispatch.h 2025-01-24T01:37:18.3835860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta.h 2025-01-24T01:37:18.3839573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_meta_dispatch.h 2025-01-24T01:37:18.3843309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_native.h 2025-01-24T01:37:18.3846917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isin_ops.h 2025-01-24T01:37:18.3850556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan.h 2025-01-24T01:37:18.3854571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3858269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cpu_dispatch.h 2025-01-24T01:37:18.3861959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_cuda_dispatch.h 2025-01-24T01:37:18.3865614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_native.h 2025-01-24T01:37:18.3869321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isnan_ops.h 2025-01-24T01:37:18.3873021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf.h 2025-01-24T01:37:18.3876766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3880770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cpu_dispatch.h 2025-01-24T01:37:18.3884470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_cuda_dispatch.h 2025-01-24T01:37:18.3888119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta.h 2025-01-24T01:37:18.3892007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_meta_dispatch.h 2025-01-24T01:37:18.3895917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_native.h 2025-01-24T01:37:18.3899597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isneginf_ops.h 2025-01-24T01:37:18.3903383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf.h 2025-01-24T01:37:18.3907540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.3911508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cpu_dispatch.h 2025-01-24T01:37:18.3915229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_cuda_dispatch.h 2025-01-24T01:37:18.3919373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta.h 2025-01-24T01:37:18.3922937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_meta_dispatch.h 2025-01-24T01:37:18.3926489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_native.h 2025-01-24T01:37:18.3930229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isposinf_ops.h 2025-01-24T01:37:18.3934045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal.h 2025-01-24T01:37:18.3938513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3942104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_native.h 2025-01-24T01:37:18.3946470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\isreal_ops.h 2025-01-24T01:37:18.3949632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft.h 2025-01-24T01:37:18.3953367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3957360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_native.h 2025-01-24T01:37:18.3961163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\istft_ops.h 2025-01-24T01:37:18.3965363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced.h 2025-01-24T01:37:18.3969271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.3973262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_native.h 2025-01-24T01:37:18.3977186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_coalesced_ops.h 2025-01-24T01:37:18.3980731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex.h 2025-01-24T01:37:18.3984778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.3988201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_native.h 2025-01-24T01:37:18.3991859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_complex_ops.h 2025-01-24T01:37:18.3995895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj.h 2025-01-24T01:37:18.3999565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4003225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_native.h 2025-01-24T01:37:18.4006934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_conj_ops.h 2025-01-24T01:37:18.4011129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed.h 2025-01-24T01:37:18.4016076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4019901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_native.h 2025-01-24T01:37:18.4023664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_distributed_ops.h 2025-01-24T01:37:18.4027443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point.h 2025-01-24T01:37:18.4031455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4035158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_native.h 2025-01-24T01:37:18.4039107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_floating_point_ops.h 2025-01-24T01:37:18.4042937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference.h 2025-01-24T01:37:18.4047339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4051207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_native.h 2025-01-24T01:37:18.4056314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_inference_ops.h 2025-01-24T01:37:18.4061476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf.h 2025-01-24T01:37:18.4065160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4069010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_native.h 2025-01-24T01:37:18.4072984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_leaf_ops.h 2025-01-24T01:37:18.4078111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg.h 2025-01-24T01:37:18.4082616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4086226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_native.h 2025-01-24T01:37:18.4089863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_neg_ops.h 2025-01-24T01:37:18.4093976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero.h 2025-01-24T01:37:18.4098026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4125059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_native.h 2025-01-24T01:37:18.4128545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_nonzero_ops.h 2025-01-24T01:37:18.4132449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned.h 2025-01-24T01:37:18.4136971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4141296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_native.h 2025-01-24T01:37:18.4145736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_pinned_ops.h 2025-01-24T01:37:18.4150081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size.h 2025-01-24T01:37:18.4154510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4159076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_native.h 2025-01-24T01:37:18.4162857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_same_size_ops.h 2025-01-24T01:37:18.4167496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to.h 2025-01-24T01:37:18.4171584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cpu_dispatch.h 2025-01-24T01:37:18.4175404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_cuda_dispatch.h 2025-01-24T01:37:18.4179180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_native.h 2025-01-24T01:37:18.4183118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_set_to_ops.h 2025-01-24T01:37:18.4187204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed.h 2025-01-24T01:37:18.4191414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4195084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_native.h 2025-01-24T01:37:18.4198866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_signed_ops.h 2025-01-24T01:37:18.4202652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available.h 2025-01-24T01:37:18.4207015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4210876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_native.h 2025-01-24T01:37:18.4214991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\is_vulkan_available_ops.h 2025-01-24T01:37:18.4218951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item.h 2025-01-24T01:37:18.4222807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4226483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_native.h 2025-01-24T01:37:18.4230226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\item_ops.h 2025-01-24T01:37:18.4233716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window.h 2025-01-24T01:37:18.4237542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4241691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_native.h 2025-01-24T01:37:18.4246045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kaiser_window_ops.h 2025-01-24T01:37:18.4250891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div.h 2025-01-24T01:37:18.4253968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4257505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_native.h 2025-01-24T01:37:18.4261135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kl_div_ops.h 2025-01-24T01:37:18.4264747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron.h 2025-01-24T01:37:18.4268954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4272586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_native.h 2025-01-24T01:37:18.4276466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kron_ops.h 2025-01-24T01:37:18.4279937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue.h 2025-01-24T01:37:18.4283564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4287604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4291666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cpu_dispatch.h 2025-01-24T01:37:18.4295697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_cuda_dispatch.h 2025-01-24T01:37:18.4299279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_native.h 2025-01-24T01:37:18.4303170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\kthvalue_ops.h 2025-01-24T01:37:18.4307072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss.h 2025-01-24T01:37:18.4310780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4314336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_native.h 2025-01-24T01:37:18.4318025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\l1_loss_ops.h 2025-01-24T01:37:18.4321803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm.h 2025-01-24T01:37:18.4326050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4329784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_native.h 2025-01-24T01:37:18.4333789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\layer_norm_ops.h 2025-01-24T01:37:18.4337535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm.h 2025-01-24T01:37:18.4341346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4344971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cpu_dispatch.h 2025-01-24T01:37:18.4348762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_cuda_dispatch.h 2025-01-24T01:37:18.4352623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta.h 2025-01-24T01:37:18.4357138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_meta_dispatch.h 2025-01-24T01:37:18.4360929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_native.h 2025-01-24T01:37:18.4364545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lcm_ops.h 2025-01-24T01:37:18.4368240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp.h 2025-01-24T01:37:18.4372254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4375836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_native.h 2025-01-24T01:37:18.4379972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ldexp_ops.h 2025-01-24T01:37:18.4383494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le.h 2025-01-24T01:37:18.4387328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu.h 2025-01-24T01:37:18.4391135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward.h 2025-01-24T01:37:18.4395063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4398849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h 2025-01-24T01:37:18.4402585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h 2025-01-24T01:37:18.4406368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta.h 2025-01-24T01:37:18.4410415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h 2025-01-24T01:37:18.4414505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_native.h 2025-01-24T01:37:18.4418321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_backward_ops.h 2025-01-24T01:37:18.4422463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4426307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h 2025-01-24T01:37:18.4431195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h 2025-01-24T01:37:18.4435017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta.h 2025-01-24T01:37:18.4438738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_meta_dispatch.h 2025-01-24T01:37:18.4442576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_native.h 2025-01-24T01:37:18.4446392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\leaky_relu_ops.h 2025-01-24T01:37:18.4450232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp.h 2025-01-24T01:37:18.4453998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4457691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cpu_dispatch.h 2025-01-24T01:37:18.4461448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_cuda_dispatch.h 2025-01-24T01:37:18.4465174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta.h 2025-01-24T01:37:18.4469288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_meta_dispatch.h 2025-01-24T01:37:18.4473088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_native.h 2025-01-24T01:37:18.4476929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lerp_ops.h 2025-01-24T01:37:18.4480403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less.h 2025-01-24T01:37:18.4484035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4487838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal.h 2025-01-24T01:37:18.4491798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4495409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_native.h 2025-01-24T01:37:18.4499666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_equal_ops.h 2025-01-24T01:37:18.4503407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_native.h 2025-01-24T01:37:18.4507143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\less_ops.h 2025-01-24T01:37:18.4510833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4516179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cpu_dispatch.h 2025-01-24T01:37:18.4520149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_cuda_dispatch.h 2025-01-24T01:37:18.4523640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta.h 2025-01-24T01:37:18.4527204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_meta_dispatch.h 2025-01-24T01:37:18.4531185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_native.h 2025-01-24T01:37:18.4534984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\le_ops.h 2025-01-24T01:37:18.4538408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma.h 2025-01-24T01:37:18.4542937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4546594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cpu_dispatch.h 2025-01-24T01:37:18.4550492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_cuda_dispatch.h 2025-01-24T01:37:18.4554407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta.h 2025-01-24T01:37:18.4558210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_meta_dispatch.h 2025-01-24T01:37:18.4562322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_native.h 2025-01-24T01:37:18.4566041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lgamma_ops.h 2025-01-24T01:37:18.4569769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift.h 2025-01-24T01:37:18.4573540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4577114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh.h 2025-01-24T01:37:18.4581035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4584738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy.h 2025-01-24T01:37:18.4589023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4592972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4596813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_native.h 2025-01-24T01:37:18.4600667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_copy_ops.h 2025-01-24T01:37:18.4604548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_native.h 2025-01-24T01:37:18.4608314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_fresh_ops.h 2025-01-24T01:37:18.4612291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_native.h 2025-01-24T01:37:18.4616139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lift_ops.h 2025-01-24T01:37:18.4619857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky.h 2025-01-24T01:37:18.4624107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4627796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex.h 2025-01-24T01:37:18.4631923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4635684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h 2025-01-24T01:37:18.4639646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h 2025-01-24T01:37:18.4645041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta.h 2025-01-24T01:37:18.4649700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h 2025-01-24T01:37:18.4653629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_native.h 2025-01-24T01:37:18.4657867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ex_ops.h 2025-01-24T01:37:18.4662227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_native.h 2025-01-24T01:37:18.4666078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cholesky_ops.h 2025-01-24T01:37:18.4670304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond.h 2025-01-24T01:37:18.4674683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4678801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_native.h 2025-01-24T01:37:18.4682956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cond_ops.h 2025-01-24T01:37:18.4687375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross.h 2025-01-24T01:37:18.4691768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4695811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h 2025-01-24T01:37:18.4699396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h 2025-01-24T01:37:18.4703342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta.h 2025-01-24T01:37:18.4707495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_meta_dispatch.h 2025-01-24T01:37:18.4711321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_native.h 2025-01-24T01:37:18.4715187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_cross_ops.h 2025-01-24T01:37:18.4719906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det.h 2025-01-24T01:37:18.4724049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4727631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_native.h 2025-01-24T01:37:18.4731639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_det_ops.h 2025-01-24T01:37:18.4735522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal.h 2025-01-24T01:37:18.4739507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4743191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_native.h 2025-01-24T01:37:18.4747167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_diagonal_ops.h 2025-01-24T01:37:18.4750916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig.h 2025-01-24T01:37:18.4755256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh.h 2025-01-24T01:37:18.4759572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4763200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_native.h 2025-01-24T01:37:18.4767201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigh_ops.h 2025-01-24T01:37:18.4770757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals.h 2025-01-24T01:37:18.4774494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh.h 2025-01-24T01:37:18.4778792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4782935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_native.h 2025-01-24T01:37:18.4786781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvalsh_ops.h 2025-01-24T01:37:18.4790914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4795522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h 2025-01-24T01:37:18.4799215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h 2025-01-24T01:37:18.4803130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_native.h 2025-01-24T01:37:18.4807037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eigvals_ops.h 2025-01-24T01:37:18.4810895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h 2025-01-24T01:37:18.4814783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h 2025-01-24T01:37:18.4818699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_native.h 2025-01-24T01:37:18.4822799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_eig_ops.h 2025-01-24T01:37:18.4826654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product.h 2025-01-24T01:37:18.4830563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h 2025-01-24T01:37:18.4834927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h 2025-01-24T01:37:18.4838812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_native.h 2025-01-24T01:37:18.4842484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_householder_product_ops.h 2025-01-24T01:37:18.4846338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv.h 2025-01-24T01:37:18.4850508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4854357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex.h 2025-01-24T01:37:18.4859062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4862816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h 2025-01-24T01:37:18.4866658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h 2025-01-24T01:37:18.4870408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta.h 2025-01-24T01:37:18.4874278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h 2025-01-24T01:37:18.4878104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_native.h 2025-01-24T01:37:18.4882057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ex_ops.h 2025-01-24T01:37:18.4885942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_native.h 2025-01-24T01:37:18.4889945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_inv_ops.h 2025-01-24T01:37:18.4905862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor.h 2025-01-24T01:37:18.4906672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.4907446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex.h 2025-01-24T01:37:18.4908267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4910328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h 2025-01-24T01:37:18.4914251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h 2025-01-24T01:37:18.4918654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h 2025-01-24T01:37:18.4922805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h 2025-01-24T01:37:18.4927222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h 2025-01-24T01:37:18.4930784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h 2025-01-24T01:37:18.4936150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_native.h 2025-01-24T01:37:18.4940945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_factor_ops.h 2025-01-24T01:37:18.4943913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve.h 2025-01-24T01:37:18.4948163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.4952441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h 2025-01-24T01:37:18.4956251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h 2025-01-24T01:37:18.4960884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta.h 2025-01-24T01:37:18.4964915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h 2025-01-24T01:37:18.4969599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_native.h 2025-01-24T01:37:18.4972857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_ldl_solve_ops.h 2025-01-24T01:37:18.4977112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq.h 2025-01-24T01:37:18.4981228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.4984965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h 2025-01-24T01:37:18.4989218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h 2025-01-24T01:37:18.4994276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_native.h 2025-01-24T01:37:18.4998763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lstsq_ops.h 2025-01-24T01:37:18.5003884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu.h 2025-01-24T01:37:18.5007305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5011502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h 2025-01-24T01:37:18.5015536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h 2025-01-24T01:37:18.5019564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor.h 2025-01-24T01:37:18.5023766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5027923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex.h 2025-01-24T01:37:18.5032482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5036123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h 2025-01-24T01:37:18.5040303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h 2025-01-24T01:37:18.5044677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h 2025-01-24T01:37:18.5049512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h 2025-01-24T01:37:18.5052668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_native.h 2025-01-24T01:37:18.5056696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h 2025-01-24T01:37:18.5061081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_native.h 2025-01-24T01:37:18.5064970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_factor_ops.h 2025-01-24T01:37:18.5070242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta.h 2025-01-24T01:37:18.5074340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_meta_dispatch.h 2025-01-24T01:37:18.5078439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_native.h 2025-01-24T01:37:18.5082114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_ops.h 2025-01-24T01:37:18.5086136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve.h 2025-01-24T01:37:18.5090283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5094315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h 2025-01-24T01:37:18.5098323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h 2025-01-24T01:37:18.5102647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta.h 2025-01-24T01:37:18.5107061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h 2025-01-24T01:37:18.5110623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_native.h 2025-01-24T01:37:18.5114614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_lu_solve_ops.h 2025-01-24T01:37:18.5118935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul.h 2025-01-24T01:37:18.5123837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5126861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_native.h 2025-01-24T01:37:18.5130954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matmul_ops.h 2025-01-24T01:37:18.5135758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp.h 2025-01-24T01:37:18.5138923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5151165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h 2025-01-24T01:37:18.5165451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h 2025-01-24T01:37:18.5169255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_native.h 2025-01-24T01:37:18.5173264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_exp_ops.h 2025-01-24T01:37:18.5177418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm.h 2025-01-24T01:37:18.5181844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5186104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_native.h 2025-01-24T01:37:18.5189831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_norm_ops.h 2025-01-24T01:37:18.5194077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power.h 2025-01-24T01:37:18.5198172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5202497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_native.h 2025-01-24T01:37:18.5206289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_power_ops.h 2025-01-24T01:37:18.5209959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank.h 2025-01-24T01:37:18.5214137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5218429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_native.h 2025-01-24T01:37:18.5222006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_matrix_rank_ops.h 2025-01-24T01:37:18.5226168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot.h 2025-01-24T01:37:18.5230477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5234476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_native.h 2025-01-24T01:37:18.5238274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_multi_dot_ops.h 2025-01-24T01:37:18.5242300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm.h 2025-01-24T01:37:18.5246344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5250286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_native.h 2025-01-24T01:37:18.5254436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_norm_ops.h 2025-01-24T01:37:18.5258202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv.h 2025-01-24T01:37:18.5262166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5266141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5270241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5274062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_native.h 2025-01-24T01:37:18.5278062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_pinv_ops.h 2025-01-24T01:37:18.5282347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr.h 2025-01-24T01:37:18.5286183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5290160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h 2025-01-24T01:37:18.5294538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h 2025-01-24T01:37:18.5299083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta.h 2025-01-24T01:37:18.5303277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_meta_dispatch.h 2025-01-24T01:37:18.5308047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_native.h 2025-01-24T01:37:18.5312048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_qr_ops.h 2025-01-24T01:37:18.5316119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet.h 2025-01-24T01:37:18.5320227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5324467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_native.h 2025-01-24T01:37:18.5328028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_slogdet_ops.h 2025-01-24T01:37:18.5331877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve.h 2025-01-24T01:37:18.5335988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5340537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex.h 2025-01-24T01:37:18.5344914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5348638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_native.h 2025-01-24T01:37:18.5353050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ex_ops.h 2025-01-24T01:37:18.5356846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_native.h 2025-01-24T01:37:18.5360631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_ops.h 2025-01-24T01:37:18.5364975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular.h 2025-01-24T01:37:18.5369106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h 2025-01-24T01:37:18.5373352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h 2025-01-24T01:37:18.5377159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_native.h 2025-01-24T01:37:18.5381302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_solve_triangular_ops.h 2025-01-24T01:37:18.5385542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd.h 2025-01-24T01:37:18.5390823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals.h 2025-01-24T01:37:18.5393707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5397807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_native.h 2025-01-24T01:37:18.5401723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svdvals_ops.h 2025-01-24T01:37:18.5405660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5409977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_native.h 2025-01-24T01:37:18.5413911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_svd_ops.h 2025-01-24T01:37:18.5417729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv.h 2025-01-24T01:37:18.5421844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5426301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_native.h 2025-01-24T01:37:18.5430067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorinv_ops.h 2025-01-24T01:37:18.5433871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve.h 2025-01-24T01:37:18.5437884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5441783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_native.h 2025-01-24T01:37:18.5446063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_tensorsolve_ops.h 2025-01-24T01:37:18.5449903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander.h 2025-01-24T01:37:18.5454051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5457972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_native.h 2025-01-24T01:37:18.5461780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vander_ops.h 2025-01-24T01:37:18.5465692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot.h 2025-01-24T01:37:18.5469715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5488371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_native.h 2025-01-24T01:37:18.5492510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vecdot_ops.h 2025-01-24T01:37:18.5496636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm.h 2025-01-24T01:37:18.5501271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5505114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h 2025-01-24T01:37:18.5508689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h 2025-01-24T01:37:18.5512530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta.h 2025-01-24T01:37:18.5516493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h 2025-01-24T01:37:18.5521217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_native.h 2025-01-24T01:37:18.5525417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linalg_vector_norm_ops.h 2025-01-24T01:37:18.5529811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear.h 2025-01-24T01:37:18.5533698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward.h 2025-01-24T01:37:18.5537571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5541413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_native.h 2025-01-24T01:37:18.5545006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_backward_ops.h 2025-01-24T01:37:18.5549049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5552883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5556629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_native.h 2025-01-24T01:37:18.5560922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linear_ops.h 2025-01-24T01:37:18.5564695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace.h 2025-01-24T01:37:18.5568304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5572045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cpu_dispatch.h 2025-01-24T01:37:18.5576046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_cuda_dispatch.h 2025-01-24T01:37:18.5579733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_meta_dispatch.h 2025-01-24T01:37:18.5583461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_native.h 2025-01-24T01:37:18.5588497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\linspace_ops.h 2025-01-24T01:37:18.5592538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log.h 2025-01-24T01:37:18.5596174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10.h 2025-01-24T01:37:18.5599959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5603953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cpu_dispatch.h 2025-01-24T01:37:18.5608243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_cuda_dispatch.h 2025-01-24T01:37:18.5611735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta.h 2025-01-24T01:37:18.5617208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_meta_dispatch.h 2025-01-24T01:37:18.5621059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_native.h 2025-01-24T01:37:18.5624842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log10_ops.h 2025-01-24T01:37:18.5628845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p.h 2025-01-24T01:37:18.5632634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5636262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cpu_dispatch.h 2025-01-24T01:37:18.5640415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_cuda_dispatch.h 2025-01-24T01:37:18.5644673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta.h 2025-01-24T01:37:18.5648425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_meta_dispatch.h 2025-01-24T01:37:18.5652237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_native.h 2025-01-24T01:37:18.5656167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log1p_ops.h 2025-01-24T01:37:18.5661033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2.h 2025-01-24T01:37:18.5664925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5668968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cpu_dispatch.h 2025-01-24T01:37:18.5672552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_cuda_dispatch.h 2025-01-24T01:37:18.5676231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta.h 2025-01-24T01:37:18.5680327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_meta_dispatch.h 2025-01-24T01:37:18.5684146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_native.h 2025-01-24T01:37:18.5687661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log2_ops.h 2025-01-24T01:37:18.5691653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp.h 2025-01-24T01:37:18.5695576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2.h 2025-01-24T01:37:18.5700339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5704803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h 2025-01-24T01:37:18.5709443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h 2025-01-24T01:37:18.5713949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta.h 2025-01-24T01:37:18.5718195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_meta_dispatch.h 2025-01-24T01:37:18.5723124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_native.h 2025-01-24T01:37:18.5728172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp2_ops.h 2025-01-24T01:37:18.5732977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5737056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cpu_dispatch.h 2025-01-24T01:37:18.5740974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_cuda_dispatch.h 2025-01-24T01:37:18.5744795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta.h 2025-01-24T01:37:18.5748925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_meta_dispatch.h 2025-01-24T01:37:18.5753225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_native.h 2025-01-24T01:37:18.5758333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logaddexp_ops.h 2025-01-24T01:37:18.5761764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp.h 2025-01-24T01:37:18.5765703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5769870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5773806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_native.h 2025-01-24T01:37:18.5777832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logcumsumexp_ops.h 2025-01-24T01:37:18.5781819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet.h 2025-01-24T01:37:18.5785684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5789752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_native.h 2025-01-24T01:37:18.5793247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logdet_ops.h 2025-01-24T01:37:18.5797446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and.h 2025-01-24T01:37:18.5801403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5804900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cpu_dispatch.h 2025-01-24T01:37:18.5809619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_cuda_dispatch.h 2025-01-24T01:37:18.5813685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_native.h 2025-01-24T01:37:18.5817484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_and_ops.h 2025-01-24T01:37:18.5821359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not.h 2025-01-24T01:37:18.5825559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5829328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cpu_dispatch.h 2025-01-24T01:37:18.5833266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_cuda_dispatch.h 2025-01-24T01:37:18.5837374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_native.h 2025-01-24T01:37:18.5841085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_not_ops.h 2025-01-24T01:37:18.5845059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or.h 2025-01-24T01:37:18.5848993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5852881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cpu_dispatch.h 2025-01-24T01:37:18.5856722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_cuda_dispatch.h 2025-01-24T01:37:18.5860505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_native.h 2025-01-24T01:37:18.5864291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_or_ops.h 2025-01-24T01:37:18.5868648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor.h 2025-01-24T01:37:18.5873309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5876870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cpu_dispatch.h 2025-01-24T01:37:18.5880714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_cuda_dispatch.h 2025-01-24T01:37:18.5884549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_native.h 2025-01-24T01:37:18.5888407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logical_xor_ops.h 2025-01-24T01:37:18.5892626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit.h 2025-01-24T01:37:18.5896363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward.h 2025-01-24T01:37:18.5900522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5904306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cpu_dispatch.h 2025-01-24T01:37:18.5908175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_cuda_dispatch.h 2025-01-24T01:37:18.5911964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta.h 2025-01-24T01:37:18.5915996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_meta_dispatch.h 2025-01-24T01:37:18.5919869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_native.h 2025-01-24T01:37:18.5924121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_backward_ops.h 2025-01-24T01:37:18.5927815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cpu_dispatch.h 2025-01-24T01:37:18.5931794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_cuda_dispatch.h 2025-01-24T01:37:18.5935715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_meta_dispatch.h 2025-01-24T01:37:18.5939664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_native.h 2025-01-24T01:37:18.5943995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logit_ops.h 2025-01-24T01:37:18.5948309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace.h 2025-01-24T01:37:18.5952715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5956705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cpu_dispatch.h 2025-01-24T01:37:18.5960484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_cuda_dispatch.h 2025-01-24T01:37:18.5964293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_meta_dispatch.h 2025-01-24T01:37:18.5968177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_native.h 2025-01-24T01:37:18.5972239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logspace_ops.h 2025-01-24T01:37:18.5976703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp.h 2025-01-24T01:37:18.5980587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.5985153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.5989022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.5992935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_native.h 2025-01-24T01:37:18.5996734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\logsumexp_ops.h 2025-01-24T01:37:18.6001108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6004764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cpu_dispatch.h 2025-01-24T01:37:18.6008474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_cuda_dispatch.h 2025-01-24T01:37:18.6012380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta.h 2025-01-24T01:37:18.6016043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_meta_dispatch.h 2025-01-24T01:37:18.6019758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_native.h 2025-01-24T01:37:18.6023759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal.h 2025-01-24T01:37:18.6027938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6032219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cpu_dispatch.h 2025-01-24T01:37:18.6036213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_cuda_dispatch.h 2025-01-24T01:37:18.6039963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_meta_dispatch.h 2025-01-24T01:37:18.6044796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_native.h 2025-01-24T01:37:18.6047591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_normal_ops.h 2025-01-24T01:37:18.6051501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_ops.h 2025-01-24T01:37:18.6054950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid.h 2025-01-24T01:37:18.6058854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward.h 2025-01-24T01:37:18.6063156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h 2025-01-24T01:37:18.6067738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h 2025-01-24T01:37:18.6070795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_native.h 2025-01-24T01:37:18.6074679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_backward_ops.h 2025-01-24T01:37:18.6079742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6084683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward.h 2025-01-24T01:37:18.6088099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h 2025-01-24T01:37:18.6092896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h 2025-01-24T01:37:18.6097133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_native.h 2025-01-24T01:37:18.6100681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_forward_ops.h 2025-01-24T01:37:18.6104677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_native.h 2025-01-24T01:37:18.6108612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_sigmoid_ops.h 2025-01-24T01:37:18.6113218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax.h 2025-01-24T01:37:18.6116533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6120593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6124796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_native.h 2025-01-24T01:37:18.6128266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\log_softmax_ops.h 2025-01-24T01:37:18.6132433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift.h 2025-01-24T01:37:18.6136233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6139924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cpu_dispatch.h 2025-01-24T01:37:18.6144036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_cuda_dispatch.h 2025-01-24T01:37:18.6161523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_meta_dispatch.h 2025-01-24T01:37:18.6161761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_native.h 2025-01-24T01:37:18.6161980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lshift_ops.h 2025-01-24T01:37:18.6162179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm.h 2025-01-24T01:37:18.6165220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell.h 2025-01-24T01:37:18.6169249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6173512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_native.h 2025-01-24T01:37:18.6177275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_cell_ops.h 2025-01-24T01:37:18.6181295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6185197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward.h 2025-01-24T01:37:18.6189139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6192960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_native.h 2025-01-24T01:37:18.6196828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_mps_backward_ops.h 2025-01-24T01:37:18.6200752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_native.h 2025-01-24T01:37:18.6204920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lstm_ops.h 2025-01-24T01:37:18.6208564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt.h 2025-01-24T01:37:18.6233853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6237476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cpu_dispatch.h 2025-01-24T01:37:18.6241680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_cuda_dispatch.h 2025-01-24T01:37:18.6246194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta.h 2025-01-24T01:37:18.6249831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_meta_dispatch.h 2025-01-24T01:37:18.6253692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_native.h 2025-01-24T01:37:18.6257672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lt_ops.h 2025-01-24T01:37:18.6261455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve.h 2025-01-24T01:37:18.6265923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6269694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_native.h 2025-01-24T01:37:18.6273637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_solve_ops.h 2025-01-24T01:37:18.6277276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack.h 2025-01-24T01:37:18.6281127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6284701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h 2025-01-24T01:37:18.6288247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h 2025-01-24T01:37:18.6292092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta.h 2025-01-24T01:37:18.6295875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_meta_dispatch.h 2025-01-24T01:37:18.6300234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_native.h 2025-01-24T01:37:18.6304615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\lu_unpack_ops.h 2025-01-24T01:37:18.6308514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss.h 2025-01-24T01:37:18.6312440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6316091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_native.h 2025-01-24T01:37:18.6320040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\margin_ranking_loss_ops.h 2025-01-24T01:37:18.6324080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill.h 2025-01-24T01:37:18.6327793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6331570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cpu_dispatch.h 2025-01-24T01:37:18.6336228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_cuda_dispatch.h 2025-01-24T01:37:18.6339968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_meta_dispatch.h 2025-01-24T01:37:18.6343998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_native.h 2025-01-24T01:37:18.6347425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_fill_ops.h 2025-01-24T01:37:18.6351100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter.h 2025-01-24T01:37:18.6354942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward.h 2025-01-24T01:37:18.6359406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6362996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_native.h 2025-01-24T01:37:18.6366899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_backward_ops.h 2025-01-24T01:37:18.6370819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6375066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h 2025-01-24T01:37:18.6379209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h 2025-01-24T01:37:18.6383089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_meta_dispatch.h 2025-01-24T01:37:18.6387079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_native.h 2025-01-24T01:37:18.6390973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_scatter_ops.h 2025-01-24T01:37:18.6395154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select.h 2025-01-24T01:37:18.6399825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward.h 2025-01-24T01:37:18.6403281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6407193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_native.h 2025-01-24T01:37:18.6411558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_backward_ops.h 2025-01-24T01:37:18.6415431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cpu_dispatch.h 2025-01-24T01:37:18.6419488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_cuda_dispatch.h 2025-01-24T01:37:18.6423832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_native.h 2025-01-24T01:37:18.6428948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\masked_select_ops.h 2025-01-24T01:37:18.6431693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul.h 2025-01-24T01:37:18.6435404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward.h 2025-01-24T01:37:18.6439941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6443867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_native.h 2025-01-24T01:37:18.6447843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_backward_ops.h 2025-01-24T01:37:18.6452332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6455983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_native.h 2025-01-24T01:37:18.6459982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matmul_ops.h 2025-01-24T01:37:18.6464001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp.h 2025-01-24T01:37:18.6467655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward.h 2025-01-24T01:37:18.6472297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6475961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_native.h 2025-01-24T01:37:18.6480663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_backward_ops.h 2025-01-24T01:37:18.6483688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6487954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_native.h 2025-01-24T01:37:18.6492072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_exp_ops.h 2025-01-24T01:37:18.6497701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H.h 2025-01-24T01:37:18.6500202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6504204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_native.h 2025-01-24T01:37:18.6508911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_H_ops.h 2025-01-24T01:37:18.6511898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power.h 2025-01-24T01:37:18.6515999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6520980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_native.h 2025-01-24T01:37:18.6525765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\matrix_power_ops.h 2025-01-24T01:37:18.6528908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max.h 2025-01-24T01:37:18.6532674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum.h 2025-01-24T01:37:18.6537541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6541239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cpu_dispatch.h 2025-01-24T01:37:18.6544892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_cuda_dispatch.h 2025-01-24T01:37:18.6549810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta.h 2025-01-24T01:37:18.6553719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_meta_dispatch.h 2025-01-24T01:37:18.6557607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_native.h 2025-01-24T01:37:18.6561775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\maximum_ops.h 2025-01-24T01:37:18.6566158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6569813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6574465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cpu_dispatch.h 2025-01-24T01:37:18.6578243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_cuda_dispatch.h 2025-01-24T01:37:18.6582269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta.h 2025-01-24T01:37:18.6586129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_meta_dispatch.h 2025-01-24T01:37:18.6590335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_native.h 2025-01-24T01:37:18.6594107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_ops.h 2025-01-24T01:37:18.6597734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d.h 2025-01-24T01:37:18.6601604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6605707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_native.h 2025-01-24T01:37:18.6610185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_ops.h 2025-01-24T01:37:18.6613927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices.h 2025-01-24T01:37:18.6618698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6622120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_native.h 2025-01-24T01:37:18.6626121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool1d_with_indices_ops.h 2025-01-24T01:37:18.6630349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d.h 2025-01-24T01:37:18.6633622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward.h 2025-01-24T01:37:18.6638002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6642004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_native.h 2025-01-24T01:37:18.6645896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_backward_ops.h 2025-01-24T01:37:18.6657493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6657744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_native.h 2025-01-24T01:37:18.6659970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_ops.h 2025-01-24T01:37:18.6664827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices.h 2025-01-24T01:37:18.6669415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward.h 2025-01-24T01:37:18.6673153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6677063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h 2025-01-24T01:37:18.6681242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h 2025-01-24T01:37:18.6684949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h 2025-01-24T01:37:18.6688891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h 2025-01-24T01:37:18.6693459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h 2025-01-24T01:37:18.6697268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h 2025-01-24T01:37:18.6701523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6705262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h 2025-01-24T01:37:18.6709312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h 2025-01-24T01:37:18.6713335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta.h 2025-01-24T01:37:18.6717401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h 2025-01-24T01:37:18.6721389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_native.h 2025-01-24T01:37:18.6725108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool2d_with_indices_ops.h 2025-01-24T01:37:18.6728745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d.h 2025-01-24T01:37:18.6732816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6736501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_native.h 2025-01-24T01:37:18.6740828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_ops.h 2025-01-24T01:37:18.6744694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices.h 2025-01-24T01:37:18.6748516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward.h 2025-01-24T01:37:18.6753539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h 2025-01-24T01:37:18.6757512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h 2025-01-24T01:37:18.6762574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h 2025-01-24T01:37:18.6766997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h 2025-01-24T01:37:18.6771593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h 2025-01-24T01:37:18.6775872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h 2025-01-24T01:37:18.6779678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_native.h 2025-01-24T01:37:18.6783806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_pool3d_with_indices_ops.h 2025-01-24T01:37:18.6787610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d.h 2025-01-24T01:37:18.6791277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h 2025-01-24T01:37:18.6795528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h 2025-01-24T01:37:18.6799996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_native.h 2025-01-24T01:37:18.6804279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool2d_ops.h 2025-01-24T01:37:18.6807957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d.h 2025-01-24T01:37:18.6812153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h 2025-01-24T01:37:18.6816424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h 2025-01-24T01:37:18.6820224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_native.h 2025-01-24T01:37:18.6824146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\max_unpool3d_ops.h 2025-01-24T01:37:18.6827916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean.h 2025-01-24T01:37:18.6831978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6835708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6839475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6843858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cpu_dispatch.h 2025-01-24T01:37:18.6847900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_cuda_dispatch.h 2025-01-24T01:37:18.6851597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta.h 2025-01-24T01:37:18.6855510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_meta_dispatch.h 2025-01-24T01:37:18.6862721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_native.h 2025-01-24T01:37:18.6865408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mean_ops.h 2025-01-24T01:37:18.6869061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median.h 2025-01-24T01:37:18.6873903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.6878580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6883081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cpu_dispatch.h 2025-01-24T01:37:18.6886948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_cuda_dispatch.h 2025-01-24T01:37:18.6890685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_native.h 2025-01-24T01:37:18.6894368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\median_ops.h 2025-01-24T01:37:18.6898174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid.h 2025-01-24T01:37:18.6901859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6906135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_native.h 2025-01-24T01:37:18.6909659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\meshgrid_ops.h 2025-01-24T01:37:18.6913269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH.h 2025-01-24T01:37:18.6916849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6920419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_native.h 2025-01-24T01:37:18.6924259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mH_ops.h 2025-01-24T01:37:18.6927560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min.h 2025-01-24T01:37:18.6931107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum.h 2025-01-24T01:37:18.6934989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6939220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cpu_dispatch.h 2025-01-24T01:37:18.6942824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_cuda_dispatch.h 2025-01-24T01:37:18.6947116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta.h 2025-01-24T01:37:18.6950890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_meta_dispatch.h 2025-01-24T01:37:18.6954629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_native.h 2025-01-24T01:37:18.6958668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\minimum_ops.h 2025-01-24T01:37:18.6962824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.6966746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.6970619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cpu_dispatch.h 2025-01-24T01:37:18.6975218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_cuda_dispatch.h 2025-01-24T01:37:18.6979160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta.h 2025-01-24T01:37:18.6982972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_meta_dispatch.h 2025-01-24T01:37:18.6986370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_native.h 2025-01-24T01:37:18.6990073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\min_ops.h 2025-01-24T01:37:18.6993593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm.h 2025-01-24T01:37:18.6997490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward.h 2025-01-24T01:37:18.7001540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7005867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h 2025-01-24T01:37:18.7010350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_native.h 2025-01-24T01:37:18.7014081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h 2025-01-24T01:37:18.7018444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7023244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h 2025-01-24T01:37:18.7027051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_native.h 2025-01-24T01:37:18.7030907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_batch_norm_ops.h 2025-01-24T01:37:18.7034950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution.h 2025-01-24T01:37:18.7038751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu.h 2025-01-24T01:37:18.7043075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h 2025-01-24T01:37:18.7046738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_native.h 2025-01-24T01:37:18.7050636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h 2025-01-24T01:37:18.7054877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7059262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h 2025-01-24T01:37:18.7062970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_native.h 2025-01-24T01:37:18.7067156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_ops.h 2025-01-24T01:37:18.7071371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu.h 2025-01-24T01:37:18.7076125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h 2025-01-24T01:37:18.7080757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_native.h 2025-01-24T01:37:18.7084550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_relu_ops.h 2025-01-24T01:37:18.7089298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose.h 2025-01-24T01:37:18.7093719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7098210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h 2025-01-24T01:37:18.7102058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_native.h 2025-01-24T01:37:18.7106127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_convolution_transpose_ops.h 2025-01-24T01:37:18.7110200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution.h 2025-01-24T01:37:18.7114311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7118739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h 2025-01-24T01:37:18.7122888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_native.h 2025-01-24T01:37:18.7127052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h 2025-01-24T01:37:18.7131232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn.h 2025-01-24T01:37:18.7135621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward.h 2025-01-24T01:37:18.7139725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7144131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h 2025-01-24T01:37:18.7147848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_native.h 2025-01-24T01:37:18.7152454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_backward_ops.h 2025-01-24T01:37:18.7157058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7161700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h 2025-01-24T01:37:18.7167177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_native.h 2025-01-24T01:37:18.7172041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\miopen_rnn_ops.h 2025-01-24T01:37:18.7176258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish.h 2025-01-24T01:37:18.7180114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward.h 2025-01-24T01:37:18.7185720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.7189049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cpu_dispatch.h 2025-01-24T01:37:18.7193324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_cuda_dispatch.h 2025-01-24T01:37:18.7197572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_native.h 2025-01-24T01:37:18.7201466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_backward_ops.h 2025-01-24T01:37:18.7205765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.7209515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cpu_dispatch.h 2025-01-24T01:37:18.7214020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_cuda_dispatch.h 2025-01-24T01:37:18.7218325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta.h 2025-01-24T01:37:18.7221907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_meta_dispatch.h 2025-01-24T01:37:18.7225827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_native.h 2025-01-24T01:37:18.7230483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mish_ops.h 2025-01-24T01:37:18.7234064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h 2025-01-24T01:37:18.7237816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h 2025-01-24T01:37:18.7241706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7245497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h 2025-01-24T01:37:18.7249581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h 2025-01-24T01:37:18.7253849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h 2025-01-24T01:37:18.7257836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h 2025-01-24T01:37:18.7262123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution.h 2025-01-24T01:37:18.7266015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7269911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_native.h 2025-01-24T01:37:18.7290781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_convolution_ops.h 2025-01-24T01:37:18.7294787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear.h 2025-01-24T01:37:18.7298871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward.h 2025-01-24T01:37:18.7303688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7307952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input.h 2025-01-24T01:37:18.7312648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7316416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h 2025-01-24T01:37:18.7320430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h 2025-01-24T01:37:18.7324274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_native.h 2025-01-24T01:37:18.7328315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_ops.h 2025-01-24T01:37:18.7332274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights.h 2025-01-24T01:37:18.7336333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7340232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h 2025-01-24T01:37:18.7344152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h 2025-01-24T01:37:18.7348506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7352534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_native.h 2025-01-24T01:37:18.7357096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_linear_ops.h 2025-01-24T01:37:18.7361451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d.h 2025-01-24T01:37:18.7365857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h 2025-01-24T01:37:18.7370565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7374504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h 2025-01-24T01:37:18.7379080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h 2025-01-24T01:37:18.7383233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7387314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_native.h 2025-01-24T01:37:18.7391078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h 2025-01-24T01:37:18.7395037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d.h 2025-01-24T01:37:18.7399209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h 2025-01-24T01:37:18.7403680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7407838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h 2025-01-24T01:37:18.7412184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h 2025-01-24T01:37:18.7416608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7420617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_native.h 2025-01-24T01:37:18.7424897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h 2025-01-24T01:37:18.7428855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h 2025-01-24T01:37:18.7432997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7436850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h 2025-01-24T01:37:18.7440856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h 2025-01-24T01:37:18.7444793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h 2025-01-24T01:37:18.7448933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7453076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h 2025-01-24T01:37:18.7457303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h 2025-01-24T01:37:18.7461334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer.h 2025-01-24T01:37:18.7465598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h 2025-01-24T01:37:18.7470091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7475029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h 2025-01-24T01:37:18.7477994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h 2025-01-24T01:37:18.7482762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h 2025-01-24T01:37:18.7486965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7491614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h 2025-01-24T01:37:18.7495675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_native.h 2025-01-24T01:37:18.7500426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h 2025-01-24T01:37:18.7504602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm.h 2025-01-24T01:37:18.7508350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.7512419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cpu_dispatch.h 2025-01-24T01:37:18.7516205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_cuda_dispatch.h 2025-01-24T01:37:18.7519942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta.h 2025-01-24T01:37:18.7523804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_meta_dispatch.h 2025-01-24T01:37:18.7527782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_native.h 2025-01-24T01:37:18.7531667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mm_ops.h 2025-01-24T01:37:18.7535473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode.h 2025-01-24T01:37:18.7539567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.7542956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.7546761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cpu_dispatch.h 2025-01-24T01:37:18.7550643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_cuda_dispatch.h 2025-01-24T01:37:18.7554896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_native.h 2025-01-24T01:37:18.7558626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mode_ops.h 2025-01-24T01:37:18.8740120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis.h 2025-01-24T01:37:18.8745936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.8751029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_native.h 2025-01-24T01:37:18.8755949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\moveaxis_ops.h 2025-01-24T01:37:18.8761172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim.h 2025-01-24T01:37:18.8765510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.8770051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_native.h 2025-01-24T01:37:18.8774779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\movedim_ops.h 2025-01-24T01:37:18.8779813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward.h 2025-01-24T01:37:18.8785045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.8789588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_native.h 2025-01-24T01:37:18.8794531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_backward_ops.h 2025-01-24T01:37:18.8800088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward.h 2025-01-24T01:37:18.8805581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.8810860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h 2025-01-24T01:37:18.8815796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h 2025-01-24T01:37:18.8819777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss.h 2025-01-24T01:37:18.8823479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward.h 2025-01-24T01:37:18.8827327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h 2025-01-24T01:37:18.8831659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h 2025-01-24T01:37:18.8835568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_native.h 2025-01-24T01:37:18.8839348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_backward_ops.h 2025-01-24T01:37:18.8843926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.8847939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cpu_dispatch.h 2025-01-24T01:37:18.8852027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_cuda_dispatch.h 2025-01-24T01:37:18.8856057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta.h 2025-01-24T01:37:18.8860382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_meta_dispatch.h 2025-01-24T01:37:18.8864277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_native.h 2025-01-24T01:37:18.8868221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mse_loss_ops.h 2025-01-24T01:37:18.8872127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort.h 2025-01-24T01:37:18.8875997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.8879637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_native.h 2025-01-24T01:37:18.8883452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\msort_ops.h 2025-01-24T01:37:18.8887213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT.h 2025-01-24T01:37:18.8891400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.8895490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_native.h 2025-01-24T01:37:18.8899391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mT_ops.h 2025-01-24T01:37:18.8902958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul.h 2025-01-24T01:37:18.8906433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss.h 2025-01-24T01:37:18.8911272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward.h 2025-01-24T01:37:18.8914555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h 2025-01-24T01:37:18.8918420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h 2025-01-24T01:37:18.8922548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h 2025-01-24T01:37:18.8926625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h 2025-01-24T01:37:18.8930661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.8934554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward.h 2025-01-24T01:37:18.8939396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h 2025-01-24T01:37:18.8942662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h 2025-01-24T01:37:18.8946839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h 2025-01-24T01:37:18.8951249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h 2025-01-24T01:37:18.8956230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_native.h 2025-01-24T01:37:18.8960545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multilabel_margin_loss_ops.h 2025-01-24T01:37:18.8965349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial.h 2025-01-24T01:37:18.8969095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cpu_dispatch.h 2025-01-24T01:37:18.8973244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_cuda_dispatch.h 2025-01-24T01:37:18.8977100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_native.h 2025-01-24T01:37:18.8980986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multinomial_ops.h 2025-01-24T01:37:18.8985200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply.h 2025-01-24T01:37:18.8989416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.8993194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_native.h 2025-01-24T01:37:18.8996991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multiply_ops.h 2025-01-24T01:37:18.9000921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss.h 2025-01-24T01:37:18.9004909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward.h 2025-01-24T01:37:18.9008816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h 2025-01-24T01:37:18.9013250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h 2025-01-24T01:37:18.9017090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_native.h 2025-01-24T01:37:18.9021032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_backward_ops.h 2025-01-24T01:37:18.9025234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h 2025-01-24T01:37:18.9029203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h 2025-01-24T01:37:18.9033052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_native.h 2025-01-24T01:37:18.9036925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\multi_margin_loss_ops.h 2025-01-24T01:37:18.9040825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9044652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9048404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cpu_dispatch.h 2025-01-24T01:37:18.9052370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_cuda_dispatch.h 2025-01-24T01:37:18.9056111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta.h 2025-01-24T01:37:18.9059773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_meta_dispatch.h 2025-01-24T01:37:18.9063297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_native.h 2025-01-24T01:37:18.9082842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mul_ops.h 2025-01-24T01:37:18.9086128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv.h 2025-01-24T01:37:18.9089740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma.h 2025-01-24T01:37:18.9093556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9098571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h 2025-01-24T01:37:18.9102454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h 2025-01-24T01:37:18.9106441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_native.h 2025-01-24T01:37:18.9110681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mvlgamma_ops.h 2025-01-24T01:37:18.9114663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9118430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_native.h 2025-01-24T01:37:18.9122292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\mv_ops.h 2025-01-24T01:37:18.9125790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean.h 2025-01-24T01:37:18.9129708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9133621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_native.h 2025-01-24T01:37:18.9137882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmean_ops.h 2025-01-24T01:37:18.9141969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian.h 2025-01-24T01:37:18.9145898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9149830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9154028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cpu_dispatch.h 2025-01-24T01:37:18.9158213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_cuda_dispatch.h 2025-01-24T01:37:18.9162083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_native.h 2025-01-24T01:37:18.9166055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanmedian_ops.h 2025-01-24T01:37:18.9169829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile.h 2025-01-24T01:37:18.9173865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9177493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_native.h 2025-01-24T01:37:18.9181243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nanquantile_ops.h 2025-01-24T01:37:18.9185024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum.h 2025-01-24T01:37:18.9188750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cpu_dispatch.h 2025-01-24T01:37:18.9192505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_cuda_dispatch.h 2025-01-24T01:37:18.9196309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_native.h 2025-01-24T01:37:18.9199977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nansum_ops.h 2025-01-24T01:37:18.9203750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num.h 2025-01-24T01:37:18.9207563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9211951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h 2025-01-24T01:37:18.9215367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h 2025-01-24T01:37:18.9219533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_native.h 2025-01-24T01:37:18.9223618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nan_to_num_ops.h 2025-01-24T01:37:18.9227140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow.h 2025-01-24T01:37:18.9230953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9234907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy.h 2025-01-24T01:37:18.9238768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9242451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h 2025-01-24T01:37:18.9247048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_native.h 2025-01-24T01:37:18.9251194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_copy_ops.h 2025-01-24T01:37:18.9254763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_native.h 2025-01-24T01:37:18.9258452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\narrow_ops.h 2025-01-24T01:37:18.9262210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm.h 2025-01-24T01:37:18.9266014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward.h 2025-01-24T01:37:18.9270385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9274356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h 2025-01-24T01:37:18.9278275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h 2025-01-24T01:37:18.9286380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_native.h 2025-01-24T01:37:18.9290750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_backward_ops.h 2025-01-24T01:37:18.9294554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h 2025-01-24T01:37:18.9298369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h 2025-01-24T01:37:18.9302380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_native.h 2025-01-24T01:37:18.9306255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_batch_norm_ops.h 2025-01-24T01:37:18.9310334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle.h 2025-01-24T01:37:18.9314391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9318365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h 2025-01-24T01:37:18.9322002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_native.h 2025-01-24T01:37:18.9326257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_channel_shuffle_ops.h 2025-01-24T01:37:18.9330287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout.h 2025-01-24T01:37:18.9334067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward.h 2025-01-24T01:37:18.9338242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9342437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h 2025-01-24T01:37:18.9346336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h 2025-01-24T01:37:18.9351317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_native.h 2025-01-24T01:37:18.9355945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_backward_ops.h 2025-01-24T01:37:18.9359965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9363842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cpu_dispatch.h 2025-01-24T01:37:18.9367727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_cuda_dispatch.h 2025-01-24T01:37:18.9372042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_native.h 2025-01-24T01:37:18.9376156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_dropout_ops.h 2025-01-24T01:37:18.9380062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm.h 2025-01-24T01:37:18.9384388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward.h 2025-01-24T01:37:18.9389004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9392785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h 2025-01-24T01:37:18.9397025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h 2025-01-24T01:37:18.9401033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_native.h 2025-01-24T01:37:18.9405123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_backward_ops.h 2025-01-24T01:37:18.9409161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9413291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h 2025-01-24T01:37:18.9417307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h 2025-01-24T01:37:18.9421514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_native.h 2025-01-24T01:37:18.9425319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_group_norm_ops.h 2025-01-24T01:37:18.9429829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm.h 2025-01-24T01:37:18.9434061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward.h 2025-01-24T01:37:18.9438429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9442509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h 2025-01-24T01:37:18.9446547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h 2025-01-24T01:37:18.9451381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_native.h 2025-01-24T01:37:18.9455383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_backward_ops.h 2025-01-24T01:37:18.9459717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9463480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h 2025-01-24T01:37:18.9467531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h 2025-01-24T01:37:18.9471555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_native.h 2025-01-24T01:37:18.9475572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_layer_norm_ops.h 2025-01-24T01:37:18.9479695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm.h 2025-01-24T01:37:18.9483662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9487514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_native.h 2025-01-24T01:37:18.9491557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\native_norm_ops.h 2025-01-24T01:37:18.9495885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne.h 2025-01-24T01:37:18.9499426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg.h 2025-01-24T01:37:18.9503224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative.h 2025-01-24T01:37:18.9507175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9510776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_native.h 2025-01-24T01:37:18.9514539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\negative_ops.h 2025-01-24T01:37:18.9518543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9522196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cpu_dispatch.h 2025-01-24T01:37:18.9525918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_cuda_dispatch.h 2025-01-24T01:37:18.9529904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta.h 2025-01-24T01:37:18.9550967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_meta_dispatch.h 2025-01-24T01:37:18.9555223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_native.h 2025-01-24T01:37:18.9558843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\neg_ops.h 2025-01-24T01:37:18.9563094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor.h 2025-01-24T01:37:18.9566224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9569943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_native.h 2025-01-24T01:37:18.9574620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nested_to_padded_tensor_ops.h 2025-01-24T01:37:18.9578263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty.h 2025-01-24T01:37:18.9582677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9586489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_native.h 2025-01-24T01:37:18.9590219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_ops.h 2025-01-24T01:37:18.9594396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided.h 2025-01-24T01:37:18.9598540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9603147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9606479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_native.h 2025-01-24T01:37:18.9610417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_empty_strided_ops.h 2025-01-24T01:37:18.9614532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full.h 2025-01-24T01:37:18.9618323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9622028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_native.h 2025-01-24T01:37:18.9625882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_full_ops.h 2025-01-24T01:37:18.9629779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones.h 2025-01-24T01:37:18.9634804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9638656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_native.h 2025-01-24T01:37:18.9642860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_ones_ops.h 2025-01-24T01:37:18.9646432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros.h 2025-01-24T01:37:18.9650742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9654434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_native.h 2025-01-24T01:37:18.9658032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\new_zeros_ops.h 2025-01-24T01:37:18.9670212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter.h 2025-01-24T01:37:18.9670982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9671779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cpu_dispatch.h 2025-01-24T01:37:18.9676138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_cuda_dispatch.h 2025-01-24T01:37:18.9679768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta.h 2025-01-24T01:37:18.9684274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_meta_dispatch.h 2025-01-24T01:37:18.9688272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_native.h 2025-01-24T01:37:18.9692175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nextafter_ops.h 2025-01-24T01:37:18.9696927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9700573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cpu_dispatch.h 2025-01-24T01:37:18.9704740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_cuda_dispatch.h 2025-01-24T01:37:18.9708138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta.h 2025-01-24T01:37:18.9711697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_meta_dispatch.h 2025-01-24T01:37:18.9715697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_native.h 2025-01-24T01:37:18.9721697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ne_ops.h 2025-01-24T01:37:18.9725216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss.h 2025-01-24T01:37:18.9729070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d.h 2025-01-24T01:37:18.9732854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward.h 2025-01-24T01:37:18.9736655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h 2025-01-24T01:37:18.9740458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h 2025-01-24T01:37:18.9744235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_native.h 2025-01-24T01:37:18.9748118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_backward_ops.h 2025-01-24T01:37:18.9752310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9756342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward.h 2025-01-24T01:37:18.9760289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h 2025-01-24T01:37:18.9764109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h 2025-01-24T01:37:18.9767902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_native.h 2025-01-24T01:37:18.9772043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_forward_ops.h 2025-01-24T01:37:18.9776041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_native.h 2025-01-24T01:37:18.9779801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss2d_ops.h 2025-01-24T01:37:18.9783664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward.h 2025-01-24T01:37:18.9787766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9792651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h 2025-01-24T01:37:18.9796554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h 2025-01-24T01:37:18.9800253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta.h 2025-01-24T01:37:18.9804088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h 2025-01-24T01:37:18.9808248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_native.h 2025-01-24T01:37:18.9812193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_backward_ops.h 2025-01-24T01:37:18.9816155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9820125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward.h 2025-01-24T01:37:18.9824234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9828182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h 2025-01-24T01:37:18.9832643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h 2025-01-24T01:37:18.9836746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta.h 2025-01-24T01:37:18.9841049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h 2025-01-24T01:37:18.9844876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_native.h 2025-01-24T01:37:18.9849228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_forward_ops.h 2025-01-24T01:37:18.9853158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_native.h 2025-01-24T01:37:18.9856925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd.h 2025-01-24T01:37:18.9861129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9864935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_native.h 2025-01-24T01:37:18.9868689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_nd_ops.h 2025-01-24T01:37:18.9873064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nll_loss_ops.h 2025-01-24T01:37:18.9876797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero.h 2025-01-24T01:37:18.9880324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cpu_dispatch.h 2025-01-24T01:37:18.9884324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_cuda_dispatch.h 2025-01-24T01:37:18.9888095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_native.h 2025-01-24T01:37:18.9891875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy.h 2025-01-24T01:37:18.9896018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9900378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_native.h 2025-01-24T01:37:18.9904205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_numpy_ops.h 2025-01-24T01:37:18.9908701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_ops.h 2025-01-24T01:37:18.9911985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static.h 2025-01-24T01:37:18.9915981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h 2025-01-24T01:37:18.9919957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h 2025-01-24T01:37:18.9924188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_native.h 2025-01-24T01:37:18.9928165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nonzero_static_ops.h 2025-01-24T01:37:18.9932317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm.h 2025-01-24T01:37:18.9935874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal.h 2025-01-24T01:37:18.9939681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9943490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cpu_dispatch.h 2025-01-24T01:37:18.9947334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_cuda_dispatch.h 2025-01-24T01:37:18.9951145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_meta_dispatch.h 2025-01-24T01:37:18.9955283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_native.h 2025-01-24T01:37:18.9959050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\normal_ops.h 2025-01-24T01:37:18.9963168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:18.9967408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:18.9971833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9975278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cpu_dispatch.h 2025-01-24T01:37:18.9979342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_cuda_dispatch.h 2025-01-24T01:37:18.9983185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim.h 2025-01-24T01:37:18.9988917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:18.9991763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_native.h 2025-01-24T01:37:18.9995782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_except_dim_ops.h 2025-01-24T01:37:19.0000162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta.h 2025-01-24T01:37:19.0003533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_meta_dispatch.h 2025-01-24T01:37:19.0007405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_native.h 2025-01-24T01:37:19.0012342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\norm_ops.h 2025-01-24T01:37:19.0015783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal.h 2025-01-24T01:37:19.0019702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0023410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_native.h 2025-01-24T01:37:19.0027278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\not_equal_ops.h 2025-01-24T01:37:19.0031148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm.h 2025-01-24T01:37:19.0035177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0039871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_native.h 2025-01-24T01:37:19.0042851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\nuclear_norm_ops.h 2025-01-24T01:37:19.0047122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T.h 2025-01-24T01:37:19.0051056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0054946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_native.h 2025-01-24T01:37:19.0058983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\numpy_T_ops.h 2025-01-24T01:37:19.0062736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones.h 2025-01-24T01:37:19.0066466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0070338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like.h 2025-01-24T01:37:19.0074864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0078014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_native.h 2025-01-24T01:37:19.0081899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_like_ops.h 2025-01-24T01:37:19.0086109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_native.h 2025-01-24T01:37:19.0089555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ones_ops.h 2025-01-24T01:37:19.0093125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot.h 2025-01-24T01:37:19.0097595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0100855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_native.h 2025-01-24T01:37:19.0104784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\one_hot_ops.h 2025-01-24T01:37:19.0109127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or.h 2025-01-24T01:37:19.0112050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr.h 2025-01-24T01:37:19.0115703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0120435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_native.h 2025-01-24T01:37:19.0123449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\orgqr_ops.h 2025-01-24T01:37:19.0127484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr.h 2025-01-24T01:37:19.0132042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cpu_dispatch.h 2025-01-24T01:37:19.0135001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_cuda_dispatch.h 2025-01-24T01:37:19.0138842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_native.h 2025-01-24T01:37:19.0143341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ormqr_ops.h 2025-01-24T01:37:19.0146712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0151138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_native.h 2025-01-24T01:37:19.0155223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\or_ops.h 2025-01-24T01:37:19.0158667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer.h 2025-01-24T01:37:19.0162596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0166694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_native.h 2025-01-24T01:37:19.0171022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\outer_ops.h 2025-01-24T01:37:19.0175354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr.h 2025-01-24T01:37:19.0179169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0183149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_native.h 2025-01-24T01:37:19.0187491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\output_nr_ops.h 2025-01-24T01:37:19.0190459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad.h 2025-01-24T01:37:19.0194435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0198030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_native.h 2025-01-24T01:37:19.0201835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_ops.h 2025-01-24T01:37:19.0205321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence.h 2025-01-24T01:37:19.0209215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0213176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_native.h 2025-01-24T01:37:19.0217120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pad_sequence_ops.h 2025-01-24T01:37:19.0220652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance.h 2025-01-24T01:37:19.0224651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0228510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_native.h 2025-01-24T01:37:19.0250738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pairwise_distance_ops.h 2025-01-24T01:37:19.0251322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist.h 2025-01-24T01:37:19.0251962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0252640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_native.h 2025-01-24T01:37:19.0253192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pdist_ops.h 2025-01-24T01:37:19.0253734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute.h 2025-01-24T01:37:19.0255168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0258902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy.h 2025-01-24T01:37:19.0263541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.0267173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0270890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_native.h 2025-01-24T01:37:19.0274912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_copy_ops.h 2025-01-24T01:37:19.0278935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_native.h 2025-01-24T01:37:19.0282666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\permute_ops.h 2025-01-24T01:37:19.0286532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse.h 2025-01-24T01:37:19.0290165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0294359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_native.h 2025-01-24T01:37:19.0298028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pinverse_ops.h 2025-01-24T01:37:19.0301832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory.h 2025-01-24T01:37:19.0305744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0309689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_native.h 2025-01-24T01:37:19.0313811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pin_memory_ops.h 2025-01-24T01:37:19.0317277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle.h 2025-01-24T01:37:19.0321583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.0325111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0328835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h 2025-01-24T01:37:19.0333205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_native.h 2025-01-24T01:37:19.0336640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_shuffle_ops.h 2025-01-24T01:37:19.0340857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle.h 2025-01-24T01:37:19.0351394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.0352454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0354652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h 2025-01-24T01:37:19.0358436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_native.h 2025-01-24T01:37:19.0362264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pixel_unshuffle_ops.h 2025-01-24T01:37:19.0365991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson.h 2025-01-24T01:37:19.0369916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0373371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cpu_dispatch.h 2025-01-24T01:37:19.0377033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_cuda_dispatch.h 2025-01-24T01:37:19.0380734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_native.h 2025-01-24T01:37:19.0384640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss.h 2025-01-24T01:37:19.0388887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0392453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_native.h 2025-01-24T01:37:19.0396295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_nll_loss_ops.h 2025-01-24T01:37:19.0400011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\poisson_ops.h 2025-01-24T01:37:19.0403959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar.h 2025-01-24T01:37:19.0408084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0411776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cpu_dispatch.h 2025-01-24T01:37:19.0416086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_cuda_dispatch.h 2025-01-24T01:37:19.0420014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_native.h 2025-01-24T01:37:19.0423652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polar_ops.h 2025-01-24T01:37:19.0427583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma.h 2025-01-24T01:37:19.0431525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.0435820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0439565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cpu_dispatch.h 2025-01-24T01:37:19.0443609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_cuda_dispatch.h 2025-01-24T01:37:19.0447691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta.h 2025-01-24T01:37:19.0451665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_meta_dispatch.h 2025-01-24T01:37:19.0455661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_native.h 2025-01-24T01:37:19.0459270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\polygamma_ops.h 2025-01-24T01:37:19.0463371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive.h 2025-01-24T01:37:19.0466995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0470787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_native.h 2025-01-24T01:37:19.0474512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\positive_ops.h 2025-01-24T01:37:19.0478492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow.h 2025-01-24T01:37:19.0482226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.0486018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cpu_dispatch.h 2025-01-24T01:37:19.0490100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_cuda_dispatch.h 2025-01-24T01:37:19.0493719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta.h 2025-01-24T01:37:19.0497125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_meta_dispatch.h 2025-01-24T01:37:19.0500985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_native.h 2025-01-24T01:37:19.0504656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\pow_ops.h 2025-01-24T01:37:19.0508092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu.h 2025-01-24T01:37:19.0511834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0516188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_native.h 2025-01-24T01:37:19.0520548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prelu_ops.h 2025-01-24T01:37:19.0527498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod.h 2025-01-24T01:37:19.0528551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.0533290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0536907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0540879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cpu_dispatch.h 2025-01-24T01:37:19.0544984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_cuda_dispatch.h 2025-01-24T01:37:19.0550150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta.h 2025-01-24T01:37:19.0553261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_meta_dispatch.h 2025-01-24T01:37:19.0557094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_native.h 2025-01-24T01:37:19.0576616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\prod_ops.h 2025-01-24T01:37:19.0579922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types.h 2025-01-24T01:37:19.0585132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0587830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_native.h 2025-01-24T01:37:19.0591903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\promote_types_ops.h 2025-01-24T01:37:19.0595768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put.h 2025-01-24T01:37:19.0599492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0603379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cpu_dispatch.h 2025-01-24T01:37:19.0607525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_cuda_dispatch.h 2025-01-24T01:37:19.0611128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_meta_dispatch.h 2025-01-24T01:37:19.0614863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_native.h 2025-01-24T01:37:19.0618579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\put_ops.h 2025-01-24T01:37:19.0622236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr.h 2025-01-24T01:37:19.0626417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0629729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_native.h 2025-01-24T01:37:19.0633483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qr_ops.h 2025-01-24T01:37:19.0637288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme.h 2025-01-24T01:37:19.0640963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_native.h 2025-01-24T01:37:19.0644639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\qscheme_ops.h 2025-01-24T01:37:19.0648475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile.h 2025-01-24T01:37:19.0652333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0656257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_native.h 2025-01-24T01:37:19.0660728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantile_ops.h 2025-01-24T01:37:19.0664699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm.h 2025-01-24T01:37:19.0669134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0675046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_native.h 2025-01-24T01:37:19.0679211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_batch_norm_ops.h 2025-01-24T01:37:19.0683147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell.h 2025-01-24T01:37:19.0688149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0692999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_native.h 2025-01-24T01:37:19.0698533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_gru_cell_ops.h 2025-01-24T01:37:19.0701171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell.h 2025-01-24T01:37:19.0705365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0710374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_native.h 2025-01-24T01:37:19.0713867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_lstm_cell_ops.h 2025-01-24T01:37:19.0717914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d.h 2025-01-24T01:37:19.0722450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0726837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_native.h 2025-01-24T01:37:19.0731468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool1d_ops.h 2025-01-24T01:37:19.0735735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d.h 2025-01-24T01:37:19.0740322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0744420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_native.h 2025-01-24T01:37:19.0748337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool2d_ops.h 2025-01-24T01:37:19.0752722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d.h 2025-01-24T01:37:19.0756873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0761211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_native.h 2025-01-24T01:37:19.0764818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_max_pool3d_ops.h 2025-01-24T01:37:19.0768940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell.h 2025-01-24T01:37:19.0773074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0777534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h 2025-01-24T01:37:19.0781127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h 2025-01-24T01:37:19.0784899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell.h 2025-01-24T01:37:19.0789042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.0792839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h 2025-01-24T01:37:19.0797299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h 2025-01-24T01:37:19.0801347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel.h 2025-01-24T01:37:19.0805456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0809302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h 2025-01-24T01:37:19.0813383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h 2025-01-24T01:37:19.0817179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_native.h 2025-01-24T01:37:19.0821150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_channel_ops.h 2025-01-24T01:37:19.0825013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor.h 2025-01-24T01:37:19.0829244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0833045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h 2025-01-24T01:37:19.0836894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h 2025-01-24T01:37:19.0840916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic.h 2025-01-24T01:37:19.0844963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0849458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h 2025-01-24T01:37:19.0853251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h 2025-01-24T01:37:19.0857084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h 2025-01-24T01:37:19.0861637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h 2025-01-24T01:37:19.0865542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_native.h 2025-01-24T01:37:19.0869366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\quantize_per_tensor_ops.h 2025-01-24T01:37:19.0873343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis.h 2025-01-24T01:37:19.0877929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_native.h 2025-01-24T01:37:19.0881361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_axis_ops.h 2025-01-24T01:37:19.0884977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales.h 2025-01-24T01:37:19.0888979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0893237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_native.h 2025-01-24T01:37:19.0897071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_scales_ops.h 2025-01-24T01:37:19.0901135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points.h 2025-01-24T01:37:19.0905270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0909262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_native.h 2025-01-24T01:37:19.0912968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_per_channel_zero_points_ops.h 2025-01-24T01:37:19.0916587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale.h 2025-01-24T01:37:19.0920227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_native.h 2025-01-24T01:37:19.0923899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_scale_ops.h 2025-01-24T01:37:19.0927710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point.h 2025-01-24T01:37:19.0931513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_native.h 2025-01-24T01:37:19.0935262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\q_zero_point_ops.h 2025-01-24T01:37:19.0939216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg.h 2025-01-24T01:37:19.0943070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0946565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_native.h 2025-01-24T01:37:19.0950294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rad2deg_ops.h 2025-01-24T01:37:19.0954068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand.h 2025-01-24T01:37:19.0957869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint.h 2025-01-24T01:37:19.0961681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0965256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like.h 2025-01-24T01:37:19.0969284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0973009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_native.h 2025-01-24T01:37:19.0977647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_like_ops.h 2025-01-24T01:37:19.0981062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_native.h 2025-01-24T01:37:19.0985096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randint_ops.h 2025-01-24T01:37:19.0989082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn.h 2025-01-24T01:37:19.0992733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.0996917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1001517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like.h 2025-01-24T01:37:19.1006218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1009678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-01-24T01:37:19.1013748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_native.h 2025-01-24T01:37:19.1017685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_like_ops.h 2025-01-24T01:37:19.1021352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_native.h 2025-01-24T01:37:19.1027384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randn_ops.h 2025-01-24T01:37:19.1032361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random.h 2025-01-24T01:37:19.1036133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1040470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cpu_dispatch.h 2025-01-24T01:37:19.1043892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_cuda_dispatch.h 2025-01-24T01:37:19.1047707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_meta_dispatch.h 2025-01-24T01:37:19.1051869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_native.h 2025-01-24T01:37:19.1055412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\random_ops.h 2025-01-24T01:37:19.1059621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm.h 2025-01-24T01:37:19.1063444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1067206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cpu_dispatch.h 2025-01-24T01:37:19.1071100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_cuda_dispatch.h 2025-01-24T01:37:19.1075099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_native.h 2025-01-24T01:37:19.1078846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\randperm_ops.h 2025-01-24T01:37:19.1082954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1086742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1091450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like.h 2025-01-24T01:37:19.1094665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1098650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_native.h 2025-01-24T01:37:19.1103226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_like_ops.h 2025-01-24T01:37:19.1106126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_native.h 2025-01-24T01:37:19.1110027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rand_ops.h 2025-01-24T01:37:19.1114448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range.h 2025-01-24T01:37:19.1118192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1122079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cpu_dispatch.h 2025-01-24T01:37:19.1126167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_cuda_dispatch.h 2025-01-24T01:37:19.1129967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_meta_dispatch.h 2025-01-24T01:37:19.1133928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_native.h 2025-01-24T01:37:19.1138574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\range_ops.h 2025-01-24T01:37:19.1142957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel.h 2025-01-24T01:37:19.1146691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1150461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_native.h 2025-01-24T01:37:19.1154545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\ravel_ops.h 2025-01-24T01:37:19.1158048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real.h 2025-01-24T01:37:19.1162393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1166136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_native.h 2025-01-24T01:37:19.1170355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\real_ops.h 2025-01-24T01:37:19.1174645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal.h 2025-01-24T01:37:19.1179213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1190058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cpu_dispatch.h 2025-01-24T01:37:19.1190350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_cuda_dispatch.h 2025-01-24T01:37:19.1192217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta.h 2025-01-24T01:37:19.1196106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_meta_dispatch.h 2025-01-24T01:37:19.1199833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_native.h 2025-01-24T01:37:19.1203852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reciprocal_ops.h 2025-01-24T01:37:19.1207857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream.h 2025-01-24T01:37:19.1212568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_cuda_dispatch.h 2025-01-24T01:37:19.1217870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_native.h 2025-01-24T01:37:19.1221503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\record_stream_ops.h 2025-01-24T01:37:19.1225466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names.h 2025-01-24T01:37:19.1229549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1233670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_native.h 2025-01-24T01:37:19.1237456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\refine_names_ops.h 2025-01-24T01:37:19.1241977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d.h 2025-01-24T01:37:19.1246517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward.h 2025-01-24T01:37:19.1250283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1254296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h 2025-01-24T01:37:19.1258171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h 2025-01-24T01:37:19.1262093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta.h 2025-01-24T01:37:19.1266041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h 2025-01-24T01:37:19.1270199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_native.h 2025-01-24T01:37:19.1274047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_backward_ops.h 2025-01-24T01:37:19.1278333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1282018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h 2025-01-24T01:37:19.1285747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h 2025-01-24T01:37:19.1290097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta.h 2025-01-24T01:37:19.1294010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h 2025-01-24T01:37:19.1297948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_native.h 2025-01-24T01:37:19.1302183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad1d_ops.h 2025-01-24T01:37:19.1305957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d.h 2025-01-24T01:37:19.1310181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward.h 2025-01-24T01:37:19.1314154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h 2025-01-24T01:37:19.1318126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h 2025-01-24T01:37:19.1323227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_native.h 2025-01-24T01:37:19.1326422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_backward_ops.h 2025-01-24T01:37:19.1330764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h 2025-01-24T01:37:19.1334915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h 2025-01-24T01:37:19.1338844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_native.h 2025-01-24T01:37:19.1342649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad2d_ops.h 2025-01-24T01:37:19.1346576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d.h 2025-01-24T01:37:19.1350623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward.h 2025-01-24T01:37:19.1355041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1359333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h 2025-01-24T01:37:19.1363350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h 2025-01-24T01:37:19.1367324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta.h 2025-01-24T01:37:19.1371300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h 2025-01-24T01:37:19.1375620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_native.h 2025-01-24T01:37:19.1379438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_backward_ops.h 2025-01-24T01:37:19.1383567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1387308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h 2025-01-24T01:37:19.1391230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h 2025-01-24T01:37:19.1395234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta.h 2025-01-24T01:37:19.1399462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h 2025-01-24T01:37:19.1403851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_native.h 2025-01-24T01:37:19.1407316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reflection_pad3d_ops.h 2025-01-24T01:37:19.1411182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu.h 2025-01-24T01:37:19.1414806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6.h 2025-01-24T01:37:19.1418678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1422284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_native.h 2025-01-24T01:37:19.1426058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu6_ops.h 2025-01-24T01:37:19.1445430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1449974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cpu_dispatch.h 2025-01-24T01:37:19.1453863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_cuda_dispatch.h 2025-01-24T01:37:19.1457577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_meta_dispatch.h 2025-01-24T01:37:19.1461678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_native.h 2025-01-24T01:37:19.1465786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\relu_ops.h 2025-01-24T01:37:19.1469001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder.h 2025-01-24T01:37:19.1473734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1477740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1481877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cpu_dispatch.h 2025-01-24T01:37:19.1485441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_cuda_dispatch.h 2025-01-24T01:37:19.1489315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta.h 2025-01-24T01:37:19.1493358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_meta_dispatch.h 2025-01-24T01:37:19.1497184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_native.h 2025-01-24T01:37:19.1501279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\remainder_ops.h 2025-01-24T01:37:19.1505103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename.h 2025-01-24T01:37:19.1508720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1512415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_native.h 2025-01-24T01:37:19.1516299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rename_ops.h 2025-01-24T01:37:19.1520002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm.h 2025-01-24T01:37:19.1523967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1528388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cpu_dispatch.h 2025-01-24T01:37:19.1532965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_cuda_dispatch.h 2025-01-24T01:37:19.1535823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta.h 2025-01-24T01:37:19.1539789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_meta_dispatch.h 2025-01-24T01:37:19.1544169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_native.h 2025-01-24T01:37:19.1547635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\renorm_ops.h 2025-01-24T01:37:19.1551507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat.h 2025-01-24T01:37:19.1556070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1560404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave.h 2025-01-24T01:37:19.1565316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1569530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1573536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h 2025-01-24T01:37:19.1578242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h 2025-01-24T01:37:19.1581594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_native.h 2025-01-24T01:37:19.1585538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_interleave_ops.h 2025-01-24T01:37:19.1589707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_native.h 2025-01-24T01:37:19.1593872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\repeat_ops.h 2025-01-24T01:37:19.1597912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d.h 2025-01-24T01:37:19.1602374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward.h 2025-01-24T01:37:19.1606608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1610726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h 2025-01-24T01:37:19.1614836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h 2025-01-24T01:37:19.1618885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta.h 2025-01-24T01:37:19.1640901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h 2025-01-24T01:37:19.1644507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_native.h 2025-01-24T01:37:19.1648956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_backward_ops.h 2025-01-24T01:37:19.1653534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1657512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h 2025-01-24T01:37:19.1661571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h 2025-01-24T01:37:19.1665507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta.h 2025-01-24T01:37:19.1670611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h 2025-01-24T01:37:19.1674017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_native.h 2025-01-24T01:37:19.1677966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad1d_ops.h 2025-01-24T01:37:19.1682810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d.h 2025-01-24T01:37:19.1686784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward.h 2025-01-24T01:37:19.1691529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h 2025-01-24T01:37:19.1695236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h 2025-01-24T01:37:19.1699704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_native.h 2025-01-24T01:37:19.1703695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_backward_ops.h 2025-01-24T01:37:19.1707714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1711554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h 2025-01-24T01:37:19.1715546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h 2025-01-24T01:37:19.1719245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta.h 2025-01-24T01:37:19.1723410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h 2025-01-24T01:37:19.1728905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_native.h 2025-01-24T01:37:19.1732000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad2d_ops.h 2025-01-24T01:37:19.1735936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d.h 2025-01-24T01:37:19.1740140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward.h 2025-01-24T01:37:19.1743861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h 2025-01-24T01:37:19.1747728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h 2025-01-24T01:37:19.1752108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_native.h 2025-01-24T01:37:19.1755959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_backward_ops.h 2025-01-24T01:37:19.1760938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.1764773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h 2025-01-24T01:37:19.1768929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h 2025-01-24T01:37:19.1772877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta.h 2025-01-24T01:37:19.1776978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h 2025-01-24T01:37:19.1781128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_native.h 2025-01-24T01:37:19.1785260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\replication_pad3d_ops.h 2025-01-24T01:37:19.1789145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad.h 2025-01-24T01:37:19.1793234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1797047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_native.h 2025-01-24T01:37:19.1801000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\requires_grad_ops.h 2025-01-24T01:37:19.1805179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape.h 2025-01-24T01:37:19.1809257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as.h 2025-01-24T01:37:19.1813540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h 2025-01-24T01:37:19.1817129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1820908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_native.h 2025-01-24T01:37:19.1825665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_as_ops.h 2025-01-24T01:37:19.1829407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h 2025-01-24T01:37:19.1833348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1836950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_native.h 2025-01-24T01:37:19.1840690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\reshape_ops.h 2025-01-24T01:37:19.1844528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize.h 2025-01-24T01:37:19.1848179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as.h 2025-01-24T01:37:19.1851985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1855896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_native.h 2025-01-24T01:37:19.1859736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_ops.h 2025-01-24T01:37:19.1863398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse.h 2025-01-24T01:37:19.1867605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1871847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h 2025-01-24T01:37:19.1875565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_native.h 2025-01-24T01:37:19.1879497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_as_sparse_ops.h 2025-01-24T01:37:19.1884116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.1888137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cpu_dispatch.h 2025-01-24T01:37:19.1892234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_cuda_dispatch.h 2025-01-24T01:37:19.1896156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_meta_dispatch.h 2025-01-24T01:37:19.1900027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_native.h 2025-01-24T01:37:19.1904369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resize_ops.h 2025-01-24T01:37:19.1909417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj.h 2025-01-24T01:37:19.1913272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1917327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_native.h 2025-01-24T01:37:19.1921277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_conj_ops.h 2025-01-24T01:37:19.1925174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg.h 2025-01-24T01:37:19.1929614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1933916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_native.h 2025-01-24T01:37:19.1937955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\resolve_neg_ops.h 2025-01-24T01:37:19.1941754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type.h 2025-01-24T01:37:19.1945993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1950103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_native.h 2025-01-24T01:37:19.1954550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\result_type_ops.h 2025-01-24T01:37:19.1957571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad.h 2025-01-24T01:37:19.1961779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1966243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_native.h 2025-01-24T01:37:19.1969207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retains_grad_ops.h 2025-01-24T01:37:19.1973425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad.h 2025-01-24T01:37:19.1977923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1981310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_native.h 2025-01-24T01:37:19.1985229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\retain_grad_ops.h 2025-01-24T01:37:19.1989182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm.h 2025-01-24T01:37:19.1993161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.1997372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_native.h 2025-01-24T01:37:19.2001609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rms_norm_ops.h 2025-01-24T01:37:19.2006051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu.h 2025-01-24T01:37:19.2008850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell.h 2025-01-24T01:37:19.2012941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2017636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_native.h 2025-01-24T01:37:19.2021396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_cell_ops.h 2025-01-24T01:37:19.2025659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2029811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_native.h 2025-01-24T01:37:19.2034299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_relu_ops.h 2025-01-24T01:37:19.2037402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh.h 2025-01-24T01:37:19.2040945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell.h 2025-01-24T01:37:19.2045940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2049075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_native.h 2025-01-24T01:37:19.2053232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_cell_ops.h 2025-01-24T01:37:19.2057907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2062673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_native.h 2025-01-24T01:37:19.2065556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rnn_tanh_ops.h 2025-01-24T01:37:19.2069701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll.h 2025-01-24T01:37:19.2074271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2077184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cpu_dispatch.h 2025-01-24T01:37:19.2081084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_cuda_dispatch.h 2025-01-24T01:37:19.2085777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_native.h 2025-01-24T01:37:19.2089570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\roll_ops.h 2025-01-24T01:37:19.2094021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90.h 2025-01-24T01:37:19.2097863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2102147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_native.h 2025-01-24T01:37:19.2105536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rot90_ops.h 2025-01-24T01:37:19.2109817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round.h 2025-01-24T01:37:19.2114382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2118306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cpu_dispatch.h 2025-01-24T01:37:19.2122030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_cuda_dispatch.h 2025-01-24T01:37:19.2126042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta.h 2025-01-24T01:37:19.2129887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_meta_dispatch.h 2025-01-24T01:37:19.2134016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_native.h 2025-01-24T01:37:19.2138200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\round_ops.h 2025-01-24T01:37:19.2143335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices.h 2025-01-24T01:37:19.2146330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2150385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy.h 2025-01-24T01:37:19.2154499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2158435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2162390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_native.h 2025-01-24T01:37:19.2166385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_copy_ops.h 2025-01-24T01:37:19.2180827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_native.h 2025-01-24T01:37:19.2181088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_indices_ops.h 2025-01-24T01:37:19.2181308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack.h 2025-01-24T01:37:19.2184113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2188551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_native.h 2025-01-24T01:37:19.2192686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\row_stack_ops.h 2025-01-24T01:37:19.2196274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu.h 2025-01-24T01:37:19.2200162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2204569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_native.h 2025-01-24T01:37:19.2208216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_ops.h 2025-01-24T01:37:19.2212132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise.h 2025-01-24T01:37:19.2216766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward.h 2025-01-24T01:37:19.2220857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2225152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_native.h 2025-01-24T01:37:19.2228992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h 2025-01-24T01:37:19.2233271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2237383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h 2025-01-24T01:37:19.2241390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h 2025-01-24T01:37:19.2245667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h 2025-01-24T01:37:19.2249374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_native.h 2025-01-24T01:37:19.2253268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rrelu_with_noise_ops.h 2025-01-24T01:37:19.2257116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift.h 2025-01-24T01:37:19.2260772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2264801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cpu_dispatch.h 2025-01-24T01:37:19.2268624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_cuda_dispatch.h 2025-01-24T01:37:19.2272640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_meta_dispatch.h 2025-01-24T01:37:19.2276538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_native.h 2025-01-24T01:37:19.2280607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rshift_ops.h 2025-01-24T01:37:19.2284197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt.h 2025-01-24T01:37:19.2288261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2291677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cpu_dispatch.h 2025-01-24T01:37:19.2295777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_cuda_dispatch.h 2025-01-24T01:37:19.2299747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta.h 2025-01-24T01:37:19.2303390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_meta_dispatch.h 2025-01-24T01:37:19.2307087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_native.h 2025-01-24T01:37:19.2310945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsqrt_ops.h 2025-01-24T01:37:19.2314766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub.h 2025-01-24T01:37:19.2319440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2323331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cpu_dispatch.h 2025-01-24T01:37:19.2327159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_cuda_dispatch.h 2025-01-24T01:37:19.2331504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_native.h 2025-01-24T01:37:19.2336121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\rsub_ops.h 2025-01-24T01:37:19.2339553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor.h 2025-01-24T01:37:19.2343210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2347121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_native.h 2025-01-24T01:37:19.2350863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scalar_tensor_ops.h 2025-01-24T01:37:19.2354696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention.h 2025-01-24T01:37:19.2358779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2362450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_native.h 2025-01-24T01:37:19.2366542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scaled_dot_product_attention_ops.h 2025-01-24T01:37:19.2370834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter.h 2025-01-24T01:37:19.2374489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add.h 2025-01-24T01:37:19.2378412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2382233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2385959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cpu_dispatch.h 2025-01-24T01:37:19.2390118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_cuda_dispatch.h 2025-01-24T01:37:19.2393920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta.h 2025-01-24T01:37:19.2397809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_meta_dispatch.h 2025-01-24T01:37:19.2401576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_native.h 2025-01-24T01:37:19.2405650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_add_ops.h 2025-01-24T01:37:19.2409718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2413868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2418638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cpu_dispatch.h 2025-01-24T01:37:19.2423071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_cuda_dispatch.h 2025-01-24T01:37:19.2427275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta.h 2025-01-24T01:37:19.2430872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_meta_dispatch.h 2025-01-24T01:37:19.2435704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_native.h 2025-01-24T01:37:19.2440331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_ops.h 2025-01-24T01:37:19.2444231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce.h 2025-01-24T01:37:19.2448177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2452330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h 2025-01-24T01:37:19.2457121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h 2025-01-24T01:37:19.2460954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta.h 2025-01-24T01:37:19.2464836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h 2025-01-24T01:37:19.2468821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_native.h 2025-01-24T01:37:19.2473196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\scatter_reduce_ops.h 2025-01-24T01:37:19.2477302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted.h 2025-01-24T01:37:19.2480977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cpu_dispatch.h 2025-01-24T01:37:19.2484888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_cuda_dispatch.h 2025-01-24T01:37:19.2488623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_native.h 2025-01-24T01:37:19.2493118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\searchsorted_ops.h 2025-01-24T01:37:19.2497266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce.h 2025-01-24T01:37:19.2501235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2505049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h 2025-01-24T01:37:19.2508989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h 2025-01-24T01:37:19.2512833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_native.h 2025-01-24T01:37:19.2516659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\segment_reduce_ops.h 2025-01-24T01:37:19.2520787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select.h 2025-01-24T01:37:19.2524423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward.h 2025-01-24T01:37:19.2528557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2532538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2536783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_native.h 2025-01-24T01:37:19.2540558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_backward_ops.h 2025-01-24T01:37:19.2545149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2549746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2553424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy.h 2025-01-24T01:37:19.2557757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2562046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2565877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_native.h 2025-01-24T01:37:19.2569860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_copy_ops.h 2025-01-24T01:37:19.2573951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_native.h 2025-01-24T01:37:19.2578041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_ops.h 2025-01-24T01:37:19.2581946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter.h 2025-01-24T01:37:19.2586038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2590533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2594334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_native.h 2025-01-24T01:37:19.2598385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\select_scatter_ops.h 2025-01-24T01:37:19.2602273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu.h 2025-01-24T01:37:19.2606003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2609728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_native.h 2025-01-24T01:37:19.2614050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\selu_ops.h 2025-01-24T01:37:19.2617684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set.h 2025-01-24T01:37:19.2621279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.2625067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2629022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cpu_dispatch.h 2025-01-24T01:37:19.2632690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_cuda_dispatch.h 2025-01-24T01:37:19.2636463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data.h 2025-01-24T01:37:19.2640582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2644676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_native.h 2025-01-24T01:37:19.2648468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_data_ops.h 2025-01-24T01:37:19.2652930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_meta_dispatch.h 2025-01-24T01:37:19.2657004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_native.h 2025-01-24T01:37:19.2660670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\set_ops.h 2025-01-24T01:37:19.2664139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn.h 2025-01-24T01:37:19.2684590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2688805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cpu_dispatch.h 2025-01-24T01:37:19.2693192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_cuda_dispatch.h 2025-01-24T01:37:19.2696948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta.h 2025-01-24T01:37:19.2700837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_meta_dispatch.h 2025-01-24T01:37:19.2704651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_native.h 2025-01-24T01:37:19.2708640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sgn_ops.h 2025-01-24T01:37:19.2712152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid.h 2025-01-24T01:37:19.2715688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward.h 2025-01-24T01:37:19.2719922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2723681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h 2025-01-24T01:37:19.2729508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h 2025-01-24T01:37:19.2734868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta.h 2025-01-24T01:37:19.2738846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h 2025-01-24T01:37:19.2742485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_native.h 2025-01-24T01:37:19.2746336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_backward_ops.h 2025-01-24T01:37:19.2750627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2755010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cpu_dispatch.h 2025-01-24T01:37:19.2758829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_cuda_dispatch.h 2025-01-24T01:37:19.2762802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta.h 2025-01-24T01:37:19.2766686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_meta_dispatch.h 2025-01-24T01:37:19.2770605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_native.h 2025-01-24T01:37:19.2774784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sigmoid_ops.h 2025-01-24T01:37:19.2778596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign.h 2025-01-24T01:37:19.2782369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit.h 2025-01-24T01:37:19.2786504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2790132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cpu_dispatch.h 2025-01-24T01:37:19.2794242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_cuda_dispatch.h 2025-01-24T01:37:19.2798244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta.h 2025-01-24T01:37:19.2801962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_meta_dispatch.h 2025-01-24T01:37:19.2805977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_native.h 2025-01-24T01:37:19.2809802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\signbit_ops.h 2025-01-24T01:37:19.2814073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2817703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cpu_dispatch.h 2025-01-24T01:37:19.2821572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_cuda_dispatch.h 2025-01-24T01:37:19.2825316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta.h 2025-01-24T01:37:19.2829098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_meta_dispatch.h 2025-01-24T01:37:19.2833402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_native.h 2025-01-24T01:37:19.2836723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sign_ops.h 2025-01-24T01:37:19.2840082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu.h 2025-01-24T01:37:19.2843606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward.h 2025-01-24T01:37:19.2847749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2851840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.2856685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cpu_dispatch.h 2025-01-24T01:37:19.2860611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_cuda_dispatch.h 2025-01-24T01:37:19.2864677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta.h 2025-01-24T01:37:19.2868587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_meta_dispatch.h 2025-01-24T01:37:19.2872420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_native.h 2025-01-24T01:37:19.2876458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_backward_ops.h 2025-01-24T01:37:19.2880689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2884363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cpu_dispatch.h 2025-01-24T01:37:19.2888065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_cuda_dispatch.h 2025-01-24T01:37:19.2892249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta.h 2025-01-24T01:37:19.2895885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_meta_dispatch.h 2025-01-24T01:37:19.2899659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_native.h 2025-01-24T01:37:19.2903346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\silu_ops.h 2025-01-24T01:37:19.2906999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin.h 2025-01-24T01:37:19.2910410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc.h 2025-01-24T01:37:19.2914221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2918565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cpu_dispatch.h 2025-01-24T01:37:19.2923343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_cuda_dispatch.h 2025-01-24T01:37:19.2927290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta.h 2025-01-24T01:37:19.2931160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_meta_dispatch.h 2025-01-24T01:37:19.2934983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_native.h 2025-01-24T01:37:19.2939418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinc_ops.h 2025-01-24T01:37:19.2943580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh.h 2025-01-24T01:37:19.2948410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2952738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cpu_dispatch.h 2025-01-24T01:37:19.2957168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_cuda_dispatch.h 2025-01-24T01:37:19.2961402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta.h 2025-01-24T01:37:19.2965138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_meta_dispatch.h 2025-01-24T01:37:19.2968875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_native.h 2025-01-24T01:37:19.2973457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sinh_ops.h 2025-01-24T01:37:19.2977390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.2981738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cpu_dispatch.h 2025-01-24T01:37:19.2986140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_cuda_dispatch.h 2025-01-24T01:37:19.2990283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta.h 2025-01-24T01:37:19.2993864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_meta_dispatch.h 2025-01-24T01:37:19.2997585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_native.h 2025-01-24T01:37:19.3001547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sin_ops.h 2025-01-24T01:37:19.3005248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size.h 2025-01-24T01:37:19.3009626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3014846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_native.h 2025-01-24T01:37:19.3018664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\size_ops.h 2025-01-24T01:37:19.3022174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice.h 2025-01-24T01:37:19.3025721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward.h 2025-01-24T01:37:19.3029719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3033447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_native.h 2025-01-24T01:37:19.3037772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_backward_ops.h 2025-01-24T01:37:19.3041364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3046193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy.h 2025-01-24T01:37:19.3050262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3054450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3058327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_native.h 2025-01-24T01:37:19.3062292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_copy_ops.h 2025-01-24T01:37:19.3066541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse.h 2025-01-24T01:37:19.3070555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3074658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_native.h 2025-01-24T01:37:19.3078973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_inverse_ops.h 2025-01-24T01:37:19.3082620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_native.h 2025-01-24T01:37:19.3086652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_ops.h 2025-01-24T01:37:19.3090892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter.h 2025-01-24T01:37:19.3094939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3099407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3103382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_native.h 2025-01-24T01:37:19.3107173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slice_scatter_ops.h 2025-01-24T01:37:19.3110929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet.h 2025-01-24T01:37:19.3114592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3118487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_native.h 2025-01-24T01:37:19.3122744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slogdet_ops.h 2025-01-24T01:37:19.3126516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d.h 2025-01-24T01:37:19.3135850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3136125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward.h 2025-01-24T01:37:19.3138869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h 2025-01-24T01:37:19.3142811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_native.h 2025-01-24T01:37:19.3179284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_forward_ops.h 2025-01-24T01:37:19.3179553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_native.h 2025-01-24T01:37:19.3179792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv3d_ops.h 2025-01-24T01:37:19.3180035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d.h 2025-01-24T01:37:19.3180439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3180741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h 2025-01-24T01:37:19.3181043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h 2025-01-24T01:37:19.3181317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_native.h 2025-01-24T01:37:19.3183384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated2d_ops.h 2025-01-24T01:37:19.3187955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d.h 2025-01-24T01:37:19.3192147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3195879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h 2025-01-24T01:37:19.3199766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h 2025-01-24T01:37:19.3204218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_native.h 2025-01-24T01:37:19.3208538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_dilated3d_ops.h 2025-01-24T01:37:19.3212468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d.h 2025-01-24T01:37:19.3216529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3220533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h 2025-01-24T01:37:19.3224423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h 2025-01-24T01:37:19.3229105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta.h 2025-01-24T01:37:19.3234049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h 2025-01-24T01:37:19.3237202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_native.h 2025-01-24T01:37:19.3241012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose2d_ops.h 2025-01-24T01:37:19.3244775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d.h 2025-01-24T01:37:19.3248896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h 2025-01-24T01:37:19.3253220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h 2025-01-24T01:37:19.3257074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_native.h 2025-01-24T01:37:19.3261797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\slow_conv_transpose3d_ops.h 2025-01-24T01:37:19.3265750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm.h 2025-01-24T01:37:19.3269294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3272893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_native.h 2025-01-24T01:37:19.3276481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smm_ops.h 2025-01-24T01:37:19.3280168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss.h 2025-01-24T01:37:19.3284000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward.h 2025-01-24T01:37:19.3288181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3292470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h 2025-01-24T01:37:19.3296251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h 2025-01-24T01:37:19.3300085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_native.h 2025-01-24T01:37:19.3304111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h 2025-01-24T01:37:19.3308181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3311889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h 2025-01-24T01:37:19.3316311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h 2025-01-24T01:37:19.3320123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta.h 2025-01-24T01:37:19.3323752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h 2025-01-24T01:37:19.3327502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_native.h 2025-01-24T01:37:19.3332019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\smooth_l1_loss_ops.h 2025-01-24T01:37:19.3336586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax.h 2025-01-24T01:37:19.3339572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3343288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3346965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_native.h 2025-01-24T01:37:19.3351057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softmax_ops.h 2025-01-24T01:37:19.3354820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus.h 2025-01-24T01:37:19.3358472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward.h 2025-01-24T01:37:19.3362652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3367336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h 2025-01-24T01:37:19.3370271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h 2025-01-24T01:37:19.3374077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta.h 2025-01-24T01:37:19.3377997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_meta_dispatch.h 2025-01-24T01:37:19.3381931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_native.h 2025-01-24T01:37:19.3385750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_backward_ops.h 2025-01-24T01:37:19.3389813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3394490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cpu_dispatch.h 2025-01-24T01:37:19.3398291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_cuda_dispatch.h 2025-01-24T01:37:19.3402058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta.h 2025-01-24T01:37:19.3405962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_meta_dispatch.h 2025-01-24T01:37:19.3410015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_native.h 2025-01-24T01:37:19.3413938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softplus_ops.h 2025-01-24T01:37:19.3418063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink.h 2025-01-24T01:37:19.3421685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward.h 2025-01-24T01:37:19.3425905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3429791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h 2025-01-24T01:37:19.3434921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h 2025-01-24T01:37:19.3438317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta.h 2025-01-24T01:37:19.3442647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h 2025-01-24T01:37:19.3446763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_native.h 2025-01-24T01:37:19.3450601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_backward_ops.h 2025-01-24T01:37:19.3454925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3458773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cpu_dispatch.h 2025-01-24T01:37:19.3463477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_cuda_dispatch.h 2025-01-24T01:37:19.3466954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta.h 2025-01-24T01:37:19.3471009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_meta_dispatch.h 2025-01-24T01:37:19.3475108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_native.h 2025-01-24T01:37:19.3478970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\softshrink_ops.h 2025-01-24T01:37:19.3483017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss.h 2025-01-24T01:37:19.3486908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward.h 2025-01-24T01:37:19.3492031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3495919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_native.h 2025-01-24T01:37:19.3500591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_backward_ops.h 2025-01-24T01:37:19.3504715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3508951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_native.h 2025-01-24T01:37:19.3512746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\soft_margin_loss_ops.h 2025-01-24T01:37:19.3516836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort.h 2025-01-24T01:37:19.3520596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3524348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3528540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3532419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cpu_dispatch.h 2025-01-24T01:37:19.3537300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_cuda_dispatch.h 2025-01-24T01:37:19.3541509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta.h 2025-01-24T01:37:19.3545659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_meta_dispatch.h 2025-01-24T01:37:19.3549620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_native.h 2025-01-24T01:37:19.3554203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sort_ops.h 2025-01-24T01:37:19.3556974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor.h 2025-01-24T01:37:19.3561008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3565608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_native.h 2025-01-24T01:37:19.3568631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsc_tensor_ops.h 2025-01-24T01:37:19.3572731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor.h 2025-01-24T01:37:19.3577108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3581032Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_native.h 2025-01-24T01:37:19.3584953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_bsr_tensor_ops.h 2025-01-24T01:37:19.3588947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor.h 2025-01-24T01:37:19.3592959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3596944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_native.h 2025-01-24T01:37:19.3601186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_compressed_tensor_ops.h 2025-01-24T01:37:19.3605764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor.h 2025-01-24T01:37:19.3609775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3614088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3617996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_native.h 2025-01-24T01:37:19.3622613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_coo_tensor_ops.h 2025-01-24T01:37:19.3625974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor.h 2025-01-24T01:37:19.3630474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3634474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_native.h 2025-01-24T01:37:19.3638886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csc_tensor_ops.h 2025-01-24T01:37:19.3643023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor.h 2025-01-24T01:37:19.3647375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.3651681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_native.h 2025-01-24T01:37:19.3656574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_csr_tensor_ops.h 2025-01-24T01:37:19.3659748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim.h 2025-01-24T01:37:19.3664561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3668723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_native.h 2025-01-24T01:37:19.3673255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_dim_ops.h 2025-01-24T01:37:19.3676284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask.h 2025-01-24T01:37:19.3680375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3686647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_native.h 2025-01-24T01:37:19.3688504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_mask_ops.h 2025-01-24T01:37:19.3693991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize.h 2025-01-24T01:37:19.3697044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear.h 2025-01-24T01:37:19.3701299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3705940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h 2025-01-24T01:37:19.3709806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_native.h 2025-01-24T01:37:19.3714137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_and_clear_ops.h 2025-01-24T01:37:19.3718121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3740296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_meta_dispatch.h 2025-01-24T01:37:19.3744703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_native.h 2025-01-24T01:37:19.3748023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_resize_ops.h 2025-01-24T01:37:19.3752029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm.h 2025-01-24T01:37:19.3756022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_native.h 2025-01-24T01:37:19.3759834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sparse_sampled_addmm_ops.h 2025-01-24T01:37:19.3763629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai.h 2025-01-24T01:37:19.3768184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3772117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h 2025-01-24T01:37:19.3776099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h 2025-01-24T01:37:19.3780012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta.h 2025-01-24T01:37:19.3783830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h 2025-01-24T01:37:19.3787999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_native.h 2025-01-24T01:37:19.3791825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_airy_ai_ops.h 2025-01-24T01:37:19.3795644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0.h 2025-01-24T01:37:19.3800213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3804319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h 2025-01-24T01:37:19.3808195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h 2025-01-24T01:37:19.3828144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta.h 2025-01-24T01:37:19.3832205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h 2025-01-24T01:37:19.3836215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_native.h 2025-01-24T01:37:19.3839927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j0_ops.h 2025-01-24T01:37:19.3843946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1.h 2025-01-24T01:37:19.3848271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3852605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h 2025-01-24T01:37:19.3856535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h 2025-01-24T01:37:19.3860355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta.h 2025-01-24T01:37:19.3864183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h 2025-01-24T01:37:19.3868106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_native.h 2025-01-24T01:37:19.3872463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_j1_ops.h 2025-01-24T01:37:19.3876463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0.h 2025-01-24T01:37:19.3880484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3884786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h 2025-01-24T01:37:19.3888739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h 2025-01-24T01:37:19.3892641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta.h 2025-01-24T01:37:19.3896707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h 2025-01-24T01:37:19.3900534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_native.h 2025-01-24T01:37:19.3904401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y0_ops.h 2025-01-24T01:37:19.3908246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1.h 2025-01-24T01:37:19.3912335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3916253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h 2025-01-24T01:37:19.3920300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h 2025-01-24T01:37:19.3924205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta.h 2025-01-24T01:37:19.3928012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h 2025-01-24T01:37:19.3932789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_native.h 2025-01-24T01:37:19.3935925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_bessel_y1_ops.h 2025-01-24T01:37:19.3939842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t.h 2025-01-24T01:37:19.3944325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3948550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3952468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h 2025-01-24T01:37:19.3956905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h 2025-01-24T01:37:19.3960976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h 2025-01-24T01:37:19.3964858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h 2025-01-24T01:37:19.3968914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h 2025-01-24T01:37:19.3972969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h 2025-01-24T01:37:19.3976744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u.h 2025-01-24T01:37:19.3981333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.3985534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.3989724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h 2025-01-24T01:37:19.3993664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h 2025-01-24T01:37:19.3997632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h 2025-01-24T01:37:19.4001604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h 2025-01-24T01:37:19.4005547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h 2025-01-24T01:37:19.4009676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h 2025-01-24T01:37:19.4013781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v.h 2025-01-24T01:37:19.4017961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4022224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.4026248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h 2025-01-24T01:37:19.4030195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h 2025-01-24T01:37:19.4034552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h 2025-01-24T01:37:19.4038302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h 2025-01-24T01:37:19.4042218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h 2025-01-24T01:37:19.4046421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h 2025-01-24T01:37:19.4050242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w.h 2025-01-24T01:37:19.4054565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4058600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.4063728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h 2025-01-24T01:37:19.4067718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h 2025-01-24T01:37:19.4071804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h 2025-01-24T01:37:19.4075716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h 2025-01-24T01:37:19.4079797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h 2025-01-24T01:37:19.4083985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h 2025-01-24T01:37:19.4087849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma.h 2025-01-24T01:37:19.4091981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4096060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_native.h 2025-01-24T01:37:19.4099991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_digamma_ops.h 2025-01-24T01:37:19.4103836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr.h 2025-01-24T01:37:19.4108011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4112045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cpu_dispatch.h 2025-01-24T01:37:19.4115996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_cuda_dispatch.h 2025-01-24T01:37:19.4119930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta.h 2025-01-24T01:37:19.4124879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_meta_dispatch.h 2025-01-24T01:37:19.4129031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_native.h 2025-01-24T01:37:19.4133084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_entr_ops.h 2025-01-24T01:37:19.4137153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf.h 2025-01-24T01:37:19.4141133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc.h 2025-01-24T01:37:19.4145070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx.h 2025-01-24T01:37:19.4149461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4153730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h 2025-01-24T01:37:19.4157896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h 2025-01-24T01:37:19.4161895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta.h 2025-01-24T01:37:19.4166229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_meta_dispatch.h 2025-01-24T01:37:19.4171518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_native.h 2025-01-24T01:37:19.4175879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfcx_ops.h 2025-01-24T01:37:19.4180232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4184180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_native.h 2025-01-24T01:37:19.4188158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfc_ops.h 2025-01-24T01:37:19.4224887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv.h 2025-01-24T01:37:19.4225673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4226413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_native.h 2025-01-24T01:37:19.4227026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erfinv_ops.h 2025-01-24T01:37:19.4227748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4228479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_native.h 2025-01-24T01:37:19.4229059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_erf_ops.h 2025-01-24T01:37:19.4229932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2.h 2025-01-24T01:37:19.4230639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4232997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_native.h 2025-01-24T01:37:19.4237155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_exp2_ops.h 2025-01-24T01:37:19.4242302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit.h 2025-01-24T01:37:19.4245771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4249729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_native.h 2025-01-24T01:37:19.4253668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expit_ops.h 2025-01-24T01:37:19.4257501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1.h 2025-01-24T01:37:19.4261677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4265528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_native.h 2025-01-24T01:37:19.4269630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_expm1_ops.h 2025-01-24T01:37:19.4273453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc.h 2025-01-24T01:37:19.4277424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc.h 2025-01-24T01:37:19.4281901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4286225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_native.h 2025-01-24T01:37:19.4290091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaincc_ops.h 2025-01-24T01:37:19.4294230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4298536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_native.h 2025-01-24T01:37:19.4302158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammainc_ops.h 2025-01-24T01:37:19.4306151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln.h 2025-01-24T01:37:19.4310130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4314070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_native.h 2025-01-24T01:37:19.4317906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_gammaln_ops.h 2025-01-24T01:37:19.4322008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h.h 2025-01-24T01:37:19.4326201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he.h 2025-01-24T01:37:19.4331058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4335207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.4339145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h 2025-01-24T01:37:19.4343217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h 2025-01-24T01:37:19.4347337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h 2025-01-24T01:37:19.4351192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h 2025-01-24T01:37:19.4355814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_native.h 2025-01-24T01:37:19.4359749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h 2025-01-24T01:37:19.4364116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4368545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.4373619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h 2025-01-24T01:37:19.4377650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h 2025-01-24T01:37:19.4381730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h 2025-01-24T01:37:19.4385808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h 2025-01-24T01:37:19.4390679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_native.h 2025-01-24T01:37:19.4394520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h 2025-01-24T01:37:19.4398649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0.h 2025-01-24T01:37:19.4402756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e.h 2025-01-24T01:37:19.4407801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4410879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cpu_dispatch.h 2025-01-24T01:37:19.4415097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_cuda_dispatch.h 2025-01-24T01:37:19.4419102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta.h 2025-01-24T01:37:19.4422954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_meta_dispatch.h 2025-01-24T01:37:19.4426899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_native.h 2025-01-24T01:37:19.4430997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0e_ops.h 2025-01-24T01:37:19.4435852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4439004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_native.h 2025-01-24T01:37:19.4443225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i0_ops.h 2025-01-24T01:37:19.4447356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1.h 2025-01-24T01:37:19.4451183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e.h 2025-01-24T01:37:19.4455416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4459590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cpu_dispatch.h 2025-01-24T01:37:19.4464383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_cuda_dispatch.h 2025-01-24T01:37:19.4467508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta.h 2025-01-24T01:37:19.4471744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_meta_dispatch.h 2025-01-24T01:37:19.4476007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_native.h 2025-01-24T01:37:19.4479904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1e_ops.h 2025-01-24T01:37:19.4484849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4488833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cpu_dispatch.h 2025-01-24T01:37:19.4493118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_cuda_dispatch.h 2025-01-24T01:37:19.4498305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta.h 2025-01-24T01:37:19.4501742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_meta_dispatch.h 2025-01-24T01:37:19.4505828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_native.h 2025-01-24T01:37:19.4509952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_i1_ops.h 2025-01-24T01:37:19.4515339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l.h 2025-01-24T01:37:19.4518714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4522768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.4527119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h 2025-01-24T01:37:19.4531077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h 2025-01-24T01:37:19.4535165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h 2025-01-24T01:37:19.4539213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h 2025-01-24T01:37:19.4544008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h 2025-01-24T01:37:19.4547303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h 2025-01-24T01:37:19.4551323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p.h 2025-01-24T01:37:19.4555645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4560598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.4563907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h 2025-01-24T01:37:19.4568101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h 2025-01-24T01:37:19.4572340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h 2025-01-24T01:37:19.4577595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h 2025-01-24T01:37:19.4580836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_native.h 2025-01-24T01:37:19.4584880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h 2025-01-24T01:37:19.4589198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p.h 2025-01-24T01:37:19.4593106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4597141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_native.h 2025-01-24T01:37:19.4601103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log1p_ops.h 2025-01-24T01:37:19.4606179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit.h 2025-01-24T01:37:19.4609641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4613736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_native.h 2025-01-24T01:37:19.4617792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logit_ops.h 2025-01-24T01:37:19.4621993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp.h 2025-01-24T01:37:19.4626033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4630361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_native.h 2025-01-24T01:37:19.4634650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_logsumexp_ops.h 2025-01-24T01:37:19.4638214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr.h 2025-01-24T01:37:19.4642515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4646705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h 2025-01-24T01:37:19.4651682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h 2025-01-24T01:37:19.4655148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta.h 2025-01-24T01:37:19.4659242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h 2025-01-24T01:37:19.4663366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_native.h 2025-01-24T01:37:19.4667263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_ndtr_ops.h 2025-01-24T01:37:19.4671308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax.h 2025-01-24T01:37:19.4675801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4680211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_native.h 2025-01-24T01:37:19.4684065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_log_softmax_ops.h 2025-01-24T01:37:19.4688068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0.h 2025-01-24T01:37:19.4705966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4707036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h 2025-01-24T01:37:19.4707799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h 2025-01-24T01:37:19.4708534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta.h 2025-01-24T01:37:19.4711649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h 2025-01-24T01:37:19.4714890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_native.h 2025-01-24T01:37:19.4718970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i0_ops.h 2025-01-24T01:37:19.4723524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1.h 2025-01-24T01:37:19.4727330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4731564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h 2025-01-24T01:37:19.4735546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h 2025-01-24T01:37:19.4740403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta.h 2025-01-24T01:37:19.4743658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h 2025-01-24T01:37:19.4747809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_native.h 2025-01-24T01:37:19.4751736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_i1_ops.h 2025-01-24T01:37:19.4756445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0.h 2025-01-24T01:37:19.4759987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4763795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h 2025-01-24T01:37:19.4768138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h 2025-01-24T01:37:19.4772164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta.h 2025-01-24T01:37:19.4776600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h 2025-01-24T01:37:19.4780936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_native.h 2025-01-24T01:37:19.4784862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k0_ops.h 2025-01-24T01:37:19.4789008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1.h 2025-01-24T01:37:19.4793410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4797765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h 2025-01-24T01:37:19.4801745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h 2025-01-24T01:37:19.4805742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta.h 2025-01-24T01:37:19.4809681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h 2025-01-24T01:37:19.4828373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_native.h 2025-01-24T01:37:19.4832311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_modified_bessel_k1_ops.h 2025-01-24T01:37:19.4836738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln.h 2025-01-24T01:37:19.4840870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4845268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_native.h 2025-01-24T01:37:19.4849206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_multigammaln_ops.h 2025-01-24T01:37:19.4853198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr.h 2025-01-24T01:37:19.4857315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri.h 2025-01-24T01:37:19.4861379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4865123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h 2025-01-24T01:37:19.4868924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h 2025-01-24T01:37:19.4872705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta.h 2025-01-24T01:37:19.4876655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_meta_dispatch.h 2025-01-24T01:37:19.4880664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_native.h 2025-01-24T01:37:19.4884600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtri_ops.h 2025-01-24T01:37:19.4889118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4893200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_native.h 2025-01-24T01:37:19.4897229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_ndtr_ops.h 2025-01-24T01:37:19.4901087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma.h 2025-01-24T01:37:19.4905003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4908999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_native.h 2025-01-24T01:37:19.4912869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_polygamma_ops.h 2025-01-24T01:37:19.4916645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi.h 2025-01-24T01:37:19.4920523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4924234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_native.h 2025-01-24T01:37:19.4928022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_psi_ops.h 2025-01-24T01:37:19.4931938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round.h 2025-01-24T01:37:19.4936082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.4940512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_native.h 2025-01-24T01:37:19.4945215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_round_ops.h 2025-01-24T01:37:19.4950034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h 2025-01-24T01:37:19.4953470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4957500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h 2025-01-24T01:37:19.4961917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h 2025-01-24T01:37:19.4965810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h 2025-01-24T01:37:19.4969965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h 2025-01-24T01:37:19.4974086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h 2025-01-24T01:37:19.4978575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h 2025-01-24T01:37:19.4982097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h 2025-01-24T01:37:19.4986867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.4990866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h 2025-01-24T01:37:19.4995622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h 2025-01-24T01:37:19.4998889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h 2025-01-24T01:37:19.5003223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h 2025-01-24T01:37:19.5007464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h 2025-01-24T01:37:19.5032435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h 2025-01-24T01:37:19.5033385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h 2025-01-24T01:37:19.5034356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5036672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5037642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h 2025-01-24T01:37:19.5038511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h 2025-01-24T01:37:19.5039347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h 2025-01-24T01:37:19.5041770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h 2025-01-24T01:37:19.5045595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h 2025-01-24T01:37:19.5050169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h 2025-01-24T01:37:19.5054310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h 2025-01-24T01:37:19.5058951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5062996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5067478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h 2025-01-24T01:37:19.5071638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h 2025-01-24T01:37:19.5075800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h 2025-01-24T01:37:19.5079803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h 2025-01-24T01:37:19.5084404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h 2025-01-24T01:37:19.5088716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h 2025-01-24T01:37:19.5093055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h 2025-01-24T01:37:19.5098356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5101815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5106072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h 2025-01-24T01:37:19.5110250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h 2025-01-24T01:37:19.5114169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h 2025-01-24T01:37:19.5118296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h 2025-01-24T01:37:19.5122911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h 2025-01-24T01:37:19.5127361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h 2025-01-24T01:37:19.5131539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h 2025-01-24T01:37:19.5136306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5141170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5145213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h 2025-01-24T01:37:19.5150046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h 2025-01-24T01:37:19.5154065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h 2025-01-24T01:37:19.5159060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h 2025-01-24T01:37:19.5163264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h 2025-01-24T01:37:19.5167379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h 2025-01-24T01:37:19.5171538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc.h 2025-01-24T01:37:19.5175957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5180077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_native.h 2025-01-24T01:37:19.5184093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_sinc_ops.h 2025-01-24T01:37:19.5188389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax.h 2025-01-24T01:37:19.5192741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5196954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_native.h 2025-01-24T01:37:19.5208836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_softmax_ops.h 2025-01-24T01:37:19.5210510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0.h 2025-01-24T01:37:19.5211956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5216490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h 2025-01-24T01:37:19.5222086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h 2025-01-24T01:37:19.5227088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h 2025-01-24T01:37:19.5231954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h 2025-01-24T01:37:19.5236744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_native.h 2025-01-24T01:37:19.5241861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h 2025-01-24T01:37:19.5246484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py.h 2025-01-24T01:37:19.5250928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5255612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5261572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h 2025-01-24T01:37:19.5266180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h 2025-01-24T01:37:19.5271150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta.h 2025-01-24T01:37:19.5274652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h 2025-01-24T01:37:19.5278554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_native.h 2025-01-24T01:37:19.5283013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlog1py_ops.h 2025-01-24T01:37:19.5286582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy.h 2025-01-24T01:37:19.5291484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5296040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_native.h 2025-01-24T01:37:19.5299875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_xlogy_ops.h 2025-01-24T01:37:19.5304266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta.h 2025-01-24T01:37:19.5308608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5312648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5316659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cpu_dispatch.h 2025-01-24T01:37:19.5321324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_cuda_dispatch.h 2025-01-24T01:37:19.5325617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta.h 2025-01-24T01:37:19.5329657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_meta_dispatch.h 2025-01-24T01:37:19.5333666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_native.h 2025-01-24T01:37:19.5337760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\special_zeta_ops.h 2025-01-24T01:37:19.5341550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split.h 2025-01-24T01:37:19.5345768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5350348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5353899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy.h 2025-01-24T01:37:19.5357911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5362754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5366417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_native.h 2025-01-24T01:37:19.5371570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_copy_ops.h 2025-01-24T01:37:19.5375809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_native.h 2025-01-24T01:37:19.5379380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_ops.h 2025-01-24T01:37:19.5383797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes.h 2025-01-24T01:37:19.5387923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5392031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy.h 2025-01-24T01:37:19.5396690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5400790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5404729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h 2025-01-24T01:37:19.5408721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_native.h 2025-01-24T01:37:19.5412918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_copy_ops.h 2025-01-24T01:37:19.5417599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_native.h 2025-01-24T01:37:19.5422002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\split_with_sizes_ops.h 2025-01-24T01:37:19.5425612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt.h 2025-01-24T01:37:19.5429350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5433048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cpu_dispatch.h 2025-01-24T01:37:19.5437172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_cuda_dispatch.h 2025-01-24T01:37:19.5442066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta.h 2025-01-24T01:37:19.5445866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_meta_dispatch.h 2025-01-24T01:37:19.5449567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_native.h 2025-01-24T01:37:19.5453291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sqrt_ops.h 2025-01-24T01:37:19.5456966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square.h 2025-01-24T01:37:19.5461058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5465119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_native.h 2025-01-24T01:37:19.5468687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\square_ops.h 2025-01-24T01:37:19.5472979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze.h 2025-01-24T01:37:19.5476613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5480394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5485431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy.h 2025-01-24T01:37:19.5490356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5494145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5497930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_native.h 2025-01-24T01:37:19.5501771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_copy_ops.h 2025-01-24T01:37:19.5506986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_native.h 2025-01-24T01:37:19.5510539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\squeeze_ops.h 2025-01-24T01:37:19.5514982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm.h 2025-01-24T01:37:19.5518820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5522580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h 2025-01-24T01:37:19.5526390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h 2025-01-24T01:37:19.5531344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_native.h 2025-01-24T01:37:19.5535514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sspaddmm_ops.h 2025-01-24T01:37:19.5539022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack.h 2025-01-24T01:37:19.5542716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5546893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_native.h 2025-01-24T01:37:19.5551104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stack_ops.h 2025-01-24T01:37:19.5554748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std.h 2025-01-24T01:37:19.5558446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5562896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cpu_dispatch.h 2025-01-24T01:37:19.5566384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_cuda_dispatch.h 2025-01-24T01:37:19.5570181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean.h 2025-01-24T01:37:19.5574073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5578353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5582329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cpu_dispatch.h 2025-01-24T01:37:19.5586375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_cuda_dispatch.h 2025-01-24T01:37:19.5590237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_native.h 2025-01-24T01:37:19.5594896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_mean_ops.h 2025-01-24T01:37:19.5598786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_native.h 2025-01-24T01:37:19.5602506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\std_ops.h 2025-01-24T01:37:19.5606266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft.h 2025-01-24T01:37:19.5610405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5614165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_native.h 2025-01-24T01:37:19.5618146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stft_ops.h 2025-01-24T01:37:19.5621810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride.h 2025-01-24T01:37:19.5625793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5629599Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_native.h 2025-01-24T01:37:19.5633099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\stride_ops.h 2025-01-24T01:37:19.5637223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub.h 2025-01-24T01:37:19.5640738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract.h 2025-01-24T01:37:19.5644647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5648342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_native.h 2025-01-24T01:37:19.5652235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\subtract_ops.h 2025-01-24T01:37:19.5661211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5665120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5668920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cpu_dispatch.h 2025-01-24T01:37:19.5673625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_cuda_dispatch.h 2025-01-24T01:37:19.5677006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta.h 2025-01-24T01:37:19.5680908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_meta_dispatch.h 2025-01-24T01:37:19.5684367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_native.h 2025-01-24T01:37:19.5688063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sub_ops.h 2025-01-24T01:37:19.5691920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum.h 2025-01-24T01:37:19.5695410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5700446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5705025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5709018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cpu_dispatch.h 2025-01-24T01:37:19.5713615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_cuda_dispatch.h 2025-01-24T01:37:19.5717583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta.h 2025-01-24T01:37:19.5721420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_meta_dispatch.h 2025-01-24T01:37:19.5725125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_native.h 2025-01-24T01:37:19.5729128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_ops.h 2025-01-24T01:37:19.5732684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size.h 2025-01-24T01:37:19.5736918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5741709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_native.h 2025-01-24T01:37:19.5745766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sum_to_size_ops.h 2025-01-24T01:37:19.5749618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd.h 2025-01-24T01:37:19.5753651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5757289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_native.h 2025-01-24T01:37:19.5761038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\svd_ops.h 2025-01-24T01:37:19.5764728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes.h 2025-01-24T01:37:19.5768721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5772592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_native.h 2025-01-24T01:37:19.5776323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapaxes_ops.h 2025-01-24T01:37:19.5780306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims.h 2025-01-24T01:37:19.5784310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5788125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_native.h 2025-01-24T01:37:19.5791837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\swapdims_ops.h 2025-01-24T01:37:19.5795732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range.h 2025-01-24T01:37:19.5799837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5804237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size.h 2025-01-24T01:37:19.5809139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.5813487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_native.h 2025-01-24T01:37:19.5817364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h 2025-01-24T01:37:19.5821433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_native.h 2025-01-24T01:37:19.5825328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_constrain_range_ops.h 2025-01-24T01:37:19.5829106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel.h 2025-01-24T01:37:19.5833165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5836923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_native.h 2025-01-24T01:37:19.5840805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_numel_ops.h 2025-01-24T01:37:19.5844927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size.h 2025-01-24T01:37:19.5848784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5852705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_native.h 2025-01-24T01:37:19.5856997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_size_ops.h 2025-01-24T01:37:19.5860828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset.h 2025-01-24T01:37:19.5865733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5869889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_native.h 2025-01-24T01:37:19.5874139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_storage_offset_ops.h 2025-01-24T01:37:19.5877810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride.h 2025-01-24T01:37:19.5901513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5905310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_native.h 2025-01-24T01:37:19.5909464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\sym_stride_ops.h 2025-01-24T01:37:19.5913233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t.h 2025-01-24T01:37:19.5916956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take.h 2025-01-24T01:37:19.5920833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim.h 2025-01-24T01:37:19.5924658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.5928409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_native.h 2025-01-24T01:37:19.5932304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_along_dim_ops.h 2025-01-24T01:37:19.5936413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cpu_dispatch.h 2025-01-24T01:37:19.5939829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_cuda_dispatch.h 2025-01-24T01:37:19.5944054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_native.h 2025-01-24T01:37:19.5948797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\take_ops.h 2025-01-24T01:37:19.5952170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan.h 2025-01-24T01:37:19.5955960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh.h 2025-01-24T01:37:19.5959367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward.h 2025-01-24T01:37:19.5963898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5967741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h 2025-01-24T01:37:19.5971620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h 2025-01-24T01:37:19.5975811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta.h 2025-01-24T01:37:19.5980105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_meta_dispatch.h 2025-01-24T01:37:19.5984227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_native.h 2025-01-24T01:37:19.5987808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_backward_ops.h 2025-01-24T01:37:19.5992254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.5995976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cpu_dispatch.h 2025-01-24T01:37:19.5999642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_cuda_dispatch.h 2025-01-24T01:37:19.6003845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta.h 2025-01-24T01:37:19.6007766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_meta_dispatch.h 2025-01-24T01:37:19.6012893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_native.h 2025-01-24T01:37:19.6015584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tanh_ops.h 2025-01-24T01:37:19.6019753Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6023721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cpu_dispatch.h 2025-01-24T01:37:19.6027934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_cuda_dispatch.h 2025-01-24T01:37:19.6032077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta.h 2025-01-24T01:37:19.6036091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_meta_dispatch.h 2025-01-24T01:37:19.6039387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_native.h 2025-01-24T01:37:19.6043205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tan_ops.h 2025-01-24T01:37:19.6047611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor.h 2025-01-24T01:37:19.6050484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot.h 2025-01-24T01:37:19.6054495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6059016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_native.h 2025-01-24T01:37:19.6062448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensordot_ops.h 2025-01-24T01:37:19.6066343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split.h 2025-01-24T01:37:19.6070660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6074419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_native.h 2025-01-24T01:37:19.6078278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tensor_split_ops.h 2025-01-24T01:37:19.6082207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d.h 2025-01-24T01:37:19.6085910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6089752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_native.h 2025-01-24T01:37:19.6093562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\thnn_conv2d_ops.h 2025-01-24T01:37:19.6098300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold.h 2025-01-24T01:37:19.6117943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward.h 2025-01-24T01:37:19.6122131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6125868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h 2025-01-24T01:37:19.6129824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h 2025-01-24T01:37:19.6133815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta.h 2025-01-24T01:37:19.6138081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_meta_dispatch.h 2025-01-24T01:37:19.6142806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_native.h 2025-01-24T01:37:19.6146729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_backward_ops.h 2025-01-24T01:37:19.6150891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6154677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cpu_dispatch.h 2025-01-24T01:37:19.6158703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_cuda_dispatch.h 2025-01-24T01:37:19.6162419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta.h 2025-01-24T01:37:19.6166655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_meta_dispatch.h 2025-01-24T01:37:19.6170592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_native.h 2025-01-24T01:37:19.6175033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\threshold_ops.h 2025-01-24T01:37:19.6180160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile.h 2025-01-24T01:37:19.6184495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6188591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_native.h 2025-01-24T01:37:19.6192211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tile_ops.h 2025-01-24T01:37:19.6195921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to.h 2025-01-24T01:37:19.6199458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk.h 2025-01-24T01:37:19.6204402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6208842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cpu_dispatch.h 2025-01-24T01:37:19.6213052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_cuda_dispatch.h 2025-01-24T01:37:19.6216759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta.h 2025-01-24T01:37:19.6220912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_meta_dispatch.h 2025-01-24T01:37:19.6224716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_native.h 2025-01-24T01:37:19.6228516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\topk_ops.h 2025-01-24T01:37:19.6232347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6235845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense.h 2025-01-24T01:37:19.6239304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward.h 2025-01-24T01:37:19.6243367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6248217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_native.h 2025-01-24T01:37:19.6251996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_backward_ops.h 2025-01-24T01:37:19.6255896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6260269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_native.h 2025-01-24T01:37:19.6264457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_dense_ops.h 2025-01-24T01:37:19.6268184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn.h 2025-01-24T01:37:19.6271563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward.h 2025-01-24T01:37:19.6275624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6279551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_native.h 2025-01-24T01:37:19.6283217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_backward_ops.h 2025-01-24T01:37:19.6287234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6291313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h 2025-01-24T01:37:19.6295754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_native.h 2025-01-24T01:37:19.6299745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_mkldnn_ops.h 2025-01-24T01:37:19.6303322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_native.h 2025-01-24T01:37:19.6307180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_ops.h 2025-01-24T01:37:19.6310623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor.h 2025-01-24T01:37:19.6314412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6318105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_native.h 2025-01-24T01:37:19.6322206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_padded_tensor_ops.h 2025-01-24T01:37:19.6326284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse.h 2025-01-24T01:37:19.6329912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc.h 2025-01-24T01:37:19.6334005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6337659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_native.h 2025-01-24T01:37:19.6341446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsc_ops.h 2025-01-24T01:37:19.6348311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr.h 2025-01-24T01:37:19.6350319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6355131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_native.h 2025-01-24T01:37:19.6358293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_bsr_ops.h 2025-01-24T01:37:19.6362597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6366443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc.h 2025-01-24T01:37:19.6370396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6374475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_native.h 2025-01-24T01:37:19.6378393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csc_ops.h 2025-01-24T01:37:19.6382182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr.h 2025-01-24T01:37:19.6386205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6391239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_native.h 2025-01-24T01:37:19.6395425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_csr_ops.h 2025-01-24T01:37:19.6399915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_native.h 2025-01-24T01:37:19.6404255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\to_sparse_ops.h 2025-01-24T01:37:19.6408098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace.h 2025-01-24T01:37:19.6412024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward.h 2025-01-24T01:37:19.6415811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6419942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_native.h 2025-01-24T01:37:19.6423949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_backward_ops.h 2025-01-24T01:37:19.6427800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6431754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cpu_dispatch.h 2025-01-24T01:37:19.6435802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_cuda_dispatch.h 2025-01-24T01:37:19.6439430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_native.h 2025-01-24T01:37:19.6443442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trace_ops.h 2025-01-24T01:37:19.6447403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose.h 2025-01-24T01:37:19.6452245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6456072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6459873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy.h 2025-01-24T01:37:19.6464332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6468458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6472332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_native.h 2025-01-24T01:37:19.6476413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_copy_ops.h 2025-01-24T01:37:19.6480391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_native.h 2025-01-24T01:37:19.6484313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\transpose_ops.h 2025-01-24T01:37:19.6488228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid.h 2025-01-24T01:37:19.6492331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6496047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_native.h 2025-01-24T01:37:19.6500689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapezoid_ops.h 2025-01-24T01:37:19.6504856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz.h 2025-01-24T01:37:19.6508919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6513364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_native.h 2025-01-24T01:37:19.6517163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trapz_ops.h 2025-01-24T01:37:19.6521024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve.h 2025-01-24T01:37:19.6525670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6529242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h 2025-01-24T01:37:19.6533023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h 2025-01-24T01:37:19.6537551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta.h 2025-01-24T01:37:19.6541453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_meta_dispatch.h 2025-01-24T01:37:19.6545637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_native.h 2025-01-24T01:37:19.6549668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triangular_solve_ops.h 2025-01-24T01:37:19.6554210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril.h 2025-01-24T01:37:19.6557937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6561644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cpu_dispatch.h 2025-01-24T01:37:19.6565622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_cuda_dispatch.h 2025-01-24T01:37:19.6569132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices.h 2025-01-24T01:37:19.6574035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6577255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cpu_dispatch.h 2025-01-24T01:37:19.6581509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_cuda_dispatch.h 2025-01-24T01:37:19.6585301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_native.h 2025-01-24T01:37:19.6589235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_indices_ops.h 2025-01-24T01:37:19.6593097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta.h 2025-01-24T01:37:19.6596696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_meta_dispatch.h 2025-01-24T01:37:19.6600416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_native.h 2025-01-24T01:37:19.6604011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\tril_ops.h 2025-01-24T01:37:19.6607673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss.h 2025-01-24T01:37:19.6612002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6615966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_native.h 2025-01-24T01:37:19.6620279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triplet_margin_loss_ops.h 2025-01-24T01:37:19.6624260Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu.h 2025-01-24T01:37:19.6628748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6631785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cpu_dispatch.h 2025-01-24T01:37:19.6635809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_cuda_dispatch.h 2025-01-24T01:37:19.6639912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices.h 2025-01-24T01:37:19.6643481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6647885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cpu_dispatch.h 2025-01-24T01:37:19.6651817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_cuda_dispatch.h 2025-01-24T01:37:19.6655545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_native.h 2025-01-24T01:37:19.6659862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_indices_ops.h 2025-01-24T01:37:19.6664119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta.h 2025-01-24T01:37:19.6668230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_meta_dispatch.h 2025-01-24T01:37:19.6671730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_native.h 2025-01-24T01:37:19.6675665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\triu_ops.h 2025-01-24T01:37:19.6679275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide.h 2025-01-24T01:37:19.6683125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6686733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_native.h 2025-01-24T01:37:19.6690420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\true_divide_ops.h 2025-01-24T01:37:19.6694404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc.h 2025-01-24T01:37:19.6698355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6702039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cpu_dispatch.h 2025-01-24T01:37:19.6706041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_cuda_dispatch.h 2025-01-24T01:37:19.6709803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta.h 2025-01-24T01:37:19.6713423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_meta_dispatch.h 2025-01-24T01:37:19.6717164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_native.h 2025-01-24T01:37:19.6720862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\trunc_ops.h 2025-01-24T01:37:19.6724769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as.h 2025-01-24T01:37:19.6728418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6732785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_native.h 2025-01-24T01:37:19.6736685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\type_as_ops.h 2025-01-24T01:37:19.6740311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6744103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy.h 2025-01-24T01:37:19.6747760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6751744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6756606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_native.h 2025-01-24T01:37:19.6760691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_copy_ops.h 2025-01-24T01:37:19.6765010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_native.h 2025-01-24T01:37:19.6768191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\t_ops.h 2025-01-24T01:37:19.6771837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind.h 2025-01-24T01:37:19.6775460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6779224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6783192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy.h 2025-01-24T01:37:19.6787220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6791039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6794848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_native.h 2025-01-24T01:37:19.6798662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_copy_ops.h 2025-01-24T01:37:19.6802546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_native.h 2025-01-24T01:37:19.6806548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unbind_ops.h 2025-01-24T01:37:19.6810598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten.h 2025-01-24T01:37:19.6815134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6819575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors.h 2025-01-24T01:37:19.6823904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.6827825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_native.h 2025-01-24T01:37:19.6831590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_dense_tensors_ops.h 2025-01-24T01:37:19.6835319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_native.h 2025-01-24T01:37:19.6839663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unflatten_ops.h 2025-01-24T01:37:19.6843710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold.h 2025-01-24T01:37:19.6847094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward.h 2025-01-24T01:37:19.6851332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6856142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h 2025-01-24T01:37:19.6860641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h 2025-01-24T01:37:19.6863679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_native.h 2025-01-24T01:37:19.6867634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_backward_ops.h 2025-01-24T01:37:19.6871253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy.h 2025-01-24T01:37:19.6875280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.6879277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6883276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_native.h 2025-01-24T01:37:19.6887443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_copy_ops.h 2025-01-24T01:37:19.6891207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cpu_dispatch.h 2025-01-24T01:37:19.6895015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_cuda_dispatch.h 2025-01-24T01:37:19.6899169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_meta_dispatch.h 2025-01-24T01:37:19.6903200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_native.h 2025-01-24T01:37:19.6906728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unfold_ops.h 2025-01-24T01:37:19.6910807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform.h 2025-01-24T01:37:19.6914480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6918287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cpu_dispatch.h 2025-01-24T01:37:19.6922015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_cuda_dispatch.h 2025-01-24T01:37:19.6925743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_meta_dispatch.h 2025-01-24T01:37:19.6929450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_native.h 2025-01-24T01:37:19.6950830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\uniform_ops.h 2025-01-24T01:37:19.6954536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive.h 2025-01-24T01:37:19.6958610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6962941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h 2025-01-24T01:37:19.6966864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h 2025-01-24T01:37:19.6971557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_native.h 2025-01-24T01:37:19.6975207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_consecutive_ops.h 2025-01-24T01:37:19.6979612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim.h 2025-01-24T01:37:19.6983773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6987576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive.h 2025-01-24T01:37:19.6991607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.6995686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h 2025-01-24T01:37:19.6999622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h 2025-01-24T01:37:19.7003325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_native.h 2025-01-24T01:37:19.7007610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_consecutive_ops.h 2025-01-24T01:37:19.7011346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cpu_dispatch.h 2025-01-24T01:37:19.7015250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_cuda_dispatch.h 2025-01-24T01:37:19.7019269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_native.h 2025-01-24T01:37:19.7023499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unique_dim_ops.h 2025-01-24T01:37:19.7038581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk.h 2025-01-24T01:37:19.7038989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7039266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_native.h 2025-01-24T01:37:19.7040853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_chunk_ops.h 2025-01-24T01:37:19.7045222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split.h 2025-01-24T01:37:19.7049714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7053817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_native.h 2025-01-24T01:37:19.7057524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_ops.h 2025-01-24T01:37:19.7061934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes.h 2025-01-24T01:37:19.7066549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7071798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_native.h 2025-01-24T01:37:19.7075299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h 2025-01-24T01:37:19.7079231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze.h 2025-01-24T01:37:19.7083887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7087598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy.h 2025-01-24T01:37:19.7091810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7096037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7100349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_native.h 2025-01-24T01:37:19.7104144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_copy_ops.h 2025-01-24T01:37:19.7108109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_native.h 2025-01-24T01:37:19.7112200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\unsqueeze_ops.h 2025-01-24T01:37:19.7117492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d.h 2025-01-24T01:37:19.7121575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward.h 2025-01-24T01:37:19.7125824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7130185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h 2025-01-24T01:37:19.7134547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h 2025-01-24T01:37:19.7138091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h 2025-01-24T01:37:19.7142104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h 2025-01-24T01:37:19.7146169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h 2025-01-24T01:37:19.7155857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h 2025-01-24T01:37:19.7156351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7159774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7164109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h 2025-01-24T01:37:19.7168191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h 2025-01-24T01:37:19.7173798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta.h 2025-01-24T01:37:19.7176758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h 2025-01-24T01:37:19.7180748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_native.h 2025-01-24T01:37:19.7185019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bicubic2d_ops.h 2025-01-24T01:37:19.7188918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d.h 2025-01-24T01:37:19.7193714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward.h 2025-01-24T01:37:19.7198050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7201774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h 2025-01-24T01:37:19.7205730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h 2025-01-24T01:37:19.7210238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h 2025-01-24T01:37:19.7214192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h 2025-01-24T01:37:19.7218091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h 2025-01-24T01:37:19.7221954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h 2025-01-24T01:37:19.7226028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7230199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7234153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7238567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h 2025-01-24T01:37:19.7242439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h 2025-01-24T01:37:19.7246448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta.h 2025-01-24T01:37:19.7250532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h 2025-01-24T01:37:19.7254486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_native.h 2025-01-24T01:37:19.7258370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_bilinear2d_ops.h 2025-01-24T01:37:19.7262678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d.h 2025-01-24T01:37:19.7266640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward.h 2025-01-24T01:37:19.7271002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7274708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h 2025-01-24T01:37:19.7278805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h 2025-01-24T01:37:19.7282943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta.h 2025-01-24T01:37:19.7286809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h 2025-01-24T01:37:19.7290664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_native.h 2025-01-24T01:37:19.7294883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_backward_ops.h 2025-01-24T01:37:19.7299659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7303764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7307829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h 2025-01-24T01:37:19.7311626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h 2025-01-24T01:37:19.7315592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta.h 2025-01-24T01:37:19.7319511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h 2025-01-24T01:37:19.7323533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_native.h 2025-01-24T01:37:19.7327670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_linear1d_ops.h 2025-01-24T01:37:19.7331630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d.h 2025-01-24T01:37:19.7335566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward.h 2025-01-24T01:37:19.7339538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7343350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h 2025-01-24T01:37:19.7347596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h 2025-01-24T01:37:19.7351514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h 2025-01-24T01:37:19.7355313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h 2025-01-24T01:37:19.7359997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_native.h 2025-01-24T01:37:19.7363953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h 2025-01-24T01:37:19.7368237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7372601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7376571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h 2025-01-24T01:37:19.7380490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h 2025-01-24T01:37:19.7384338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta.h 2025-01-24T01:37:19.7388873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h 2025-01-24T01:37:19.7393039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_native.h 2025-01-24T01:37:19.7397127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest1d_ops.h 2025-01-24T01:37:19.7401595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d.h 2025-01-24T01:37:19.7405474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward.h 2025-01-24T01:37:19.7409581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7413516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h 2025-01-24T01:37:19.7417710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h 2025-01-24T01:37:19.7421802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h 2025-01-24T01:37:19.7426630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h 2025-01-24T01:37:19.7431981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_native.h 2025-01-24T01:37:19.7436527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h 2025-01-24T01:37:19.7440898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7445159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7449251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7453521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h 2025-01-24T01:37:19.7458494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h 2025-01-24T01:37:19.7462477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta.h 2025-01-24T01:37:19.7466374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h 2025-01-24T01:37:19.7470617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_native.h 2025-01-24T01:37:19.7474881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest2d_ops.h 2025-01-24T01:37:19.7478587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d.h 2025-01-24T01:37:19.7482430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward.h 2025-01-24T01:37:19.7488232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7493153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h 2025-01-24T01:37:19.7497148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h 2025-01-24T01:37:19.7502121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h 2025-01-24T01:37:19.7506119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h 2025-01-24T01:37:19.7511006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_native.h 2025-01-24T01:37:19.7515273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h 2025-01-24T01:37:19.7520239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7524219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7528839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h 2025-01-24T01:37:19.7533372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h 2025-01-24T01:37:19.7537005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta.h 2025-01-24T01:37:19.7541109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h 2025-01-24T01:37:19.7545186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_native.h 2025-01-24T01:37:19.7549507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_nearest3d_ops.h 2025-01-24T01:37:19.7553457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d.h 2025-01-24T01:37:19.7557497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward.h 2025-01-24T01:37:19.7562624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7567436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h 2025-01-24T01:37:19.7571136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h 2025-01-24T01:37:19.7575048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h 2025-01-24T01:37:19.7579282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h 2025-01-24T01:37:19.7584584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h 2025-01-24T01:37:19.7587937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h 2025-01-24T01:37:19.7592352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7596520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7600443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h 2025-01-24T01:37:19.7605098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h 2025-01-24T01:37:19.7608879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta.h 2025-01-24T01:37:19.7613033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h 2025-01-24T01:37:19.7617007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_native.h 2025-01-24T01:37:19.7621184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\upsample_trilinear3d_ops.h 2025-01-24T01:37:19.7625772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values.h 2025-01-24T01:37:19.7629577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7634797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy.h 2025-01-24T01:37:19.7639704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7643812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7647996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_native.h 2025-01-24T01:37:19.7652063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_copy_ops.h 2025-01-24T01:37:19.7656584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_native.h 2025-01-24T01:37:19.7660590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\values_ops.h 2025-01-24T01:37:19.7665752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward.h 2025-01-24T01:37:19.7669082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7673254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_native.h 2025-01-24T01:37:19.7677630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h 2025-01-24T01:37:19.7681532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander.h 2025-01-24T01:37:19.7685431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7689117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_native.h 2025-01-24T01:37:19.7693793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vander_ops.h 2025-01-24T01:37:19.7697313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var.h 2025-01-24T01:37:19.7701065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7705459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cpu_dispatch.h 2025-01-24T01:37:19.7708746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_cuda_dispatch.h 2025-01-24T01:37:19.7713074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean.h 2025-01-24T01:37:19.7717376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7721620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7726811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cpu_dispatch.h 2025-01-24T01:37:19.7730214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_cuda_dispatch.h 2025-01-24T01:37:19.7734460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_native.h 2025-01-24T01:37:19.7738710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_mean_ops.h 2025-01-24T01:37:19.7742143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_native.h 2025-01-24T01:37:19.7746226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\var_ops.h 2025-01-24T01:37:19.7749717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot.h 2025-01-24T01:37:19.7753697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7758729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cpu_dispatch.h 2025-01-24T01:37:19.7762752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_cuda_dispatch.h 2025-01-24T01:37:19.7766517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_native.h 2025-01-24T01:37:19.7771746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vdot_ops.h 2025-01-24T01:37:19.7774067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view.h 2025-01-24T01:37:19.7778108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as.h 2025-01-24T01:37:19.7781606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex.h 2025-01-24T01:37:19.7785665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy.h 2025-01-24T01:37:19.7789386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7793830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7797351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_native.h 2025-01-24T01:37:19.7801568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_copy_ops.h 2025-01-24T01:37:19.7805305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h 2025-01-24T01:37:19.7809196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h 2025-01-24T01:37:19.7813380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_meta_dispatch.h 2025-01-24T01:37:19.7817672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_native.h 2025-01-24T01:37:19.7821481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_complex_ops.h 2025-01-24T01:37:19.7825561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7829462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_native.h 2025-01-24T01:37:19.7833776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_ops.h 2025-01-24T01:37:19.7837246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real.h 2025-01-24T01:37:19.7841286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy.h 2025-01-24T01:37:19.7845026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7849286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7852976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_native.h 2025-01-24T01:37:19.7856811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_copy_ops.h 2025-01-24T01:37:19.7860775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cpu_dispatch.h 2025-01-24T01:37:19.7864637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_cuda_dispatch.h 2025-01-24T01:37:19.7869337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_meta_dispatch.h 2025-01-24T01:37:19.7872512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_native.h 2025-01-24T01:37:19.7883116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_as_real_ops.h 2025-01-24T01:37:19.7883471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7887020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy.h 2025-01-24T01:37:19.7890757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7894541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7898496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_native.h 2025-01-24T01:37:19.7902531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_copy_ops.h 2025-01-24T01:37:19.7906157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cpu_dispatch.h 2025-01-24T01:37:19.7910016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_cuda_dispatch.h 2025-01-24T01:37:19.7913810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_meta_dispatch.h 2025-01-24T01:37:19.7917564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_native.h 2025-01-24T01:37:19.7921459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\view_ops.h 2025-01-24T01:37:19.7924606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit.h 2025-01-24T01:37:19.7928363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7932055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_native.h 2025-01-24T01:37:19.7936258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vsplit_ops.h 2025-01-24T01:37:19.7939970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack.h 2025-01-24T01:37:19.7944300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7948542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_native.h 2025-01-24T01:37:19.7952133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\vstack_ops.h 2025-01-24T01:37:19.7956562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where.h 2025-01-24T01:37:19.7960042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.7964449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cpu_dispatch.h 2025-01-24T01:37:19.7967934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_cuda_dispatch.h 2025-01-24T01:37:19.7971955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_native.h 2025-01-24T01:37:19.7975722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\where_ops.h 2025-01-24T01:37:19.7979211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy.h 2025-01-24T01:37:19.7983022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.7986658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.7990985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cpu_dispatch.h 2025-01-24T01:37:19.7995017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_cuda_dispatch.h 2025-01-24T01:37:19.7998673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta.h 2025-01-24T01:37:19.8002648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_meta_dispatch.h 2025-01-24T01:37:19.8027393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_native.h 2025-01-24T01:37:19.8031849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xlogy_ops.h 2025-01-24T01:37:19.8035421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor.h 2025-01-24T01:37:19.8039075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8042915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_native.h 2025-01-24T01:37:19.8046719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\xor_ops.h 2025-01-24T01:37:19.8050298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero.h 2025-01-24T01:37:19.8054482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros.h 2025-01-24T01:37:19.8058350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8062271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like.h 2025-01-24T01:37:19.8067490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8072635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h 2025-01-24T01:37:19.8076463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_native.h 2025-01-24T01:37:19.8080656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_like_ops.h 2025-01-24T01:37:19.8084251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_native.h 2025-01-24T01:37:19.8087992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zeros_ops.h 2025-01-24T01:37:19.8092399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8096188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cpu_dispatch.h 2025-01-24T01:37:19.8099983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_cuda_dispatch.h 2025-01-24T01:37:19.8103656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_meta_dispatch.h 2025-01-24T01:37:19.8107530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_native.h 2025-01-24T01:37:19.8111527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\zero_ops.h 2025-01-24T01:37:19.8115158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d.h 2025-01-24T01:37:19.8118884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h 2025-01-24T01:37:19.8123152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8127891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h 2025-01-24T01:37:19.8132026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h 2025-01-24T01:37:19.8135773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h 2025-01-24T01:37:19.8139705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h 2025-01-24T01:37:19.8144015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8147958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h 2025-01-24T01:37:19.8151891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h 2025-01-24T01:37:19.8156184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h 2025-01-24T01:37:19.8160475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h 2025-01-24T01:37:19.8164271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d.h 2025-01-24T01:37:19.8168057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h 2025-01-24T01:37:19.8172413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8176319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h 2025-01-24T01:37:19.8180528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h 2025-01-24T01:37:19.8184284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h 2025-01-24T01:37:19.8188144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h 2025-01-24T01:37:19.8192359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8196202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h 2025-01-24T01:37:19.8200141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h 2025-01-24T01:37:19.8204277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h 2025-01-24T01:37:19.8208388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h 2025-01-24T01:37:19.8212842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation.h 2025-01-24T01:37:19.8217096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.8221737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h 2025-01-24T01:37:19.8225615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h 2025-01-24T01:37:19.8229734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta.h 2025-01-24T01:37:19.8233778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h 2025-01-24T01:37:19.8240249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_native.h 2025-01-24T01:37:19.8242337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_addmm_activation_ops.h 2025-01-24T01:37:19.8246790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim.h 2025-01-24T01:37:19.8251415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8256633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_native.h 2025-01-24T01:37:19.8261236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_batch_dim_ops.h 2025-01-24T01:37:19.8265670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu.h 2025-01-24T01:37:19.8270891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8276271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_cpu_dispatch.h 2025-01-24T01:37:19.8280651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_meta_dispatch.h 2025-01-24T01:37:19.8285338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_native.h 2025-01-24T01:37:19.8288683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_add_relu_ops.h 2025-01-24T01:37:19.8292867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax.h 2025-01-24T01:37:19.8297249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8300564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cpu_dispatch.h 2025-01-24T01:37:19.8304747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_cuda_dispatch.h 2025-01-24T01:37:19.8308452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_native.h 2025-01-24T01:37:19.8312492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_aminmax_ops.h 2025-01-24T01:37:19.8316687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h 2025-01-24T01:37:19.8320737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8324825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h 2025-01-24T01:37:19.8330339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h 2025-01-24T01:37:19.8333995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h 2025-01-24T01:37:19.8338161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h 2025-01-24T01:37:19.8341876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale.h 2025-01-24T01:37:19.8345666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8349617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h 2025-01-24T01:37:19.8353501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h 2025-01-24T01:37:19.8357702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h 2025-01-24T01:37:19.8361758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_native.h 2025-01-24T01:37:19.8365669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_amp_update_scale_ops.h 2025-01-24T01:37:19.8370341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async.h 2025-01-24T01:37:19.8375075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cpu_dispatch.h 2025-01-24T01:37:19.8378855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_cuda_dispatch.h 2025-01-24T01:37:19.8382937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_native.h 2025-01-24T01:37:19.8386775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_async_ops.h 2025-01-24T01:37:19.8391108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar.h 2025-01-24T01:37:19.8396048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8400248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_native.h 2025-01-24T01:37:19.8404259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_scalar_ops.h 2025-01-24T01:37:19.8408098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata.h 2025-01-24T01:37:19.8412415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8416494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h 2025-01-24T01:37:19.8420545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_native.h 2025-01-24T01:37:19.8424918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_assert_tensor_metadata_ops.h 2025-01-24T01:37:19.8429193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision.h 2025-01-24T01:37:19.8433221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8437435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_native.h 2025-01-24T01:37:19.8441303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_full_precision_ops.h 2025-01-24T01:37:19.8445492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision.h 2025-01-24T01:37:19.8449435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8453478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h 2025-01-24T01:37:19.8457546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h 2025-01-24T01:37:19.8461652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward.h 2025-01-24T01:37:19.8465745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8469227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_native.h 2025-01-24T01:37:19.8473546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_backward_ops.h 2025-01-24T01:37:19.8477078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index.h 2025-01-24T01:37:19.8481363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward.h 2025-01-24T01:37:19.8485362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8489469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h 2025-01-24T01:37:19.8493637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h 2025-01-24T01:37:19.8514764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8518680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_native.h 2025-01-24T01:37:19.8522820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_impl_index_ops.h 2025-01-24T01:37:19.8527111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update.h 2025-01-24T01:37:19.8532005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8534977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_native.h 2025-01-24T01:37:19.8539295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_no_update_ops.h 2025-01-24T01:37:19.8543422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update.h 2025-01-24T01:37:19.8547812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8553055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h 2025-01-24T01:37:19.8557438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h 2025-01-24T01:37:19.8561377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_native.h 2025-01-24T01:37:19.8566315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_batch_norm_with_update_ops.h 2025-01-24T01:37:19.8569382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte.h 2025-01-24T01:37:19.8573580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8577723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_native.h 2025-01-24T01:37:19.8581216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Byte_ops.h 2025-01-24T01:37:19.8585088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char.h 2025-01-24T01:37:19.8589458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8593328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_native.h 2025-01-24T01:37:19.8597670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Char_ops.h 2025-01-24T01:37:19.8601570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double.h 2025-01-24T01:37:19.8606408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8609944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_native.h 2025-01-24T01:37:19.8613961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Double_ops.h 2025-01-24T01:37:19.8618044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float.h 2025-01-24T01:37:19.8622453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8626244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_native.h 2025-01-24T01:37:19.8630415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Float_ops.h 2025-01-24T01:37:19.8634522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half.h 2025-01-24T01:37:19.8638474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8642369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_native.h 2025-01-24T01:37:19.8646648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Half_ops.h 2025-01-24T01:37:19.8650638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int.h 2025-01-24T01:37:19.8655079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8658756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_native.h 2025-01-24T01:37:19.8663200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Int_ops.h 2025-01-24T01:37:19.8667006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long.h 2025-01-24T01:37:19.8671121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8675031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_native.h 2025-01-24T01:37:19.8679210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Long_ops.h 2025-01-24T01:37:19.8683152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short.h 2025-01-24T01:37:19.8687303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8691312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_native.h 2025-01-24T01:37:19.8695234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cast_Short_ops.h 2025-01-24T01:37:19.8699808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward.h 2025-01-24T01:37:19.8703967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8708649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h 2025-01-24T01:37:19.8712866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h 2025-01-24T01:37:19.8716961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_native.h 2025-01-24T01:37:19.8721126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_backward_ops.h 2025-01-24T01:37:19.8725792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward.h 2025-01-24T01:37:19.8730618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8735022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h 2025-01-24T01:37:19.8738881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h 2025-01-24T01:37:19.8742798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_native.h 2025-01-24T01:37:19.8746880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cdist_forward_ops.h 2025-01-24T01:37:19.8751383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper.h 2025-01-24T01:37:19.8755298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8759280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h 2025-01-24T01:37:19.8763056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h 2025-01-24T01:37:19.8767216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_native.h 2025-01-24T01:37:19.8771681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cholesky_solve_helper_ops.h 2025-01-24T01:37:19.8775558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor.h 2025-01-24T01:37:19.8779787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.8784733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h 2025-01-24T01:37:19.8787887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h 2025-01-24T01:37:19.8791834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat.h 2025-01-24T01:37:19.8795465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8799248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h 2025-01-24T01:37:19.8803183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_native.h 2025-01-24T01:37:19.8807170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_chunk_cat_ops.h 2025-01-24T01:37:19.8811020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce.h 2025-01-24T01:37:19.8815805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced.h 2025-01-24T01:37:19.8819649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8823361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_meta_dispatch.h 2025-01-24T01:37:19.8827160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_native.h 2025-01-24T01:37:19.8831042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesced_ops.h 2025-01-24T01:37:19.8835638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8839440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_native.h 2025-01-24T01:37:19.8843317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_coalesce_ops.h 2025-01-24T01:37:19.8847533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination.h 2025-01-24T01:37:19.8851813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h 2025-01-24T01:37:19.8855560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h 2025-01-24T01:37:19.8859292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_native.h 2025-01-24T01:37:19.8863185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_compute_linear_combination_ops.h 2025-01-24T01:37:19.8867018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj.h 2025-01-24T01:37:19.8870881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8875441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy.h 2025-01-24T01:37:19.8879338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.8883318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8887617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_native.h 2025-01-24T01:37:19.8892065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_copy_ops.h 2025-01-24T01:37:19.8895915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_native.h 2025-01-24T01:37:19.8899679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_ops.h 2025-01-24T01:37:19.8903498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical.h 2025-01-24T01:37:19.8907439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.8911298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_native.h 2025-01-24T01:37:19.8915325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conj_physical_ops.h 2025-01-24T01:37:19.8920382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h 2025-01-24T01:37:19.8924473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.8928142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h 2025-01-24T01:37:19.8932328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h 2025-01-24T01:37:19.8936317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h 2025-01-24T01:37:19.8940372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h 2025-01-24T01:37:19.8944395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h 2025-01-24T01:37:19.8948196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h 2025-01-24T01:37:19.8952351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h 2025-01-24T01:37:19.8956425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:19.8960512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h 2025-01-24T01:37:19.8964515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h 2025-01-24T01:37:19.8969197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h 2025-01-24T01:37:19.8973815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h 2025-01-24T01:37:19.8977906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h 2025-01-24T01:37:19.8982066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h 2025-01-24T01:37:19.8985915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack.h 2025-01-24T01:37:19.8989844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h 2025-01-24T01:37:19.8993697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h 2025-01-24T01:37:19.8997632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h 2025-01-24T01:37:19.9001713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h 2025-01-24T01:37:19.9005610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h 2025-01-24T01:37:19.9009864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h 2025-01-24T01:37:19.9013834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h 2025-01-24T01:37:19.9017752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution.h 2025-01-24T01:37:19.9022376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9026610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9031966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward.h 2025-01-24T01:37:19.9035074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9039709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_native.h 2025-01-24T01:37:19.9043399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_double_backward_ops.h 2025-01-24T01:37:19.9047352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode.h 2025-01-24T01:37:19.9051863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9055901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_native.h 2025-01-24T01:37:19.9059900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_mode_ops.h 2025-01-24T01:37:19.9064409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_native.h 2025-01-24T01:37:19.9068483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_convolution_ops.h 2025-01-24T01:37:19.9072766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d.h 2025-01-24T01:37:19.9076438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h 2025-01-24T01:37:19.9080576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_native.h 2025-01-24T01:37:19.9084612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_conv_depthwise2d_ops.h 2025-01-24T01:37:19.9088434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from.h 2025-01-24T01:37:19.9092463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize.h 2025-01-24T01:37:19.9112964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9117250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_native.h 2025-01-24T01:37:19.9121272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_and_resize_ops.h 2025-01-24T01:37:19.9125945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9129972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_native.h 2025-01-24T01:37:19.9134034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_copy_from_ops.h 2025-01-24T01:37:19.9137958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress.h 2025-01-24T01:37:19.9141935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h 2025-01-24T01:37:19.9146359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_native.h 2025-01-24T01:37:19.9150139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_compress_ops.h 2025-01-24T01:37:19.9154082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm.h 2025-01-24T01:37:19.9158306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h 2025-01-24T01:37:19.9162298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_native.h 2025-01-24T01:37:19.9166243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_ops.h 2025-01-24T01:37:19.9170303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search.h 2025-01-24T01:37:19.9174726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h 2025-01-24T01:37:19.9179258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h 2025-01-24T01:37:19.9183605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h 2025-01-24T01:37:19.9187726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss.h 2025-01-24T01:37:19.9192303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward.h 2025-01-24T01:37:19.9197134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9200776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h 2025-01-24T01:37:19.9204917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h 2025-01-24T01:37:19.9209048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_native.h 2025-01-24T01:37:19.9213024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_backward_ops.h 2025-01-24T01:37:19.9217124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9221683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h 2025-01-24T01:37:19.9235877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h 2025-01-24T01:37:19.9236551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h 2025-01-24T01:37:19.9237173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_native.h 2025-01-24T01:37:19.9241069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_ctc_loss_ops.h 2025-01-24T01:37:19.9246333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss.h 2025-01-24T01:37:19.9250421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9254988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h 2025-01-24T01:37:19.9258876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_native.h 2025-01-24T01:37:19.9262911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h 2025-01-24T01:37:19.9266818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state.h 2025-01-24T01:37:19.9271556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9275379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h 2025-01-24T01:37:19.9279220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h 2025-01-24T01:37:19.9283068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h 2025-01-24T01:37:19.9286887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn.h 2025-01-24T01:37:19.9291205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward.h 2025-01-24T01:37:19.9295288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9300381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h 2025-01-24T01:37:19.9304472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_native.h 2025-01-24T01:37:19.9309269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h 2025-01-24T01:37:19.9313324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9317629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h 2025-01-24T01:37:19.9321939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h 2025-01-24T01:37:19.9326447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9330725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h 2025-01-24T01:37:19.9334868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h 2025-01-24T01:37:19.9338902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h 2025-01-24T01:37:19.9343052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_native.h 2025-01-24T01:37:19.9347458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cudnn_rnn_ops.h 2025-01-24T01:37:19.9351196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache.h 2025-01-24T01:37:19.9355235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9359134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h 2025-01-24T01:37:19.9363184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h 2025-01-24T01:37:19.9367770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h 2025-01-24T01:37:19.9372162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9377337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h 2025-01-24T01:37:19.9381218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h 2025-01-24T01:37:19.9385663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size.h 2025-01-24T01:37:19.9389850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9393738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h 2025-01-24T01:37:19.9397514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h 2025-01-24T01:37:19.9401723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h 2025-01-24T01:37:19.9406284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9410525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h 2025-01-24T01:37:19.9414460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h 2025-01-24T01:37:19.9418433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper.h 2025-01-24T01:37:19.9422310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h 2025-01-24T01:37:19.9426285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h 2025-01-24T01:37:19.9430089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_native.h 2025-01-24T01:37:19.9434259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummax_helper_ops.h 2025-01-24T01:37:19.9438531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper.h 2025-01-24T01:37:19.9441980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h 2025-01-24T01:37:19.9445814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h 2025-01-24T01:37:19.9450382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_native.h 2025-01-24T01:37:19.9454108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_cummin_helper_ops.h 2025-01-24T01:37:19.9458086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap.h 2025-01-24T01:37:19.9462453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9466159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_native.h 2025-01-24T01:37:19.9470282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h 2025-01-24T01:37:19.9474623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI.h 2025-01-24T01:37:19.9478043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_native.h 2025-01-24T01:37:19.9482167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimI_ops.h 2025-01-24T01:37:19.9486409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV.h 2025-01-24T01:37:19.9490109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_native.h 2025-01-24T01:37:19.9493780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dimV_ops.h 2025-01-24T01:37:19.9497530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange.h 2025-01-24T01:37:19.9501421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9505115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_native.h 2025-01-24T01:37:19.9509374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dim_arange_ops.h 2025-01-24T01:37:19.9513107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad.h 2025-01-24T01:37:19.9516970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9520936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h 2025-01-24T01:37:19.9524714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h 2025-01-24T01:37:19.9528549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_native.h 2025-01-24T01:37:19.9532888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dirichlet_grad_ops.h 2025-01-24T01:37:19.9536866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h 2025-01-24T01:37:19.9540666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h 2025-01-24T01:37:19.9545075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h 2025-01-24T01:37:19.9548954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h 2025-01-24T01:37:19.9553248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h 2025-01-24T01:37:19.9556754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h 2025-01-24T01:37:19.9561552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h 2025-01-24T01:37:19.9565174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h 2025-01-24T01:37:19.9568995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor.h 2025-01-24T01:37:19.9573203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9577074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h 2025-01-24T01:37:19.9581126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h 2025-01-24T01:37:19.9585566Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h 2025-01-24T01:37:19.9589424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_native.h 2025-01-24T01:37:19.9593284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficientzerotensor_ops.h 2025-01-24T01:37:19.9597403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward.h 2025-01-24T01:37:19.9601810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h 2025-01-24T01:37:19.9605341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_native.h 2025-01-24T01:37:19.9609883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_backward_ops.h 2025-01-24T01:37:19.9613996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward.h 2025-01-24T01:37:19.9618186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h 2025-01-24T01:37:19.9622100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_native.h 2025-01-24T01:37:19.9625930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_efficient_attention_forward_ops.h 2025-01-24T01:37:19.9629833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag.h 2025-01-24T01:37:19.9633539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward.h 2025-01-24T01:37:19.9637332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h 2025-01-24T01:37:19.9641131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h 2025-01-24T01:37:19.9645198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_native.h 2025-01-24T01:37:19.9649823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_backward_ops.h 2025-01-24T01:37:19.9654057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9657791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h 2025-01-24T01:37:19.9662037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h 2025-01-24T01:37:19.9665873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward.h 2025-01-24T01:37:19.9670271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9674310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h 2025-01-24T01:37:19.9678615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h 2025-01-24T01:37:19.9682558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h 2025-01-24T01:37:19.9686334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h 2025-01-24T01:37:19.9690305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only.h 2025-01-24T01:37:19.9694797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9698698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h 2025-01-24T01:37:19.9703196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h 2025-01-24T01:37:19.9707729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_native.h 2025-01-24T01:37:19.9711304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h 2025-01-24T01:37:19.9715285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_native.h 2025-01-24T01:37:19.9719188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_ops.h 2025-01-24T01:37:19.9723250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h 2025-01-24T01:37:19.9727707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9731543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h 2025-01-24T01:37:19.9735588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h 2025-01-24T01:37:19.9740015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h 2025-01-24T01:37:19.9743930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h 2025-01-24T01:37:19.9747782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward.h 2025-01-24T01:37:19.9752117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:19.9768194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h 2025-01-24T01:37:19.9769070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h 2025-01-24T01:37:19.9769779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized.h 2025-01-24T01:37:19.9770644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9772585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h 2025-01-24T01:37:19.9776384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_native.h 2025-01-24T01:37:19.9784234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_affine_quantized_ops.h 2025-01-24T01:37:19.9785393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h 2025-01-24T01:37:19.9824923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9825919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h 2025-01-24T01:37:19.9826984Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h 2025-01-24T01:37:19.9827827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h 2025-01-24T01:37:19.9828501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist.h 2025-01-24T01:37:19.9829226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9831309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_native.h 2025-01-24T01:37:19.9831943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_euclidean_dist_ops.h 2025-01-24T01:37:19.9832656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h 2025-01-24T01:37:19.9833479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h 2025-01-24T01:37:19.9837289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h 2025-01-24T01:37:19.9841129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h 2025-01-24T01:37:19.9845407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h 2025-01-24T01:37:19.9849620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h 2025-01-24T01:37:19.9854059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9859257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h 2025-01-24T01:37:19.9862746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h 2025-01-24T01:37:19.9866914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h 2025-01-24T01:37:19.9871047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h 2025-01-24T01:37:19.9875077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h 2025-01-24T01:37:19.9880451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h 2025-01-24T01:37:19.9884924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h 2025-01-24T01:37:19.9889078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h 2025-01-24T01:37:19.9893452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h 2025-01-24T01:37:19.9897567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h 2025-01-24T01:37:19.9901740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9905952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h 2025-01-24T01:37:19.9911135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h 2025-01-24T01:37:19.9914801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h 2025-01-24T01:37:19.9918991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h 2025-01-24T01:37:19.9923441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h 2025-01-24T01:37:19.9927791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:19.9932383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h 2025-01-24T01:37:19.9936589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h 2025-01-24T01:37:19.9941211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h 2025-01-24T01:37:19.9945519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h 2025-01-24T01:37:19.9950168Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c.h 2025-01-24T01:37:19.9953340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h 2025-01-24T01:37:19.9957571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h 2025-01-24T01:37:19.9961138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_native.h 2025-01-24T01:37:19.9965235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2c_ops.h 2025-01-24T01:37:19.9969871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r.h 2025-01-24T01:37:19.9973425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h 2025-01-24T01:37:19.9977680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h 2025-01-24T01:37:19.9981733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_native.h 2025-01-24T01:37:19.9985240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_c2r_ops.h 2025-01-24T01:37:19.9989107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c.h 2025-01-24T01:37:19.9993164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h 2025-01-24T01:37:19.9997001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h 2025-01-24T01:37:20.0000691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_native.h 2025-01-24T01:37:20.0004557Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fft_r2c_ops.h 2025-01-24T01:37:20.0008912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h 2025-01-24T01:37:20.0012724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h 2025-01-24T01:37:20.0016522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h 2025-01-24T01:37:20.0020477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h 2025-01-24T01:37:20.0024722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h 2025-01-24T01:37:20.0028298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward.h 2025-01-24T01:37:20.0031986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h 2025-01-24T01:37:20.0036009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_native.h 2025-01-24T01:37:20.0039786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_backward_ops.h 2025-01-24T01:37:20.0043591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward.h 2025-01-24T01:37:20.0047598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h 2025-01-24T01:37:20.0051650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_native.h 2025-01-24T01:37:20.0055521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_flash_attention_forward_ops.h 2025-01-24T01:37:20.0059488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar.h 2025-01-24T01:37:20.0063082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0067249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_cpu_dispatch.h 2025-01-24T01:37:20.0071240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_native.h 2025-01-24T01:37:20.0075982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foobar_ops.h 2025-01-24T01:37:20.0080310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs.h 2025-01-24T01:37:20.0083738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0087598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h 2025-01-24T01:37:20.0091770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_native.h 2025-01-24T01:37:20.0096789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_abs_ops.h 2025-01-24T01:37:20.0100251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos.h 2025-01-24T01:37:20.0104360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0108935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h 2025-01-24T01:37:20.0112574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_native.h 2025-01-24T01:37:20.0116331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_acos_ops.h 2025-01-24T01:37:20.0120467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add.h 2025-01-24T01:37:20.0124284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv.h 2025-01-24T01:37:20.0128691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0132876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h 2025-01-24T01:37:20.0137451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_native.h 2025-01-24T01:37:20.0140671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcdiv_ops.h 2025-01-24T01:37:20.0144582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul.h 2025-01-24T01:37:20.0148910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0152661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h 2025-01-24T01:37:20.0156588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_native.h 2025-01-24T01:37:20.0160900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_addcmul_ops.h 2025-01-24T01:37:20.0165789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0168877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h 2025-01-24T01:37:20.0195594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_native.h 2025-01-24T01:37:20.0199882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_add_ops.h 2025-01-24T01:37:20.0203593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin.h 2025-01-24T01:37:20.0208272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0212906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h 2025-01-24T01:37:20.0217039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_native.h 2025-01-24T01:37:20.0221294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_asin_ops.h 2025-01-24T01:37:20.0225826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan.h 2025-01-24T01:37:20.0247072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0248570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h 2025-01-24T01:37:20.0249755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_native.h 2025-01-24T01:37:20.0250945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_atan_ops.h 2025-01-24T01:37:20.0252084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil.h 2025-01-24T01:37:20.0254911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0259104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h 2025-01-24T01:37:20.0262891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_native.h 2025-01-24T01:37:20.0267036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_ceil_ops.h 2025-01-24T01:37:20.0271071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max.h 2025-01-24T01:37:20.0275516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0279776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h 2025-01-24T01:37:20.0283397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_native.h 2025-01-24T01:37:20.0287295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_max_ops.h 2025-01-24T01:37:20.0291398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min.h 2025-01-24T01:37:20.0295634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0299763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h 2025-01-24T01:37:20.0303781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_native.h 2025-01-24T01:37:20.0307802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_clamp_min_ops.h 2025-01-24T01:37:20.0311573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy.h 2025-01-24T01:37:20.0315567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0320216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h 2025-01-24T01:37:20.0324219Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_native.h 2025-01-24T01:37:20.0328051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_copy_ops.h 2025-01-24T01:37:20.0332066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos.h 2025-01-24T01:37:20.0336792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh.h 2025-01-24T01:37:20.0340857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0344681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h 2025-01-24T01:37:20.0348516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_native.h 2025-01-24T01:37:20.0352491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cosh_ops.h 2025-01-24T01:37:20.0356798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0360794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h 2025-01-24T01:37:20.0364773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_native.h 2025-01-24T01:37:20.0368685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_cos_ops.h 2025-01-24T01:37:20.0372675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div.h 2025-01-24T01:37:20.0376617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0380697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h 2025-01-24T01:37:20.0384789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_native.h 2025-01-24T01:37:20.0389044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_div_ops.h 2025-01-24T01:37:20.0393001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf.h 2025-01-24T01:37:20.0396940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc.h 2025-01-24T01:37:20.0401025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0405026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h 2025-01-24T01:37:20.0408940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_native.h 2025-01-24T01:37:20.0413367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erfc_ops.h 2025-01-24T01:37:20.0417397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0421273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h 2025-01-24T01:37:20.0425245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_native.h 2025-01-24T01:37:20.0429840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_erf_ops.h 2025-01-24T01:37:20.0433734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp.h 2025-01-24T01:37:20.0437603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1.h 2025-01-24T01:37:20.0442455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0446328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h 2025-01-24T01:37:20.0450334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_native.h 2025-01-24T01:37:20.0454270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_expm1_ops.h 2025-01-24T01:37:20.0458370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0462261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h 2025-01-24T01:37:20.0466386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_native.h 2025-01-24T01:37:20.0470286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_exp_ops.h 2025-01-24T01:37:20.0474469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor.h 2025-01-24T01:37:20.0478598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0483317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h 2025-01-24T01:37:20.0487382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_native.h 2025-01-24T01:37:20.0491420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_floor_ops.h 2025-01-24T01:37:20.0495747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac.h 2025-01-24T01:37:20.0499956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0503783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h 2025-01-24T01:37:20.0507724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_native.h 2025-01-24T01:37:20.0511948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_frac_ops.h 2025-01-24T01:37:20.0516070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp.h 2025-01-24T01:37:20.0520078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0524238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h 2025-01-24T01:37:20.0528491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_native.h 2025-01-24T01:37:20.0532697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lerp_ops.h 2025-01-24T01:37:20.0536630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma.h 2025-01-24T01:37:20.0542350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0546413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h 2025-01-24T01:37:20.0550593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_native.h 2025-01-24T01:37:20.0554875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_lgamma_ops.h 2025-01-24T01:37:20.0558667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log.h 2025-01-24T01:37:20.0562558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10.h 2025-01-24T01:37:20.0566555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0570485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h 2025-01-24T01:37:20.0574463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_native.h 2025-01-24T01:37:20.0578456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log10_ops.h 2025-01-24T01:37:20.0582466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p.h 2025-01-24T01:37:20.0586745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0590740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h 2025-01-24T01:37:20.0594960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_native.h 2025-01-24T01:37:20.0599191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log1p_ops.h 2025-01-24T01:37:20.0603242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2.h 2025-01-24T01:37:20.0607284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0611770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h 2025-01-24T01:37:20.0615773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_native.h 2025-01-24T01:37:20.0619737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log2_ops.h 2025-01-24T01:37:20.0623957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0627917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h 2025-01-24T01:37:20.0631944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_native.h 2025-01-24T01:37:20.0636558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_log_ops.h 2025-01-24T01:37:20.0640503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max.h 2025-01-24T01:37:20.0644478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum.h 2025-01-24T01:37:20.0649555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0654366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h 2025-01-24T01:37:20.0658278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_native.h 2025-01-24T01:37:20.0662258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_maximum_ops.h 2025-01-24T01:37:20.0666857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0670895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h 2025-01-24T01:37:20.0674959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_native.h 2025-01-24T01:37:20.0679029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_max_ops.h 2025-01-24T01:37:20.0682908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum.h 2025-01-24T01:37:20.0687110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0691685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h 2025-01-24T01:37:20.0696123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_native.h 2025-01-24T01:37:20.0700043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_minimum_ops.h 2025-01-24T01:37:20.0703957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul.h 2025-01-24T01:37:20.0708039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0712123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h 2025-01-24T01:37:20.0716057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_native.h 2025-01-24T01:37:20.0720064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_mul_ops.h 2025-01-24T01:37:20.0724474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg.h 2025-01-24T01:37:20.0729012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0733549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h 2025-01-24T01:37:20.0737604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_native.h 2025-01-24T01:37:20.0741830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_neg_ops.h 2025-01-24T01:37:20.0746061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm.h 2025-01-24T01:37:20.0750269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0754635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h 2025-01-24T01:37:20.0759307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_native.h 2025-01-24T01:37:20.0763361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_norm_ops.h 2025-01-24T01:37:20.0767964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow.h 2025-01-24T01:37:20.0771909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0775843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h 2025-01-24T01:37:20.0779828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_native.h 2025-01-24T01:37:20.0784088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_pow_ops.h 2025-01-24T01:37:20.0788130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal.h 2025-01-24T01:37:20.0792428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0796656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h 2025-01-24T01:37:20.0800588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_native.h 2025-01-24T01:37:20.0804448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_reciprocal_ops.h 2025-01-24T01:37:20.0808375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round.h 2025-01-24T01:37:20.0812742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0816847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h 2025-01-24T01:37:20.0821174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_native.h 2025-01-24T01:37:20.0825510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_round_ops.h 2025-01-24T01:37:20.0829443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt.h 2025-01-24T01:37:20.0833752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0837740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h 2025-01-24T01:37:20.0842094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_native.h 2025-01-24T01:37:20.0846072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_rsqrt_ops.h 2025-01-24T01:37:20.0849866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid.h 2025-01-24T01:37:20.0854066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0857944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h 2025-01-24T01:37:20.0878072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_native.h 2025-01-24T01:37:20.0882908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sigmoid_ops.h 2025-01-24T01:37:20.0886879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign.h 2025-01-24T01:37:20.0890887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0894884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h 2025-01-24T01:37:20.0898849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_native.h 2025-01-24T01:37:20.0902682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sign_ops.h 2025-01-24T01:37:20.0906803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin.h 2025-01-24T01:37:20.0910833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh.h 2025-01-24T01:37:20.0914928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0918772Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h 2025-01-24T01:37:20.0922701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_native.h 2025-01-24T01:37:20.0926605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sinh_ops.h 2025-01-24T01:37:20.0930694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0934828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h 2025-01-24T01:37:20.0938768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_native.h 2025-01-24T01:37:20.0942653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sin_ops.h 2025-01-24T01:37:20.0946439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt.h 2025-01-24T01:37:20.0950415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0954164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h 2025-01-24T01:37:20.0958141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_native.h 2025-01-24T01:37:20.0962249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sqrt_ops.h 2025-01-24T01:37:20.0966112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub.h 2025-01-24T01:37:20.0970184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.0974425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h 2025-01-24T01:37:20.0978338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_native.h 2025-01-24T01:37:20.0982407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_sub_ops.h 2025-01-24T01:37:20.0987279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan.h 2025-01-24T01:37:20.0991515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh.h 2025-01-24T01:37:20.0996312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1000466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h 2025-01-24T01:37:20.1004542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_native.h 2025-01-24T01:37:20.1008926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tanh_ops.h 2025-01-24T01:37:20.1013015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1017059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h 2025-01-24T01:37:20.1021317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_native.h 2025-01-24T01:37:20.1025299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_tan_ops.h 2025-01-24T01:37:20.1029180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc.h 2025-01-24T01:37:20.1033317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1037398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h 2025-01-24T01:37:20.1041306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_native.h 2025-01-24T01:37:20.1045292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_trunc_ops.h 2025-01-24T01:37:20.1049958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero.h 2025-01-24T01:37:20.1054420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1059147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h 2025-01-24T01:37:20.1063109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_native.h 2025-01-24T01:37:20.1067283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_foreach_zero_ops.h 2025-01-24T01:37:20.1071732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async.h 2025-01-24T01:37:20.1076286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h 2025-01-24T01:37:20.1079870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_native.h 2025-01-24T01:37:20.1084471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_async_ops.h 2025-01-24T01:37:20.1088636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar.h 2025-01-24T01:37:20.1093788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1097803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_native.h 2025-01-24T01:37:20.1102481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_assert_scalar_ops.h 2025-01-24T01:37:20.1107495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range.h 2025-01-24T01:37:20.1111857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1115990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h 2025-01-24T01:37:20.1120187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1124506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h 2025-01-24T01:37:20.1128713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h 2025-01-24T01:37:20.1132890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_native.h 2025-01-24T01:37:20.1136986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h 2025-01-24T01:37:20.1141210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad.h 2025-01-24T01:37:20.1145354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1149535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h 2025-01-24T01:37:20.1153564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_native.h 2025-01-24T01:37:20.1157986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adagrad_ops.h 2025-01-24T01:37:20.1162305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam.h 2025-01-24T01:37:20.1166176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw.h 2025-01-24T01:37:20.1170242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1174551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h 2025-01-24T01:37:20.1178785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h 2025-01-24T01:37:20.1182718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_native.h 2025-01-24T01:37:20.1186780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adamw_ops.h 2025-01-24T01:37:20.1191026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1195080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h 2025-01-24T01:37:20.1199058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h 2025-01-24T01:37:20.1203610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_native.h 2025-01-24T01:37:20.1207947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_adam_ops.h 2025-01-24T01:37:20.1212208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout.h 2025-01-24T01:37:20.1217016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1221156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h 2025-01-24T01:37:20.1225551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_native.h 2025-01-24T01:37:20.1229639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_dropout_ops.h 2025-01-24T01:37:20.1233583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h 2025-01-24T01:37:20.1238166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1242419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h 2025-01-24T01:37:20.1246669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h 2025-01-24T01:37:20.1250902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h 2025-01-24T01:37:20.1255018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h 2025-01-24T01:37:20.1259164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice.h 2025-01-24T01:37:20.1263483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h 2025-01-24T01:37:20.1267432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h 2025-01-24T01:37:20.1271336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h 2025-01-24T01:37:20.1293140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_native.h 2025-01-24T01:37:20.1297210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sdp_choice_ops.h 2025-01-24T01:37:20.1301167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd.h 2025-01-24T01:37:20.1305313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1309129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h 2025-01-24T01:37:20.1313057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h 2025-01-24T01:37:20.1317030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_native.h 2025-01-24T01:37:20.1321000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fused_sgd_ops.h 2025-01-24T01:37:20.1325135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal.h 2025-01-24T01:37:20.1329422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1333953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy.h 2025-01-24T01:37:20.1338715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1342864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1346860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_native.h 2025-01-24T01:37:20.1350911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_copy_ops.h 2025-01-24T01:37:20.1355164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_native.h 2025-01-24T01:37:20.1359195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_fw_primal_ops.h 2025-01-24T01:37:20.1363134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward.h 2025-01-24T01:37:20.1367130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.1370931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_native.h 2025-01-24T01:37:20.1374812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_gather_sparse_backward_ops.h 2025-01-24T01:37:20.1378958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h 2025-01-24T01:37:20.1383093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h 2025-01-24T01:37:20.1387349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.1391565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h 2025-01-24T01:37:20.1395604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h 2025-01-24T01:37:20.1399632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1403655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h 2025-01-24T01:37:20.1407704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h 2025-01-24T01:37:20.1412124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h 2025-01-24T01:37:20.1415852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.1419611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h 2025-01-24T01:37:20.1423957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h 2025-01-24T01:37:20.1428069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel.h 2025-01-24T01:37:20.1432043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1435833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_native.h 2025-01-24T01:37:20.1440268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_has_same_storage_numel_ops.h 2025-01-24T01:37:20.1444627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges.h 2025-01-24T01:37:20.1448620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1452705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h 2025-01-24T01:37:20.1456628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_native.h 2025-01-24T01:37:20.1460628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h 2025-01-24T01:37:20.1464652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts.h 2025-01-24T01:37:20.1468697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1472856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h 2025-01-24T01:37:20.1476709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h 2025-01-24T01:37:20.1481071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h 2025-01-24T01:37:20.1485317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h 2025-01-24T01:37:20.1489512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1493635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h 2025-01-24T01:37:20.1497917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h 2025-01-24T01:37:20.1501988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h 2025-01-24T01:37:20.1506079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl.h 2025-01-24T01:37:20.1509992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1513927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h 2025-01-24T01:37:20.1518329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h 2025-01-24T01:37:20.1522742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h 2025-01-24T01:37:20.1526658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_native.h 2025-01-24T01:37:20.1530726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_index_put_impl_ops.h 2025-01-24T01:37:20.1535221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices.h 2025-01-24T01:37:20.1538880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy.h 2025-01-24T01:37:20.1542852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1546932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1551092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_native.h 2025-01-24T01:37:20.1556407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_copy_ops.h 2025-01-24T01:37:20.1560084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_native.h 2025-01-24T01:37:20.1564050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_indices_ops.h 2025-01-24T01:37:20.1568017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm.h 2025-01-24T01:37:20.1571665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cpu_dispatch.h 2025-01-24T01:37:20.1575567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_cuda_dispatch.h 2025-01-24T01:37:20.1579587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_native.h 2025-01-24T01:37:20.1583363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_int_mm_ops.h 2025-01-24T01:37:20.1587327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true.h 2025-01-24T01:37:20.1591346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1595073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_native.h 2025-01-24T01:37:20.1599223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_all_true_ops.h 2025-01-24T01:37:20.1603423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true.h 2025-01-24T01:37:20.1607618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1611741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_native.h 2025-01-24T01:37:20.1615800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_any_true_ops.h 2025-01-24T01:37:20.1619823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor.h 2025-01-24T01:37:20.1623811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.1628678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_native.h 2025-01-24T01:37:20.1632765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_is_zerotensor_ops.h 2025-01-24T01:37:20.1637943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h 2025-01-24T01:37:20.1642559Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h 2025-01-24T01:37:20.1647418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h 2025-01-24T01:37:20.1651597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h 2025-01-24T01:37:20.1656012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h 2025-01-24T01:37:20.1660439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone.h 2025-01-24T01:37:20.1664635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1668470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_native.h 2025-01-24T01:37:20.1672541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lazy_clone_ops.h 2025-01-24T01:37:20.1676585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors.h 2025-01-24T01:37:20.1680721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1684619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_native.h 2025-01-24T01:37:20.1688638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_check_errors_ops.h 2025-01-24T01:37:20.1692702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det.h 2025-01-24T01:37:20.1697024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1700996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h 2025-01-24T01:37:20.1705086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h 2025-01-24T01:37:20.1709006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta.h 2025-01-24T01:37:20.1713207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_meta_dispatch.h 2025-01-24T01:37:20.1717341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_native.h 2025-01-24T01:37:20.1721445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_det_ops.h 2025-01-24T01:37:20.1725336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh.h 2025-01-24T01:37:20.1729577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1733864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h 2025-01-24T01:37:20.1739218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h 2025-01-24T01:37:20.1744131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta.h 2025-01-24T01:37:20.1748305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h 2025-01-24T01:37:20.1752344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_native.h 2025-01-24T01:37:20.1756409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigh_ops.h 2025-01-24T01:37:20.1760586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals.h 2025-01-24T01:37:20.1764956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h 2025-01-24T01:37:20.1769327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h 2025-01-24T01:37:20.1773885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_native.h 2025-01-24T01:37:20.1778117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_eigvals_ops.h 2025-01-24T01:37:20.1782751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet.h 2025-01-24T01:37:20.1786679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1790517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h 2025-01-24T01:37:20.1794843Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h 2025-01-24T01:37:20.1798738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta.h 2025-01-24T01:37:20.1802747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h 2025-01-24T01:37:20.1806556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_native.h 2025-01-24T01:37:20.1810590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_slogdet_ops.h 2025-01-24T01:37:20.1814530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex.h 2025-01-24T01:37:20.1818864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1822555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h 2025-01-24T01:37:20.1827214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h 2025-01-24T01:37:20.1831133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta.h 2025-01-24T01:37:20.1835021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h 2025-01-24T01:37:20.1838811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_native.h 2025-01-24T01:37:20.1842640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_solve_ex_ops.h 2025-01-24T01:37:20.1846453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd.h 2025-01-24T01:37:20.1851234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1855268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h 2025-01-24T01:37:20.1859270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h 2025-01-24T01:37:20.1863091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta.h 2025-01-24T01:37:20.1866973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h 2025-01-24T01:37:20.1870801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_native.h 2025-01-24T01:37:20.1875299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_linalg_svd_ops.h 2025-01-24T01:37:20.1879186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense.h 2025-01-24T01:37:20.1883688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h 2025-01-24T01:37:20.1887821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h 2025-01-24T01:37:20.1891782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_native.h 2025-01-24T01:37:20.1895671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_local_scalar_dense_ops.h 2025-01-24T01:37:20.1899446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp.h 2025-01-24T01:37:20.1903257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h 2025-01-24T01:37:20.1907019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h 2025-01-24T01:37:20.1911058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_native.h 2025-01-24T01:37:20.1914978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_logcumsumexp_ops.h 2025-01-24T01:37:20.1918833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax.h 2025-01-24T01:37:20.1922702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data.h 2025-01-24T01:37:20.1927421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1930939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h 2025-01-24T01:37:20.1935290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h 2025-01-24T01:37:20.1939132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta.h 2025-01-24T01:37:20.1942982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h 2025-01-24T01:37:20.1946965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_native.h 2025-01-24T01:37:20.1951527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_backward_data_ops.h 2025-01-24T01:37:20.1956318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.1959660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h 2025-01-24T01:37:20.1963539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h 2025-01-24T01:37:20.1967716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta.h 2025-01-24T01:37:20.1971761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_meta_dispatch.h 2025-01-24T01:37:20.1975545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_native.h 2025-01-24T01:37:20.1979785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_log_softmax_ops.h 2025-01-24T01:37:20.1983601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps.h 2025-01-24T01:37:20.1987791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.1991483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_native.h 2025-01-24T01:37:20.1995244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lstm_mps_ops.h 2025-01-24T01:37:20.1999043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info.h 2025-01-24T01:37:20.2002959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.2006768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_native.h 2025-01-24T01:37:20.2010595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_lu_with_info_ops.h 2025-01-24T01:37:20.2014624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token.h 2025-01-24T01:37:20.2018422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h 2025-01-24T01:37:20.2022096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_native.h 2025-01-24T01:37:20.2025957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dep_token_ops.h 2025-01-24T01:37:20.2029703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual.h 2025-01-24T01:37:20.2033746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2037541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy.h 2025-01-24T01:37:20.2041780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.2045853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2049936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_native.h 2025-01-24T01:37:20.2054512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_copy_ops.h 2025-01-24T01:37:20.2058402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_native.h 2025-01-24T01:37:20.2062364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_dual_ops.h 2025-01-24T01:37:20.2066482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h 2025-01-24T01:37:20.2070899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2075325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h 2025-01-24T01:37:20.2079382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h 2025-01-24T01:37:20.2084140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h 2025-01-24T01:37:20.2088052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h 2025-01-24T01:37:20.2092209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h 2025-01-24T01:37:20.2096453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2100446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h 2025-01-24T01:37:20.2104592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h 2025-01-24T01:37:20.2108674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h 2025-01-24T01:37:20.2113012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h 2025-01-24T01:37:20.2117046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale.h 2025-01-24T01:37:20.2121050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2124855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h 2025-01-24T01:37:20.2128878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_native.h 2025-01-24T01:37:20.2133009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_scale_ops.h 2025-01-24T01:37:20.2137142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax.h 2025-01-24T01:37:20.2141232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward.h 2025-01-24T01:37:20.2145685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2150630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h 2025-01-24T01:37:20.2154967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h 2025-01-24T01:37:20.2158896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_native.h 2025-01-24T01:37:20.2163281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_backward_ops.h 2025-01-24T01:37:20.2167665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2171760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h 2025-01-24T01:37:20.2175956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h 2025-01-24T01:37:20.2180087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_native.h 2025-01-24T01:37:20.2184227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_masked_softmax_ops.h 2025-01-24T01:37:20.2188186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear.h 2025-01-24T01:37:20.2193119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h 2025-01-24T01:37:20.2197290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_native.h 2025-01-24T01:37:20.2201348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h 2025-01-24T01:37:20.2205230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape.h 2025-01-24T01:37:20.2209297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2213282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_native.h 2025-01-24T01:37:20.2218108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_reshape_ops.h 2025-01-24T01:37:20.2221797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose.h 2025-01-24T01:37:20.2226050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2230721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h 2025-01-24T01:37:20.2234885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_native.h 2025-01-24T01:37:20.2238869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mkldnn_transpose_ops.h 2025-01-24T01:37:20.2243490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution.h 2025-01-24T01:37:20.2248536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2253327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_native.h 2025-01-24T01:37:20.2258817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_ops.h 2025-01-24T01:37:20.2262994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose.h 2025-01-24T01:37:20.2267162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2271315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_native.h 2025-01-24T01:37:20.2275375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_mps_convolution_transpose_ops.h 2025-01-24T01:37:20.2279622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit.h 2025-01-24T01:37:20.2283702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2287527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h 2025-01-24T01:37:20.2291710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h 2025-01-24T01:37:20.2295649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_native.h 2025-01-24T01:37:20.2299852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h 2025-01-24T01:37:20.2304842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2308812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h 2025-01-24T01:37:20.2313150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h 2025-01-24T01:37:20.2317088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_batch_norm_legit_ops.h 2025-01-24T01:37:20.2321222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention.h 2025-01-24T01:37:20.2325399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2329402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h 2025-01-24T01:37:20.2333699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h 2025-01-24T01:37:20.2337908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_native.h 2025-01-24T01:37:20.2341763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_native_multi_head_attention_ops.h 2025-01-24T01:37:20.2345839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view.h 2025-01-24T01:37:20.2367840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2372402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy.h 2025-01-24T01:37:20.2376356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.2380806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2384948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_native.h 2025-01-24T01:37:20.2388862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_copy_ops.h 2025-01-24T01:37:20.2392952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_native.h 2025-01-24T01:37:20.2397081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_neg_view_ops.h 2025-01-24T01:37:20.2401574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h 2025-01-24T01:37:20.2405492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h 2025-01-24T01:37:20.2409650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h 2025-01-24T01:37:20.2413776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h 2025-01-24T01:37:20.2417839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h 2025-01-24T01:37:20.2421703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded.h 2025-01-24T01:37:20.2425635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h 2025-01-24T01:37:20.2430317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2434458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h 2025-01-24T01:37:20.2438477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h 2025-01-24T01:37:20.2442758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2446491Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h 2025-01-24T01:37:20.2450423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h 2025-01-24T01:37:20.2454616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_native.h 2025-01-24T01:37:20.2458463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_ops.h 2025-01-24T01:37:20.2462361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor.h 2025-01-24T01:37:20.2467069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_native.h 2025-01-24T01:37:20.2471228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h 2025-01-24T01:37:20.2475679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy.h 2025-01-24T01:37:20.2479312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h 2025-01-24T01:37:20.2483413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h 2025-01-24T01:37:20.2487354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths.h 2025-01-24T01:37:20.2491620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_native.h 2025-01-24T01:37:20.2495587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_lengths_ops.h 2025-01-24T01:37:20.2499910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen.h 2025-01-24T01:37:20.2504024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_native.h 2025-01-24T01:37:20.2508134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h 2025-01-24T01:37:20.2512527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen.h 2025-01-24T01:37:20.2516671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_native.h 2025-01-24T01:37:20.2520754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h 2025-01-24T01:37:20.2524619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets.h 2025-01-24T01:37:20.2528758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_native.h 2025-01-24T01:37:20.2533036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_offsets_ops.h 2025-01-24T01:37:20.2537637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx.h 2025-01-24T01:37:20.2541696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_native.h 2025-01-24T01:37:20.2545688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h 2025-01-24T01:37:20.2549851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values.h 2025-01-24T01:37:20.2554425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy.h 2025-01-24T01:37:20.2558635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.2562692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2566959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_native.h 2025-01-24T01:37:20.2570995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_copy_ops.h 2025-01-24T01:37:20.2575548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_native.h 2025-01-24T01:37:20.2579470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_get_values_ops.h 2025-01-24T01:37:20.2583446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward.h 2025-01-24T01:37:20.2587342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_native.h 2025-01-24T01:37:20.2591570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_select_backward_ops.h 2025-01-24T01:37:20.2595895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward.h 2025-01-24T01:37:20.2599889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_native.h 2025-01-24T01:37:20.2603918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_sum_backward_ops.h 2025-01-24T01:37:20.2607778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask.h 2025-01-24T01:37:20.2612172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2616449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h 2025-01-24T01:37:20.2620476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h 2025-01-24T01:37:20.2624462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h 2025-01-24T01:37:20.2628684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h 2025-01-24T01:37:20.2632972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h 2025-01-24T01:37:20.2636924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h 2025-01-24T01:37:20.2641747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h 2025-01-24T01:37:20.2646828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_native.h 2025-01-24T01:37:20.2650914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h 2025-01-24T01:37:20.2655094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h 2025-01-24T01:37:20.2659267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2663912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h 2025-01-24T01:37:20.2667450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h 2025-01-24T01:37:20.2671427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size.h 2025-01-24T01:37:20.2676305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2680951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_native.h 2025-01-24T01:37:20.2684229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_size_ops.h 2025-01-24T01:37:20.2688476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h 2025-01-24T01:37:20.2692675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h 2025-01-24T01:37:20.2696612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h 2025-01-24T01:37:20.2701131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets.h 2025-01-24T01:37:20.2705710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2709770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h 2025-01-24T01:37:20.2714041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h 2025-01-24T01:37:20.2718108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides.h 2025-01-24T01:37:20.2722328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2726470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_native.h 2025-01-24T01:37:20.2730574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_tensor_strides_ops.h 2025-01-24T01:37:20.2734940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer.h 2025-01-24T01:37:20.2739261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy.h 2025-01-24T01:37:20.2751617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.2756638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2760389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h 2025-01-24T01:37:20.2765333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h 2025-01-24T01:37:20.2770128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h 2025-01-24T01:37:20.2774488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h 2025-01-24T01:37:20.2778214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_native.h 2025-01-24T01:37:20.2782748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_buffer_ops.h 2025-01-24T01:37:20.2787027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged.h 2025-01-24T01:37:20.2791130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy.h 2025-01-24T01:37:20.2795642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.2799944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2803999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h 2025-01-24T01:37:20.2808307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h 2025-01-24T01:37:20.2812541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_native.h 2025-01-24T01:37:20.2817469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nested_view_from_jagged_ops.h 2025-01-24T01:37:20.2821658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h 2025-01-24T01:37:20.2826233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2830164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h 2025-01-24T01:37:20.2834034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h 2025-01-24T01:37:20.2838123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available.h 2025-01-24T01:37:20.2842056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.2846022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_native.h 2025-01-24T01:37:20.2849954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_available_ops.h 2025-01-24T01:37:20.2854253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution.h 2025-01-24T01:37:20.2858568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2862783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h 2025-01-24T01:37:20.2866910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h 2025-01-24T01:37:20.2871234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz.h 2025-01-24T01:37:20.2875584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_native.h 2025-01-24T01:37:20.2879459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_nnz_ops.h 2025-01-24T01:37:20.2883417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence.h 2025-01-24T01:37:20.2887364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward.h 2025-01-24T01:37:20.2891459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.2895651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h 2025-01-24T01:37:20.2899962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h 2025-01-24T01:37:20.2904419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2908346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_native.h 2025-01-24T01:37:20.2912365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pack_padded_sequence_ops.h 2025-01-24T01:37:20.2916488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h 2025-01-24T01:37:20.2920294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h 2025-01-24T01:37:20.2924239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h 2025-01-24T01:37:20.2928148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h 2025-01-24T01:37:20.2932263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h 2025-01-24T01:37:20.2936123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular.h 2025-01-24T01:37:20.2940363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.2944137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_native.h 2025-01-24T01:37:20.2947934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_circular_ops.h 2025-01-24T01:37:20.2951781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum.h 2025-01-24T01:37:20.2955701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.2959460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_native.h 2025-01-24T01:37:20.2963353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_enum_ops.h 2025-01-24T01:37:20.2967270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence.h 2025-01-24T01:37:20.2971308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.2975129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_native.h 2025-01-24T01:37:20.2979981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pad_packed_sequence_ops.h 2025-01-24T01:37:20.2983857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward.h 2025-01-24T01:37:20.2987709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.2991674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h 2025-01-24T01:37:20.2995546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h 2025-01-24T01:37:20.2999430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_native.h 2025-01-24T01:37:20.3003386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_backward_ops.h 2025-01-24T01:37:20.3007243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward.h 2025-01-24T01:37:20.3011397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3015382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h 2025-01-24T01:37:20.3019980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h 2025-01-24T01:37:20.3024004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_native.h 2025-01-24T01:37:20.3027853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pdist_forward_ops.h 2025-01-24T01:37:20.3031879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory.h 2025-01-24T01:37:20.3036124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3039793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_native.h 2025-01-24T01:37:20.3043822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_pin_memory_ops.h 2025-01-24T01:37:20.3048301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel.h 2025-01-24T01:37:20.3052314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward.h 2025-01-24T01:37:20.3056274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h 2025-01-24T01:37:20.3060340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h 2025-01-24T01:37:20.3065017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_native.h 2025-01-24T01:37:20.3069525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_backward_ops.h 2025-01-24T01:37:20.3073486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h 2025-01-24T01:37:20.3077741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h 2025-01-24T01:37:20.3081855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_native.h 2025-01-24T01:37:20.3086423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_prelu_kernel_ops.h 2025-01-24T01:37:20.3091146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print.h 2025-01-24T01:37:20.3095000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3098811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_native.h 2025-01-24T01:37:20.3102462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_print_ops.h 2025-01-24T01:37:20.3106348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data.h 2025-01-24T01:37:20.3110536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3114295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_native.h 2025-01-24T01:37:20.3118081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_propagate_xla_data_ops.h 2025-01-24T01:37:20.3122060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim.h 2025-01-24T01:37:20.3143444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3147062Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_native.h 2025-01-24T01:37:20.3151244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_remove_batch_dim_ops.h 2025-01-24T01:37:20.3155403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias.h 2025-01-24T01:37:20.3159113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy.h 2025-01-24T01:37:20.3163417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.3167495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3171617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_native.h 2025-01-24T01:37:20.3175951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_copy_ops.h 2025-01-24T01:37:20.3180034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h 2025-01-24T01:37:20.3184299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h 2025-01-24T01:37:20.3189587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h 2025-01-24T01:37:20.3192844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_native.h 2025-01-24T01:37:20.3196866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_alias_ops.h 2025-01-24T01:37:20.3200928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy.h 2025-01-24T01:37:20.3205192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3210164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_native.h 2025-01-24T01:37:20.3214894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_copy_ops.h 2025-01-24T01:37:20.3219030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor.h 2025-01-24T01:37:20.3223250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3227102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_native.h 2025-01-24T01:37:20.3231468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_reshape_from_tensor_ops.h 2025-01-24T01:37:20.3235502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output.h 2025-01-24T01:37:20.3239346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3243234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_meta_dispatch.h 2025-01-24T01:37:20.3247411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_native.h 2025-01-24T01:37:20.3252217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_resize_output_ops.h 2025-01-24T01:37:20.3256336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune.h 2025-01-24T01:37:20.3260722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3264729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_native.h 2025-01-24T01:37:20.3268773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_rowwise_prune_ops.h 2025-01-24T01:37:20.3272575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax.h 2025-01-24T01:37:20.3277033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3281912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_native.h 2025-01-24T01:37:20.3285691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_safe_softmax_ops.h 2025-01-24T01:37:20.3290060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet.h 2025-01-24T01:37:20.3294335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3298177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h 2025-01-24T01:37:20.3301947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h 2025-01-24T01:37:20.3305936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_native.h 2025-01-24T01:37:20.3309774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sample_dirichlet_ops.h 2025-01-24T01:37:20.3313836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16.h 2025-01-24T01:37:20.3318926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3322722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h 2025-01-24T01:37:20.3326660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h 2025-01-24T01:37:20.3330666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math.h 2025-01-24T01:37:20.3334542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3339418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h 2025-01-24T01:37:20.3343343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h 2025-01-24T01:37:20.3347301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h 2025-01-24T01:37:20.3351220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h 2025-01-24T01:37:20.3355475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h 2025-01-24T01:37:20.3359643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h 2025-01-24T01:37:20.3363574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h 2025-01-24T01:37:20.3367455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h 2025-01-24T01:37:20.3371636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h 2025-01-24T01:37:20.3375650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h 2025-01-24T01:37:20.3379837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h 2025-01-24T01:37:20.3383832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h 2025-01-24T01:37:20.3388050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h 2025-01-24T01:37:20.3392156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h 2025-01-24T01:37:20.3396277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h 2025-01-24T01:37:20.3400625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h 2025-01-24T01:37:20.3405476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h 2025-01-24T01:37:20.3409688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h 2025-01-24T01:37:20.3414026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h 2025-01-24T01:37:20.3418011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h 2025-01-24T01:37:20.3422106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h 2025-01-24T01:37:20.3426612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h 2025-01-24T01:37:20.3430611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h 2025-01-24T01:37:20.3434580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h 2025-01-24T01:37:20.3438769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h 2025-01-24T01:37:20.3443040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h 2025-01-24T01:37:20.3447223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h 2025-01-24T01:37:20.3451192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h 2025-01-24T01:37:20.3470935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h 2025-01-24T01:37:20.3475059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h 2025-01-24T01:37:20.3479393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h 2025-01-24T01:37:20.3483400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h 2025-01-24T01:37:20.3487487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h 2025-01-24T01:37:20.3491565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h 2025-01-24T01:37:20.3495957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h 2025-01-24T01:37:20.3500321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h 2025-01-24T01:37:20.3505233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h 2025-01-24T01:37:20.3509765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h 2025-01-24T01:37:20.3513973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h 2025-01-24T01:37:20.3518300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3522278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h 2025-01-24T01:37:20.3526307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h 2025-01-24T01:37:20.3530593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3534983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h 2025-01-24T01:37:20.3539104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h 2025-01-24T01:37:20.3543102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm.h 2025-01-24T01:37:20.3547178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h 2025-01-24T01:37:20.3551888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_native.h 2025-01-24T01:37:20.3555711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_scaled_mm_ops.h 2025-01-24T01:37:20.3559908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward.h 2025-01-24T01:37:20.3564067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3567966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h 2025-01-24T01:37:20.3572067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h 2025-01-24T01:37:20.3576080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_native.h 2025-01-24T01:37:20.3579948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_segment_reduce_backward_ops.h 2025-01-24T01:37:20.3584342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor.h 2025-01-24T01:37:20.3588309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3592241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_native.h 2025-01-24T01:37:20.3596496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_shape_as_tensor_ops.h 2025-01-24T01:37:20.3600504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward.h 2025-01-24T01:37:20.3604556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3608588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h 2025-01-24T01:37:20.3612655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h 2025-01-24T01:37:20.3616669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_native.h 2025-01-24T01:37:20.3621118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_backward_ops.h 2025-01-24T01:37:20.3624619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward.h 2025-01-24T01:37:20.3628584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h 2025-01-24T01:37:20.3632891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h 2025-01-24T01:37:20.3636744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_native.h 2025-01-24T01:37:20.3640818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_slow_conv2d_forward_ops.h 2025-01-24T01:37:20.3644788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw.h 2025-01-24T01:37:20.3649611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3653200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_native.h 2025-01-24T01:37:20.3658013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_draw_ops.h 2025-01-24T01:37:20.3662156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff.h 2025-01-24T01:37:20.3666440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3671035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_native.h 2025-01-24T01:37:20.3675033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_ff_ops.h 2025-01-24T01:37:20.3679325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state.h 2025-01-24T01:37:20.3683593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3687670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h 2025-01-24T01:37:20.3691845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h 2025-01-24T01:37:20.3695891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble.h 2025-01-24T01:37:20.3700926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3704820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_native.h 2025-01-24T01:37:20.3708848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sobol_engine_scramble_ops.h 2025-01-24T01:37:20.3712985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax.h 2025-01-24T01:37:20.3716794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data.h 2025-01-24T01:37:20.3720837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.3724733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h 2025-01-24T01:37:20.3729190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h 2025-01-24T01:37:20.3732835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta.h 2025-01-24T01:37:20.3737135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h 2025-01-24T01:37:20.3741130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_native.h 2025-01-24T01:37:20.3745186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_backward_data_ops.h 2025-01-24T01:37:20.3749528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.3756205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cpu_dispatch.h 2025-01-24T01:37:20.3758147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_cuda_dispatch.h 2025-01-24T01:37:20.3762535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta.h 2025-01-24T01:37:20.3768024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_meta_dispatch.h 2025-01-24T01:37:20.3771299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_native.h 2025-01-24T01:37:20.3775370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_softmax_ops.h 2025-01-24T01:37:20.3779828Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm.h 2025-01-24T01:37:20.3783330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3787086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_native.h 2025-01-24T01:37:20.3791585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_addmm_ops.h 2025-01-24T01:37:20.3795607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to.h 2025-01-24T01:37:20.3799561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy.h 2025-01-24T01:37:20.3804266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.3808848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3812891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h 2025-01-24T01:37:20.3817127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h 2025-01-24T01:37:20.3821141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_native.h 2025-01-24T01:37:20.3825048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_broadcast_to_ops.h 2025-01-24T01:37:20.3828961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h 2025-01-24T01:37:20.3833198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3837710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h 2025-01-24T01:37:20.3841427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h 2025-01-24T01:37:20.3845692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h 2025-01-24T01:37:20.3849988Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3853937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h 2025-01-24T01:37:20.3857978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h 2025-01-24T01:37:20.3862250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h 2025-01-24T01:37:20.3866397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3870763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h 2025-01-24T01:37:20.3875298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h 2025-01-24T01:37:20.3879230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h 2025-01-24T01:37:20.3883465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3887687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h 2025-01-24T01:37:20.3891774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h 2025-01-24T01:37:20.3896440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h 2025-01-24T01:37:20.3900671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3904927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h 2025-01-24T01:37:20.3909008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h 2025-01-24T01:37:20.3913193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h 2025-01-24T01:37:20.3917251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h 2025-01-24T01:37:20.3921501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3925343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h 2025-01-24T01:37:20.3929597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h 2025-01-24T01:37:20.3933796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h 2025-01-24T01:37:20.3937851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3941799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h 2025-01-24T01:37:20.3945829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h 2025-01-24T01:37:20.3950416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h 2025-01-24T01:37:20.3954533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h 2025-01-24T01:37:20.3958621Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.3963276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h 2025-01-24T01:37:20.3967353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h 2025-01-24T01:37:20.3971376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod.h 2025-01-24T01:37:20.3975627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3979472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_native.h 2025-01-24T01:37:20.3983873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_prod_ops.h 2025-01-24T01:37:20.3987694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum.h 2025-01-24T01:37:20.3992235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.3996248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_native.h 2025-01-24T01:37:20.4000523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_sum_ops.h 2025-01-24T01:37:20.4004319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h 2025-01-24T01:37:20.4008775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4012895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h 2025-01-24T01:37:20.4016872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h 2025-01-24T01:37:20.4020874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax.h 2025-01-24T01:37:20.4024987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h 2025-01-24T01:37:20.4029464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4033729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h 2025-01-24T01:37:20.4037764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h 2025-01-24T01:37:20.4041927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4045896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4050838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_native.h 2025-01-24T01:37:20.4054283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_log_softmax_ops.h 2025-01-24T01:37:20.4058312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection.h 2025-01-24T01:37:20.4062300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4066645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_native.h 2025-01-24T01:37:20.4070728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mask_projection_ops.h 2025-01-24T01:37:20.4074675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm.h 2025-01-24T01:37:20.4079477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4083603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_native.h 2025-01-24T01:37:20.4087611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_ops.h 2025-01-24T01:37:20.4092994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl.h 2025-01-24T01:37:20.4097547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h 2025-01-24T01:37:20.4101847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h 2025-01-24T01:37:20.4106158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h 2025-01-24T01:37:20.4110376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h 2025-01-24T01:37:20.4114523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h 2025-01-24T01:37:20.4118695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm.h 2025-01-24T01:37:20.4122866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h 2025-01-24T01:37:20.4127034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h 2025-01-24T01:37:20.4131598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h 2025-01-24T01:37:20.4135877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply.h 2025-01-24T01:37:20.4140683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h 2025-01-24T01:37:20.4145263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h 2025-01-24T01:37:20.4149939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h 2025-01-24T01:37:20.4154166Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h 2025-01-24T01:37:20.4158450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h 2025-01-24T01:37:20.4162568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h 2025-01-24T01:37:20.4166762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h 2025-01-24T01:37:20.4171222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear.h 2025-01-24T01:37:20.4175435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h 2025-01-24T01:37:20.4179793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h 2025-01-24T01:37:20.4184076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h 2025-01-24T01:37:20.4188262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm.h 2025-01-24T01:37:20.4192403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h 2025-01-24T01:37:20.4197225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h 2025-01-24T01:37:20.4201457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h 2025-01-24T01:37:20.4206178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile.h 2025-01-24T01:37:20.4210705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h 2025-01-24T01:37:20.4214766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h 2025-01-24T01:37:20.4218808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h 2025-01-24T01:37:20.4223321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax.h 2025-01-24T01:37:20.4227470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data.h 2025-01-24T01:37:20.4231732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4236106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h 2025-01-24T01:37:20.4240309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h 2025-01-24T01:37:20.4244758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4249134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4253387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_native.h 2025-01-24T01:37:20.4257655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_softmax_ops.h 2025-01-24T01:37:20.4261526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul.h 2025-01-24T01:37:20.4265626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4270171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_native.h 2025-01-24T01:37:20.4274567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h 2025-01-24T01:37:20.4278556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum.h 2025-01-24T01:37:20.4282540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward.h 2025-01-24T01:37:20.4286934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4291094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_native.h 2025-01-24T01:37:20.4295238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_backward_ops.h 2025-01-24T01:37:20.4300058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4304183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4308242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_native.h 2025-01-24T01:37:20.4312764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_sparse_sum_ops.h 2025-01-24T01:37:20.4317646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags.h 2025-01-24T01:37:20.4321463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4325708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_cpu_dispatch.h 2025-01-24T01:37:20.4329732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_native.h 2025-01-24T01:37:20.4334087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spdiags_ops.h 2025-01-24T01:37:20.4337907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve.h 2025-01-24T01:37:20.4341416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_native.h 2025-01-24T01:37:20.4345414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_spsolve_ops.h 2025-01-24T01:37:20.4349306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack.h 2025-01-24T01:37:20.4353002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4356711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_cpu_dispatch.h 2025-01-24T01:37:20.4361150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_native.h 2025-01-24T01:37:20.4366342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_stack_ops.h 2025-01-24T01:37:20.4370300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma.h 2025-01-24T01:37:20.4374281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4378361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h 2025-01-24T01:37:20.4382270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h 2025-01-24T01:37:20.4386325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad.h 2025-01-24T01:37:20.4390422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4394583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h 2025-01-24T01:37:20.4398612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h 2025-01-24T01:37:20.4402494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_native.h 2025-01-24T01:37:20.4406333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_grad_ops.h 2025-01-24T01:37:20.4410930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_native.h 2025-01-24T01:37:20.4415542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_standard_gamma_ops.h 2025-01-24T01:37:20.4420314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults.h 2025-01-24T01:37:20.4424324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4428142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_native.h 2025-01-24T01:37:20.4432044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h 2025-01-24T01:37:20.4436138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h 2025-01-24T01:37:20.4440318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4444532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4448453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h 2025-01-24T01:37:20.4452638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h 2025-01-24T01:37:20.4456726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h 2025-01-24T01:37:20.4460961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4465120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h 2025-01-24T01:37:20.4469478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.4474323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4478415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h 2025-01-24T01:37:20.4482583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h 2025-01-24T01:37:20.4486567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h 2025-01-24T01:37:20.4490563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h 2025-01-24T01:37:20.4494655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor.h 2025-01-24T01:37:20.4499464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4504138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_native.h 2025-01-24T01:37:20.4508344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_check_tensor_ops.h 2025-01-24T01:37:20.4512575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback.h 2025-01-24T01:37:20.4517045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4520890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h 2025-01-24T01:37:20.4525437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_native.h 2025-01-24T01:37:20.4529484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_functorch_fallback_ops.h 2025-01-24T01:37:20.4533534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist.h 2025-01-24T01:37:20.4537555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4541422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h 2025-01-24T01:37:20.4563523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_native.h 2025-01-24T01:37:20.4567401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h 2025-01-24T01:37:20.4579042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist.h 2025-01-24T01:37:20.4579872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4580722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h 2025-01-24T01:37:20.4584508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_native.h 2025-01-24T01:37:20.4588818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_floatlist_ops.h 2025-01-24T01:37:20.4592702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist.h 2025-01-24T01:37:20.4596996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4600822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h 2025-01-24T01:37:20.4604673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_native.h 2025-01-24T01:37:20.4608514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_optional_intlist_ops.h 2025-01-24T01:37:20.4613194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize.h 2025-01-24T01:37:20.4617431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4622160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_native.h 2025-01-24T01:37:20.4628067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_parallel_materialize_ops.h 2025-01-24T01:37:20.4632046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul.h 2025-01-24T01:37:20.4637716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4643076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_native.h 2025-01-24T01:37:20.4649133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_serialization_subcmul_ops.h 2025-01-24T01:37:20.4654976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default.h 2025-01-24T01:37:20.4660838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4666649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_native.h 2025-01-24T01:37:20.4672868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_string_default_ops.h 2025-01-24T01:37:20.4678433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd.h 2025-01-24T01:37:20.4684412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4690875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_native.h 2025-01-24T01:37:20.4696719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_test_warn_in_autograd_ops.h 2025-01-24T01:37:20.4702484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h 2025-01-24T01:37:20.4708144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4714470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h 2025-01-24T01:37:20.4720265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h 2025-01-24T01:37:20.4725958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h 2025-01-24T01:37:20.4732108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4738930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h 2025-01-24T01:37:20.4744759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h 2025-01-24T01:37:20.4750223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell.h 2025-01-24T01:37:20.4756051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h 2025-01-24T01:37:20.4762196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4766528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h 2025-01-24T01:37:20.4770691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h 2025-01-24T01:37:20.4775033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h 2025-01-24T01:37:20.4779186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4783534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h 2025-01-24T01:37:20.4787319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h 2025-01-24T01:37:20.4791263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h 2025-01-24T01:37:20.4795117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell.h 2025-01-24T01:37:20.4799600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h 2025-01-24T01:37:20.4803815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4807712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h 2025-01-24T01:37:20.4812021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4816143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h 2025-01-24T01:37:20.4820791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h 2025-01-24T01:37:20.4824578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h 2025-01-24T01:37:20.4828620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h 2025-01-24T01:37:20.4832502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h 2025-01-24T01:37:20.4837107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4841841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h 2025-01-24T01:37:20.4846783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h 2025-01-24T01:37:20.4851213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h 2025-01-24T01:37:20.4855863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy.h 2025-01-24T01:37:20.4859840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4864102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_native.h 2025-01-24T01:37:20.4867845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_copy_ops.h 2025-01-24T01:37:20.4872077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu.h 2025-01-24T01:37:20.4876018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.4879417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_native.h 2025-01-24T01:37:20.4883268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_cpu_ops.h 2025-01-24T01:37:20.4887158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense.h 2025-01-24T01:37:20.4891071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4894922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_native.h 2025-01-24T01:37:20.4898865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_dense_ops.h 2025-01-24T01:37:20.4902951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse.h 2025-01-24T01:37:20.4906929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc.h 2025-01-24T01:37:20.4911010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4914731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h 2025-01-24T01:37:20.4918690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h 2025-01-24T01:37:20.4922743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_native.h 2025-01-24T01:37:20.4926678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsc_ops.h 2025-01-24T01:37:20.4930958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr.h 2025-01-24T01:37:20.4935267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4940287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h 2025-01-24T01:37:20.4944726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h 2025-01-24T01:37:20.4949535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_native.h 2025-01-24T01:37:20.4953456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_bsr_ops.h 2025-01-24T01:37:20.4957750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4963145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h 2025-01-24T01:37:20.4967279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc.h 2025-01-24T01:37:20.4971929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.4975388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h 2025-01-24T01:37:20.4979449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h 2025-01-24T01:37:20.4983541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_native.h 2025-01-24T01:37:20.4988868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csc_ops.h 2025-01-24T01:37:20.4992197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr.h 2025-01-24T01:37:20.4996426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5000471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h 2025-01-24T01:37:20.5005681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h 2025-01-24T01:37:20.5009461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_native.h 2025-01-24T01:37:20.5013623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_csr_ops.h 2025-01-24T01:37:20.5018082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h 2025-01-24T01:37:20.5022171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_native.h 2025-01-24T01:37:20.5026567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_ops.h 2025-01-24T01:37:20.5030771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured.h 2025-01-24T01:37:20.5034854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h 2025-01-24T01:37:20.5038779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_native.h 2025-01-24T01:37:20.5042834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h 2025-01-24T01:37:20.5047146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h 2025-01-24T01:37:20.5051351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5055841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h 2025-01-24T01:37:20.5060005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h 2025-01-24T01:37:20.5064334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h 2025-01-24T01:37:20.5068868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h 2025-01-24T01:37:20.5073857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv.h 2025-01-24T01:37:20.5078157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5082354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h 2025-01-24T01:37:20.5086540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h 2025-01-24T01:37:20.5090894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h 2025-01-24T01:37:20.5095031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h 2025-01-24T01:37:20.5099427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear.h 2025-01-24T01:37:20.5103468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5107539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5111516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_native.h 2025-01-24T01:37:20.5115859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_trilinear_ops.h 2025-01-24T01:37:20.5119946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention.h 2025-01-24T01:37:20.5124016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5127977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h 2025-01-24T01:37:20.5132544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_native.h 2025-01-24T01:37:20.5136710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_multi_head_attention_ops.h 2025-01-24T01:37:20.5141575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention.h 2025-01-24T01:37:20.5145755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5150002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h 2025-01-24T01:37:20.5154832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h 2025-01-24T01:37:20.5159039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h 2025-01-24T01:37:20.5162968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique.h 2025-01-24T01:37:20.5166999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2.h 2025-01-24T01:37:20.5170880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5174798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cpu_dispatch.h 2025-01-24T01:37:20.5178795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_cuda_dispatch.h 2025-01-24T01:37:20.5183272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_native.h 2025-01-24T01:37:20.5188018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique2_ops.h 2025-01-24T01:37:20.5197388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5198156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cpu_dispatch.h 2025-01-24T01:37:20.5204523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_cuda_dispatch.h 2025-01-24T01:37:20.5210011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_native.h 2025-01-24T01:37:20.5216049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unique_ops.h 2025-01-24T01:37:20.5221824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual.h 2025-01-24T01:37:20.5227633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5233284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_native.h 2025-01-24T01:37:20.5239189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unpack_dual_ops.h 2025-01-24T01:37:20.5245886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index.h 2025-01-24T01:37:20.5252050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5257851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_native.h 2025-01-24T01:37:20.5263986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_ops.h 2025-01-24T01:37:20.5270595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put.h 2025-01-24T01:37:20.5291281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5292092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_native.h 2025-01-24T01:37:20.5292733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_index_put_ops.h 2025-01-24T01:37:20.5297058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index.h 2025-01-24T01:37:20.5303951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5310091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_native.h 2025-01-24T01:37:20.5316244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_ops.h 2025-01-24T01:37:20.5322983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h 2025-01-24T01:37:20.5329771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5336017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h 2025-01-24T01:37:20.5342893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h 2025-01-24T01:37:20.5348735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view.h 2025-01-24T01:37:20.5354913Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5360806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_native.h 2025-01-24T01:37:20.5367264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_unsafe_view_ops.h 2025-01-24T01:37:20.5373302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa.h 2025-01-24T01:37:20.5378979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h 2025-01-24T01:37:20.5385148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5391304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h 2025-01-24T01:37:20.5397704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h 2025-01-24T01:37:20.5403994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h 2025-01-24T01:37:20.5409737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h 2025-01-24T01:37:20.5415845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h 2025-01-24T01:37:20.5422035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h 2025-01-24T01:37:20.5428652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5435050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5441658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h 2025-01-24T01:37:20.5447703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h 2025-01-24T01:37:20.5454729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h 2025-01-24T01:37:20.5459162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h 2025-01-24T01:37:20.5463470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h 2025-01-24T01:37:20.5467440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h 2025-01-24T01:37:20.5471688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa.h 2025-01-24T01:37:20.5475826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h 2025-01-24T01:37:20.5480113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5484461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h 2025-01-24T01:37:20.5489171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h 2025-01-24T01:37:20.5493150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h 2025-01-24T01:37:20.5497215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h 2025-01-24T01:37:20.5501251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h 2025-01-24T01:37:20.5505289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h 2025-01-24T01:37:20.5510202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5527586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5531744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h 2025-01-24T01:37:20.5535990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h 2025-01-24T01:37:20.5540039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h 2025-01-24T01:37:20.5544178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h 2025-01-24T01:37:20.5548676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h 2025-01-24T01:37:20.5553367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h 2025-01-24T01:37:20.5557773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d.h 2025-01-24T01:37:20.5561918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h 2025-01-24T01:37:20.5566309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5570780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h 2025-01-24T01:37:20.5575273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h 2025-01-24T01:37:20.5579259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h 2025-01-24T01:37:20.5583449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h 2025-01-24T01:37:20.5587613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h 2025-01-24T01:37:20.5591925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h 2025-01-24T01:37:20.5596649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5600514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5604694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h 2025-01-24T01:37:20.5608868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h 2025-01-24T01:37:20.5613890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h 2025-01-24T01:37:20.5618072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h 2025-01-24T01:37:20.5622663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h 2025-01-24T01:37:20.5626526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h 2025-01-24T01:37:20.5630419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d.h 2025-01-24T01:37:20.5634503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h 2025-01-24T01:37:20.5639493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5644073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h 2025-01-24T01:37:20.5648331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h 2025-01-24T01:37:20.5652834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h 2025-01-24T01:37:20.5656944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h 2025-01-24T01:37:20.5661139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h 2025-01-24T01:37:20.5665918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h 2025-01-24T01:37:20.5670165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5674496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5678603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h 2025-01-24T01:37:20.5683256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h 2025-01-24T01:37:20.5687186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h 2025-01-24T01:37:20.5691316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h 2025-01-24T01:37:20.5695436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h 2025-01-24T01:37:20.5699921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h 2025-01-24T01:37:20.5703482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d.h 2025-01-24T01:37:20.5708000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h 2025-01-24T01:37:20.5712353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5717059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h 2025-01-24T01:37:20.5721699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h 2025-01-24T01:37:20.5725997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h 2025-01-24T01:37:20.5730524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h 2025-01-24T01:37:20.5735233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h 2025-01-24T01:37:20.5739422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h 2025-01-24T01:37:20.5743779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5747937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5752380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h 2025-01-24T01:37:20.5756446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h 2025-01-24T01:37:20.5760453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h 2025-01-24T01:37:20.5764644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h 2025-01-24T01:37:20.5768867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h 2025-01-24T01:37:20.5773662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h 2025-01-24T01:37:20.5778465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss.h 2025-01-24T01:37:20.5782488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h 2025-01-24T01:37:20.5804451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h 2025-01-24T01:37:20.5808645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h 2025-01-24T01:37:20.5813180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h 2025-01-24T01:37:20.5817523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5822005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h 2025-01-24T01:37:20.5826641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h 2025-01-24T01:37:20.5830807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices.h 2025-01-24T01:37:20.5835076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h 2025-01-24T01:37:20.5839000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h 2025-01-24T01:37:20.5843275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h 2025-01-24T01:37:20.5848051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h 2025-01-24T01:37:20.5852048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h 2025-01-24T01:37:20.5856891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5861228Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h 2025-01-24T01:37:20.5865374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h 2025-01-24T01:37:20.5869579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h 2025-01-24T01:37:20.5873577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5877612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h 2025-01-24T01:37:20.5881742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h 2025-01-24T01:37:20.5885883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h 2025-01-24T01:37:20.5890368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5894650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h 2025-01-24T01:37:20.5898831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h 2025-01-24T01:37:20.5903001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h 2025-01-24T01:37:20.5907456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5911462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h 2025-01-24T01:37:20.5915486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h 2025-01-24T01:37:20.5919502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h 2025-01-24T01:37:20.5923688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5928065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h 2025-01-24T01:37:20.5932239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h 2025-01-24T01:37:20.5936996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h 2025-01-24T01:37:20.5941370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5945642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h 2025-01-24T01:37:20.5949905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h 2025-01-24T01:37:20.5954113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values.h 2025-01-24T01:37:20.5957971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy.h 2025-01-24T01:37:20.5962274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h 2025-01-24T01:37:20.5966936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.5971666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_native.h 2025-01-24T01:37:20.5975663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_copy_ops.h 2025-01-24T01:37:20.5979963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_native.h 2025-01-24T01:37:20.5984074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_values_ops.h 2025-01-24T01:37:20.5988046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version.h 2025-01-24T01:37:20.5991848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.5995670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_native.h 2025-01-24T01:37:20.5999650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_version_ops.h 2025-01-24T01:37:20.6004105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm.h 2025-01-24T01:37:20.6007976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h 2025-01-24T01:37:20.6012084Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h 2025-01-24T01:37:20.6016109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h 2025-01-24T01:37:20.6020023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h 2025-01-24T01:37:20.6024090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h 2025-01-24T01:37:20.6028016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_native.h 2025-01-24T01:37:20.6032417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int4pack_mm_ops.h 2025-01-24T01:37:20.6036206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm.h 2025-01-24T01:37:20.6040065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h 2025-01-24T01:37:20.6044526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_native.h 2025-01-24T01:37:20.6048694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_int8pack_mm_ops.h 2025-01-24T01:37:20.6052864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm.h 2025-01-24T01:37:20.6057066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.6061089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward.h 2025-01-24T01:37:20.6065808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.6069892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h 2025-01-24T01:37:20.6074289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h 2025-01-24T01:37:20.6078321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface.h 2025-01-24T01:37:20.6082342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward.h 2025-01-24T01:37:20.6086508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.6090929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h 2025-01-24T01:37:20.6095146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h 2025-01-24T01:37:20.6099699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_native.h 2025-01-24T01:37:20.6103712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h 2025-01-24T01:37:20.6107887Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h 2025-01-24T01:37:20.6112702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h 2025-01-24T01:37:20.6117308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h 2025-01-24T01:37:20.6121628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_native.h 2025-01-24T01:37:20.6125663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_interface_ops.h 2025-01-24T01:37:20.6129677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_native.h 2025-01-24T01:37:20.6134059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_weight_norm_ops.h 2025-01-24T01:37:20.6138206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack.h 2025-01-24T01:37:20.6142569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.6146633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_native.h 2025-01-24T01:37:20.6150697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h 2025-01-24T01:37:20.6155184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h 2025-01-24T01:37:20.6159431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h 2025-01-24T01:37:20.6163885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h 2025-01-24T01:37:20.6168088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h 2025-01-24T01:37:20.6423603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\QTensorImpl.h 2025-01-24T01:37:20.6427081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\quantized\Quantizer.h 2025-01-24T01:37:20.6436016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\CachingHostAllocator.h 2025-01-24T01:37:20.6440854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\PinnedMemoryAllocator.h 2025-01-24T01:37:20.6444179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUContext.h 2025-01-24T01:37:20.6447584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUDevice.h 2025-01-24T01:37:20.6456552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUEvent.h 2025-01-24T01:37:20.6459936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\XPUGeneratorImpl.h 2025-01-24T01:37:20.6467004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\ATen\xpu\detail\XPUHooks.h 2025-01-24T01:37:20.6479687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\alignment.h 2025-01-24T01:37:20.6483181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Allocator.h 2025-01-24T01:37:20.6486748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\AutogradState.h 2025-01-24T01:37:20.6490182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Backend.h 2025-01-24T01:37:20.6499020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CachingDeviceAllocator.h 2025-01-24T01:37:20.6502661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CompileTimeFunctionPointer.h 2025-01-24T01:37:20.6506189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ConstantSymNodeImpl.h 2025-01-24T01:37:20.6509710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Contiguity.h 2025-01-24T01:37:20.6513244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CopyBytes.h 2025-01-24T01:37:20.6517021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\CPUAllocator.h 2025-01-24T01:37:20.6520962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultDtype.h 2025-01-24T01:37:20.6524479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DefaultTensorOptions.h 2025-01-24T01:37:20.6528065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Device.h 2025-01-24T01:37:20.6531563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceArray.h 2025-01-24T01:37:20.6535319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceGuard.h 2025-01-24T01:37:20.6539114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DeviceType.h 2025-01-24T01:37:20.6542795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKey.h 2025-01-24T01:37:20.6546890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DispatchKeySet.h 2025-01-24T01:37:20.6551293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\DynamicCast.h 2025-01-24T01:37:20.6554934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Event.h 2025-01-24T01:37:20.6563411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GeneratorImpl.h 2025-01-24T01:37:20.6566849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\GradMode.h 2025-01-24T01:37:20.6570429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\InferenceMode.h 2025-01-24T01:37:20.6574133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Layout.h 2025-01-24T01:37:20.6577596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\MemoryFormat.h 2025-01-24T01:37:20.6581223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\OptionalRef.h 2025-01-24T01:37:20.6584825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\PyHandleCache.h 2025-01-24T01:37:20.6588606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QEngine.h 2025-01-24T01:37:20.6592093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\QScheme.h 2025-01-24T01:37:20.6595959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\RefcountedDeleter.h 2025-01-24T01:37:20.6599443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SafePyObject.h 2025-01-24T01:37:20.6603297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Scalar.h 2025-01-24T01:37:20.6606553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarType.h 2025-01-24T01:37:20.6614756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\ScalarTypeToTypeMeta.h 2025-01-24T01:37:20.6618242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Storage.h 2025-01-24T01:37:20.6621761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StorageImpl.h 2025-01-24T01:37:20.6625702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\Stream.h 2025-01-24T01:37:20.6629041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\StreamGuard.h 2025-01-24T01:37:20.6632775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymbolicShapeMeta.h 2025-01-24T01:37:20.6636268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymBool.h 2025-01-24T01:37:20.6639745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymFloat.h 2025-01-24T01:37:20.6643152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymInt.h 2025-01-24T01:37:20.6646556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymIntArrayRef.h 2025-01-24T01:37:20.6650289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\SymNodeImpl.h 2025-01-24T01:37:20.6654002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorImpl.h 2025-01-24T01:37:20.6663640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\TensorOptions.h 2025-01-24T01:37:20.6668081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\thread_pool.h 2025-01-24T01:37:20.6671886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\UndefinedTensorImpl.h 2025-01-24T01:37:20.6675429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\WrapDimMinimal.h 2025-01-24T01:37:20.6683740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\alloc_cpu.h 2025-01-24T01:37:20.6687277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COW.h 2025-01-24T01:37:20.6690872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\COWDeleter.h 2025-01-24T01:37:20.6695658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\DeviceGuardImplInterface.h 2025-01-24T01:37:20.6703865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\FakeGuardImpl.h 2025-01-24T01:37:20.6707784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\GPUTrace.h 2025-01-24T01:37:20.6711623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\HermeticPyObjectTLS.h 2025-01-24T01:37:20.6714909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineDeviceGuard.h 2025-01-24T01:37:20.6718538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineEvent.h 2025-01-24T01:37:20.6722628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\InlineStreamGuard.h 2025-01-24T01:37:20.6726751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\LocalDispatchKeySet.h 2025-01-24T01:37:20.6730178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyInterpreter.h 2025-01-24T01:37:20.6733860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PyObjectSlot.h 2025-01-24T01:37:20.6737573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\PythonDispatcherTLS.h 2025-01-24T01:37:20.6741561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\SizesAndStrides.h 2025-01-24T01:37:20.6745216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\TorchDispatchModeTLS.h 2025-01-24T01:37:20.6748795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\core\impl\VirtualGuardImpl.h 2025-01-24T01:37:20.6758293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAlgorithm.h 2025-01-24T01:37:20.6762018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAAllocatorConfig.h 2025-01-24T01:37:20.6765488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDACachingAllocator.h 2025-01-24T01:37:20.6769322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertion.h 2025-01-24T01:37:20.6777198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDADeviceAssertionHost.h 2025-01-24T01:37:20.6781305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAException.h 2025-01-24T01:37:20.6786546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAFunctions.h 2025-01-24T01:37:20.6790689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGraphsC10Utils.h 2025-01-24T01:37:20.6794254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAGuard.h 2025-01-24T01:37:20.6797993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMacros.h 2025-01-24T01:37:20.6801605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMathCompat.h 2025-01-24T01:37:20.6805395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAMiscFunctions.h 2025-01-24T01:37:20.6809500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\CUDAStream.h 2025-01-24T01:37:20.6813100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\driver_api.h 2025-01-24T01:37:20.6820819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDAGuardImpl.h 2025-01-24T01:37:20.6824265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\cuda\impl\CUDATest.h 2025-01-24T01:37:20.6832206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\cmake_macros.h 2025-01-24T01:37:20.6835824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Export.h 2025-01-24T01:37:20.6839092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\macros\Macros.h 2025-01-24T01:37:20.6847498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\special_math.h 2025-01-24T01:37:20.6850758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\metal\utils.h 2025-01-24T01:37:20.6858699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AbortHandler.h 2025-01-24T01:37:20.6862134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\accumulate.h 2025-01-24T01:37:20.6865493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\AlignOf.h 2025-01-24T01:37:20.6869040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ApproximateClock.h 2025-01-24T01:37:20.6879021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Array.h 2025-01-24T01:37:20.6882707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ArrayRef.h 2025-01-24T01:37:20.6886038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Backtrace.h 2025-01-24T01:37:20.6889596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-inl.h 2025-01-24T01:37:20.6893245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16-math.h 2025-01-24T01:37:20.6896639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\BFloat16.h 2025-01-24T01:37:20.6900180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bits.h 2025-01-24T01:37:20.6904174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Bitset.h 2025-01-24T01:37:20.6907842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\bit_cast.h 2025-01-24T01:37:20.6911161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\C++17.h 2025-01-24T01:37:20.6914548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\CallOnce.h 2025-01-24T01:37:20.6918005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex.h 2025-01-24T01:37:20.6921678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_math.h 2025-01-24T01:37:20.6925251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\complex_utils.h 2025-01-24T01:37:20.6928943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ConstexprCrc.h 2025-01-24T01:37:20.6932656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\copysign.h 2025-01-24T01:37:20.6936352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DeadlockDetection.h 2025-01-24T01:37:20.6940207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Deprecated.h 2025-01-24T01:37:20.6943701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DimVector.h 2025-01-24T01:37:20.6947210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\DynamicCounter.h 2025-01-24T01:37:20.6955897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\env.h 2025-01-24T01:37:20.6959500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\error.h 2025-01-24T01:37:20.6963367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Exception.h 2025-01-24T01:37:20.6967303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwned.h 2025-01-24T01:37:20.6970949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h 2025-01-24T01:37:20.6974486Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FbcodeMaps.h 2025-01-24T01:37:20.6978055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Flags.h 2025-01-24T01:37:20.6981502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\flat_hash_map.h 2025-01-24T01:37:20.6985690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn-inl.h 2025-01-24T01:37:20.6989225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fn.h 2025-01-24T01:37:20.6993118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz-inl.h 2025-01-24T01:37:20.7003508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e4m3fnuz.h 2025-01-24T01:37:20.7007691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2-inl.h 2025-01-24T01:37:20.7012449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2.h 2025-01-24T01:37:20.7016033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz-inl.h 2025-01-24T01:37:20.7019745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_e5m2fnuz.h 2025-01-24T01:37:20.7023438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Float8_fnuz_cvt.h 2025-01-24T01:37:20.7027224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\floating_point_utils.h 2025-01-24T01:37:20.7031392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\FunctionRef.h 2025-01-24T01:37:20.7035207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Gauge.h 2025-01-24T01:37:20.7038936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\generic_math.h 2025-01-24T01:37:20.7047499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half-inl.h 2025-01-24T01:37:20.7051267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Half.h 2025-01-24T01:37:20.7055233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\hash.h 2025-01-24T01:37:20.7058808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\IdWrapper.h 2025-01-24T01:37:20.7062975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\int128.h 2025-01-24T01:37:20.7066104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\intrusive_ptr.h 2025-01-24T01:37:20.7069677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\irange.h 2025-01-24T01:37:20.7073477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Lazy.h 2025-01-24T01:37:20.7076914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\LeftRight.h 2025-01-24T01:37:20.7080487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\llvmMathExtras.h 2025-01-24T01:37:20.7084316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Load.h 2025-01-24T01:37:20.7087739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Logging.h 2025-01-24T01:37:20.7091862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_google_glog.h 2025-01-24T01:37:20.7101345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\logging_is_not_google_glog.h 2025-01-24T01:37:20.7104736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MathConstants.h 2025-01-24T01:37:20.7108406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\MaybeOwned.h 2025-01-24T01:37:20.7112236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Metaprogramming.h 2025-01-24T01:37:20.7135800Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\NetworkFlow.h 2025-01-24T01:37:20.7139841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\numa.h 2025-01-24T01:37:20.7143285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Optional.h 2025-01-24T01:37:20.7147124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\OptionalArrayRef.h 2025-01-24T01:37:20.7151152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\order_preserving_flat_hash_map.h 2025-01-24T01:37:20.7155809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overflows.h 2025-01-24T01:37:20.7159315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\overloaded.h 2025-01-24T01:37:20.7172412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ParallelGuard.h 2025-01-24T01:37:20.7176500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\python_stub.h 2025-01-24T01:37:20.7180208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint32.h 2025-01-24T01:37:20.7184111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\qint8.h 2025-01-24T01:37:20.7187770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint2x4.h 2025-01-24T01:37:20.7191281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint4x2.h 2025-01-24T01:37:20.7194658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\quint8.h 2025-01-24T01:37:20.7198532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Registry.h 2025-01-24T01:37:20.7202193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\safe_numerics.h 2025-01-24T01:37:20.7205873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ScopeExit.h 2025-01-24T01:37:20.7209595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\signal_handler.h 2025-01-24T01:37:20.7213392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallBuffer.h 2025-01-24T01:37:20.7221856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\SmallVector.h 2025-01-24T01:37:20.7225337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\sparse_bitset.h 2025-01-24T01:37:20.7229058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ssize.h 2025-01-24T01:37:20.7232525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint.h 2025-01-24T01:37:20.7236171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\static_tracepoint_elfx86.h 2025-01-24T01:37:20.7239691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strides.h 2025-01-24T01:37:20.7243143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\StringUtil.h 2025-01-24T01:37:20.7247000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_utils.h 2025-01-24T01:37:20.7251180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\string_view.h 2025-01-24T01:37:20.7255005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\strong_type.h 2025-01-24T01:37:20.7258789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Synchronized.h 2025-01-24T01:37:20.7268140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\tempfile.h 2025-01-24T01:37:20.7271624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocal.h 2025-01-24T01:37:20.7275637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\ThreadLocalDebugInfo.h 2025-01-24T01:37:20.7279662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\thread_name.h 2025-01-24T01:37:20.7283136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Type.h 2025-01-24T01:37:20.7286793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeCast.h 2025-01-24T01:37:20.7290306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\typeid.h 2025-01-24T01:37:20.7293927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeIndex.h 2025-01-24T01:37:20.7297408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeList.h 2025-01-24T01:37:20.7300865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeSafeSignMath.h 2025-01-24T01:37:20.7304627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\TypeTraits.h 2025-01-24T01:37:20.7308075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unicode.h 2025-01-24T01:37:20.7311822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\UniqueVoidPtr.h 2025-01-24T01:37:20.7315648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\Unroll.h 2025-01-24T01:37:20.7319264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounter.h 2025-01-24T01:37:20.7323251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\WaitCounterDynamicBackend.h 2025-01-24T01:37:20.7326812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\util\win32-headers.h 2025-01-24T01:37:20.7338698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUCachingAllocator.h 2025-01-24T01:37:20.7342425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUDeviceProp.h 2025-01-24T01:37:20.7345888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUException.h 2025-01-24T01:37:20.7349359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUFunctions.h 2025-01-24T01:37:20.7358591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUMacros.h 2025-01-24T01:37:20.7362248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\XPUStream.h 2025-01-24T01:37:20.7370245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\c10\xpu\impl\XPUGuardImpl.h 2025-01-24T01:37:20.7382904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\crc_alt.h 2025-01-24T01:37:20.7386832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\file_adapter.h 2025-01-24T01:37:20.7390388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\inline_container.h 2025-01-24T01:37:20.7394689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\in_memory_adapter.h 2025-01-24T01:37:20.7402492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\istream_adapter.h 2025-01-24T01:37:20.7406198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\read_adapter_interface.h 2025-01-24T01:37:20.7409739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\caffe2\serialize\versions.h 2025-01-24T01:37:20.7418593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\AbstractConfig.h 2025-01-24T01:37:20.7421877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityProfilerInterface.h 2025-01-24T01:37:20.7425681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityTraceInterface.h 2025-01-24T01:37:20.7433972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ActivityType.h 2025-01-24T01:37:20.7437732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ClientInterface.h 2025-01-24T01:37:20.7441366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\Config.h 2025-01-24T01:37:20.7444932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\GenericTraceActivity.h 2025-01-24T01:37:20.7448418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\IActivityProfiler.h 2025-01-24T01:37:20.7451994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ILoggerObserver.h 2025-01-24T01:37:20.7455667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ITraceActivity.h 2025-01-24T01:37:20.7459031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\libkineto.h 2025-01-24T01:37:20.7462390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\LoggingAPI.h 2025-01-24T01:37:20.7466042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\output_base.h 2025-01-24T01:37:20.7469475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\ThreadUtil.h 2025-01-24T01:37:20.7473086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\time_since_epoch.h 2025-01-24T01:37:20.7476494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\kineto\TraceSpan.h 2025-01-24T01:37:20.7484402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\attr.h 2025-01-24T01:37:20.7488188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\buffer_info.h 2025-01-24T01:37:20.7492139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\cast.h 2025-01-24T01:37:20.7495851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\chrono.h 2025-01-24T01:37:20.7499203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\common.h 2025-01-24T01:37:20.7502991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\complex.h 2025-01-24T01:37:20.7512756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen.h 2025-01-24T01:37:20.7516226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\embed.h 2025-01-24T01:37:20.7520408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eval.h 2025-01-24T01:37:20.7524167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\functional.h 2025-01-24T01:37:20.7527605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil.h 2025-01-24T01:37:20.7531451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\gil_safe_call_once.h 2025-01-24T01:37:20.7535321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\iostream.h 2025-01-24T01:37:20.7538611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\numpy.h 2025-01-24T01:37:20.7542618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\operators.h 2025-01-24T01:37:20.7546187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\options.h 2025-01-24T01:37:20.7550133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pybind11.h 2025-01-24T01:37:20.7554313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\pytypes.h 2025-01-24T01:37:20.7558162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl.h 2025-01-24T01:37:20.7569478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\stl_bind.h 2025-01-24T01:37:20.7572967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\type_caster_pyobject_ptr.h 2025-01-24T01:37:20.7576468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\typing.h 2025-01-24T01:37:20.7583596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\class.h 2025-01-24T01:37:20.7587063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\common.h 2025-01-24T01:37:20.7590846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\cpp_conduit.h 2025-01-24T01:37:20.7594534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\descr.h 2025-01-24T01:37:20.7598093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\exception_translation.h 2025-01-24T01:37:20.7607061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\init.h 2025-01-24T01:37:20.7611147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\internals.h 2025-01-24T01:37:20.7614957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\typeid.h 2025-01-24T01:37:20.7618674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\type_caster_base.h 2025-01-24T01:37:20.7622368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\detail\value_and_holder.h 2025-01-24T01:37:20.7629836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\common.h 2025-01-24T01:37:20.7633163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\matrix.h 2025-01-24T01:37:20.7636814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\pybind11\eigen\tensor.h 2025-01-24T01:37:20.7646495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class.h 2025-01-24T01:37:20.7650015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\custom_class_detail.h 2025-01-24T01:37:20.7653754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\extension.h 2025-01-24T01:37:20.7657224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\library.h 2025-01-24T01:37:20.7666237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\script.h 2025-01-24T01:37:20.7675041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\copy_utils.h 2025-01-24T01:37:20.7678918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\CudaIPCTypes.h 2025-01-24T01:37:20.7682424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DataLoader.h 2025-01-24T01:37:20.7685824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Device.h 2025-01-24T01:37:20.7694633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DeviceAccelerator.h 2025-01-24T01:37:20.7698047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Dtype.h 2025-01-24T01:37:20.7701494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\DynamicTypes.h 2025-01-24T01:37:20.7705086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Event.h 2025-01-24T01:37:20.7708601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Exceptions.h 2025-01-24T01:37:20.7712747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Export.h 2025-01-24T01:37:20.7716075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Generator.h 2025-01-24T01:37:20.7720014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\itt_wrapper.h 2025-01-24T01:37:20.7724017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Layout.h 2025-01-24T01:37:20.7727625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\MemoryFormat.h 2025-01-24T01:37:20.7731996Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Module.h 2025-01-24T01:37:20.7735473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\PyInterpreter.h 2025-01-24T01:37:20.7739501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_dimname.h 2025-01-24T01:37:20.7742997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\python_headers.h 2025-01-24T01:37:20.7746680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\QScheme.h 2025-01-24T01:37:20.7749782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\serialization.h 2025-01-24T01:37:20.7753472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Size.h 2025-01-24T01:37:20.7757003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Storage.h 2025-01-24T01:37:20.7760532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageMethods.h 2025-01-24T01:37:20.7764078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\StorageSharing.h 2025-01-24T01:37:20.7772903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Stream.h 2025-01-24T01:37:20.7776294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THConcat.h 2025-01-24T01:37:20.7779855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\THP.h 2025-01-24T01:37:20.7783372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\TypeInfo.h 2025-01-24T01:37:20.7787512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\Types.h 2025-01-24T01:37:20.7791465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils.h 2025-01-24T01:37:20.7809792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\all.h 2025-01-24T01:37:20.7813769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\arg.h 2025-01-24T01:37:20.7817442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\autograd.h 2025-01-24T01:37:20.7821176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\cuda.h 2025-01-24T01:37:20.7824920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data.h 2025-01-24T01:37:20.7828433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\enum.h 2025-01-24T01:37:20.7833002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\expanding_array.h 2025-01-24T01:37:20.7843087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\fft.h 2025-01-24T01:37:20.7846594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\imethod.h 2025-01-24T01:37:20.7850123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\jit.h 2025-01-24T01:37:20.7854313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\mps.h 2025-01-24T01:37:20.7857645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nested.h 2025-01-24T01:37:20.7861192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn.h 2025-01-24T01:37:20.7865087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim.h 2025-01-24T01:37:20.7868428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\ordered_dict.h 2025-01-24T01:37:20.7871852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python.h 2025-01-24T01:37:20.7875351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize.h 2025-01-24T01:37:20.7878910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\sparse.h 2025-01-24T01:37:20.7882428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\special.h 2025-01-24T01:37:20.7886035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\torch.h 2025-01-24T01:37:20.7889393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\types.h 2025-01-24T01:37:20.7893242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\utils.h 2025-01-24T01:37:20.7897021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\version.h 2025-01-24T01:37:20.7900550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\xpu.h 2025-01-24T01:37:20.7908263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader.h 2025-01-24T01:37:20.7911945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h 2025-01-24T01:37:20.7915502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets.h 2025-01-24T01:37:20.7919082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\example.h 2025-01-24T01:37:20.7922781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\iterator.h 2025-01-24T01:37:20.7931281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers.h 2025-01-24T01:37:20.7934699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms.h 2025-01-24T01:37:20.7938358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\worker_exception.h 2025-01-24T01:37:20.7946021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h 2025-01-24T01:37:20.7949635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h 2025-01-24T01:37:20.7953487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h 2025-01-24T01:37:20.7961764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\base.h 2025-01-24T01:37:20.7965821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h 2025-01-24T01:37:20.7969172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\map.h 2025-01-24T01:37:20.7972665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h 2025-01-24T01:37:20.7976089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h 2025-01-24T01:37:20.7979511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h 2025-01-24T01:37:20.7983134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h 2025-01-24T01:37:20.7997082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h 2025-01-24T01:37:20.8000500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\queue.h 2025-01-24T01:37:20.8004263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h 2025-01-24T01:37:20.8011985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\base.h 2025-01-24T01:37:20.8015518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h 2025-01-24T01:37:20.8019120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h 2025-01-24T01:37:20.8022568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\random.h 2025-01-24T01:37:20.8026098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h 2025-01-24T01:37:20.8033867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h 2025-01-24T01:37:20.8037432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h 2025-01-24T01:37:20.8045466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\base.h 2025-01-24T01:37:20.8048779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h 2025-01-24T01:37:20.8052494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h 2025-01-24T01:37:20.8055997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h 2025-01-24T01:37:20.8059436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h 2025-01-24T01:37:20.8067766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\static.h 2025-01-24T01:37:20.8071767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h 2025-01-24T01:37:20.8079782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\cloneable.h 2025-01-24T01:37:20.8083698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional.h 2025-01-24T01:37:20.8087780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\init.h 2025-01-24T01:37:20.8092056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\module.h 2025-01-24T01:37:20.8096136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules.h 2025-01-24T01:37:20.8104740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options.h 2025-01-24T01:37:20.8108492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h 2025-01-24T01:37:20.8112432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\pimpl.h 2025-01-24T01:37:20.8116392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils.h 2025-01-24T01:37:20.8124868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h 2025-01-24T01:37:20.8129293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h 2025-01-24T01:37:20.8133662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h 2025-01-24T01:37:20.8138151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h 2025-01-24T01:37:20.8145776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h 2025-01-24T01:37:20.8149237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h 2025-01-24T01:37:20.8152839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h 2025-01-24T01:37:20.8156590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h 2025-01-24T01:37:20.8161201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h 2025-01-24T01:37:20.8164781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h 2025-01-24T01:37:20.8168780Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h 2025-01-24T01:37:20.8172878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h 2025-01-24T01:37:20.8176281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h 2025-01-24T01:37:20.8179871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h 2025-01-24T01:37:20.8183696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h 2025-01-24T01:37:20.8188214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h 2025-01-24T01:37:20.8195430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h 2025-01-24T01:37:20.8199429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h 2025-01-24T01:37:20.8217825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h 2025-01-24T01:37:20.8221229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\common.h 2025-01-24T01:37:20.8225311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h 2025-01-24T01:37:20.8233343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h 2025-01-24T01:37:20.8236853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h 2025-01-24T01:37:20.8240367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h 2025-01-24T01:37:20.8243824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h 2025-01-24T01:37:20.8247411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h 2025-01-24T01:37:20.8250972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h 2025-01-24T01:37:20.8254528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h 2025-01-24T01:37:20.8258495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h 2025-01-24T01:37:20.8262980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h 2025-01-24T01:37:20.8266499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h 2025-01-24T01:37:20.8270152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h 2025-01-24T01:37:20.8273777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h 2025-01-24T01:37:20.8277241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h 2025-01-24T01:37:20.8280846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h 2025-01-24T01:37:20.8284443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h 2025-01-24T01:37:20.8288591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h 2025-01-24T01:37:20.8292315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h 2025-01-24T01:37:20.8295842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h 2025-01-24T01:37:20.8303947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h 2025-01-24T01:37:20.8307527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h 2025-01-24T01:37:20.8311070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h 2025-01-24T01:37:20.8314681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h 2025-01-24T01:37:20.8324452Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h 2025-01-24T01:37:20.8328775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h 2025-01-24T01:37:20.8332347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h 2025-01-24T01:37:20.8336614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h 2025-01-24T01:37:20.8340578Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h 2025-01-24T01:37:20.8344198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h 2025-01-24T01:37:20.8353238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\activation.h 2025-01-24T01:37:20.8356766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h 2025-01-24T01:37:20.8360263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h 2025-01-24T01:37:20.8363777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\conv.h 2025-01-24T01:37:20.8367236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\distance.h 2025-01-24T01:37:20.8375907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h 2025-01-24T01:37:20.8379457Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h 2025-01-24T01:37:20.8383591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\fold.h 2025-01-24T01:37:20.8387482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h 2025-01-24T01:37:20.8391719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\linear.h 2025-01-24T01:37:20.8395824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\loss.h 2025-01-24T01:37:20.8399201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h 2025-01-24T01:37:20.8403128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\padding.h 2025-01-24T01:37:20.8407024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h 2025-01-24T01:37:20.8411419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h 2025-01-24T01:37:20.8415515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h 2025-01-24T01:37:20.8419552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h 2025-01-24T01:37:20.8424185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h 2025-01-24T01:37:20.8427952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h 2025-01-24T01:37:20.8431774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h 2025-01-24T01:37:20.8435936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\options\vision.h 2025-01-24T01:37:20.8444176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h 2025-01-24T01:37:20.8451832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h 2025-01-24T01:37:20.8456447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h 2025-01-24T01:37:20.8460307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h 2025-01-24T01:37:20.8468461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adagrad.h 2025-01-24T01:37:20.8472293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adam.h 2025-01-24T01:37:20.8475345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\adamw.h 2025-01-24T01:37:20.8478870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h 2025-01-24T01:37:20.8482547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\optimizer.h 2025-01-24T01:37:20.8486555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h 2025-01-24T01:37:20.8495077Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\serialize.h 2025-01-24T01:37:20.8499183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\sgd.h 2025-01-24T01:37:20.8506806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h 2025-01-24T01:37:20.8510473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h 2025-01-24T01:37:20.8514107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h 2025-01-24T01:37:20.8527327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\archive.h 2025-01-24T01:37:20.8530787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h 2025-01-24T01:37:20.8534581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h 2025-01-24T01:37:20.8538069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\api\include\torch\serialize\tensor.h 2025-01-24T01:37:20.8553569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\anomaly_mode.h 2025-01-24T01:37:20.8557655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd.h 2025-01-24T01:37:20.8561147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h 2025-01-24T01:37:20.8564482Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\cpp_hook.h 2025-01-24T01:37:20.8573078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\custom_function.h 2025-01-24T01:37:20.8576584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\edge.h 2025-01-24T01:37:20.8579949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\engine.h 2025-01-24T01:37:20.8583383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\forward_grad.h 2025-01-24T01:37:20.8587451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function.h 2025-01-24T01:37:20.8591691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\FunctionsManual.h 2025-01-24T01:37:20.8595415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\function_hook.h 2025-01-24T01:37:20.8599012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\grad_mode.h 2025-01-24T01:37:20.8602539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\graph_task.h 2025-01-24T01:37:20.8606173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\InferenceMode.h 2025-01-24T01:37:20.8609653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_buffer.h 2025-01-24T01:37:20.8613670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\input_metadata.h 2025-01-24T01:37:20.8617572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\jit_decomp_interface.h 2025-01-24T01:37:20.8621162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler.h 2025-01-24T01:37:20.8624662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_kineto.h 2025-01-24T01:37:20.8627983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_legacy.h 2025-01-24T01:37:20.8631447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\profiler_python.h 2025-01-24T01:37:20.8635090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_anomaly_mode.h 2025-01-24T01:37:20.8643376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_autograd.h 2025-01-24T01:37:20.8647410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_cpp_function.h 2025-01-24T01:37:20.8650978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_engine.h 2025-01-24T01:37:20.8655285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_enum_tag.h 2025-01-24T01:37:20.8659078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_fft_functions.h 2025-01-24T01:37:20.8662805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_function.h 2025-01-24T01:37:20.8666391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_hook.h 2025-01-24T01:37:20.8670564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_legacy_variable.h 2025-01-24T01:37:20.8674394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_linalg_functions.h 2025-01-24T01:37:20.8683240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nested_functions.h 2025-01-24T01:37:20.8686852Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_nn_functions.h 2025-01-24T01:37:20.8690880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h 2025-01-24T01:37:20.8694650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_sparse_functions.h 2025-01-24T01:37:20.8699019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_special_functions.h 2025-01-24T01:37:20.8702682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_torch_functions.h 2025-01-24T01:37:20.8706464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable.h 2025-01-24T01:37:20.8710291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\python_variable_indexing.h 2025-01-24T01:37:20.8714172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\record_function_ops.h 2025-01-24T01:37:20.8717835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable.h 2025-01-24T01:37:20.8721703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\saved_variable_hooks.h 2025-01-24T01:37:20.8729871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\symbolic.h 2025-01-24T01:37:20.8733357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable.h 2025-01-24T01:37:20.8737110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\VariableTypeUtils.h 2025-01-24T01:37:20.8740733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\variable_info.h 2025-01-24T01:37:20.8749034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\accumulate_grad.h 2025-01-24T01:37:20.8752711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\basic_ops.h 2025-01-24T01:37:20.8756568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\comm.h 2025-01-24T01:37:20.8760178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\pybind.h 2025-01-24T01:37:20.8768261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\tensor.h 2025-01-24T01:37:20.8772686Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\functions\utils.h 2025-01-24T01:37:20.8780770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\Functions.h 2025-01-24T01:37:20.8788075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_functions.h 2025-01-24T01:37:20.8808697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\python_return_types.h 2025-01-24T01:37:20.8809030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\VariableType.h 2025-01-24T01:37:20.8809358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\variable_factories.h 2025-01-24T01:37:20.8809675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\generated\ViewFuncs.h 2025-01-24T01:37:20.8819625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\error_messages.h 2025-01-24T01:37:20.8823191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h 2025-01-24T01:37:20.8827384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h 2025-01-24T01:37:20.8832714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h 2025-01-24T01:37:20.8841684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\warnings.h 2025-01-24T01:37:20.8845295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\autograd\utils\wrap_outputs.h 2025-01-24T01:37:20.8854904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\comm.h 2025-01-24T01:37:20.8858646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h 2025-01-24T01:37:20.8862125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\device_set.h 2025-01-24T01:37:20.8865571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Event.h 2025-01-24T01:37:20.8869441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\GdsFile.h 2025-01-24T01:37:20.8877630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\memory_snapshot.h 2025-01-24T01:37:20.8881035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Module.h 2025-01-24T01:37:20.8884581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\nccl.h 2025-01-24T01:37:20.8888012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_comm.h 2025-01-24T01:37:20.8891778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\python_nccl.h 2025-01-24T01:37:20.8895258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\Stream.h 2025-01-24T01:37:20.8898552Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\cuda\THCP.h 2025-01-24T01:37:20.8914352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\container.h 2025-01-24T01:37:20.8917823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\context\context.h 2025-01-24T01:37:20.8925128Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h 2025-01-24T01:37:20.8928906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h 2025-01-24T01:37:20.8936612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h 2025-01-24T01:37:20.8941004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h 2025-01-24T01:37:20.8944907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h 2025-01-24T01:37:20.8953513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h 2025-01-24T01:37:20.8956999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h 2025-01-24T01:37:20.8961099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h 2025-01-24T01:37:20.8965678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h 2025-01-24T01:37:20.8970199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h 2025-01-24T01:37:20.8974053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h 2025-01-24T01:37:20.8977770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h 2025-01-24T01:37:20.8987569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backend.hpp 2025-01-24T01:37:20.8991015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Backoff.hpp 2025-01-24T01:37:20.8994908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\c10d.h 2025-01-24T01:37:20.8997961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\comm.hpp 2025-01-24T01:37:20.9001479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h 2025-01-24T01:37:20.9004954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp 2025-01-24T01:37:20.9013574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\debug.h 2025-01-24T01:37:20.9016945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp 2025-01-24T01:37:20.9020693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp 2025-01-24T01:37:20.9024620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\error.h 2025-01-24T01:37:20.9027882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\exception.h 2025-01-24T01:37:20.9031284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp 2025-01-24T01:37:20.9034927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FileStore.hpp 2025-01-24T01:37:20.9038510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp 2025-01-24T01:37:20.9041951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Functional.hpp 2025-01-24T01:37:20.9045505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp 2025-01-24T01:37:20.9049068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp 2025-01-24T01:37:20.9052698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\HashStore.hpp 2025-01-24T01:37:20.9056565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp 2025-01-24T01:37:20.9059991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logger.hpp 2025-01-24T01:37:20.9063433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\logging.h 2025-01-24T01:37:20.9067002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp 2025-01-24T01:37:20.9071025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp 2025-01-24T01:37:20.9080425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp 2025-01-24T01:37:20.9084293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp 2025-01-24T01:37:20.9088465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp 2025-01-24T01:37:20.9092028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp 2025-01-24T01:37:20.9095877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp 2025-01-24T01:37:20.9099604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp 2025-01-24T01:37:20.9103806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp 2025-01-24T01:37:20.9107617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp 2025-01-24T01:37:20.9116158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp 2025-01-24T01:37:20.9119943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h 2025-01-24T01:37:20.9124096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp 2025-01-24T01:37:20.9127684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer.hpp 2025-01-24T01:37:20.9131427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp 2025-01-24T01:37:20.9135306Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp 2025-01-24T01:37:20.9139207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket.h 2025-01-24T01:37:20.9142774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\socket_fmt.h 2025-01-24T01:37:20.9146519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Store.hpp 2025-01-24T01:37:20.9150746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp 2025-01-24T01:37:20.9154112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp 2025-01-24T01:37:20.9157980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp 2025-01-24T01:37:20.9166728Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\TraceUtils.h 2025-01-24T01:37:20.9170325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Types.hpp 2025-01-24T01:37:20.9174090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp 2025-01-24T01:37:20.9177929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp 2025-01-24T01:37:20.9181789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp 2025-01-24T01:37:20.9185106Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Utils.hpp 2025-01-24T01:37:20.9189245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp 2025-01-24T01:37:20.9192882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\c10d\Work.hpp 2025-01-24T01:37:20.9202481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\agent_utils.h 2025-01-24T01:37:20.9206086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\message.h 2025-01-24T01:37:20.9209663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_call.h 2025-01-24T01:37:20.9213666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_functions.h 2025-01-24T01:37:20.9222073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_remote_call.h 2025-01-24T01:37:20.9226000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_resp.h 2025-01-24T01:37:20.9229553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h 2025-01-24T01:37:20.9233078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\py_rref.h 2025-01-24T01:37:20.9236713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback.h 2025-01-24T01:37:20.9240412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h 2025-01-24T01:37:20.9244082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h 2025-01-24T01:37:20.9248213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc.h 2025-01-24T01:37:20.9251554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_agent.h 2025-01-24T01:37:20.9255670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h 2025-01-24T01:37:20.9259347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_context.h 2025-01-24T01:37:20.9262989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_impl.h 2025-01-24T01:37:20.9266514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\rref_proto.h 2025-01-24T01:37:20.9270212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_call.h 2025-01-24T01:37:20.9273877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_remote_call.h 2025-01-24T01:37:20.9277733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\script_resp.h 2025-01-24T01:37:20.9287639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h 2025-01-24T01:37:20.9291616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h 2025-01-24T01:37:20.9295840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h 2025-01-24T01:37:20.9300035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\types.h 2025-01-24T01:37:20.9304897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h 2025-01-24T01:37:20.9328827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h 2025-01-24T01:37:20.9332586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\distributed\rpc\utils.h 2025-01-24T01:37:20.9343241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cache_entry.h 2025-01-24T01:37:20.9346801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\compiled_autograd.h 2025-01-24T01:37:20.9350440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpp_shim.h 2025-01-24T01:37:20.9353810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_defs.h 2025-01-24T01:37:20.9362952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\cpython_includes.h 2025-01-24T01:37:20.9366404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\debug_macros.h 2025-01-24T01:37:20.9369858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\eval_frame.h 2025-01-24T01:37:20.9373545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\extra_state.h 2025-01-24T01:37:20.9377617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\framelocals_mapping.h 2025-01-24T01:37:20.9380832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\guards.h 2025-01-24T01:37:20.9384576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\init.h 2025-01-24T01:37:20.9388320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\python_compiled_autograd.h 2025-01-24T01:37:20.9391602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\dynamo\utils.h 2025-01-24T01:37:20.9400160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\inductor_ops.h 2025-01-24T01:37:20.9407331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h 2025-01-24T01:37:20.9411589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_package\pybind.h 2025-01-24T01:37:20.9418995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h 2025-01-24T01:37:20.9422908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h 2025-01-24T01:37:20.9426527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h 2025-01-24T01:37:20.9436948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h 2025-01-24T01:37:20.9440525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runner\pybind.h 2025-01-24T01:37:20.9455308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h 2025-01-24T01:37:20.9459048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h 2025-01-24T01:37:20.9463333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\interface.h 2025-01-24T01:37:20.9471058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model.h 2025-01-24T01:37:20.9474713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h 2025-01-24T01:37:20.9478253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h 2025-01-24T01:37:20.9481817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h 2025-01-24T01:37:20.9485688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h 2025-01-24T01:37:20.9489107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils.h 2025-01-24T01:37:20.9492643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h 2025-01-24T01:37:20.9496160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h 2025-01-24T01:37:20.9505185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h 2025-01-24T01:37:20.9508838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h 2025-01-24T01:37:20.9512895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h 2025-01-24T01:37:20.9520825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h 2025-01-24T01:37:20.9524455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\utils.h 2025-01-24T01:37:20.9531448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h 2025-01-24T01:37:20.9535122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h 2025-01-24T01:37:20.9538481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h 2025-01-24T01:37:20.9546459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h 2025-01-24T01:37:20.9550321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h 2025-01-24T01:37:20.9554222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h 2025-01-24T01:37:20.9568689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_log.h 2025-01-24T01:37:20.9572546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\jit_opt_limit.h 2025-01-24T01:37:20.9575870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\resource_guard.h 2025-01-24T01:37:20.9583518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\compilation_unit.h 2025-01-24T01:37:20.9587029Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\function_impl.h 2025-01-24T01:37:20.9590508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\method.h 2025-01-24T01:37:20.9594453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\module.h 2025-01-24T01:37:20.9597932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\api\object.h 2025-01-24T01:37:20.9616332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend.h 2025-01-24T01:37:20.9619882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_handler.h 2025-01-24T01:37:20.9623418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_debug_info.h 2025-01-24T01:37:20.9627194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_detail.h 2025-01-24T01:37:20.9635798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_exception.h 2025-01-24T01:37:20.9639302Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_init.h 2025-01-24T01:37:20.9642881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_interface.h 2025-01-24T01:37:20.9646613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_preprocess.h 2025-01-24T01:37:20.9650211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\backends\backend_resolver.h 2025-01-24T01:37:20.9662057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\codegen\cuda\interface.h 2025-01-24T01:37:20.9670615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\builtin_functions.h 2025-01-24T01:37:20.9674254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h 2025-01-24T01:37:20.9677760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\concrete_module_type.h 2025-01-24T01:37:20.9688297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h 2025-01-24T01:37:20.9692003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\edit_distance.h 2025-01-24T01:37:20.9695807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\error_report.h 2025-01-24T01:37:20.9699353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\exit_transforms.h 2025-01-24T01:37:20.9703272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\function_schema_parser.h 2025-01-24T01:37:20.9706812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h 2025-01-24T01:37:20.9710405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\ir_emitter.h 2025-01-24T01:37:20.9713841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\lexer.h 2025-01-24T01:37:20.9717342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\mini_environment.h 2025-01-24T01:37:20.9720978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\name_mangler.h 2025-01-24T01:37:20.9724767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser.h 2025-01-24T01:37:20.9729019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parser_constants.h 2025-01-24T01:37:20.9732597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\parse_string_literal.h 2025-01-24T01:37:20.9736311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\resolver.h 2025-01-24T01:37:20.9739924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_matching.h 2025-01-24T01:37:20.9743778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\schema_type_parser.h 2025-01-24T01:37:20.9747340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\script_type_parser.h 2025-01-24T01:37:20.9755583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_range.h 2025-01-24T01:37:20.9759155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\source_ref.h 2025-01-24T01:37:20.9774235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\strtod.h 2025-01-24T01:37:20.9775044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\sugared_value.h 2025-01-24T01:37:20.9775725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tracer.h 2025-01-24T01:37:20.9776436Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree.h 2025-01-24T01:37:20.9777145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\tree_views.h 2025-01-24T01:37:20.9780968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\frontend\versioned_symbols.h 2025-01-24T01:37:20.9789859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\alias_analysis.h 2025-01-24T01:37:20.9792953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\attributes.h 2025-01-24T01:37:20.9796573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\constants.h 2025-01-24T01:37:20.9800435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_node_list.h 2025-01-24T01:37:20.9809424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\graph_utils.h 2025-01-24T01:37:20.9813588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir.h 2025-01-24T01:37:20.9817337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\irparser.h 2025-01-24T01:37:20.9821141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\ir_views.h 2025-01-24T01:37:20.9824446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\named_value.h 2025-01-24T01:37:20.9828446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\node_hashing.h 2025-01-24T01:37:20.9832037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\scope.h 2025-01-24T01:37:20.9835519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\subgraph_matcher.h 2025-01-24T01:37:20.9839704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\ir\type_hashing.h 2025-01-24T01:37:20.9847937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\code.h 2025-01-24T01:37:20.9851650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\debug_info.h 2025-01-24T01:37:20.9855714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\file_format.h 2025-01-24T01:37:20.9859185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h 2025-01-24T01:37:20.9869157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\frame.h 2025-01-24T01:37:20.9872624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\function.h 2025-01-24T01:37:20.9876020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import.h 2025-01-24T01:37:20.9879644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_data.h 2025-01-24T01:37:20.9883066Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\import_export_common.h 2025-01-24T01:37:20.9886853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\interpreter.h 2025-01-24T01:37:20.9890216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\method.h 2025-01-24T01:37:20.9893871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\module.h 2025-01-24T01:37:20.9897463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\observer.h 2025-01-24T01:37:20.9900806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_bytecode.h 2025-01-24T01:37:20.9904297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\parse_operators.h 2025-01-24T01:37:20.9907857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h 2025-01-24T01:37:20.9911494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\profiler_edge.h 2025-01-24T01:37:20.9915059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h 2025-01-24T01:37:20.9918680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\quantization.h 2025-01-24T01:37:20.9922444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h 2025-01-24T01:37:20.9925978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\type_parser.h 2025-01-24T01:37:20.9929632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h 2025-01-24T01:37:20.9942379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\add_if_then_else.h 2025-01-24T01:37:20.9946326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\annotate_warns.h 2025-01-24T01:37:20.9949693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\autocast.h 2025-01-24T01:37:20.9953691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\bailout_graph.h 2025-01-24T01:37:20.9962067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\batch_mm.h 2025-01-24T01:37:20.9965580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize.h 2025-01-24T01:37:20.9969176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h 2025-01-24T01:37:20.9972757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\check_strict_fusion.h 2025-01-24T01:37:20.9976217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_profiling.h 2025-01-24T01:37:20.9980322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\clear_undefinedness.h 2025-01-24T01:37:20.9984164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h 2025-01-24T01:37:20.9987627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\concat_opt.h 2025-01-24T01:37:20.9991197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_pooling.h 2025-01-24T01:37:20.9995239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\constant_propagation.h 2025-01-24T01:37:20.9998912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h 2025-01-24T01:37:21.0002785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\create_functional_graphs.h 2025-01-24T01:37:21.0006776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dead_code_elimination.h 2025-01-24T01:37:21.0010209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\decompose_ops.h 2025-01-24T01:37:21.0013992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\device_type_analysis.h 2025-01-24T01:37:21.0021849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\dtype_analysis.h 2025-01-24T01:37:21.0025321Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h 2025-01-24T01:37:21.0029060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\erase_number_types.h 2025-01-24T01:37:21.0032662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h 2025-01-24T01:37:21.0036544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_conv_bn.h 2025-01-24T01:37:21.0047605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fold_linear_bn.h 2025-01-24T01:37:21.0048319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\freeze_module.h 2025-01-24T01:37:21.0049120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h 2025-01-24T01:37:21.0053383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h 2025-01-24T01:37:21.0061513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h 2025-01-24T01:37:21.0066162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h 2025-01-24T01:37:21.0069851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h 2025-01-24T01:37:21.0073637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h 2025-01-24T01:37:21.0077309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h 2025-01-24T01:37:21.0080764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_linear.h 2025-01-24T01:37:21.0084484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\fuse_relu.h 2025-01-24T01:37:21.0087929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_fuser.h 2025-01-24T01:37:21.0091716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h 2025-01-24T01:37:21.0101123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\guard_elimination.h 2025-01-24T01:37:21.0104873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h 2025-01-24T01:37:21.0108217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inliner.h 2025-01-24T01:37:21.0111597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h 2025-01-24T01:37:21.0115117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_forked_closures.h 2025-01-24T01:37:21.0118615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inline_fork_wait.h 2025-01-24T01:37:21.0122351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\inplace_check.h 2025-01-24T01:37:21.0125944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\insert_guards.h 2025-01-24T01:37:21.0129705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\integer_value_refinement.h 2025-01-24T01:37:21.0140172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lift_closures.h 2025-01-24T01:37:21.0143583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\liveness.h 2025-01-24T01:37:21.0147141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\loop_unrolling.h 2025-01-24T01:37:21.0150955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_grad_of.h 2025-01-24T01:37:21.0154634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_graph.h 2025-01-24T01:37:21.0158935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\lower_tuples.h 2025-01-24T01:37:21.0162832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\metal_rewrite.h 2025-01-24T01:37:21.0166709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h 2025-01-24T01:37:21.0170966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h 2025-01-24T01:37:21.0175162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\normalize_ops.h 2025-01-24T01:37:21.0187134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h 2025-01-24T01:37:21.0190798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\onnx.h 2025-01-24T01:37:21.0194810Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\pass_manager.h 2025-01-24T01:37:21.0198747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole.h 2025-01-24T01:37:21.0202190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h 2025-01-24T01:37:21.0206957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h 2025-01-24T01:37:21.0210291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h 2025-01-24T01:37:21.0214214Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h 2025-01-24T01:37:21.0218221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\prepack_folding.h 2025-01-24T01:37:21.0221882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\refine_tuple_types.h 2025-01-24T01:37:21.0225509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_dropout.h 2025-01-24T01:37:21.0235521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_exceptions.h 2025-01-24T01:37:21.0239258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_expands.h 2025-01-24T01:37:21.0243124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h 2025-01-24T01:37:21.0246928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_mutation.h 2025-01-24T01:37:21.0250902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h 2025-01-24T01:37:21.0254695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h 2025-01-24T01:37:21.0258240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h 2025-01-24T01:37:21.0262061Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\restore_mutation.h 2025-01-24T01:37:21.0265844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\shape_analysis.h 2025-01-24T01:37:21.0274836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h 2025-01-24T01:37:21.0279036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h 2025-01-24T01:37:21.0282643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h 2025-01-24T01:37:21.0286141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h 2025-01-24T01:37:21.0290651Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h 2025-01-24T01:37:21.0294469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h 2025-01-24T01:37:21.0298194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h 2025-01-24T01:37:21.0302588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\value_refinement_utils.h 2025-01-24T01:37:21.0306920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\variadic_ops.h 2025-01-24T01:37:21.0311502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h 2025-01-24T01:37:21.0315789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h 2025-01-24T01:37:21.0325901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h 2025-01-24T01:37:21.0330149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\finalize.h 2025-01-24T01:37:21.0333839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h 2025-01-24T01:37:21.0337467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\helper.h 2025-01-24T01:37:21.0346230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h 2025-01-24T01:37:21.0349723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h 2025-01-24T01:37:21.0354474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h 2025-01-24T01:37:21.0358834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h 2025-01-24T01:37:21.0362627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h 2025-01-24T01:37:21.0371322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h 2025-01-24T01:37:21.0374912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\memory_dag.h 2025-01-24T01:37:21.0378563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h 2025-01-24T01:37:21.0386825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\op_registry.h 2025-01-24T01:37:21.0390440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h 2025-01-24T01:37:21.0398825Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\init.h 2025-01-24T01:37:21.0402293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\module_python.h 2025-01-24T01:37:21.0405770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind.h 2025-01-24T01:37:21.0409123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\pybind_utils.h 2025-01-24T01:37:21.0412973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_arg_flatten.h 2025-01-24T01:37:21.0421446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_custom_class.h 2025-01-24T01:37:21.0425532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_dict.h 2025-01-24T01:37:21.0429734Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ir.h 2025-01-24T01:37:21.0451207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_ivalue.h 2025-01-24T01:37:21.0454916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_list.h 2025-01-24T01:37:21.0458766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_sugared_value.h 2025-01-24T01:37:21.0462199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tracer.h 2025-01-24T01:37:21.0465791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\python_tree_views.h 2025-01-24T01:37:21.0469542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\script_init.h 2025-01-24T01:37:21.0473375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h 2025-01-24T01:37:21.0476751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h 2025-01-24T01:37:21.0484965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\argument_spec.h 2025-01-24T01:37:21.0488643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\autodiff.h 2025-01-24T01:37:21.0492192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h 2025-01-24T01:37:21.0495658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\custom_operator.h 2025-01-24T01:37:21.0504333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry.h 2025-01-24T01:37:21.0508796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h 2025-01-24T01:37:21.0512492Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\exception_message.h 2025-01-24T01:37:21.0516114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor.h 2025-01-24T01:37:21.0520000Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h 2025-01-24T01:37:21.0523535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\graph_iterator.h 2025-01-24T01:37:21.0527102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\instruction.h 2025-01-24T01:37:21.0530606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\interpreter.h 2025-01-24T01:37:21.0534099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_exception.h 2025-01-24T01:37:21.0537768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\jit_trace.h 2025-01-24T01:37:21.0541274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\logging.h 2025-01-24T01:37:21.0545251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator.h 2025-01-24T01:37:21.0548992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\operator_options.h 2025-01-24T01:37:21.0552398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\print_handler.h 2025-01-24T01:37:21.0556135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h 2025-01-24T01:37:21.0559857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\profiling_record.h 2025-01-24T01:37:21.0568368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\register_ops_utils.h 2025-01-24T01:37:21.0572534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\script_profile.h 2025-01-24T01:37:21.0576364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h 2025-01-24T01:37:21.0580052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\shape_function_registry.h 2025-01-24T01:37:21.0583774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h 2025-01-24T01:37:21.0587371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h 2025-01-24T01:37:21.0590985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_script.h 2025-01-24T01:37:21.0594707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h 2025-01-24T01:37:21.0598333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h 2025-01-24T01:37:21.0607625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\vararg_functions.h 2025-01-24T01:37:21.0612571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h 2025-01-24T01:37:21.0620925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h 2025-01-24T01:37:21.0624603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export.h 2025-01-24T01:37:21.0628135Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\export_bytecode.h 2025-01-24T01:37:21.0637105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h 2025-01-24T01:37:21.0641210Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h 2025-01-24T01:37:21.0644750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import.h 2025-01-24T01:37:21.0648397Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_constants.h 2025-01-24T01:37:21.0652389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_functions.h 2025-01-24T01:37:21.0656047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_export_helpers.h 2025-01-24T01:37:21.0659746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_read.h 2025-01-24T01:37:21.0664463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\import_source.h 2025-01-24T01:37:21.0668301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h 2025-01-24T01:37:21.0673221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\onnx.h 2025-01-24T01:37:21.0677178Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickle.h 2025-01-24T01:37:21.0680440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\pickler.h 2025-01-24T01:37:21.0683944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\python_print.h 2025-01-24T01:37:21.0687795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization.h 2025-01-24T01:37:21.0691786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h 2025-01-24T01:37:21.0695510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\storage_context.h 2025-01-24T01:37:21.0699287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h 2025-01-24T01:37:21.0708419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\serialization\unpickler.h 2025-01-24T01:37:21.0718009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\analysis.h 2025-01-24T01:37:21.0721744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h 2025-01-24T01:37:21.0725366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h 2025-01-24T01:37:21.0728823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h 2025-01-24T01:37:21.0739049Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\codegen.h 2025-01-24T01:37:21.0742648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h 2025-01-24T01:37:21.0746252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h 2025-01-24T01:37:21.0749955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h 2025-01-24T01:37:21.0753863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h 2025-01-24T01:37:21.0757446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\eval.h 2025-01-24T01:37:21.0761345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\exceptions.h 2025-01-24T01:37:21.0765056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\expr.h 2025-01-24T01:37:21.0768361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions.h 2025-01-24T01:37:21.0772304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h 2025-01-24T01:37:21.0776485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h 2025-01-24T01:37:21.0780337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h 2025-01-24T01:37:21.0784271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h 2025-01-24T01:37:21.0788145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\half_support.h 2025-01-24T01:37:21.0791698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h 2025-01-24T01:37:21.0795401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h 2025-01-24T01:37:21.0804949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir.h 2025-01-24T01:37:21.0807914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h 2025-01-24T01:37:21.0811912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h 2025-01-24T01:37:21.0816748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h 2025-01-24T01:37:21.0819337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h 2025-01-24T01:37:21.0823415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h 2025-01-24T01:37:21.0828403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h 2025-01-24T01:37:21.0831346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\kernel.h 2025-01-24T01:37:21.0834847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h 2025-01-24T01:37:21.0839749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h 2025-01-24T01:37:21.0842631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest.h 2025-01-24T01:37:21.0846283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h 2025-01-24T01:37:21.0854019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\lowerings.h 2025-01-24T01:37:21.0857910Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h 2025-01-24T01:37:21.0861490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\reduction.h 2025-01-24T01:37:21.0865281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\registerizer.h 2025-01-24T01:37:21.0868840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\stmt.h 2025-01-24T01:37:21.0872294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensor.h 2025-01-24T01:37:21.0875766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h 2025-01-24T01:37:21.0879287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\types.h 2025-01-24T01:37:21.0882763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h 2025-01-24T01:37:21.0887156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h 2025-01-24T01:37:21.0895788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h 2025-01-24T01:37:21.0899536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h 2025-01-24T01:37:21.0903569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h 2025-01-24T01:37:21.0907086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h 2025-01-24T01:37:21.0910538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h 2025-01-24T01:37:21.0918860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h 2025-01-24T01:37:21.0922538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h 2025-01-24T01:37:21.0926198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h 2025-01-24T01:37:21.0929889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h 2025-01-24T01:37:21.0938254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\file_check.h 2025-01-24T01:37:21.0942401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\jit\testing\hooks_for_testing.h 2025-01-24T01:37:21.0954892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_data.h 2025-01-24T01:37:21.0958581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_device.h 2025-01-24T01:37:21.0962024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\backend_interface.h 2025-01-24T01:37:21.0965517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\backend\lowering_context.h 2025-01-24T01:37:21.0978386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\cache.h 2025-01-24T01:37:21.0981970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\config.h 2025-01-24T01:37:21.0985405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\debug_util.h 2025-01-24T01:37:21.0988806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\dynamic_ir.h 2025-01-24T01:37:21.0992560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\hash.h 2025-01-24T01:37:21.1000793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\helpers.h 2025-01-24T01:37:21.1004218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir.h 2025-01-24T01:37:21.1007536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_builder.h 2025-01-24T01:37:21.1011044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_dump_util.h 2025-01-24T01:37:21.1014555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_metadata.h 2025-01-24T01:37:21.1018638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ir_util.h 2025-01-24T01:37:21.1022509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h 2025-01-24T01:37:21.1025947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\metrics.h 2025-01-24T01:37:21.1029314Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\multi_wait.h 2025-01-24T01:37:21.1032940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\permutation_util.h 2025-01-24T01:37:21.1036421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape.h 2025-01-24T01:37:21.1039842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\shape_inference.h 2025-01-24T01:37:21.1044078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor.h 2025-01-24T01:37:21.1046946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_impl.h 2025-01-24T01:37:21.1050856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\tensor_util.h 2025-01-24T01:37:21.1055247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\thread_pool.h 2025-01-24T01:37:21.1058144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\trie.h 2025-01-24T01:37:21.1061666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\unique.h 2025-01-24T01:37:21.1065030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\util.h 2025-01-24T01:37:21.1077868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h 2025-01-24T01:37:21.1084699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h 2025-01-24T01:37:21.1089090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\core\ops\utils.h 2025-01-24T01:37:21.1096639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\python\python_util.h 2025-01-24T01:37:21.1104004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\config.h 2025-01-24T01:37:21.1108025Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h 2025-01-24T01:37:21.1112022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h 2025-01-24T01:37:21.1115489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h 2025-01-24T01:37:21.1126293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h 2025-01-24T01:37:21.1129924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h 2025-01-24T01:37:21.1134563Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h 2025-01-24T01:37:21.1137622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h 2025-01-24T01:37:21.1141945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node.h 2025-01-24T01:37:21.1146040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h 2025-01-24T01:37:21.1154600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\back_compat.h 2025-01-24T01:37:21.1158497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\init.h 2025-01-24T01:37:21.1162309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\onnx\onnx.h 2025-01-24T01:37:21.1169830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\api.h 2025-01-24T01:37:21.1174289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\collection.h 2025-01-24T01:37:21.1177348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\combined_traceback.h 2025-01-24T01:37:21.1181027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\containers.h 2025-01-24T01:37:21.1189373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\data_flow.h 2025-01-24T01:37:21.1193026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\events.h 2025-01-24T01:37:21.1197305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_client_interface.h 2025-01-24T01:37:21.1200118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\kineto_shim.h 2025-01-24T01:37:21.1203923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf-inl.h 2025-01-24T01:37:21.1207477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\perf.h 2025-01-24T01:37:21.1211146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\util.h 2025-01-24T01:37:21.1218860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\observer.h 2025-01-24T01:37:21.1222695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\python_tracer.h 2025-01-24T01:37:21.1226117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\orchestration\vulkan.h 2025-01-24T01:37:21.1233477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\combined_traceback.h 2025-01-24T01:37:21.1237303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\init.h 2025-01-24T01:37:21.1240556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\python\pybind.h 2025-01-24T01:37:21.1248635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h 2025-01-24T01:37:21.1252190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\itt_observer.h 2025-01-24T01:37:21.1255969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h 2025-01-24T01:37:21.1264220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h 2025-01-24T01:37:21.1273040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\stubs\base.h 2025-01-24T01:37:21.1280471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\action.h 2025-01-24T01:37:21.1284177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\communicate.h 2025-01-24T01:37:21.1288354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\debug_info.h 2025-01-24T01:37:21.1291802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h 2025-01-24T01:37:21.1299826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h 2025-01-24T01:37:21.1303300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h 2025-01-24T01:37:21.1307274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h 2025-01-24T01:37:21.1310761Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\fde.h 2025-01-24T01:37:21.1314270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\lexer.h 2025-01-24T01:37:21.1320655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\line_number_program.h 2025-01-24T01:37:21.1321746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\mem_file.h 2025-01-24T01:37:21.1326554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\range_table.h 2025-01-24T01:37:21.1329449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\sections.h 2025-01-24T01:37:21.1333574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind.h 2025-01-24T01:37:21.1338251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwinder.h 2025-01-24T01:37:21.1340776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\profiler\unwind\unwind_error.h 2025-01-24T01:37:21.1349542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\tensor\python_tensor.h 2025-01-24T01:37:21.1357804Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\byte_order.h 2025-01-24T01:37:21.1361418Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cpp_stacktraces.h 2025-01-24T01:37:21.1364998Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\cuda_enabled.h 2025-01-24T01:37:21.1369119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\device_lazy_init.h 2025-01-24T01:37:21.1376937Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\disable_torch_function.h 2025-01-24T01:37:21.1380501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\generated_serialization_types.h 2025-01-24T01:37:21.1384837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\init.h 2025-01-24T01:37:21.1388068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\invalid_arguments.h 2025-01-24T01:37:21.1392005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\nested.h 2025-01-24T01:37:21.1395443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\numpy_stub.h 2025-01-24T01:37:21.1398962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\object_ptr.h 2025-01-24T01:37:21.1402721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\out_types.h 2025-01-24T01:37:21.1406161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pybind.h 2025-01-24T01:37:21.1409666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pycfunction_helpers.h 2025-01-24T01:37:21.1413364Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pyobject_preservation.h 2025-01-24T01:37:21.1416903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\pythoncapi_compat.h 2025-01-24T01:37:21.1420875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_arg_parser.h 2025-01-24T01:37:21.1424625Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_compat.h 2025-01-24T01:37:21.1428240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_dispatch.h 2025-01-24T01:37:21.1431725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_numbers.h 2025-01-24T01:37:21.1439437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_raii.h 2025-01-24T01:37:21.1443082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_scalars.h 2025-01-24T01:37:21.1446632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_strings.h 2025-01-24T01:37:21.1450088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_stub.h 2025-01-24T01:37:21.1453758Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_symnode.h 2025-01-24T01:37:21.1458426Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_torch_function_mode.h 2025-01-24T01:37:21.1463073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\python_tuples.h 2025-01-24T01:37:21.1466126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\schema_info.h 2025-01-24T01:37:21.1469917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\six.h 2025-01-24T01:37:21.1473462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\structseq.h 2025-01-24T01:37:21.1483523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_apply.h 2025-01-24T01:37:21.1487421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_dtypes.h 2025-01-24T01:37:21.1491162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_flatten.h 2025-01-24T01:37:21.1494832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_layouts.h 2025-01-24T01:37:21.1499437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_list.h 2025-01-24T01:37:21.1503126Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_memoryformats.h 2025-01-24T01:37:21.1506691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_new.h 2025-01-24T01:37:21.1510709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_numpy.h 2025-01-24T01:37:21.1535235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_qschemes.h 2025-01-24T01:37:21.1543479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\tensor_types.h 2025-01-24T01:37:21.1547357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark-inl.h 2025-01-24T01:37:21.1551107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\throughput_benchmark.h 2025-01-24T01:37:21.1554383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\torch_dispatch_mode.h 2025-01-24T01:37:21.1557848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\variadic.h 2025-01-24T01:37:21.1561200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\utils\verbose.h 2025-01-24T01:37:21.1570916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Event.h 2025-01-24T01:37:21.1575318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Module.h 2025-01-24T01:37:21.1578130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\include\torch\csrc\xpu\Stream.h 2025-01-24T01:37:21.1595162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\annotations.py 2025-01-24T01:37:21.1598877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\frontend.py 2025-01-24T01:37:21.1602468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\generate_bytecode.py 2025-01-24T01:37:21.1606091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\quantized.py 2025-01-24T01:37:21.1614253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\supported_ops.py 2025-01-24T01:37:21.1618102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\unsupported_tensor_ops.py 2025-01-24T01:37:21.1621612Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_async.py 2025-01-24T01:37:21.1624941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_await.py 2025-01-24T01:37:21.1628439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_builtins.py 2025-01-24T01:37:21.1632614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_check.py 2025-01-24T01:37:21.1635379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_dataclass_impls.py 2025-01-24T01:37:21.1638826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decompositions.py 2025-01-24T01:37:21.1643329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_decomposition_utils.py 2025-01-24T01:37:21.1646454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_freeze.py 2025-01-24T01:37:21.1650072Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_fuser.py 2025-01-24T01:37:21.1653483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_ir_utils.py 2025-01-24T01:37:21.1657147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_logging.py 2025-01-24T01:37:21.1661052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_monkeytype_config.py 2025-01-24T01:37:21.1664379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_pickle.py 2025-01-24T01:37:21.1667971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_recursive.py 2025-01-24T01:37:21.1672354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.py 2025-01-24T01:37:21.1675411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_script.pyi 2025-01-24T01:37:21.1678964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_serialization.py 2025-01-24T01:37:21.1683089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_shape_functions.py 2025-01-24T01:37:21.1691002Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_state.py 2025-01-24T01:37:21.1695057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_trace.py 2025-01-24T01:37:21.1698005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__init__.py 2025-01-24T01:37:21.1705093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__init__.py 2025-01-24T01:37:21.1712352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\mobile\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.1719960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\_property_propagation.py 2025-01-24T01:37:21.1723994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__init__.py 2025-01-24T01:37:21.1730523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\_property_propagation.cpython-39.pyc 2025-01-24T01:37:21.1734970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\_passes\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.1742685Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\annotations.cpython-39.pyc 2025-01-24T01:37:21.1746658Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\frontend.cpython-39.pyc 2025-01-24T01:37:21.1750038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\generate_bytecode.cpython-39.pyc 2025-01-24T01:37:21.1758048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\quantized.cpython-39.pyc 2025-01-24T01:37:21.1761944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\supported_ops.cpython-39.pyc 2025-01-24T01:37:21.1765645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\unsupported_tensor_ops.cpython-39.pyc 2025-01-24T01:37:21.1769681Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_async.cpython-39.pyc 2025-01-24T01:37:21.1772961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_await.cpython-39.pyc 2025-01-24T01:37:21.1776719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_builtins.cpython-39.pyc 2025-01-24T01:37:21.1780330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_check.cpython-39.pyc 2025-01-24T01:37:21.1784215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_dataclass_impls.cpython-39.pyc 2025-01-24T01:37:21.1787893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decompositions.cpython-39.pyc 2025-01-24T01:37:21.1791476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_decomposition_utils.cpython-39.pyc 2025-01-24T01:37:21.1795311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_freeze.cpython-39.pyc 2025-01-24T01:37:21.1799038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_fuser.cpython-39.pyc 2025-01-24T01:37:21.1802634Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_ir_utils.cpython-39.pyc 2025-01-24T01:37:21.1806283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_logging.cpython-39.pyc 2025-01-24T01:37:21.1817046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_monkeytype_config.cpython-39.pyc 2025-01-24T01:37:21.1821035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_pickle.cpython-39.pyc 2025-01-24T01:37:21.1824818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_recursive.cpython-39.pyc 2025-01-24T01:37:21.1828664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_script.cpython-39.pyc 2025-01-24T01:37:21.1832950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_serialization.cpython-39.pyc 2025-01-24T01:37:21.1837101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_shape_functions.cpython-39.pyc 2025-01-24T01:37:21.1841101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_state.cpython-39.pyc 2025-01-24T01:37:21.1845824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\_trace.cpython-39.pyc 2025-01-24T01:37:21.1854638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\jit\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.1863743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.dll 2025-01-24T01:37:21.1868897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\aoti_custom_ops.lib 2025-01-24T01:37:21.1872575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.dll 2025-01-24T01:37:21.1877921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\asmjit.lib 2025-01-24T01:37:21.1881944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.dll 2025-01-24T01:37:21.1891529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\backend_with_compiler.lib 2025-01-24T01:37:21.1895934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.dll 2025-01-24T01:37:21.1905904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\c10.lib 2025-01-24T01:37:21.1912632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\cpuinfo.lib 2025-01-24T01:37:21.1916955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\dnnl.lib 2025-01-24T01:37:21.5135142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.dll 2025-01-24T01:37:21.5163570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fbgemm.lib 2025-01-24T01:37:21.5174236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\fmt.lib 2025-01-24T01:37:21.5183579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.dll 2025-01-24T01:37:21.5188253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\jitbackend_test.lib 2025-01-24T01:37:21.5193341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\kineto.lib 2025-01-24T01:37:21.5298414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf-lite.lib 2025-01-24T01:37:21.5327470Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotobuf.lib 2025-01-24T01:37:21.5516119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\libprotoc.lib 2025-01-24T01:37:21.5711232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\microkernels-prod.lib 2025-01-24T01:37:21.5729368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\pthreadpool.lib 2025-01-24T01:37:21.5735369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.dll 2025-01-24T01:37:21.5739119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\shm.lib 2025-01-24T01:37:21.5742659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\sleef.lib 2025-01-24T01:37:21.5794513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.dll 2025-01-24T01:37:21.5798158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch.lib 2025-01-24T01:37:21.5807075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.dll 2025-01-24T01:37:21.5813850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torchbind_test.lib 2025-01-24T01:37:21.5817665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.dll 2025-01-24T01:37:21.6536407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_cpu.lib 2025-01-24T01:37:21.6681931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_global_deps.dll 2025-01-24T01:37:21.6686928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.dll 2025-01-24T01:37:21.6770344Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\torch_python.lib 2025-01-24T01:37:21.6775746Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\XNNPACK.lib 2025-01-24T01:37:21.6793232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\lib\_C.lib 2025-01-24T01:37:21.6802698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__init__.py 2025-01-24T01:37:21.6810918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\linalg\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.6819284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_docs.py 2025-01-24T01:37:21.6822781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\_ops.py 2025-01-24T01:37:21.6826422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__init__.py 2025-01-24T01:37:21.6833283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\binary.py 2025-01-24T01:37:21.6836662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\core.py 2025-01-24T01:37:21.6839982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\creation.py 2025-01-24T01:37:21.6843349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\passthrough.py 2025-01-24T01:37:21.6846904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\reductions.py 2025-01-24T01:37:21.6856158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\unary.py 2025-01-24T01:37:21.6859488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\_ops_refs.py 2025-01-24T01:37:21.6863098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__init__.py 2025-01-24T01:37:21.6870343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\binary.cpython-39.pyc 2025-01-24T01:37:21.6873938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\core.cpython-39.pyc 2025-01-24T01:37:21.6877462Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\creation.cpython-39.pyc 2025-01-24T01:37:21.6886672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\passthrough.cpython-39.pyc 2025-01-24T01:37:21.6890060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\reductions.cpython-39.pyc 2025-01-24T01:37:21.6893671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\unary.cpython-39.pyc 2025-01-24T01:37:21.6897271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\_ops_refs.cpython-39.pyc 2025-01-24T01:37:21.6900837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\maskedtensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.6912674Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_docs.cpython-39.pyc 2025-01-24T01:37:21.6917300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\_ops.cpython-39.pyc 2025-01-24T01:37:21.6921332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\masked\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.6933654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__init__.py 2025-01-24T01:37:21.6940560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\monitor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.6947793Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\event.py 2025-01-24T01:37:21.6951152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\profiler.py 2025-01-24T01:37:21.6954434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__init__.py 2025-01-24T01:37:21.6968502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\event.cpython-39.pyc 2025-01-24T01:37:21.6972472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\profiler.cpython-39.pyc 2025-01-24T01:37:21.6976495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mps\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.6988577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\memory.py 2025-01-24T01:37:21.6992290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\_utils.py 2025-01-24T01:37:21.6995745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__init__.py 2025-01-24T01:37:21.7002789Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\memory.cpython-39.pyc 2025-01-24T01:37:21.7006249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:21.7009727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\mtia\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7021346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\pool.py 2025-01-24T01:37:21.7024811Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\queue.py 2025-01-24T01:37:21.7028196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\reductions.py 2025-01-24T01:37:21.7031630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\spawn.py 2025-01-24T01:37:21.7034943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\_atfork.py 2025-01-24T01:37:21.7043078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__init__.py 2025-01-24T01:37:21.7050183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\pool.cpython-39.pyc 2025-01-24T01:37:21.7053779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\queue.cpython-39.pyc 2025-01-24T01:37:21.7057421Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\reductions.cpython-39.pyc 2025-01-24T01:37:21.7064611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\spawn.cpython-39.pyc 2025-01-24T01:37:21.7068653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\_atfork.cpython-39.pyc 2025-01-24T01:37:21.7072192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\multiprocessing\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7080388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__init__.py 2025-01-24T01:37:21.7087130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_int.py 2025-01-24T01:37:21.7090718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\nested_tensor.py 2025-01-24T01:37:21.7094673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\ops.py 2025-01-24T01:37:21.7098530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\sdpa.py 2025-01-24T01:37:21.7107189Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__init__.py 2025-01-24T01:37:21.7113648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_int.cpython-39.pyc 2025-01-24T01:37:21.7118056Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\nested_tensor.cpython-39.pyc 2025-01-24T01:37:21.7121600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\ops.cpython-39.pyc 2025-01-24T01:37:21.7129406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\sdpa.cpython-39.pyc 2025-01-24T01:37:21.7133013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\_internal\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7140999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nested\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7150127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\common_types.py 2025-01-24T01:37:21.7153680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\cpp.py 2025-01-24T01:37:21.7157042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.py 2025-01-24T01:37:21.7162506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\functional.pyi 2025-01-24T01:37:21.7171854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\grad.py 2025-01-24T01:37:21.7175362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\init.py 2025-01-24T01:37:21.7178960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.py 2025-01-24T01:37:21.7182448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parameter.pyi 2025-01-24T01:37:21.7186042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\_reduction.py 2025-01-24T01:37:21.7189476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__init__.py 2025-01-24T01:37:21.7196726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\bias.py 2025-01-24T01:37:21.7201715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\flex_attention.py 2025-01-24T01:37:21.7206164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\_utils.py 2025-01-24T01:37:21.7209371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__init__.py 2025-01-24T01:37:21.7220954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\_paged_attention.py 2025-01-24T01:37:21.7224586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__init__.py 2025-01-24T01:37:21.7231655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\_paged_attention.cpython-39.pyc 2025-01-24T01:37:21.7235146Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\experimental\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7242671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\bias.cpython-39.pyc 2025-01-24T01:37:21.7246295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\flex_attention.cpython-39.pyc 2025-01-24T01:37:21.7250013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:21.7258601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\attention\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7265976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\thnn.py 2025-01-24T01:37:21.7269303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__init__.py 2025-01-24T01:37:21.7275203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\thnn.cpython-39.pyc 2025-01-24T01:37:21.7278692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\backends\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7287040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__init__.py 2025-01-24T01:37:21.7294136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\fused.py 2025-01-24T01:37:21.7297357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__init__.py 2025-01-24T01:37:21.7304169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\fused.cpython-39.pyc 2025-01-24T01:37:21.7307953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7316223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__init__.py 2025-01-24T01:37:21.7323087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\conv_fused.py 2025-01-24T01:37:21.7326603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_fused.py 2025-01-24T01:37:21.7330026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\linear_relu.py 2025-01-24T01:37:21.7333593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__init__.py 2025-01-24T01:37:21.7344899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\conv_fused.cpython-39.pyc 2025-01-24T01:37:21.7349339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_fused.cpython-39.pyc 2025-01-24T01:37:21.7352898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\linear_relu.cpython-39.pyc 2025-01-24T01:37:21.7361443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7369503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\qat\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7378158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__init__.py 2025-01-24T01:37:21.7385176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__init__.py 2025-01-24T01:37:21.7391835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py 2025-01-24T01:37:21.7395567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py 2025-01-24T01:37:21.7402401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\linear_relu.cpython-39.pyc 2025-01-24T01:37:21.7421696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7429151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7436784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\bn_relu.py 2025-01-24T01:37:21.7440249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\conv_relu.py 2025-01-24T01:37:21.7443837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\linear_relu.py 2025-01-24T01:37:21.7447193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__init__.py 2025-01-24T01:37:21.7458755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\bn_relu.cpython-39.pyc 2025-01-24T01:37:21.7462257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\conv_relu.cpython-39.pyc 2025-01-24T01:37:21.7465787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\linear_relu.cpython-39.pyc 2025-01-24T01:37:21.7473524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7481415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\quantized\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7493912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\intrinsic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7502719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\activation.py 2025-01-24T01:37:21.7507453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\adaptive.py 2025-01-24T01:37:21.7512090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\batchnorm.py 2025-01-24T01:37:21.7517423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\channelshuffle.py 2025-01-24T01:37:21.7526956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\container.py 2025-01-24T01:37:21.7530912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\conv.py 2025-01-24T01:37:21.7535048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\distance.py 2025-01-24T01:37:21.7539279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\dropout.py 2025-01-24T01:37:21.7542659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\flatten.py 2025-01-24T01:37:21.7546023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\fold.py 2025-01-24T01:37:21.7549448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\instancenorm.py 2025-01-24T01:37:21.7552905Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\lazy.py 2025-01-24T01:37:21.7556157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\linear.py 2025-01-24T01:37:21.7559766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\loss.py 2025-01-24T01:37:21.7564100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\module.py 2025-01-24T01:37:21.7568138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\normalization.py 2025-01-24T01:37:21.7571579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\padding.py 2025-01-24T01:37:21.7575193Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pixelshuffle.py 2025-01-24T01:37:21.7578717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\pooling.py 2025-01-24T01:37:21.7582467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\rnn.py 2025-01-24T01:37:21.7586080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\sparse.py 2025-01-24T01:37:21.7589556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\transformer.py 2025-01-24T01:37:21.7593290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\upsampling.py 2025-01-24T01:37:21.7596659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\utils.py 2025-01-24T01:37:21.7600256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\_functions.py 2025-01-24T01:37:21.7603666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__init__.py 2025-01-24T01:37:21.7611506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\activation.cpython-39.pyc 2025-01-24T01:37:21.7615240Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\adaptive.cpython-39.pyc 2025-01-24T01:37:21.7619148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\batchnorm.cpython-39.pyc 2025-01-24T01:37:21.7626974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\channelshuffle.cpython-39.pyc 2025-01-24T01:37:21.7630511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\container.cpython-39.pyc 2025-01-24T01:37:21.7634615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:21.7638696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\distance.cpython-39.pyc 2025-01-24T01:37:21.7642330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\dropout.cpython-39.pyc 2025-01-24T01:37:21.7645875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\flatten.cpython-39.pyc 2025-01-24T01:37:21.7649316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\fold.cpython-39.pyc 2025-01-24T01:37:21.7652898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\instancenorm.cpython-39.pyc 2025-01-24T01:37:21.7657177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\lazy.cpython-39.pyc 2025-01-24T01:37:21.7660859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:21.7664329Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\loss.cpython-39.pyc 2025-01-24T01:37:21.7669009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\module.cpython-39.pyc 2025-01-24T01:37:21.7673283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\normalization.cpython-39.pyc 2025-01-24T01:37:21.7676721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\padding.cpython-39.pyc 2025-01-24T01:37:21.7684768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pixelshuffle.cpython-39.pyc 2025-01-24T01:37:21.7688052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\pooling.cpython-39.pyc 2025-01-24T01:37:21.7692125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:21.7696249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\sparse.cpython-39.pyc 2025-01-24T01:37:21.7699794Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\transformer.cpython-39.pyc 2025-01-24T01:37:21.7703466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\upsampling.cpython-39.pyc 2025-01-24T01:37:21.7706944Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:21.7710925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\_functions.cpython-39.pyc 2025-01-24T01:37:21.7714367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7727359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\comm.py 2025-01-24T01:37:21.7730851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\data_parallel.py 2025-01-24T01:37:21.7734345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\distributed.py 2025-01-24T01:37:21.7738453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\parallel_apply.py 2025-01-24T01:37:21.7746382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\replicate.py 2025-01-24T01:37:21.7750003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\scatter_gather.py 2025-01-24T01:37:21.7753372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\_functions.py 2025-01-24T01:37:21.7756806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__init__.py 2025-01-24T01:37:21.7764267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\comm.cpython-39.pyc 2025-01-24T01:37:21.7767934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\data_parallel.cpython-39.pyc 2025-01-24T01:37:21.7771561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\distributed.cpython-39.pyc 2025-01-24T01:37:21.7780586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\parallel_apply.cpython-39.pyc 2025-01-24T01:37:21.7784359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\replicate.cpython-39.pyc 2025-01-24T01:37:21.7788127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\scatter_gather.cpython-39.pyc 2025-01-24T01:37:21.7791348Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\_functions.cpython-39.pyc 2025-01-24T01:37:21.7795477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\parallel\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7804231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__init__.py 2025-01-24T01:37:21.7811636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__init__.py 2025-01-24T01:37:21.7818315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\linear.py 2025-01-24T01:37:21.7822290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__init__.py 2025-01-24T01:37:21.7828600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:21.7833345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7840541Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\dynamic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7848179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\conv.py 2025-01-24T01:37:21.7851985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\embedding_ops.py 2025-01-24T01:37:21.7855224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\linear.py 2025-01-24T01:37:21.7875090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__init__.py 2025-01-24T01:37:21.7875699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:21.7876413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-01-24T01:37:21.7879725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:21.7887097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7895083Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\qat\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7903813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__init__.py 2025-01-24T01:37:21.7911222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\activation.py 2025-01-24T01:37:21.7914656Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\rnn.py 2025-01-24T01:37:21.7918440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__init__.py 2025-01-24T01:37:21.7925490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\activation.cpython-39.pyc 2025-01-24T01:37:21.7929512Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:21.7933188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7946488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantizable\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.7956050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\functional.py 2025-01-24T01:37:21.7959116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__init__.py 2025-01-24T01:37:21.7966332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__init__.py 2025-01-24T01:37:21.7972917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\conv.py 2025-01-24T01:37:21.7976287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\linear.py 2025-01-24T01:37:21.7980614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\rnn.py 2025-01-24T01:37:21.7983967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__init__.py 2025-01-24T01:37:21.7990941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:21.7994606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:21.7998109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:21.8006246Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.8014115Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\dynamic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:21.8022127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\activation.py 2025-01-24T01:37:21.8025697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\batchnorm.py 2025-01-24T01:37:21.8029008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\conv.py 2025-01-24T01:37:21.8032304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\dropout.py 2025-01-24T01:37:21.8035627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\embedding_ops.py 2025-01-24T01:37:21.8044570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\functional_modules.py 2025-01-24T01:37:21.8048190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\linear.py 2025-01-24T01:37:21.8051475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\normalization.py 2025-01-24T01:37:21.8055180Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\rnn.py 2025-01-24T01:37:21.8058461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\utils.py 2025-01-24T01:37:21.8061742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__init__.py 2025-01-24T01:37:21.8069224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\activation.cpython-39.pyc 2025-01-24T01:37:21.8072892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\batchnorm.cpython-39.pyc 2025-01-24T01:37:21.8076324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:21.8084165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\dropout.cpython-39.pyc 2025-01-24T01:37:21.8087897Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\embedding_ops.cpython-39.pyc 2025-01-24T01:37:21.8091572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\functional_modules.cpython-39.pyc 2025-01-24T01:37:21.8095417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:21.8099065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\normalization.cpython-39.pyc 2025-01-24T01:37:21.8102570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:21.8106065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:21.8109606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.2346672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__init__.py 2025-01-24T01:37:22.2355346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\conv.py 2025-01-24T01:37:22.2359782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\linear.py 2025-01-24T01:37:22.2395375Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\rnn.py 2025-01-24T01:37:22.2399018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\sparse.py 2025-01-24T01:37:22.2402779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\utils.py 2025-01-24T01:37:22.2406385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__init__.py 2025-01-24T01:37:22.2479579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:22.2483372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\linear.cpython-39.pyc 2025-01-24T01:37:22.2486909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:22.2607930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\sparse.cpython-39.pyc 2025-01-24T01:37:22.2611211Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:22.2615059Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\modules\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.2623733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\_reference\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.2632581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\functional.cpython-39.pyc 2025-01-24T01:37:22.2636116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\quantized\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.2644583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\clip_grad.py 2025-01-24T01:37:22.2649343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\convert_parameters.py 2025-01-24T01:37:22.2652949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\fusion.py 2025-01-24T01:37:22.2656373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\init.py 2025-01-24T01:37:22.2660034Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\memory_format.py 2025-01-24T01:37:22.2779236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrizations.py 2025-01-24T01:37:22.2783225Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\parametrize.py 2025-01-24T01:37:22.2787461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\prune.py 2025-01-24T01:37:22.2791592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\rnn.py 2025-01-24T01:37:22.2795256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\spectral_norm.py 2025-01-24T01:37:22.2799130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\stateless.py 2025-01-24T01:37:22.2802570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\weight_norm.py 2025-01-24T01:37:22.2806021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_deprecation_utils.py 2025-01-24T01:37:22.2810791Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_named_member_accessor.py 2025-01-24T01:37:22.2814468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_per_sample_grad.py 2025-01-24T01:37:22.2818139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__init__.py 2025-01-24T01:37:22.2826075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_expanded_weights.py 2025-01-24T01:37:22.2829695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\conv_utils.py 2025-01-24T01:37:22.2833542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py 2025-01-24T01:37:22.2963425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_impl.py 2025-01-24T01:37:22.2967150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\expanded_weights_utils.py 2025-01-24T01:37:22.2971200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py 2025-01-24T01:37:22.2975620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py 2025-01-24T01:37:22.2980641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py 2025-01-24T01:37:22.2984345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\linear_expanded_weights.py 2025-01-24T01:37:22.2987693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__init__.py 2025-01-24T01:37:22.2995520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_expanded_weights.cpython-39.pyc 2025-01-24T01:37:22.2999398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\conv_utils.cpython-39.pyc 2025-01-24T01:37:22.3003091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\embedding_expanded_weights.cpython-39.pyc 2025-01-24T01:37:22.3121927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_impl.cpython-39.pyc 2025-01-24T01:37:22.3127204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\expanded_weights_utils.cpython-39.pyc 2025-01-24T01:37:22.3129695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\group_norm_expanded_weights.cpython-39.pyc 2025-01-24T01:37:22.3133663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\instance_norm_expanded_weights.cpython-39.pyc 2025-01-24T01:37:22.3139286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\layer_norm_expanded_weights.cpython-39.pyc 2025-01-24T01:37:22.3143158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\linear_expanded_weights.cpython-39.pyc 2025-01-24T01:37:22.3148145Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\_expanded_weights\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.3157892Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\clip_grad.cpython-39.pyc 2025-01-24T01:37:22.3162133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\convert_parameters.cpython-39.pyc 2025-01-24T01:37:22.3166298Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\fusion.cpython-39.pyc 2025-01-24T01:37:22.3303927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\init.cpython-39.pyc 2025-01-24T01:37:22.3308390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\memory_format.cpython-39.pyc 2025-01-24T01:37:22.3312646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrizations.cpython-39.pyc 2025-01-24T01:37:22.3316909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\parametrize.cpython-39.pyc 2025-01-24T01:37:22.3321586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\prune.cpython-39.pyc 2025-01-24T01:37:22.3325642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\rnn.cpython-39.pyc 2025-01-24T01:37:22.3329645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\spectral_norm.cpython-39.pyc 2025-01-24T01:37:22.3333289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\stateless.cpython-39.pyc 2025-01-24T01:37:22.3336859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\weight_norm.cpython-39.pyc 2025-01-24T01:37:22.3340586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_deprecation_utils.cpython-39.pyc 2025-01-24T01:37:22.3344501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_named_member_accessor.cpython-39.pyc 2025-01-24T01:37:22.3348609Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\_per_sample_grad.cpython-39.pyc 2025-01-24T01:37:22.3352374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\utils\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.3360972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\common_types.cpython-39.pyc 2025-01-24T01:37:22.3364968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\cpp.cpython-39.pyc 2025-01-24T01:37:22.3369684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\functional.cpython-39.pyc 2025-01-24T01:37:22.3503600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\grad.cpython-39.pyc 2025-01-24T01:37:22.3506904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\init.cpython-39.pyc 2025-01-24T01:37:22.3511802Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\parameter.cpython-39.pyc 2025-01-24T01:37:22.3515446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\_reduction.cpython-39.pyc 2025-01-24T01:37:22.3519874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\nn\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.3528933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\errors.py 2025-01-24T01:37:22.3532545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\operators.py 2025-01-24T01:37:22.3535989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_caffe2.py 2025-01-24T01:37:22.3553142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_helper.py 2025-01-24T01:37:22.3691516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset10.py 2025-01-24T01:37:22.3696164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset11.py 2025-01-24T01:37:22.3700362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset12.py 2025-01-24T01:37:22.3704081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset13.py 2025-01-24T01:37:22.3708911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset14.py 2025-01-24T01:37:22.3712694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset15.py 2025-01-24T01:37:22.3716736Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset16.py 2025-01-24T01:37:22.3720198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset17.py 2025-01-24T01:37:22.3723765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset18.py 2025-01-24T01:37:22.3727303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset19.py 2025-01-24T01:37:22.3731461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset20.py 2025-01-24T01:37:22.3735477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset7.py 2025-01-24T01:37:22.3739365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset8.py 2025-01-24T01:37:22.3743149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\symbolic_opset9.py 2025-01-24T01:37:22.3748322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\utils.py 2025-01-24T01:37:22.3752117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\verification.py 2025-01-24T01:37:22.7444866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_constants.py 2025-01-24T01:37:22.7448102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_deprecation.py 2025-01-24T01:37:22.7451945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_experimental.py 2025-01-24T01:37:22.7455574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_exporter_states.py 2025-01-24T01:37:22.7459141Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_flags.py 2025-01-24T01:37:22.7462581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_globals.py 2025-01-24T01:37:22.7466020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_onnx_supported_ops.py 2025-01-24T01:37:22.7469518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_type_utils.py 2025-01-24T01:37:22.7473266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__init__.py 2025-01-24T01:37:22.7492285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\io_adapter.py 2025-01-24T01:37:22.7496392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\jit_utils.py 2025-01-24T01:37:22.7499796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnxruntime.py 2025-01-24T01:37:22.7513670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\onnx_proto_utils.py 2025-01-24T01:37:22.7517103Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\registration.py 2025-01-24T01:37:22.7520645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_exporter_legacy.py 2025-01-24T01:37:22.7524289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\_lazy_import.py 2025-01-24T01:37:22.7527683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__init__.py 2025-01-24T01:37:22.7535661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\_diagnostic.py 2025-01-24T01:37:22.7540735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\_rules.py 2025-01-24T01:37:22.7545484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__init__.py 2025-01-24T01:37:22.7553410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\context.py 2025-01-24T01:37:22.7557744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\decorator.py 2025-01-24T01:37:22.7561217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\formatter.py 2025-01-24T01:37:22.7564820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\utils.py 2025-01-24T01:37:22.7568226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\_infra.py 2025-01-24T01:37:22.7581411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__init__.py 2025-01-24T01:37:22.7588535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\version.py 2025-01-24T01:37:22.7591610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_address.py 2025-01-24T01:37:22.7595203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py 2025-01-24T01:37:22.7598611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py 2025-01-24T01:37:22.7602075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py 2025-01-24T01:37:22.7614935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py 2025-01-24T01:37:22.7618434Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py 2025-01-24T01:37:22.7621922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py 2025-01-24T01:37:22.7625916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py 2025-01-24T01:37:22.7629458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py 2025-01-24T01:37:22.7633042Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_edge.py 2025-01-24T01:37:22.7636458Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py 2025-01-24T01:37:22.7640134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_exception.py 2025-01-24T01:37:22.7643712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py 2025-01-24T01:37:22.7647516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py 2025-01-24T01:37:22.7651274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py 2025-01-24T01:37:22.7655864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_fix.py 2025-01-24T01:37:22.7658654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_graph.py 2025-01-24T01:37:22.7662132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py 2025-01-24T01:37:22.7665693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py 2025-01-24T01:37:22.7669432Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_location.py 2025-01-24T01:37:22.7682427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py 2025-01-24T01:37:22.7686249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py 2025-01-24T01:37:22.7689912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_message.py 2025-01-24T01:37:22.7693595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py 2025-01-24T01:37:22.7697461Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_node.py 2025-01-24T01:37:22.7701074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_notification.py 2025-01-24T01:37:22.7705242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py 2025-01-24T01:37:22.7709092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py 2025-01-24T01:37:22.7712821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py 2025-01-24T01:37:22.7716782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_region.py 2025-01-24T01:37:22.7729245Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py 2025-01-24T01:37:22.7733022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py 2025-01-24T01:37:22.7736907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py 2025-01-24T01:37:22.7740822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py 2025-01-24T01:37:22.7744502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py 2025-01-24T01:37:22.7748123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_result.py 2025-01-24T01:37:22.7751619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py 2025-01-24T01:37:22.7755138Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_run.py 2025-01-24T01:37:22.7758593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py 2025-01-24T01:37:22.7762241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py 2025-01-24T01:37:22.7776383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py 2025-01-24T01:37:22.7779912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_stack.py 2025-01-24T01:37:22.7783538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py 2025-01-24T01:37:22.7787139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py 2025-01-24T01:37:22.7790633Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py 2025-01-24T01:37:22.7794316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py 2025-01-24T01:37:22.7797879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool.py 2025-01-24T01:37:22.7801726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py 2025-01-24T01:37:22.7805354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py 2025-01-24T01:37:22.7809167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py 2025-01-24T01:37:22.7822365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py 2025-01-24T01:37:22.7825822Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py 2025-01-24T01:37:22.7829399Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py 2025-01-24T01:37:22.7833003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__init__.py 2025-01-24T01:37:22.7842230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\version.cpython-39.pyc 2025-01-24T01:37:22.7846038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_address.cpython-39.pyc 2025-01-24T01:37:22.7850697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact.cpython-39.pyc 2025-01-24T01:37:22.7863908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_change.cpython-39.pyc 2025-01-24T01:37:22.7867648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_content.cpython-39.pyc 2025-01-24T01:37:22.7871316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_artifact_location.cpython-39.pyc 2025-01-24T01:37:22.7875085Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_attachment.cpython-39.pyc 2025-01-24T01:37:22.7878953Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_code_flow.cpython-39.pyc 2025-01-24T01:37:22.7882654Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_configuration_override.cpython-39.pyc 2025-01-24T01:37:22.7886488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_conversion.cpython-39.pyc 2025-01-24T01:37:22.7890199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_edge.cpython-39.pyc 2025-01-24T01:37:22.7894036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_edge_traversal.cpython-39.pyc 2025-01-24T01:37:22.7897689Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_exception.cpython-39.pyc 2025-01-24T01:37:22.7901398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_properties.cpython-39.pyc 2025-01-24T01:37:22.7905479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_property_file_reference.cpython-39.pyc 2025-01-24T01:37:22.7910143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_external_property_file_references.cpython-39.pyc 2025-01-24T01:37:22.7924409Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_fix.cpython-39.pyc 2025-01-24T01:37:22.7928411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_graph.cpython-39.pyc 2025-01-24T01:37:22.7932635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_graph_traversal.cpython-39.pyc 2025-01-24T01:37:22.7936328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_invocation.cpython-39.pyc 2025-01-24T01:37:22.7940091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_location.cpython-39.pyc 2025-01-24T01:37:22.7943757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_location_relationship.cpython-39.pyc 2025-01-24T01:37:22.7947912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_logical_location.cpython-39.pyc 2025-01-24T01:37:22.7951640Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_message.cpython-39.pyc 2025-01-24T01:37:22.7964328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_multiformat_message_string.cpython-39.pyc 2025-01-24T01:37:22.7968373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_node.cpython-39.pyc 2025-01-24T01:37:22.7972273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_notification.cpython-39.pyc 2025-01-24T01:37:22.7975900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_physical_location.cpython-39.pyc 2025-01-24T01:37:22.7979741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_property_bag.cpython-39.pyc 2025-01-24T01:37:22.7983396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_rectangle.cpython-39.pyc 2025-01-24T01:37:22.7987547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_region.cpython-39.pyc 2025-01-24T01:37:22.7991253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_replacement.cpython-39.pyc 2025-01-24T01:37:22.8006060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_configuration.cpython-39.pyc 2025-01-24T01:37:22.8009854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor.cpython-39.pyc 2025-01-24T01:37:22.8013594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor_reference.cpython-39.pyc 2025-01-24T01:37:22.8017748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_reporting_descriptor_relationship.cpython-39.pyc 2025-01-24T01:37:22.8021353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_result.cpython-39.pyc 2025-01-24T01:37:22.8025041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_result_provenance.cpython-39.pyc 2025-01-24T01:37:22.8028725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_run.cpython-39.pyc 2025-01-24T01:37:22.8032581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_run_automation_details.cpython-39.pyc 2025-01-24T01:37:22.8054664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_sarif_log.cpython-39.pyc 2025-01-24T01:37:22.8058444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_special_locations.cpython-39.pyc 2025-01-24T01:37:22.8062205Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_stack.cpython-39.pyc 2025-01-24T01:37:22.8065942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_stack_frame.cpython-39.pyc 2025-01-24T01:37:22.8069650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_suppression.cpython-39.pyc 2025-01-24T01:37:22.8073495Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_thread_flow.cpython-39.pyc 2025-01-24T01:37:22.8077934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_thread_flow_location.cpython-39.pyc 2025-01-24T01:37:22.8081395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool.cpython-39.pyc 2025-01-24T01:37:22.8095186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool_component.cpython-39.pyc 2025-01-24T01:37:22.8098662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_tool_component_reference.cpython-39.pyc 2025-01-24T01:37:22.8102453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_translation_metadata.cpython-39.pyc 2025-01-24T01:37:22.8106331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_version_control_details.cpython-39.pyc 2025-01-24T01:37:22.8110003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_web_request.cpython-39.pyc 2025-01-24T01:37:22.8113622Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\_web_response.cpython-39.pyc 2025-01-24T01:37:22.8117501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\sarif\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8127848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\context.cpython-39.pyc 2025-01-24T01:37:22.8131567Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\decorator.cpython-39.pyc 2025-01-24T01:37:22.8135127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\formatter.cpython-39.pyc 2025-01-24T01:37:22.8148184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:22.8151916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\_infra.cpython-39.pyc 2025-01-24T01:37:22.8155250Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\infra\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8173809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\_diagnostic.cpython-39.pyc 2025-01-24T01:37:22.8177756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\_rules.cpython-39.pyc 2025-01-24T01:37:22.8181386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\diagnostics\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8198570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_analysis.py 2025-01-24T01:37:22.8201891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_building.py 2025-01-24T01:37:22.8205739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_capture_strategies.py 2025-01-24T01:37:22.8209341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_compat.py 2025-01-24T01:37:22.8222026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_core.py 2025-01-24T01:37:22.8225673Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_decomp.py 2025-01-24T01:37:22.8229035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_dispatching.py 2025-01-24T01:37:22.8232519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_errors.py 2025-01-24T01:37:22.8235902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_fx_passes.py 2025-01-24T01:37:22.8239305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_ir_passes.py 2025-01-24T01:37:22.8242718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_isolated.py 2025-01-24T01:37:22.8246123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_onnx_program.py 2025-01-24T01:37:22.8249855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_registration.py 2025-01-24T01:37:22.8253341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_reporting.py 2025-01-24T01:37:22.8256733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_schemas.py 2025-01-24T01:37:22.8260033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_tensors.py 2025-01-24T01:37:22.8263301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_testing.py 2025-01-24T01:37:22.8266695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_verification.py 2025-01-24T01:37:22.8270235Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__init__.py 2025-01-24T01:37:22.8277263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py 2025-01-24T01:37:22.8280919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__init__.py 2025-01-24T01:37:22.8287529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\hop.py 2025-01-24T01:37:22.8290924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py 2025-01-24T01:37:22.8297816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\hop.cpython-39.pyc 2025-01-24T01:37:22.8301490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\ops\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8318454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\_torchlib_registry.cpython-39.pyc 2025-01-24T01:37:22.8322372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\_torchlib\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8331385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_analysis.cpython-39.pyc 2025-01-24T01:37:22.8335147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_building.cpython-39.pyc 2025-01-24T01:37:22.8338536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_capture_strategies.cpython-39.pyc 2025-01-24T01:37:22.8351776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_compat.cpython-39.pyc 2025-01-24T01:37:22.8355232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_core.cpython-39.pyc 2025-01-24T01:37:22.8358976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_decomp.cpython-39.pyc 2025-01-24T01:37:22.8362869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_dispatching.cpython-39.pyc 2025-01-24T01:37:22.8366534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_errors.cpython-39.pyc 2025-01-24T01:37:22.8370110Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_fx_passes.cpython-39.pyc 2025-01-24T01:37:22.8373700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_ir_passes.cpython-39.pyc 2025-01-24T01:37:22.8377212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_isolated.cpython-39.pyc 2025-01-24T01:37:22.8380775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_onnx_program.cpython-39.pyc 2025-01-24T01:37:22.8384636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_registration.cpython-39.pyc 2025-01-24T01:37:22.8388335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_reporting.cpython-39.pyc 2025-01-24T01:37:22.8391821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_schemas.cpython-39.pyc 2025-01-24T01:37:22.8395393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_tensors.cpython-39.pyc 2025-01-24T01:37:22.8399164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_testing.cpython-39.pyc 2025-01-24T01:37:22.8412531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\_verification.cpython-39.pyc 2025-01-24T01:37:22.8416043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\exporter\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8425877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\decomposition_skip.py 2025-01-24T01:37:22.8428667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\decomposition_table.py 2025-01-24T01:37:22.8464700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\diagnostics.py 2025-01-24T01:37:22.8465358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\dynamo_graph_extractor.py 2025-01-24T01:37:22.8466005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\fx_onnx_interpreter.py 2025-01-24T01:37:22.8466682Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py 2025-01-24T01:37:22.8467371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\onnxfunction_dispatcher.py 2025-01-24T01:37:22.8467973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\patcher.py 2025-01-24T01:37:22.8468551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\registration.py 2025-01-24T01:37:22.8472231Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\serialization.py 2025-01-24T01:37:22.8476312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\type_utils.py 2025-01-24T01:37:22.8479283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\_pass.py 2025-01-24T01:37:22.8482871Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__init__.py 2025-01-24T01:37:22.8490835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\unsupported_nodes.py 2025-01-24T01:37:22.8494384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__init__.py 2025-01-24T01:37:22.8501545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__pycache__\unsupported_nodes.cpython-39.pyc 2025-01-24T01:37:22.8505116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\analysis\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8512546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\decomp.py 2025-01-24T01:37:22.8516118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\functionalization.py 2025-01-24T01:37:22.8519544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\modularization.py 2025-01-24T01:37:22.8523220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\readability.py 2025-01-24T01:37:22.8536869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\type_promotion.py 2025-01-24T01:37:22.8540763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\virtualization.py 2025-01-24T01:37:22.8544425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\_utils.py 2025-01-24T01:37:22.8547917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__init__.py 2025-01-24T01:37:22.8554992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\decomp.cpython-39.pyc 2025-01-24T01:37:22.8558629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\functionalization.cpython-39.pyc 2025-01-24T01:37:22.8562186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\modularization.cpython-39.pyc 2025-01-24T01:37:22.8576668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\readability.cpython-39.pyc 2025-01-24T01:37:22.8580479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\type_promotion.cpython-39.pyc 2025-01-24T01:37:22.8592230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\virtualization.cpython-39.pyc 2025-01-24T01:37:22.8630270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:22.8633487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\passes\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8641949Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\decomposition_skip.cpython-39.pyc 2025-01-24T01:37:22.8645419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\decomposition_table.cpython-39.pyc 2025-01-24T01:37:22.8648936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\diagnostics.cpython-39.pyc 2025-01-24T01:37:22.8657946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\dynamo_graph_extractor.cpython-39.pyc 2025-01-24T01:37:22.8661439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\fx_onnx_interpreter.cpython-39.pyc 2025-01-24T01:37:22.8665026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\fx_symbolic_graph_extractor.cpython-39.pyc 2025-01-24T01:37:22.8668729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\onnxfunction_dispatcher.cpython-39.pyc 2025-01-24T01:37:22.8672286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\patcher.cpython-39.pyc 2025-01-24T01:37:22.8675850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\registration.cpython-39.pyc 2025-01-24T01:37:22.8679627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\serialization.cpython-39.pyc 2025-01-24T01:37:22.8683779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\type_utils.cpython-39.pyc 2025-01-24T01:37:22.8687477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\_pass.cpython-39.pyc 2025-01-24T01:37:22.8691014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\fx\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8699885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\io_adapter.cpython-39.pyc 2025-01-24T01:37:22.8704035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-01-24T01:37:22.8707372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnxruntime.cpython-39.pyc 2025-01-24T01:37:22.8721300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\onnx_proto_utils.cpython-39.pyc 2025-01-24T01:37:22.8724705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\registration.cpython-39.pyc 2025-01-24T01:37:22.8728468Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_exporter_legacy.cpython-39.pyc 2025-01-24T01:37:22.8732276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\_lazy_import.cpython-39.pyc 2025-01-24T01:37:22.8735847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\_internal\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8746838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\errors.cpython-39.pyc 2025-01-24T01:37:22.8750595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\operators.cpython-39.pyc 2025-01-24T01:37:22.8754448Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_caffe2.cpython-39.pyc 2025-01-24T01:37:22.8768359Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_helper.cpython-39.pyc 2025-01-24T01:37:22.8772525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset10.cpython-39.pyc 2025-01-24T01:37:22.8776057Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset11.cpython-39.pyc 2025-01-24T01:37:22.8779912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset12.cpython-39.pyc 2025-01-24T01:37:22.8783900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset13.cpython-39.pyc 2025-01-24T01:37:22.8787832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset14.cpython-39.pyc 2025-01-24T01:37:22.8791483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset15.cpython-39.pyc 2025-01-24T01:37:22.8795244Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset16.cpython-39.pyc 2025-01-24T01:37:22.8799737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset17.cpython-39.pyc 2025-01-24T01:37:22.8802914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset18.cpython-39.pyc 2025-01-24T01:37:22.8806574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset19.cpython-39.pyc 2025-01-24T01:37:22.8810514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset20.cpython-39.pyc 2025-01-24T01:37:22.8814265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset7.cpython-39.pyc 2025-01-24T01:37:22.8828055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset8.cpython-39.pyc 2025-01-24T01:37:22.8831755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\symbolic_opset9.cpython-39.pyc 2025-01-24T01:37:22.8836602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:22.8841484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\verification.cpython-39.pyc 2025-01-24T01:37:22.8845726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_constants.cpython-39.pyc 2025-01-24T01:37:22.8849449Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_deprecation.cpython-39.pyc 2025-01-24T01:37:22.8853278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_experimental.cpython-39.pyc 2025-01-24T01:37:22.8856950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_exporter_states.cpython-39.pyc 2025-01-24T01:37:22.8860644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_flags.cpython-39.pyc 2025-01-24T01:37:22.8864325Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_globals.cpython-39.pyc 2025-01-24T01:37:22.8877490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_onnx_supported_ops.cpython-39.pyc 2025-01-24T01:37:22.8881413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\_type_utils.cpython-39.pyc 2025-01-24T01:37:22.8885184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\onnx\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8896086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adadelta.py 2025-01-24T01:37:22.8899229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adagrad.py 2025-01-24T01:37:22.8902637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adam.py 2025-01-24T01:37:22.8906021Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamax.py 2025-01-24T01:37:22.8909478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\adamw.py 2025-01-24T01:37:22.8913376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\asgd.py 2025-01-24T01:37:22.8916830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lbfgs.py 2025-01-24T01:37:22.8938093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\lr_scheduler.py 2025-01-24T01:37:22.8938650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\nadam.py 2025-01-24T01:37:22.8939099Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\optimizer.py 2025-01-24T01:37:22.8942498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\radam.py 2025-01-24T01:37:22.8946215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rmsprop.py 2025-01-24T01:37:22.8949859Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\rprop.py 2025-01-24T01:37:22.8952903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sgd.py 2025-01-24T01:37:22.8956425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\sparse_adam.py 2025-01-24T01:37:22.8959797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\swa_utils.py 2025-01-24T01:37:22.8963592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_adafactor.py 2025-01-24T01:37:22.8966989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_functional.py 2025-01-24T01:37:22.8970525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__init__.py 2025-01-24T01:37:22.8978653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.py 2025-01-24T01:37:22.8982886Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__init__.pyi 2025-01-24T01:37:22.8989894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\_multi_tensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.8997723Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adadelta.cpython-39.pyc 2025-01-24T01:37:22.9001289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adagrad.cpython-39.pyc 2025-01-24T01:37:22.9004781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adam.cpython-39.pyc 2025-01-24T01:37:22.9017970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamax.cpython-39.pyc 2025-01-24T01:37:22.9021614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\adamw.cpython-39.pyc 2025-01-24T01:37:22.9025195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\asgd.cpython-39.pyc 2025-01-24T01:37:22.9028684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lbfgs.cpython-39.pyc 2025-01-24T01:37:22.9032121Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\lr_scheduler.cpython-39.pyc 2025-01-24T01:37:22.9036670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\nadam.cpython-39.pyc 2025-01-24T01:37:22.9040259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\optimizer.cpython-39.pyc 2025-01-24T01:37:22.9044022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\radam.cpython-39.pyc 2025-01-24T01:37:22.9047669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rmsprop.cpython-39.pyc 2025-01-24T01:37:22.9051428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\rprop.cpython-39.pyc 2025-01-24T01:37:22.9054839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sgd.cpython-39.pyc 2025-01-24T01:37:22.9058404Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\sparse_adam.cpython-39.pyc 2025-01-24T01:37:22.9061943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\swa_utils.cpython-39.pyc 2025-01-24T01:37:22.9065664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_adafactor.cpython-39.pyc 2025-01-24T01:37:22.9079574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\_functional.cpython-39.pyc 2025-01-24T01:37:22.9082934Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\optim\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9092140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\file_structure_representation.py 2025-01-24T01:37:22.9095608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\find_file_dependencies.py 2025-01-24T01:37:22.9099182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\glob_group.py 2025-01-24T01:37:22.9113391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\importer.py 2025-01-24T01:37:22.9116527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_exporter.py 2025-01-24T01:37:22.9120751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\package_importer.py 2025-01-24T01:37:22.9124190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_digraph.py 2025-01-24T01:37:22.9127727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_directory_reader.py 2025-01-24T01:37:22.9131666Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_importlib.py 2025-01-24T01:37:22.9135538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mangling.py 2025-01-24T01:37:22.9139087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_mock.py 2025-01-24T01:37:22.9143044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_pickler.py 2025-01-24T01:37:22.9146167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_package_unpickler.py 2025-01-24T01:37:22.9149677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\_stdlib.py 2025-01-24T01:37:22.9153455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__init__.py 2025-01-24T01:37:22.9160777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\find_first_use_of_broken_modules.py 2025-01-24T01:37:22.9164230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\is_from_package.py 2025-01-24T01:37:22.9167707Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\trace_dependencies.py 2025-01-24T01:37:22.9181036Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__init__.py 2025-01-24T01:37:22.9188447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\find_first_use_of_broken_modules.cpython-39.pyc 2025-01-24T01:37:22.9192039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\is_from_package.cpython-39.pyc 2025-01-24T01:37:22.9195680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\trace_dependencies.cpython-39.pyc 2025-01-24T01:37:22.9209456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\analyze\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9217873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\file_structure_representation.cpython-39.pyc 2025-01-24T01:37:22.9221579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\find_file_dependencies.cpython-39.pyc 2025-01-24T01:37:22.9225200Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\glob_group.cpython-39.pyc 2025-01-24T01:37:22.9238277Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\importer.cpython-39.pyc 2025-01-24T01:37:22.9241895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_exporter.cpython-39.pyc 2025-01-24T01:37:22.9245659Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\package_importer.cpython-39.pyc 2025-01-24T01:37:22.9249352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_digraph.cpython-39.pyc 2025-01-24T01:37:22.9252902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_directory_reader.cpython-39.pyc 2025-01-24T01:37:22.9256777Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_importlib.cpython-39.pyc 2025-01-24T01:37:22.9260195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mangling.cpython-39.pyc 2025-01-24T01:37:22.9263744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_mock.cpython-39.pyc 2025-01-24T01:37:22.9267735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_pickler.cpython-39.pyc 2025-01-24T01:37:22.9270936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_package_unpickler.cpython-39.pyc 2025-01-24T01:37:22.9274581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\_stdlib.cpython-39.pyc 2025-01-24T01:37:22.9278185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\package\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9287091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\itt.py 2025-01-24T01:37:22.9291253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\profiler.py 2025-01-24T01:37:22.9294854Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\python_tracer.py 2025-01-24T01:37:22.9298371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_memory_profiler.py 2025-01-24T01:37:22.9302055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_pattern_matcher.py 2025-01-24T01:37:22.9314991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\_utils.py 2025-01-24T01:37:22.9318497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__init__.py 2025-01-24T01:37:22.9325715Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\itt.cpython-39.pyc 2025-01-24T01:37:22.9329346Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\profiler.cpython-39.pyc 2025-01-24T01:37:22.9333174Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\python_tracer.cpython-39.pyc 2025-01-24T01:37:22.9347487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_memory_profiler.cpython-39.pyc 2025-01-24T01:37:22.9350948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_pattern_matcher.cpython-39.pyc 2025-01-24T01:37:22.9354614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:22.9358377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\profiler\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9367533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fake_quantize.py 2025-01-24T01:37:22.9371779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuser_method_mappings.py 2025-01-24T01:37:22.9375389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fuse_modules.py 2025-01-24T01:37:22.9389187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\observer.py 2025-01-24T01:37:22.9392741Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\qconfig.py 2025-01-24T01:37:22.9395957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantization_mappings.py 2025-01-24T01:37:22.9399598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize.py 2025-01-24T01:37:22.9403096Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_fx.py 2025-01-24T01:37:22.9406528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quantize_jit.py 2025-01-24T01:37:22.9410067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\quant_type.py 2025-01-24T01:37:22.9413555Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\stubs.py 2025-01-24T01:37:22.9416881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\utils.py 2025-01-24T01:37:22.9420276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite.py 2025-01-24T01:37:22.9424446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_numeric_suite_fx.py 2025-01-24T01:37:22.9427571Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\_quantized_conversions.py 2025-01-24T01:37:22.9430995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__init__.py 2025-01-24T01:37:22.9438347Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\convert.py 2025-01-24T01:37:22.9442266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fuse.py 2025-01-24T01:37:22.9445614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\fusion_patterns.py 2025-01-24T01:37:22.9448940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\graph_module.py 2025-01-24T01:37:22.9452356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\match_utils.py 2025-01-24T01:37:22.9465070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\pattern_utils.py 2025-01-24T01:37:22.9468450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\prepare.py 2025-01-24T01:37:22.9471860Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_patterns.py 2025-01-24T01:37:22.9475543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\quantization_types.py 2025-01-24T01:37:22.9478861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\utils.py 2025-01-24T01:37:22.9482254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\_equalize.py 2025-01-24T01:37:22.9486274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__init__.py 2025-01-24T01:37:22.9493717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\convert.cpython-39.pyc 2025-01-24T01:37:22.9497270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fuse.cpython-39.pyc 2025-01-24T01:37:22.9501396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\fusion_patterns.cpython-39.pyc 2025-01-24T01:37:22.9515013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\graph_module.cpython-39.pyc 2025-01-24T01:37:22.9518562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\match_utils.cpython-39.pyc 2025-01-24T01:37:22.9522522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\pattern_utils.cpython-39.pyc 2025-01-24T01:37:22.9526006Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\prepare.cpython-39.pyc 2025-01-24T01:37:22.9529574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_patterns.cpython-39.pyc 2025-01-24T01:37:22.9533190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\quantization_types.cpython-39.pyc 2025-01-24T01:37:22.9536587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:22.9540290Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\_equalize.cpython-39.pyc 2025-01-24T01:37:22.9543831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\fx\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9553028Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fake_quantize.cpython-39.pyc 2025-01-24T01:37:22.9556623Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuser_method_mappings.cpython-39.pyc 2025-01-24T01:37:22.9560162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\fuse_modules.cpython-39.pyc 2025-01-24T01:37:22.9573420Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\observer.cpython-39.pyc 2025-01-24T01:37:22.9577133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\qconfig.cpython-39.pyc 2025-01-24T01:37:22.9580692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantization_mappings.cpython-39.pyc 2025-01-24T01:37:22.9584152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize.cpython-39.pyc 2025-01-24T01:37:22.9588412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_fx.cpython-39.pyc 2025-01-24T01:37:22.9592151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quantize_jit.cpython-39.pyc 2025-01-24T01:37:22.9595644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\quant_type.cpython-39.pyc 2025-01-24T01:37:22.9599111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\stubs.cpython-39.pyc 2025-01-24T01:37:22.9602700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:22.9606282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite.cpython-39.pyc 2025-01-24T01:37:22.9609824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_numeric_suite_fx.cpython-39.pyc 2025-01-24T01:37:22.9613790Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\_quantized_conversions.cpython-39.pyc 2025-01-24T01:37:22.9617361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\quantization\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9643784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\ATen\ATenConfig.cmake 2025-01-24T01:37:22.9650869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Config.cmake 2025-01-24T01:37:22.9654514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake 2025-01-24T01:37:22.9658111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Caffe2Targets.cmake 2025-01-24T01:37:22.9671267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake 2025-01-24T01:37:22.9675322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUDSS.cmake 2025-01-24T01:37:22.9678738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake 2025-01-24T01:37:22.9682507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake 2025-01-24T01:37:22.9689876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake 2025-01-24T01:37:22.9693572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake 2025-01-24T01:37:22.9710893Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake 2025-01-24T01:37:22.9714573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake 2025-01-24T01:37:22.9718819Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake 2025-01-24T01:37:22.9733326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake 2025-01-24T01:37:22.9740773Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake 2025-01-24T01:37:22.9744508Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake 2025-01-24T01:37:22.9748478Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake 2025-01-24T01:37:22.9761256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake 2025-01-24T01:37:22.9769150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\cuda.cmake 2025-01-24T01:37:22.9772743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\gflags.cmake 2025-01-24T01:37:22.9776630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\glog.cmake 2025-01-24T01:37:22.9780496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\LoadHIP.cmake 2025-01-24T01:37:22.9794353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkl.cmake 2025-01-24T01:37:22.9799023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\mkldnn.cmake 2025-01-24T01:37:22.9801480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\protobuf.cmake 2025-01-24T01:37:22.9804968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\utils.cmake 2025-01-24T01:37:22.9808428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Caffe2\public\xpu.cmake 2025-01-24T01:37:22.9816320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfig.cmake 2025-01-24T01:37:22.9819833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\share\cmake\Torch\TorchConfigVersion.cmake 2025-01-24T01:37:22.9863869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__init__.py 2025-01-24T01:37:22.9870380Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\windows.py 2025-01-24T01:37:22.9873836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__init__.py 2025-01-24T01:37:22.9880608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\windows.cpython-39.pyc 2025-01-24T01:37:22.9884133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\windows\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9891642Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\signal\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9899255Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\semi_structured.py 2025-01-24T01:37:22.9902863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_conversions.py 2025-01-24T01:37:22.9906304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_semi_structured_ops.py 2025-01-24T01:37:22.9915641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops.py 2025-01-24T01:37:22.9919752Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\_triton_ops_meta.py 2025-01-24T01:37:22.9925940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__init__.py 2025-01-24T01:37:22.9933669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\semi_structured.cpython-39.pyc 2025-01-24T01:37:22.9937460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_conversions.cpython-39.pyc 2025-01-24T01:37:22.9940960Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_semi_structured_ops.cpython-39.pyc 2025-01-24T01:37:22.9954546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops.cpython-39.pyc 2025-01-24T01:37:22.9958293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\_triton_ops_meta.cpython-39.pyc 2025-01-24T01:37:22.9963445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\sparse\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:22.9971519Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__init__.py 2025-01-24T01:37:22.9979693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\special\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.0007638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\apply_utils_test.exe 2025-01-24T01:37:23.0013384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\atest.exe 2025-01-24T01:37:23.0019607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\backend_fallback_test.exe 2025-01-24T01:37:23.0025278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\basic.exe 2025-01-24T01:37:23.0040954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\broadcast_test.exe 2025-01-24T01:37:23.0046323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_accumulate_test.exe 2025-01-24T01:37:23.0051695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ArrayRef_test.exe 2025-01-24T01:37:23.0056596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bfloat16_test.exe 2025-01-24T01:37:23.0061719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Bitset_test.exe 2025-01-24T01:37:23.0067047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_bit_cast_test.exe 2025-01-24T01:37:23.0073195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_CompileTimeFunctionPointer_test.exe 2025-01-24T01:37:23.0078440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_math_test.exe 2025-01-24T01:37:23.0084456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_complex_test.exe 2025-01-24T01:37:23.0089283Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ConstexprCrc_test.exe 2025-01-24T01:37:23.0094262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_cow_test.exe 2025-01-24T01:37:23.0100003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeadlockDetection_test.exe 2025-01-24T01:37:23.0104902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DeviceGuard_test.exe 2025-01-24T01:37:23.0109876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Device_test.exe 2025-01-24T01:37:23.0125303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_DispatchKeySet_test.exe 2025-01-24T01:37:23.0130766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_error_test.exe 2025-01-24T01:37:23.0135835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_exception_test.exe 2025-01-24T01:37:23.0141089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_flags_test.exe 2025-01-24T01:37:23.0145970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_generic_math_test.exe 2025-01-24T01:37:23.0151182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Half_test.exe 2025-01-24T01:37:23.0156395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineDeviceGuard_test.exe 2025-01-24T01:37:23.0161355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_InlineStreamGuard_test.exe 2025-01-24T01:37:23.0176249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_benchmark.exe 2025-01-24T01:37:23.0181560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_intrusive_ptr_test.exe 2025-01-24T01:37:23.0191704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_irange_test.exe 2025-01-24T01:37:23.0196888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_lazy_test.exe 2025-01-24T01:37:23.0202191Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_LeftRight_test.exe 2025-01-24T01:37:23.0207254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_logging_test.exe 2025-01-24T01:37:23.0213584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Metaprogramming_test.exe 2025-01-24T01:37:23.0218922Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_NetworkFlow_test.exe 2025-01-24T01:37:23.0224170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_optional_test.exe 2025-01-24T01:37:23.0239677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ordered_preserving_dict_test.exe 2025-01-24T01:37:23.0246496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_registry_test.exe 2025-01-24T01:37:23.0251561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Scalar_test.exe 2025-01-24T01:37:23.0256815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SizesAndStrides_test.exe 2025-01-24T01:37:23.0262292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_small_vector_test.exe 2025-01-24T01:37:23.0271257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ssize_test.exe 2025-01-24T01:37:23.0276727Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_StreamGuard_test.exe 2025-01-24T01:37:23.0281931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_util_test.exe 2025-01-24T01:37:23.0287080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_string_view_test.exe 2025-01-24T01:37:23.0310608Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_SymInt_test.exe 2025-01-24T01:37:23.0316001Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_Synchronized_test.exe 2025-01-24T01:37:23.0320985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_tempfile_test.exe 2025-01-24T01:37:23.0326477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_ThreadLocal_test.exe 2025-01-24T01:37:23.0332315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_typeid_test.exe 2025-01-24T01:37:23.0337526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeIndex_test.exe 2025-01-24T01:37:23.0343187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeList_test.exe 2025-01-24T01:37:23.0348540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\c10_TypeTraits_test.exe 2025-01-24T01:37:23.0362702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\CppSignature_test.exe 2025-01-24T01:37:23.0368149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_allocator_test.exe 2025-01-24T01:37:23.0373908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_generator_test.exe 2025-01-24T01:37:23.0379500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_profiling_allocator_test.exe 2025-01-24T01:37:23.0385501Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\cpu_rng_test.exe 2025-01-24T01:37:23.0393155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dict_test.exe 2025-01-24T01:37:23.0399896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\Dimname_test.exe 2025-01-24T01:37:23.0405172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dispatch_key_set_test.exe 2025-01-24T01:37:23.0410826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\dlconvertor_test.exe 2025-01-24T01:37:23.0426163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\extension_backend_test.exe 2025-01-24T01:37:23.0432137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\half_test.exe 2025-01-24T01:37:23.0438130Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\IListRef_test.exe 2025-01-24T01:37:23.0444524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\inline_container_test.exe 2025-01-24T01:37:23.0450292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\ivalue_test.exe 2025-01-24T01:37:23.0458639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\KernelFunction_test.exe 2025-01-24T01:37:23.0465740Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_legacy_test.exe 2025-01-24T01:37:23.0474004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_function_test.exe 2025-01-24T01:37:23.0491515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_legacy_test.exe 2025-01-24T01:37:23.0498919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_lambda_test.exe 2025-01-24T01:37:23.0506446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\kernel_stackbased_test.exe 2025-01-24T01:37:23.0512498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\lazy_tensor_test.exe 2025-01-24T01:37:23.0517940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\legacy_vmap_test.exe 2025-01-24T01:37:23.0525392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\List_test.exe 2025-01-24T01:37:23.0532596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\make_boxed_from_unboxed_functor_test.exe 2025-01-24T01:37:23.0539431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\math_kernel_test.exe 2025-01-24T01:37:23.0545069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\MaybeOwned_test.exe 2025-01-24T01:37:23.0551914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_format_test.exe 2025-01-24T01:37:23.0556916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\memory_overlapping_test.exe 2025-01-24T01:37:23.0562824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\mobile_memory_cleanup.exe 2025-01-24T01:37:23.0568415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\NamedTensor_test.exe 2025-01-24T01:37:23.0573945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\native_test.exe 2025-01-24T01:37:23.0580020Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operators_test.exe 2025-01-24T01:37:23.0585144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\operator_name_test.exe 2025-01-24T01:37:23.0590236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_allowlist_test.exe 2025-01-24T01:37:23.0605546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\op_registration_test.exe 2025-01-24T01:37:23.0618900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\packedtensoraccessor_test.exe 2025-01-24T01:37:23.0624386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\pow_test.exe 2025-01-24T01:37:23.0630465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\quantized_test.exe 2025-01-24T01:37:23.0636054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reduce_ops_test.exe 2025-01-24T01:37:23.0641343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\reportMemoryUsage_test.exe 2025-01-24T01:37:23.0647641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_tensor_test.exe 2025-01-24T01:37:23.0654089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\scalar_test.exe 2025-01-24T01:37:23.0659995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\StorageUtils_test.exe 2025-01-24T01:37:23.0665499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\stride_properties_test.exe 2025-01-24T01:37:23.0670816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\tensor_iterator_test.exe 2025-01-24T01:37:23.0677594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\test_parallel.exe 2025-01-24T01:37:23.0683075Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\thread_init_test.exe 2025-01-24T01:37:23.0687273Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_ptr_test.exe 2025-01-24T01:37:23.0692386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\type_test.exe 2025-01-24T01:37:23.0698031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\undefined_tensor_test.exe 2025-01-24T01:37:23.0703786Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\verify_api_visibility.exe 2025-01-24T01:37:23.0707812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\weakref_test.exe 2025-01-24T01:37:23.0724450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\wrapdim_test.exe 2025-01-24T01:37:23.0730144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\test\xla_tensor_test.exe 2025-01-24T01:37:23.0744544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_comparison.py 2025-01-24T01:37:23.0748553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_creation.py 2025-01-24T01:37:23.0752496Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_utils.py 2025-01-24T01:37:23.0755545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__init__.py 2025-01-24T01:37:23.0774714Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autocast_test_lists.py 2025-01-24T01:37:23.0778300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\autograd_function_db.py 2025-01-24T01:37:23.0781950Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\check_kernel_launches.py 2025-01-24T01:37:23.0794648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_cuda.py 2025-01-24T01:37:23.0798238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_device_type.py 2025-01-24T01:37:23.0802119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_distributed.py 2025-01-24T01:37:23.0806155Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dist_composable.py 2025-01-24T01:37:23.0809954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_dtype.py 2025-01-24T01:37:23.0813539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_fsdp.py 2025-01-24T01:37:23.0817340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_jit.py 2025-01-24T01:37:23.0820990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_methods_invocations.py 2025-01-24T01:37:23.0831332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_mkldnn.py 2025-01-24T01:37:23.0835726Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_modules.py 2025-01-24T01:37:23.0840908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_nn.py 2025-01-24T01:37:23.0845928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_optimizers.py 2025-01-24T01:37:23.0850586Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_pruning.py 2025-01-24T01:37:23.0854396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantization.py 2025-01-24T01:37:23.0858661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_quantized.py 2025-01-24T01:37:23.0880038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_subclass.py 2025-01-24T01:37:23.0884464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\common_utils.py 2025-01-24T01:37:23.0889560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\composite_compliance.py 2025-01-24T01:37:23.0893617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_op_db.py 2025-01-24T01:37:23.0897454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\custom_tensor.py 2025-01-24T01:37:23.0901400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dist_utils.py 2025-01-24T01:37:23.0904955Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\dynamo_test_failures.py 2025-01-24T01:37:23.0908573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module.py 2025-01-24T01:37:23.0912215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module2.py 2025-01-24T01:37:23.0916144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\fake_config_module3.py 2025-01-24T01:37:23.0920037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hop_db.py 2025-01-24T01:37:23.0933841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\hypothesis_utils.py 2025-01-24T01:37:23.0937327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\inductor_utils.py 2025-01-24T01:37:23.0941159Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_metaprogramming_utils.py 2025-01-24T01:37:23.0944775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\jit_utils.py 2025-01-24T01:37:23.0949357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_tensor.py 2025-01-24T01:37:23.0953540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\logging_utils.py 2025-01-24T01:37:23.0957285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\quantization_torch_package_models.py 2025-01-24T01:37:23.0960961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\static_module.py 2025-01-24T01:37:23.0964963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\subclasses.py 2025-01-24T01:37:23.0978016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\torchbind_impls.py 2025-01-24T01:37:23.0981759Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\triton_utils.py 2025-01-24T01:37:23.0985249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\two_tensor.py 2025-01-24T01:37:23.0988930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__init__.py 2025-01-24T01:37:23.0996417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__init__.py 2025-01-24T01:37:23.1003132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\codegen\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1011202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network1.py 2025-01-24T01:37:23.1014488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\network2.py 2025-01-24T01:37:23.1017907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__init__.py 2025-01-24T01:37:23.1024595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network1.cpython-39.pyc 2025-01-24T01:37:23.1028082Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\network2.cpython-39.pyc 2025-01-24T01:37:23.1031540Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\data\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1048710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\checkpoint_utils.py 2025-01-24T01:37:23.1052212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\common_state_dict.py 2025-01-24T01:37:23.1055848Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py 2025-01-24T01:37:23.1069318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_test.py 2025-01-24T01:37:23.1075012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\distributed_utils.py 2025-01-24T01:37:23.1078481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\fake_pg.py 2025-01-24T01:37:23.1081923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\multi_threaded_pg.py 2025-01-24T01:37:23.1085425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc_utils.py 2025-01-24T01:37:23.1088957Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__init__.py 2025-01-24T01:37:23.1095875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__init__.py 2025-01-24T01:37:23.1102221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\remote_module_test.py 2025-01-24T01:37:23.1105720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__init__.py 2025-01-24T01:37:23.1111754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\remote_module_test.cpython-39.pyc 2025-01-24T01:37:23.1115550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\api\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1123127Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\nn\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1132125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_autograd_test.py 2025-01-24T01:37:23.1136177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py 2025-01-24T01:37:23.1139643Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py 2025-01-24T01:37:23.1152573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py 2025-01-24T01:37:23.1156113Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py 2025-01-24T01:37:23.1160158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\rpc_test.py 2025-01-24T01:37:23.1164615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py 2025-01-24T01:37:23.1168022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__init__.py 2025-01-24T01:37:23.1174350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py 2025-01-24T01:37:23.1177966Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py 2025-01-24T01:37:23.1181281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__init__.py 2025-01-24T01:37:23.1198926Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\parameter_server_test.cpython-39.pyc 2025-01-24T01:37:23.1202188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\reinforcement_learning_rpc_test.cpython-39.pyc 2025-01-24T01:37:23.1205665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\examples\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1223939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py 2025-01-24T01:37:23.1227438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test.py 2025-01-24T01:37:23.1231722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py 2025-01-24T01:37:23.1235320Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__init__.py 2025-01-24T01:37:23.1252712Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\dist_autograd_test.cpython-39.pyc 2025-01-24T01:37:23.1256074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test.cpython-39.pyc 2025-01-24T01:37:23.1260899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\rpc_test_faulty.cpython-39.pyc 2025-01-24T01:37:23.1273641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\jit\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1281286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_autograd_test.cpython-39.pyc 2025-01-24T01:37:23.1285412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\dist_optimizer_test.cpython-39.pyc 2025-01-24T01:37:23.1288994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_agent_rpc_test.cpython-39.pyc 2025-01-24T01:37:23.1302718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\faulty_rpc_agent_test_fixture.cpython-39.pyc 2025-01-24T01:37:23.1306679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_agent_test_fixture.cpython-39.pyc 2025-01-24T01:37:23.1310334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\rpc_test.cpython-39.pyc 2025-01-24T01:37:23.1315243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\tensorpipe_rpc_agent_test_fixture.cpython-39.pyc 2025-01-24T01:37:23.1318921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\rpc\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1327365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\test_common.py 2025-01-24T01:37:23.1331017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__init__.py 2025-01-24T01:37:23.1338595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py 2025-01-24T01:37:23.1376698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py 2025-01-24T01:37:23.1380310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py 2025-01-24T01:37:23.1393411Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_ops_common.cpython-39.pyc 2025-01-24T01:37:23.1397259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\_test_st_common.cpython-39.pyc 2025-01-24T01:37:23.1400816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\sharded_tensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1429509Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\test_common.cpython-39.pyc 2025-01-24T01:37:23.1433182Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_shard\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1441338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\common_dtensor.py 2025-01-24T01:37:23.1444785Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__init__.py 2025-01-24T01:37:23.1451663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\common_dtensor.cpython-39.pyc 2025-01-24T01:37:23.1455974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\_tensor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1464384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\checkpoint_utils.cpython-39.pyc 2025-01-24T01:37:23.1468150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\common_state_dict.cpython-39.pyc 2025-01-24T01:37:23.1471776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\ddp_under_dist_autograd_test.cpython-39.pyc 2025-01-24T01:37:23.1485247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_test.cpython-39.pyc 2025-01-24T01:37:23.1490040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\distributed_utils.cpython-39.pyc 2025-01-24T01:37:23.1494012Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\fake_pg.cpython-39.pyc 2025-01-24T01:37:23.1498117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\multi_threaded_pg.cpython-39.pyc 2025-01-24T01:37:23.1501620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\rpc_utils.cpython-39.pyc 2025-01-24T01:37:23.1505086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\distributed\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1513330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\annotated_fn_args.py 2025-01-24T01:37:23.1520262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__init__.py 2025-01-24T01:37:23.1526342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\annotated_fn_args.cpython-39.pyc 2025-01-24T01:37:23.1530693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\generated\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1538514Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\core.py 2025-01-24T01:37:23.1542647Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\refs.py 2025-01-24T01:37:23.1546170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\utils.py 2025-01-24T01:37:23.1549217Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__init__.py 2025-01-24T01:37:23.1555801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\fft.py 2025-01-24T01:37:23.1559233Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\linalg.py 2025-01-24T01:37:23.1563484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\nested.py 2025-01-24T01:37:23.1567093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\signal.py 2025-01-24T01:37:23.1570582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\sparse.py 2025-01-24T01:37:23.1574489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\special.py 2025-01-24T01:37:23.1587282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\_masked.py 2025-01-24T01:37:23.1590908Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__init__.py 2025-01-24T01:37:23.1598186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\fft.cpython-39.pyc 2025-01-24T01:37:23.1601771Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\linalg.cpython-39.pyc 2025-01-24T01:37:23.1605564Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\nested.cpython-39.pyc 2025-01-24T01:37:23.1619402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\signal.cpython-39.pyc 2025-01-24T01:37:23.1622868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\sparse.cpython-39.pyc 2025-01-24T01:37:23.1626901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\special.cpython-39.pyc 2025-01-24T01:37:23.1630450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\_masked.cpython-39.pyc 2025-01-24T01:37:23.1634088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\definitions\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1651203Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\core.cpython-39.pyc 2025-01-24T01:37:23.1655313Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\refs.cpython-39.pyc 2025-01-24T01:37:23.1658870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:23.1672252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\opinfo\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1679768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\aot_autograd.py 2025-01-24T01:37:23.1683197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\autograd_registration.py 2025-01-24T01:37:23.1686629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\fake_tensor.py 2025-01-24T01:37:23.1689976Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\generate_tests.py 2025-01-24T01:37:23.1703104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\make_fx.py 2025-01-24T01:37:23.1706915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__init__.py 2025-01-24T01:37:23.1714546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\aot_autograd.cpython-39.pyc 2025-01-24T01:37:23.1718114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\autograd_registration.cpython-39.pyc 2025-01-24T01:37:23.1721487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\fake_tensor.cpython-39.pyc 2025-01-24T01:37:23.1734855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\generate_tests.cpython-39.pyc 2025-01-24T01:37:23.1738317Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\make_fx.cpython-39.pyc 2025-01-24T01:37:23.1742045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\optests\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1749768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\future_div.py 2025-01-24T01:37:23.1753208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\no_future_div.py 2025-01-24T01:37:23.1756521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__init__.py 2025-01-24T01:37:23.1774018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\future_div.cpython-39.pyc 2025-01-24T01:37:23.1777604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\no_future_div.cpython-39.pyc 2025-01-24T01:37:23.1781408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\test_module\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.1802175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autocast_test_lists.cpython-39.pyc 2025-01-24T01:37:23.1805683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\autograd_function_db.cpython-39.pyc 2025-01-24T01:37:23.1809904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\check_kernel_launches.cpython-39.pyc 2025-01-24T01:37:23.1822846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_cuda.cpython-39.pyc 2025-01-24T01:37:23.1826433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_device_type.cpython-39.pyc 2025-01-24T01:37:23.1830403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_distributed.cpython-39.pyc 2025-01-24T01:37:23.1834888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dist_composable.cpython-39.pyc 2025-01-24T01:37:23.1838816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_dtype.cpython-39.pyc 2025-01-24T01:37:23.1842154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_fsdp.cpython-39.pyc 2025-01-24T01:37:23.1846167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_jit.cpython-39.pyc 2025-01-24T01:37:23.1850054Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_methods_invocations.cpython-39.pyc 2025-01-24T01:37:23.1857251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_mkldnn.cpython-39.pyc 2025-01-24T01:37:23.1861307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_modules.cpython-39.pyc 2025-01-24T01:37:23.1865624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_nn.cpython-39.pyc 2025-01-24T01:37:23.1869942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_optimizers.cpython-39.pyc 2025-01-24T01:37:23.1874119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_pruning.cpython-39.pyc 2025-01-24T01:37:23.1886662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantization.cpython-39.pyc 2025-01-24T01:37:23.1891177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_quantized.cpython-39.pyc 2025-01-24T01:37:23.1895152Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_subclass.cpython-39.pyc 2025-01-24T01:37:23.1898821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\common_utils.cpython-39.pyc 2025-01-24T01:37:23.1903289Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\composite_compliance.cpython-39.pyc 2025-01-24T01:37:23.1907027Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_op_db.cpython-39.pyc 2025-01-24T01:37:23.1910805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\custom_tensor.cpython-39.pyc 2025-01-24T01:37:23.1914829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dist_utils.cpython-39.pyc 2025-01-24T01:37:23.1918488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\dynamo_test_failures.cpython-39.pyc 2025-01-24T01:37:23.1922601Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module.cpython-39.pyc 2025-01-24T01:37:23.1936361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module2.cpython-39.pyc 2025-01-24T01:37:23.1940109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\fake_config_module3.cpython-39.pyc 2025-01-24T01:37:23.1943619Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hop_db.cpython-39.pyc 2025-01-24T01:37:23.1947284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\hypothesis_utils.cpython-39.pyc 2025-01-24T01:37:23.1959967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\inductor_utils.cpython-39.pyc 2025-01-24T01:37:23.1960962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_metaprogramming_utils.cpython-39.pyc 2025-01-24T01:37:23.1961863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\jit_utils.cpython-39.pyc 2025-01-24T01:37:23.1963732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_tensor.cpython-39.pyc 2025-01-24T01:37:23.1986904Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\logging_utils.cpython-39.pyc 2025-01-24T01:37:23.1990598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\quantization_torch_package_models.cpython-39.pyc 2025-01-24T01:37:23.1994367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\static_module.cpython-39.pyc 2025-01-24T01:37:23.1998242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\subclasses.cpython-39.pyc 2025-01-24T01:37:23.2002218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\torchbind_impls.cpython-39.pyc 2025-01-24T01:37:23.2005927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\triton_utils.cpython-39.pyc 2025-01-24T01:37:23.2009518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\two_tensor.cpython-39.pyc 2025-01-24T01:37:23.2013206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\_internal\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2033593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_comparison.cpython-39.pyc 2025-01-24T01:37:23.2037410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_creation.cpython-39.pyc 2025-01-24T01:37:23.2041352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:23.2054304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\testing\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2062510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backend_registration.py 2025-01-24T01:37:23.2065961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bundled_inputs.py 2025-01-24T01:37:23.2069357Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\checkpoint.py 2025-01-24T01:37:23.2073046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\collect_env.py 2025-01-24T01:37:23.2086088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_backtrace.py 2025-01-24T01:37:23.2089620Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\cpp_extension.py 2025-01-24T01:37:23.2093805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\deterministic.py 2025-01-24T01:37:23.2097498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\dlpack.py 2025-01-24T01:37:23.2100896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\file_baton.py 2025-01-24T01:37:23.2104358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\flop_counter.py 2025-01-24T01:37:23.2108251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hooks.py 2025-01-24T01:37:23.2111341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mkldnn.py 2025-01-24T01:37:23.2115023Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\mobile_optimizer.py 2025-01-24T01:37:23.2118162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_zoo.py 2025-01-24T01:37:23.2122291Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\module_tracker.py 2025-01-24T01:37:23.2125630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\show_pickle.py 2025-01-24T01:37:23.2129031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\throughput_benchmark.py 2025-01-24T01:37:23.2132403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\weak.py 2025-01-24T01:37:23.2135778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_backport_slots.py 2025-01-24T01:37:23.2139136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_module.py 2025-01-24T01:37:23.2142635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_config_typing.pyi 2025-01-24T01:37:23.2156171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_content_store.py 2025-01-24T01:37:23.2160650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_contextlib.py 2025-01-24T01:37:23.2164142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_embed_headers.py 2025-01-24T01:37:23.2167614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cpp_extension_versioner.py 2025-01-24T01:37:23.2171437Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_cxx_pytree.py 2025-01-24T01:37:23.2174941Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_device.py 2025-01-24T01:37:23.2178304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_exposed_in.py 2025-01-24T01:37:23.2181706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_filelock.py 2025-01-24T01:37:23.2185153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_foreach_utils.py 2025-01-24T01:37:23.2188831Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_freeze.py 2025-01-24T01:37:23.2201782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_functools.py 2025-01-24T01:37:23.2205196Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_get_clean_triton.py 2025-01-24T01:37:23.2208610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_import_utils.py 2025-01-24T01:37:23.2213190Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_mode_utils.py 2025-01-24T01:37:23.2215768Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_ordered_set.py 2025-01-24T01:37:23.2219098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_python_dispatch.py 2025-01-24T01:37:23.2222553Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_pytree.py 2025-01-24T01:37:23.2226055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_stats.py 2025-01-24T01:37:23.2229693Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_thunk.py 2025-01-24T01:37:23.2233342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_traceback.py 2025-01-24T01:37:23.2236837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_triton.py 2025-01-24T01:37:23.2240258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_typing_utils.py 2025-01-24T01:37:23.2252533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_zip.py 2025-01-24T01:37:23.2255935Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__init__.py 2025-01-24T01:37:23.2262850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__init__.py 2025-01-24T01:37:23.2269627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\backcompat\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2277650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__init__.py 2025-01-24T01:37:23.2284453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\blas_compare_setup.py 2025-01-24T01:37:23.2287963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\compare.py 2025-01-24T01:37:23.2291368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\fuzzer.py 2025-01-24T01:37:23.2295248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\op_benchmark.py 2025-01-24T01:37:23.2299078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\simple_timeit.py 2025-01-24T01:37:23.2314048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py 2025-01-24T01:37:23.2316376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__init__.py 2025-01-24T01:37:23.2322684Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\blas_compare_setup.cpython-39.pyc 2025-01-24T01:37:23.2326379Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\compare.cpython-39.pyc 2025-01-24T01:37:23.2331175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\fuzzer.cpython-39.pyc 2025-01-24T01:37:23.2343807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\op_benchmark.cpython-39.pyc 2025-01-24T01:37:23.2348052Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\simple_timeit.cpython-39.pyc 2025-01-24T01:37:23.2350888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\spectral_ops_fuzz_test.cpython-39.pyc 2025-01-24T01:37:23.2354779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\examples\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2362476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\binary.py 2025-01-24T01:37:23.2365902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_binary.py 2025-01-24T01:37:23.2369660Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\sparse_unary.py 2025-01-24T01:37:23.2373026Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\spectral.py 2025-01-24T01:37:23.2385865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\unary.py 2025-01-24T01:37:23.2389391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__init__.py 2025-01-24T01:37:23.2396010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\binary.cpython-39.pyc 2025-01-24T01:37:23.2399626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_binary.cpython-39.pyc 2025-01-24T01:37:23.2403197Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\sparse_unary.cpython-39.pyc 2025-01-24T01:37:23.2416165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\spectral.cpython-39.pyc 2025-01-24T01:37:23.2419756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\unary.cpython-39.pyc 2025-01-24T01:37:23.2423945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\op_fuzzers\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2430970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\common.py 2025-01-24T01:37:23.2434826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compare.py 2025-01-24T01:37:23.2437939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\compile.py 2025-01-24T01:37:23.2441339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\cpp_jit.py 2025-01-24T01:37:23.2444572Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\fuzzer.py 2025-01-24T01:37:23.2447991Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\sparse_fuzzer.py 2025-01-24T01:37:23.2461770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timeit_template.cpp 2025-01-24T01:37:23.2465799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\timer.py 2025-01-24T01:37:23.2470417Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\_stubs.py 2025-01-24T01:37:23.2474400Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__init__.py 2025-01-24T01:37:23.2482875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h 2025-01-24T01:37:23.2486881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp 2025-01-24T01:37:23.2490316Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp 2025-01-24T01:37:23.2504232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py 2025-01-24T01:37:23.2508004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h 2025-01-24T01:37:23.2514241Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py 2025-01-24T01:37:23.2520973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\timer_interface.cpython-39.pyc 2025-01-24T01:37:23.2524691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\valgrind_wrapper\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2533212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\common.cpython-39.pyc 2025-01-24T01:37:23.2536720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compare.cpython-39.pyc 2025-01-24T01:37:23.2540363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\compile.cpython-39.pyc 2025-01-24T01:37:23.2553338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\cpp_jit.cpython-39.pyc 2025-01-24T01:37:23.2556845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\fuzzer.cpython-39.pyc 2025-01-24T01:37:23.2560473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\sparse_fuzzer.cpython-39.pyc 2025-01-24T01:37:23.2564236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\timer.cpython-39.pyc 2025-01-24T01:37:23.2567977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\_stubs.cpython-39.pyc 2025-01-24T01:37:23.2571916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\utils\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2589109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\benchmark\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2597209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__init__.py 2025-01-24T01:37:23.2599577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__main__.py 2025-01-24T01:37:23.2606677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.2610603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\bottleneck\__pycache__\__main__.cpython-39.pyc 2025-01-24T01:37:23.2618256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\backward_compatibility.py 2025-01-24T01:37:23.2622882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataloader.py 2025-01-24T01:37:23.2627274Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\dataset.py 2025-01-24T01:37:23.2632522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\distributed.py 2025-01-24T01:37:23.2760680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph.py 2025-01-24T01:37:23.6806279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\graph_settings.py 2025-01-24T01:37:23.6809809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\sampler.py 2025-01-24T01:37:23.6813569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__init__.py 2025-01-24T01:37:23.6821427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.py 2025-01-24T01:37:23.6825090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\datapipe.pyi 2025-01-24T01:37:23.6828837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\gen_pyi.py 2025-01-24T01:37:23.6832502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_decorator.py 2025-01-24T01:37:23.6836140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_hook_iterator.py 2025-01-24T01:37:23.6844602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\_typing.py 2025-01-24T01:37:23.6848444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__init__.py 2025-01-24T01:37:23.6855890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframes.py 2025-01-24T01:37:23.6859891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py 2025-01-24T01:37:23.6863583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\datapipes.py 2025-01-24T01:37:23.6871932Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\structures.py 2025-01-24T01:37:23.6875583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__init__.py 2025-01-24T01:37:23.6883037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframes.cpython-39.pyc 2025-01-24T01:37:23.6886986Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\dataframe_wrapper.cpython-39.pyc 2025-01-24T01:37:23.6890662Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\datapipes.cpython-39.pyc 2025-01-24T01:37:23.6899416Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\structures.cpython-39.pyc 2025-01-24T01:37:23.6905308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\dataframe\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.6911671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\callable.py 2025-01-24T01:37:23.6915606Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combinatorics.py 2025-01-24T01:37:23.6919943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\combining.py 2025-01-24T01:37:23.6924510Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\filelister.py 2025-01-24T01:37:23.6933064Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\fileopener.py 2025-01-24T01:37:23.6936850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\grouping.py 2025-01-24T01:37:23.6940580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\routeddecoder.py 2025-01-24T01:37:23.6944151Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\selecting.py 2025-01-24T01:37:23.6947845Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\sharding.py 2025-01-24T01:37:23.6951363Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\streamreader.py 2025-01-24T01:37:23.6954978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\utils.py 2025-01-24T01:37:23.6958339Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__init__.py 2025-01-24T01:37:23.6966177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\callable.cpython-39.pyc 2025-01-24T01:37:23.6969721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combinatorics.cpython-39.pyc 2025-01-24T01:37:23.6973803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\combining.cpython-39.pyc 2025-01-24T01:37:23.6982076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\filelister.cpython-39.pyc 2025-01-24T01:37:23.6985655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\fileopener.cpython-39.pyc 2025-01-24T01:37:23.6989187Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\grouping.cpython-39.pyc 2025-01-24T01:37:23.6992930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\routeddecoder.cpython-39.pyc 2025-01-24T01:37:23.6996748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\selecting.cpython-39.pyc 2025-01-24T01:37:23.7000338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\sharding.cpython-39.pyc 2025-01-24T01:37:23.7003970Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\streamreader.cpython-39.pyc 2025-01-24T01:37:23.7007550Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:23.7011440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\iter\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7019276Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\callable.py 2025-01-24T01:37:23.7022704Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combinatorics.py 2025-01-24T01:37:23.7026330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\combining.py 2025-01-24T01:37:23.7029798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\grouping.py 2025-01-24T01:37:23.7033100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\utils.py 2025-01-24T01:37:23.7040783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__init__.py 2025-01-24T01:37:23.7047869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\callable.cpython-39.pyc 2025-01-24T01:37:23.7051671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combinatorics.cpython-39.pyc 2025-01-24T01:37:23.7055497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\combining.cpython-39.pyc 2025-01-24T01:37:23.7063624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\grouping.cpython-39.pyc 2025-01-24T01:37:23.7067343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:23.7070730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\map\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7078345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\common.py 2025-01-24T01:37:23.7081521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\decoder.py 2025-01-24T01:37:23.7084661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\snapshot.py 2025-01-24T01:37:23.7087807Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__init__.py 2025-01-24T01:37:23.7094295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\common.cpython-39.pyc 2025-01-24T01:37:23.7097756Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\decoder.cpython-39.pyc 2025-01-24T01:37:23.7101628Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\snapshot.cpython-39.pyc 2025-01-24T01:37:23.7109560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\utils\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7117281Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\datapipe.cpython-39.pyc 2025-01-24T01:37:23.7120830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\gen_pyi.cpython-39.pyc 2025-01-24T01:37:23.7124362Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_decorator.cpython-39.pyc 2025-01-24T01:37:23.7133665Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_hook_iterator.cpython-39.pyc 2025-01-24T01:37:23.7137275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\_typing.cpython-39.pyc 2025-01-24T01:37:23.7140792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\datapipes\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7149122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\collate.py 2025-01-24T01:37:23.7152594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\fetch.py 2025-01-24T01:37:23.7155975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\pin_memory.py 2025-01-24T01:37:23.7159488Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\signal_handling.py 2025-01-24T01:37:23.7163116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\worker.py 2025-01-24T01:37:23.7172424Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__init__.py 2025-01-24T01:37:23.7180894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\collate.cpython-39.pyc 2025-01-24T01:37:23.7185003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\fetch.cpython-39.pyc 2025-01-24T01:37:23.7189331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\pin_memory.cpython-39.pyc 2025-01-24T01:37:23.7198595Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\signal_handling.cpython-39.pyc 2025-01-24T01:37:23.7202915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\worker.cpython-39.pyc 2025-01-24T01:37:23.7207158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\_utils\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7215542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\backward_compatibility.cpython-39.pyc 2025-01-24T01:37:23.7219204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataloader.cpython-39.pyc 2025-01-24T01:37:23.7222834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\dataset.cpython-39.pyc 2025-01-24T01:37:23.7231713Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\distributed.cpython-39.pyc 2025-01-24T01:37:23.7235484Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph.cpython-39.pyc 2025-01-24T01:37:23.7239731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\graph_settings.cpython-39.pyc 2025-01-24T01:37:23.7242878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\sampler.cpython-39.pyc 2025-01-24T01:37:23.7246920Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\data\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7255009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\constants.py 2025-01-24T01:37:23.7258718Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\cuda_to_hip_mappings.py 2025-01-24T01:37:23.7264381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\hipify_python.py 2025-01-24T01:37:23.7268479Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\version.py 2025-01-24T01:37:23.7276575Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__init__.py 2025-01-24T01:37:23.7283698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\constants.cpython-39.pyc 2025-01-24T01:37:23.7287589Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\cuda_to_hip_mappings.cpython-39.pyc 2025-01-24T01:37:23.7292080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\hipify_python.cpython-39.pyc 2025-01-24T01:37:23.7299873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\version.cpython-39.pyc 2025-01-24T01:37:23.7303549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\hipify\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7311323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\log_extract.py 2025-01-24T01:37:23.7314919Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__init__.py 2025-01-24T01:37:23.7321447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\log_extract.cpython-39.pyc 2025-01-24T01:37:23.7325087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\jit\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7332688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\code.js 2025-01-24T01:37:23.7336008Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\htm.mjs 2025-01-24T01:37:23.7339384Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\preact.mjs 2025-01-24T01:37:23.7342703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\skeleton.html 2025-01-24T01:37:23.7346265Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__init__.py 2025-01-24T01:37:23.7354630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__main__.py 2025-01-24T01:37:23.7361680Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7365195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\model_dump\__pycache__\__main__.cpython-39.pyc 2025-01-24T01:37:23.7373030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\config.py 2025-01-24T01:37:23.7376381Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__init__.py 2025-01-24T01:37:23.7384048Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\config.cpython-39.pyc 2025-01-24T01:37:23.7387600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\serialization\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7395117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\summary.py 2025-01-24T01:37:23.7399160Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\writer.py 2025-01-24T01:37:23.7402841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_convert_np.py 2025-01-24T01:37:23.7406335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_embedding.py 2025-01-24T01:37:23.7414661Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_onnx_graph.py 2025-01-24T01:37:23.7418109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_proto_graph.py 2025-01-24T01:37:23.7421788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_pytorch_graph.py 2025-01-24T01:37:23.7425548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\_utils.py 2025-01-24T01:37:23.7428767Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__init__.py 2025-01-24T01:37:23.7436170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\summary.cpython-39.pyc 2025-01-24T01:37:23.7439877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\writer.cpython-39.pyc 2025-01-24T01:37:23.7445212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_convert_np.cpython-39.pyc 2025-01-24T01:37:23.7454262Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_embedding.cpython-39.pyc 2025-01-24T01:37:23.7458060Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_onnx_graph.cpython-39.pyc 2025-01-24T01:37:23.7461805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_proto_graph.cpython-39.pyc 2025-01-24T01:37:23.7465336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_pytorch_graph.cpython-39.pyc 2025-01-24T01:37:23.7468980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:23.7472535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\tensorboard\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7480814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\_cycles.py 2025-01-24T01:37:23.7484201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__init__.py 2025-01-24T01:37:23.7521650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\_cycles.cpython-39.pyc 2025-01-24T01:37:23.7522668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\viz\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7523376Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\cli_function_profiler.py 2025-01-24T01:37:23.7523985Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__init__.py 2025-01-24T01:37:23.7524817Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-01-24T01:37:23.7526995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7534447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\functions.py 2025-01-24T01:37:23.7539053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\interp.py 2025-01-24T01:37:23.7541981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\numbers.py 2025-01-24T01:37:23.7545471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\printers.py 2025-01-24T01:37:23.7549181Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\reference.py 2025-01-24T01:37:23.7557983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\singleton_int.py 2025-01-24T01:37:23.7561410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\solve.py 2025-01-24T01:37:23.7565030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\symbol.py 2025-01-24T01:37:23.7568150Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\value_ranges.py 2025-01-24T01:37:23.7572019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__init__.py 2025-01-24T01:37:23.7578721Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\functions.cpython-39.pyc 2025-01-24T01:37:23.7582459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\interp.cpython-39.pyc 2025-01-24T01:37:23.7586010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\numbers.cpython-39.pyc 2025-01-24T01:37:23.7594902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\printers.cpython-39.pyc 2025-01-24T01:37:23.7598565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\reference.cpython-39.pyc 2025-01-24T01:37:23.7602405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\singleton_int.cpython-39.pyc 2025-01-24T01:37:23.7606428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\solve.cpython-39.pyc 2025-01-24T01:37:23.7609639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\symbol.cpython-39.pyc 2025-01-24T01:37:23.7613303Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\value_ranges.cpython-39.pyc 2025-01-24T01:37:23.7617045Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\_sympy\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7625803Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\backend_registration.cpython-39.pyc 2025-01-24T01:37:23.7629459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\bundled_inputs.cpython-39.pyc 2025-01-24T01:37:23.7633092Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\checkpoint.cpython-39.pyc 2025-01-24T01:37:23.7642327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\collect_env.cpython-39.pyc 2025-01-24T01:37:23.7646081Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_backtrace.cpython-39.pyc 2025-01-24T01:37:23.7649729Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\cpp_extension.cpython-39.pyc 2025-01-24T01:37:23.7654367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\deterministic.cpython-39.pyc 2025-01-24T01:37:23.7658483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\dlpack.cpython-39.pyc 2025-01-24T01:37:23.7662065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\file_baton.cpython-39.pyc 2025-01-24T01:37:23.7665943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\flop_counter.cpython-39.pyc 2025-01-24T01:37:23.7670229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\hooks.cpython-39.pyc 2025-01-24T01:37:23.7673441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mkldnn.cpython-39.pyc 2025-01-24T01:37:23.7676967Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\mobile_optimizer.cpython-39.pyc 2025-01-24T01:37:23.7680386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\model_zoo.cpython-39.pyc 2025-01-24T01:37:23.7683931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\module_tracker.cpython-39.pyc 2025-01-24T01:37:23.7687407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\show_pickle.cpython-39.pyc 2025-01-24T01:37:23.7691382Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\throughput_benchmark.cpython-39.pyc 2025-01-24T01:37:23.7702173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\weak.cpython-39.pyc 2025-01-24T01:37:23.7705663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_backport_slots.cpython-39.pyc 2025-01-24T01:37:23.7709271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_config_module.cpython-39.pyc 2025-01-24T01:37:23.7712875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_content_store.cpython-39.pyc 2025-01-24T01:37:23.7716342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_contextlib.cpython-39.pyc 2025-01-24T01:37:23.7720136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_embed_headers.cpython-39.pyc 2025-01-24T01:37:23.7723775Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cpp_extension_versioner.cpython-39.pyc 2025-01-24T01:37:23.7732798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_cxx_pytree.cpython-39.pyc 2025-01-24T01:37:23.7736971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_device.cpython-39.pyc 2025-01-24T01:37:23.7740883Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_exposed_in.cpython-39.pyc 2025-01-24T01:37:23.7744481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_filelock.cpython-39.pyc 2025-01-24T01:37:23.7748408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_foreach_utils.cpython-39.pyc 2025-01-24T01:37:23.7751696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_freeze.cpython-39.pyc 2025-01-24T01:37:23.7755702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_functools.cpython-39.pyc 2025-01-24T01:37:23.7759120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_get_clean_triton.cpython-39.pyc 2025-01-24T01:37:23.7762600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_import_utils.cpython-39.pyc 2025-01-24T01:37:23.7771122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_mode_utils.cpython-39.pyc 2025-01-24T01:37:23.7774705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_ordered_set.cpython-39.pyc 2025-01-24T01:37:23.7778270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_python_dispatch.cpython-39.pyc 2025-01-24T01:37:23.7782218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_pytree.cpython-39.pyc 2025-01-24T01:37:23.7786226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_stats.cpython-39.pyc 2025-01-24T01:37:23.7791243Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_thunk.cpython-39.pyc 2025-01-24T01:37:23.7794877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_traceback.cpython-39.pyc 2025-01-24T01:37:23.7798615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_triton.cpython-39.pyc 2025-01-24T01:37:23.7807506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_typing_utils.cpython-39.pyc 2025-01-24T01:37:23.7811223Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\_zip.cpython-39.pyc 2025-01-24T01:37:23.7814903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\utils\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7825097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\memory.py 2025-01-24T01:37:23.7828533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\random.py 2025-01-24T01:37:23.7831851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\streams.py 2025-01-24T01:37:23.7835162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_gpu_trace.py 2025-01-24T01:37:23.7839569Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\_utils.py 2025-01-24T01:37:23.7843129Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__init__.py 2025-01-24T01:37:23.7859443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\memory.cpython-39.pyc 2025-01-24T01:37:23.7862719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\random.cpython-39.pyc 2025-01-24T01:37:23.7866173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\streams.cpython-39.pyc 2025-01-24T01:37:23.7878747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_gpu_trace.cpython-39.pyc 2025-01-24T01:37:23.7882476Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:23.7886022Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\xpu\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7893816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__init__.py 2025-01-24T01:37:23.7901184Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_awaits\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.7924881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_aoti.pyi 2025-01-24T01:37:23.7928331Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_autograd.pyi 2025-01-24T01:37:23.7931916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cpu.pyi 2025-01-24T01:37:23.7935275Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cudnn.pyi 2025-01-24T01:37:23.7938739Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_cusparselt.pyi 2025-01-24T01:37:23.7953869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_autograd.pyi 2025-01-24T01:37:23.7957395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_c10d.pyi 2025-01-24T01:37:23.7960940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc.pyi 2025-01-24T01:37:23.7964419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_distributed_rpc_testing.pyi 2025-01-24T01:37:23.7967834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_export.pyi 2025-01-24T01:37:23.7971475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functions.pyi 2025-01-24T01:37:23.7974894Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_functorch.pyi 2025-01-24T01:37:23.7978489Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_instruction_counter.pyi 2025-01-24T01:37:23.7981975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_itt.pyi 2025-01-24T01:37:23.7985270Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy.pyi 2025-01-24T01:37:23.7988766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_lazy_ts_backend.pyi 2025-01-24T01:37:23.7992355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_monitor.pyi 2025-01-24T01:37:23.7995743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nn.pyi 2025-01-24T01:37:23.8000071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_nvtx.pyi 2025-01-24T01:37:23.8003543Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_onnx.pyi 2025-01-24T01:37:23.8007337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_profiler.pyi 2025-01-24T01:37:23.8011074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_VariableFunctions.pyi 2025-01-24T01:37:23.8022878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\_verbose.pyi 2025-01-24T01:37:23.8027961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_C\__init__.pyi 2025-01-24T01:37:23.8044249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\autograd.py 2025-01-24T01:37:23.8047947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\impl.py 2025-01-24T01:37:23.8052307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__init__.py 2025-01-24T01:37:23.8058972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\autograd.cpython-39.pyc 2025-01-24T01:37:23.8063098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\impl.cpython-39.pyc 2025-01-24T01:37:23.8067194Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_custom_op\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8080267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions.py 2025-01-24T01:37:23.8085526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_jvp.py 2025-01-24T01:37:23.8089979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\decompositions_for_rng.py 2025-01-24T01:37:23.8097836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__init__.py 2025-01-24T01:37:23.8105258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions.cpython-39.pyc 2025-01-24T01:37:23.8109529Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_jvp.cpython-39.pyc 2025-01-24T01:37:23.8113195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\decompositions_for_rng.cpython-39.pyc 2025-01-24T01:37:23.8121352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_decomp\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8129710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\python.py 2025-01-24T01:37:23.8133311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__init__.py 2025-01-24T01:37:23.8139370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\python.cpython-39.pyc 2025-01-24T01:37:23.8143095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dispatch\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8151722Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_analysis.py 2025-01-24T01:37:23.8155497Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\bytecode_transformation.py 2025-01-24T01:37:23.8159259Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\cache_size.py 2025-01-24T01:37:23.8167839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\callback.py 2025-01-24T01:37:23.8171336Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\codegen.py 2025-01-24T01:37:23.8175318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\code_context.py 2025-01-24T01:37:23.8178378Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\compiled_autograd.py 2025-01-24T01:37:23.8182125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\comptime.py 2025-01-24T01:37:23.8185319Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\config.py 2025-01-24T01:37:23.8188850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\convert_frame.py 2025-01-24T01:37:23.8193234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\create_parameter_op.py 2025-01-24T01:37:23.8196532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\current_scope_id.py 2025-01-24T01:37:23.8200230Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\debug_utils.py 2025-01-24T01:37:23.8203796Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\decorators.py 2025-01-24T01:37:23.8207408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\device_interface.py 2025-01-24T01:37:23.8210972Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\distributed.py 2025-01-24T01:37:23.8214451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\eval_frame.py 2025-01-24T01:37:23.8218249Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\exc.py 2025-01-24T01:37:23.8222014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\external_utils.py 2025-01-24T01:37:23.8225626Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\funcname_cache.py 2025-01-24T01:37:23.8229227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_deduplication.py 2025-01-24T01:37:23.8237792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\graph_region_tracker.py 2025-01-24T01:37:23.8241254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\guards.py 2025-01-24T01:37:23.8245513Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\hooks.py 2025-01-24T01:37:23.8249330Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\logging.py 2025-01-24T01:37:23.8252931Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\metrics_context.py 2025-01-24T01:37:23.8256679Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\mutation_guard.py 2025-01-24T01:37:23.8260252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\output_graph.py 2025-01-24T01:37:23.8264395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\pgo.py 2025-01-24T01:37:23.8268212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\profiler.py 2025-01-24T01:37:23.8272345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\replay_record.py 2025-01-24T01:37:23.8275878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\resume_execution.py 2025-01-24T01:37:23.8279445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\side_effects.py 2025-01-24T01:37:23.8289254Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\source.py 2025-01-24T01:37:23.8292994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\symbolic_convert.py 2025-01-24T01:37:23.8297630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\tensor_version_op.py 2025-01-24T01:37:23.8301565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\testing.py 2025-01-24T01:37:23.8305030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_case.py 2025-01-24T01:37:23.8308560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\test_minifier_common.py 2025-01-24T01:37:23.8312144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\trace_rules.py 2025-01-24T01:37:23.8316431Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\types.py 2025-01-24T01:37:23.8319783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\utils.py 2025-01-24T01:37:23.8324125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\_trace_wrapped_higher_order_op.py 2025-01-24T01:37:23.8327539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__init__.py 2025-01-24T01:37:23.8335750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\common.py 2025-01-24T01:37:23.8339147Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\cudagraphs.py 2025-01-24T01:37:23.8342525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\debugging.py 2025-01-24T01:37:23.8345999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\distributed.py 2025-01-24T01:37:23.8354080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\inductor.py 2025-01-24T01:37:23.8357371Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\onnxrt.py 2025-01-24T01:37:23.8360872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\registry.py 2025-01-24T01:37:23.8364167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tensorrt.py 2025-01-24T01:37:23.8367428Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\torchxla.py 2025-01-24T01:37:23.8371086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\tvm.py 2025-01-24T01:37:23.8374438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__init__.py 2025-01-24T01:37:23.8381123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\common.cpython-39.pyc 2025-01-24T01:37:23.8384733Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\cudagraphs.cpython-39.pyc 2025-01-24T01:37:23.8388229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\debugging.cpython-39.pyc 2025-01-24T01:37:23.8396524Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\distributed.cpython-39.pyc 2025-01-24T01:37:23.8400074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\inductor.cpython-39.pyc 2025-01-24T01:37:23.8403832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\onnxrt.cpython-39.pyc 2025-01-24T01:37:23.8407570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\registry.cpython-39.pyc 2025-01-24T01:37:23.8411198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tensorrt.cpython-39.pyc 2025-01-24T01:37:23.8414710Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\torchxla.cpython-39.pyc 2025-01-24T01:37:23.8418293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\tvm.cpython-39.pyc 2025-01-24T01:37:23.8421930Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\backends\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8434909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\builtins.py 2025-01-24T01:37:23.8438366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\functools.py 2025-01-24T01:37:23.8441971Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\itertools.py 2025-01-24T01:37:23.8445522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\loader.py 2025-01-24T01:37:23.8453502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\operator.py 2025-01-24T01:37:23.8456795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\os.py 2025-01-24T01:37:23.8460179Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\pytree.py 2025-01-24T01:37:23.8463598Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\sys.py 2025-01-24T01:37:23.8466964Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__init__.py 2025-01-24T01:37:23.8474694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\builtins.cpython-39.pyc 2025-01-24T01:37:23.8478639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\functools.cpython-39.pyc 2025-01-24T01:37:23.8482161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\itertools.cpython-39.pyc 2025-01-24T01:37:23.8489551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\loader.cpython-39.pyc 2025-01-24T01:37:23.8493506Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\operator.cpython-39.pyc 2025-01-24T01:37:23.8497039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\os.cpython-39.pyc 2025-01-24T01:37:23.8500590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\pytree.cpython-39.pyc 2025-01-24T01:37:23.8504816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\sys.cpython-39.pyc 2025-01-24T01:37:23.8509383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\polyfills\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8518453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_aot.py 2025-01-24T01:37:23.8521870Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\after_dynamo.py 2025-01-24T01:37:23.8525414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\aoti.py 2025-01-24T01:37:23.8529071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__init__.py 2025-01-24T01:37:23.8543754Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_aot.cpython-39.pyc 2025-01-24T01:37:23.8548202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\after_dynamo.cpython-39.pyc 2025-01-24T01:37:23.8552353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\aoti.cpython-39.pyc 2025-01-24T01:37:23.8561663Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\repro\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8569846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\base.py 2025-01-24T01:37:23.8573536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builder.py 2025-01-24T01:37:23.8578318Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\builtin.py 2025-01-24T01:37:23.8582139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\constant.py 2025-01-24T01:37:23.8585690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\ctx_manager.py 2025-01-24T01:37:23.8595784Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\dicts.py 2025-01-24T01:37:23.8599691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\distributed.py 2025-01-24T01:37:23.8603124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\functions.py 2025-01-24T01:37:23.8606829Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\higher_order_ops.py 2025-01-24T01:37:23.8611961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\iter.py 2025-01-24T01:37:23.8614605Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lazy.py 2025-01-24T01:37:23.8617778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\lists.py 2025-01-24T01:37:23.8621322Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\misc.py 2025-01-24T01:37:23.8625526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\nn_module.py 2025-01-24T01:37:23.8629433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\optimizer.py 2025-01-24T01:37:23.8633493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\script_object.py 2025-01-24T01:37:23.8637201Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\sdpa.py 2025-01-24T01:37:23.8640750Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\tensor.py 2025-01-24T01:37:23.8644675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch.py 2025-01-24T01:37:23.8648720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\torch_function.py 2025-01-24T01:37:23.8652637Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\user_defined.py 2025-01-24T01:37:23.8656439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__init__.py 2025-01-24T01:37:23.8664463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\base.cpython-39.pyc 2025-01-24T01:37:23.8668117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builder.cpython-39.pyc 2025-01-24T01:37:23.8672261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\builtin.cpython-39.pyc 2025-01-24T01:37:23.8680309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\constant.cpython-39.pyc 2025-01-24T01:37:23.8683923Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\ctx_manager.cpython-39.pyc 2025-01-24T01:37:23.8687744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\dicts.cpython-39.pyc 2025-01-24T01:37:23.8691349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\distributed.cpython-39.pyc 2025-01-24T01:37:23.8695465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\functions.cpython-39.pyc 2025-01-24T01:37:23.8699442Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\higher_order_ops.cpython-39.pyc 2025-01-24T01:37:23.8703849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\iter.cpython-39.pyc 2025-01-24T01:37:23.8707995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lazy.cpython-39.pyc 2025-01-24T01:37:23.8711700Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\lists.cpython-39.pyc 2025-01-24T01:37:23.8716309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\misc.cpython-39.pyc 2025-01-24T01:37:23.8719798Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\nn_module.cpython-39.pyc 2025-01-24T01:37:23.8723696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\optimizer.cpython-39.pyc 2025-01-24T01:37:23.8727474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\script_object.cpython-39.pyc 2025-01-24T01:37:23.8731345Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\sdpa.cpython-39.pyc 2025-01-24T01:37:23.8739528Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\tensor.cpython-39.pyc 2025-01-24T01:37:23.8743312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch.cpython-39.pyc 2025-01-24T01:37:23.8747292Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\torch_function.cpython-39.pyc 2025-01-24T01:37:23.8751094Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\user_defined.cpython-39.pyc 2025-01-24T01:37:23.8754942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\variables\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8764439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_analysis.cpython-39.pyc 2025-01-24T01:37:23.8768307Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\bytecode_transformation.cpython-39.pyc 2025-01-24T01:37:23.8772304Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\cache_size.cpython-39.pyc 2025-01-24T01:37:23.8781154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\callback.cpython-39.pyc 2025-01-24T01:37:23.8784912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\codegen.cpython-39.pyc 2025-01-24T01:37:23.8788520Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\code_context.cpython-39.pyc 2025-01-24T01:37:23.8792242Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\compiled_autograd.cpython-39.pyc 2025-01-24T01:37:23.8796498Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\comptime.cpython-39.pyc 2025-01-24T01:37:23.8800407Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\config.cpython-39.pyc 2025-01-24T01:37:23.8804258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\convert_frame.cpython-39.pyc 2025-01-24T01:37:23.8808792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\create_parameter_op.cpython-39.pyc 2025-01-24T01:37:23.8813111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\current_scope_id.cpython-39.pyc 2025-01-24T01:37:23.8815809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\debug_utils.cpython-39.pyc 2025-01-24T01:37:23.8819657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\decorators.cpython-39.pyc 2025-01-24T01:37:23.8824258Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\device_interface.cpython-39.pyc 2025-01-24T01:37:23.8827587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\distributed.cpython-39.pyc 2025-01-24T01:37:23.8835857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\eval_frame.cpython-39.pyc 2025-01-24T01:37:23.8839530Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\exc.cpython-39.pyc 2025-01-24T01:37:23.8843286Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\external_utils.cpython-39.pyc 2025-01-24T01:37:23.8847078Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\funcname_cache.cpython-39.pyc 2025-01-24T01:37:23.8850776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_deduplication.cpython-39.pyc 2025-01-24T01:37:23.8854549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\graph_region_tracker.cpython-39.pyc 2025-01-24T01:37:23.8858664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\guards.cpython-39.pyc 2025-01-24T01:37:23.8862738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\hooks.cpython-39.pyc 2025-01-24T01:37:23.8866338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\logging.cpython-39.pyc 2025-01-24T01:37:23.8873783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\metrics_context.cpython-39.pyc 2025-01-24T01:37:23.8877635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\mutation_guard.cpython-39.pyc 2025-01-24T01:37:23.8881164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\output_graph.cpython-39.pyc 2025-01-24T01:37:23.8885120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\pgo.cpython-39.pyc 2025-01-24T01:37:23.8889287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\profiler.cpython-39.pyc 2025-01-24T01:37:23.8893013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\replay_record.cpython-39.pyc 2025-01-24T01:37:23.8896730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\resume_execution.cpython-39.pyc 2025-01-24T01:37:23.8901079Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\side_effects.cpython-39.pyc 2025-01-24T01:37:23.8908372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\source.cpython-39.pyc 2025-01-24T01:37:23.8912393Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\symbolic_convert.cpython-39.pyc 2025-01-24T01:37:23.8916836Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\tensor_version_op.cpython-39.pyc 2025-01-24T01:37:23.8920655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\testing.cpython-39.pyc 2025-01-24T01:37:23.8925104Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_case.cpython-39.pyc 2025-01-24T01:37:23.8928884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\test_minifier_common.cpython-39.pyc 2025-01-24T01:37:23.8934097Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\trace_rules.cpython-39.pyc 2025-01-24T01:37:23.8938335Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\types.cpython-39.pyc 2025-01-24T01:37:23.8949678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:23.8954821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\_trace_wrapped_higher_order_op.cpython-39.pyc 2025-01-24T01:37:23.8958880Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_dynamo\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.8969165Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\converter.py 2025-01-24T01:37:23.8973125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\error.py 2025-01-24T01:37:23.8976766Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\non_strict_utils.py 2025-01-24T01:37:23.8981044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_base.py 2025-01-24T01:37:23.8988652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\tools.py 2025-01-24T01:37:23.8992063Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\utils.py 2025-01-24T01:37:23.8996503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\verifier.py 2025-01-24T01:37:23.9000282Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\wrappers.py 2025-01-24T01:37:23.9003592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__init__.py 2025-01-24T01:37:23.9010549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\case.py 2025-01-24T01:37:23.9014018Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\gen_example.py 2025-01-24T01:37:23.9017641Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\logging.py 2025-01-24T01:37:23.9021041Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__init__.py 2025-01-24T01:37:23.9028847Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\assume_constant_result.py 2025-01-24T01:37:23.9032549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\autograd_function.py 2025-01-24T01:37:23.9057487Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\class_method.py 2025-01-24T01:37:23.9064720Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_class_method.py 2025-01-24T01:37:23.9068309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nested_function.py 2025-01-24T01:37:23.9071959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_branch_nonlocal_variables.py 2025-01-24T01:37:23.9075568Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_closed_over_variable.py 2025-01-24T01:37:23.9079111Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_operands.py 2025-01-24T01:37:23.9083091Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\cond_predicate.py 2025-01-24T01:37:23.9086731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_size_example.py 2025-01-24T01:37:23.9090295Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\constrain_as_value_example.py 2025-01-24T01:37:23.9094239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\decorator.py 2025-01-24T01:37:23.9097877Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dictionary.py 2025-01-24T01:37:23.9101549Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_assert.py 2025-01-24T01:37:23.9105100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_constructor.py 2025-01-24T01:37:23.9108669Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_if_guard.py 2025-01-24T01:37:23.9112652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_map.py 2025-01-24T01:37:23.9116263Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_round.py 2025-01-24T01:37:23.9124516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_slicing.py 2025-01-24T01:37:23.9128185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\dynamic_shape_view.py 2025-01-24T01:37:23.9131903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\fn_with_kwargs.py 2025-01-24T01:37:23.9136035Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_contains.py 2025-01-24T01:37:23.9140046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\list_unpack.py 2025-01-24T01:37:23.9143507Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\model_attr_mutation.py 2025-01-24T01:37:23.9147936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\nested_function.py 2025-01-24T01:37:23.9151480Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\null_context_manager.py 2025-01-24T01:37:23.9159107Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\optional_input.py 2025-01-24T01:37:23.9162573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\pytree_flatten.py 2025-01-24T01:37:23.9166161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\scalar_output.py 2025-01-24T01:37:23.9169884Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\specialized_attribute.py 2025-01-24T01:37:23.9173294Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_for_loop.py 2025-01-24T01:37:23.9176738Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\static_if.py 2025-01-24T01:37:23.9180372Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\tensor_setattr.py 2025-01-24T01:37:23.9183958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\type_reflection_method.py 2025-01-24T01:37:23.9187471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\unsupported_operator.py 2025-01-24T01:37:23.9195538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\user_input_mutation.py 2025-01-24T01:37:23.9199149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__init__.py 2025-01-24T01:37:23.9208652Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\assume_constant_result.cpython-39.pyc 2025-01-24T01:37:23.9212459Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\autograd_function.cpython-39.pyc 2025-01-24T01:37:23.9216229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\class_method.cpython-39.pyc 2025-01-24T01:37:23.9224422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_class_method.cpython-39.pyc 2025-01-24T01:37:23.9228216Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nested_function.cpython-39.pyc 2025-01-24T01:37:23.9231881Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_branch_nonlocal_variables.cpython-39.pyc 2025-01-24T01:37:23.9235585Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_closed_over_variable.cpython-39.pyc 2025-01-24T01:37:23.9239412Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_operands.cpython-39.pyc 2025-01-24T01:37:23.9243123Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\cond_predicate.cpython-39.pyc 2025-01-24T01:37:23.9246774Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_size_example.cpython-39.pyc 2025-01-24T01:37:23.9250521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\constrain_as_value_example.cpython-39.pyc 2025-01-24T01:37:23.9254264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\decorator.cpython-39.pyc 2025-01-24T01:37:23.9257927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dictionary.cpython-39.pyc 2025-01-24T01:37:23.9261646Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_assert.cpython-39.pyc 2025-01-24T01:37:23.9265534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_constructor.cpython-39.pyc 2025-01-24T01:37:23.9269813Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_if_guard.cpython-39.pyc 2025-01-24T01:37:23.9278010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_map.cpython-39.pyc 2025-01-24T01:37:23.9281763Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_round.cpython-39.pyc 2025-01-24T01:37:23.9285591Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_slicing.cpython-39.pyc 2025-01-24T01:37:23.9289323Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\dynamic_shape_view.cpython-39.pyc 2025-01-24T01:37:23.9293816Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\fn_with_kwargs.cpython-39.pyc 2025-01-24T01:37:23.9297515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_contains.cpython-39.pyc 2025-01-24T01:37:23.9301310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\list_unpack.cpython-39.pyc 2025-01-24T01:37:23.9309395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\model_attr_mutation.cpython-39.pyc 2025-01-24T01:37:23.9313172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\nested_function.cpython-39.pyc 2025-01-24T01:37:23.9316827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\null_context_manager.cpython-39.pyc 2025-01-24T01:37:23.9320607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\optional_input.cpython-39.pyc 2025-01-24T01:37:23.9324202Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\pytree_flatten.cpython-39.pyc 2025-01-24T01:37:23.9327801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\scalar_output.cpython-39.pyc 2025-01-24T01:37:23.9331467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\specialized_attribute.cpython-39.pyc 2025-01-24T01:37:23.9335044Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_for_loop.cpython-39.pyc 2025-01-24T01:37:23.9347951Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\static_if.cpython-39.pyc 2025-01-24T01:37:23.9351639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\tensor_setattr.cpython-39.pyc 2025-01-24T01:37:23.9355632Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\type_reflection_method.cpython-39.pyc 2025-01-24T01:37:23.9359868Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\unsupported_operator.cpython-39.pyc 2025-01-24T01:37:23.9363560Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\user_input_mutation.cpython-39.pyc 2025-01-24T01:37:23.9368236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\examples\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9383909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\case.cpython-39.pyc 2025-01-24T01:37:23.9387616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\gen_example.cpython-39.pyc 2025-01-24T01:37:23.9391390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\logging.cpython-39.pyc 2025-01-24T01:37:23.9399342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\db\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9407521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py 2025-01-24T01:37:23.9411266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\collect_tracepoints_pass.py 2025-01-24T01:37:23.9414770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\constant_folding.py 2025-01-24T01:37:23.9422356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\functionalize_side_effectful_ops_pass.py 2025-01-24T01:37:23.9426117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\insert_custom_op_guards.py 2025-01-24T01:37:23.9429762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\lift_constants_pass.py 2025-01-24T01:37:23.9433429Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\remove_runtime_assertions.py 2025-01-24T01:37:23.9436899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_autocast_with_hop_pass.py 2025-01-24T01:37:23.9440889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py 2025-01-24T01:37:23.9444349Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_set_grad_with_hop_pass.py 2025-01-24T01:37:23.9448118Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py 2025-01-24T01:37:23.9452248Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\replace_with_hop_pass_util.py 2025-01-24T01:37:23.9455921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\_node_metadata_hook.py 2025-01-24T01:37:23.9459862Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__init__.py 2025-01-24T01:37:23.9467834Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\add_runtime_assertions_for_constraints_pass.cpython-39.pyc 2025-01-24T01:37:23.9471300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\collect_tracepoints_pass.cpython-39.pyc 2025-01-24T01:37:23.9480987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\constant_folding.cpython-39.pyc 2025-01-24T01:37:23.9484709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\functionalize_side_effectful_ops_pass.cpython-39.pyc 2025-01-24T01:37:23.9488326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\insert_custom_op_guards.cpython-39.pyc 2025-01-24T01:37:23.9492134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\lift_constants_pass.cpython-39.pyc 2025-01-24T01:37:23.9495867Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\remove_runtime_assertions.cpython-39.pyc 2025-01-24T01:37:23.9499742Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_autocast_with_hop_pass.cpython-39.pyc 2025-01-24T01:37:23.9504119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_quantized_ops_with_standard_ops_pass.cpython-39.pyc 2025-01-24T01:37:23.9508525Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_set_grad_with_hop_pass.cpython-39.pyc 2025-01-24T01:37:23.9512885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_view_ops_with_view_copy_ops_pass.cpython-39.pyc 2025-01-24T01:37:23.9517818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\replace_with_hop_pass_util.cpython-39.pyc 2025-01-24T01:37:23.9522015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\_node_metadata_hook.cpython-39.pyc 2025-01-24T01:37:23.9526668Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\passes\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9535882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\node_metadata.py 2025-01-24T01:37:23.9539518Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\proxy_value.py 2025-01-24T01:37:23.9543224Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__init__.py 2025-01-24T01:37:23.9555033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\node_metadata.cpython-39.pyc 2025-01-24T01:37:23.9558698Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\proxy_value.cpython-39.pyc 2025-01-24T01:37:23.9562440Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\pass_infra\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9574779Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\aoti_schema.py 2025-01-24T01:37:23.9578264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\dynamic_shapes.py 2025-01-24T01:37:23.9582089Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\export_schema.thrift 2025-01-24T01:37:23.9585439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.py 2025-01-24T01:37:23.9592760Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema.yaml 2025-01-24T01:37:23.9596215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\schema_check.py 2025-01-24T01:37:23.9599711Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\serialize.py 2025-01-24T01:37:23.9604522Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\union.py 2025-01-24T01:37:23.9607987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__init__.py 2025-01-24T01:37:23.9614806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\aoti_schema.cpython-39.pyc 2025-01-24T01:37:23.9618638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\dynamic_shapes.cpython-39.pyc 2025-01-24T01:37:23.9621962Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema.cpython-39.pyc 2025-01-24T01:37:23.9630003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\schema_check.cpython-39.pyc 2025-01-24T01:37:23.9633649Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\serialize.cpython-39.pyc 2025-01-24T01:37:23.9638090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\union.cpython-39.pyc 2025-01-24T01:37:23.9642311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\serde\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9650309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\converter.cpython-39.pyc 2025-01-24T01:37:23.9654309Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\error.cpython-39.pyc 2025-01-24T01:37:23.9658406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\non_strict_utils.cpython-39.pyc 2025-01-24T01:37:23.9666627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\pass_base.cpython-39.pyc 2025-01-24T01:37:23.9670408Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\tools.cpython-39.pyc 2025-01-24T01:37:23.9674105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:23.9677914Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\verifier.cpython-39.pyc 2025-01-24T01:37:23.9681503Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\wrappers.cpython-39.pyc 2025-01-24T01:37:23.9684952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_export\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9693366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\aot_autograd.py 2025-01-24T01:37:23.9697253Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\apis.py 2025-01-24T01:37:23.9700916Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\autograd_function.py 2025-01-24T01:37:23.9704554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\batch_norm_replacement.py 2025-01-24T01:37:23.9713386Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\benchmark_utils.py 2025-01-24T01:37:23.9716839Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compilers.py 2025-01-24T01:37:23.9720414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\compile_utils.py 2025-01-24T01:37:23.9723909Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\config.py 2025-01-24T01:37:23.9727373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\deprecated.py 2025-01-24T01:37:23.9730801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\eager_transforms.py 2025-01-24T01:37:23.9734592Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\functional_call.py 2025-01-24T01:37:23.9738232Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\fx_minifier.py 2025-01-24T01:37:23.9741747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\make_functional.py 2025-01-24T01:37:23.9745238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\partitioners.py 2025-01-24T01:37:23.9749139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pyfunctorch.py 2025-01-24T01:37:23.9752815Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\python_key.py 2025-01-24T01:37:23.9756352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\pytree_hacks.py 2025-01-24T01:37:23.9759968Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\top_operators_github_usage.py 2025-01-24T01:37:23.9763542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\utils.py 2025-01-24T01:37:23.9767222Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\vmap.py 2025-01-24T01:37:23.9770781Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__init__.py 2025-01-24T01:37:23.9783450Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\graph_info_provider.py 2025-01-24T01:37:23.9787438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack.py 2025-01-24T01:37:23.9790841Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py 2025-01-24T01:37:23.9798830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__init__.py 2025-01-24T01:37:23.9806358Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\graph_info_provider.cpython-39.pyc 2025-01-24T01:37:23.9810098Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack.cpython-39.pyc 2025-01-24T01:37:23.9814167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\knapsack_evaluator.cpython-39.pyc 2025-01-24T01:37:23.9821918Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_activation_checkpointing\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9830109Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\autograd_cache.py 2025-01-24T01:37:23.9834005Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\collect_metadata_analysis.py 2025-01-24T01:37:23.9837982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py 2025-01-24T01:37:23.9846481Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\functional_utils.py 2025-01-24T01:37:23.9850192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\input_output_analysis.py 2025-01-24T01:37:23.9854071Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py 2025-01-24T01:37:23.9857942Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\logging_utils.py 2025-01-24T01:37:23.9861630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\runtime_wrappers.py 2025-01-24T01:37:23.9865842Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\schemas.py 2025-01-24T01:37:23.9870188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_parametrization.py 2025-01-24T01:37:23.9873395Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\subclass_utils.py 2025-01-24T01:37:23.9877419Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\traced_function_transforms.py 2025-01-24T01:37:23.9881183Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\utils.py 2025-01-24T01:37:23.9884664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__init__.py 2025-01-24T01:37:23.9892607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\autograd_cache.cpython-39.pyc 2025-01-24T01:37:23.9896377Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\collect_metadata_analysis.cpython-39.pyc 2025-01-24T01:37:23.9899921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\dispatch_and_compile_graph.cpython-39.pyc 2025-01-24T01:37:23.9908471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\functional_utils.cpython-39.pyc 2025-01-24T01:37:23.9912208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\input_output_analysis.cpython-39.pyc 2025-01-24T01:37:23.9915866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\jit_compile_runtime_wrappers.cpython-39.pyc 2025-01-24T01:37:23.9919439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\logging_utils.cpython-39.pyc 2025-01-24T01:37:23.9923050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\runtime_wrappers.cpython-39.pyc 2025-01-24T01:37:23.9927024Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\schemas.cpython-39.pyc 2025-01-24T01:37:23.9932086Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_parametrization.cpython-39.pyc 2025-01-24T01:37:23.9935046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\subclass_utils.cpython-39.pyc 2025-01-24T01:37:23.9938653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\traced_function_transforms.cpython-39.pyc 2025-01-24T01:37:23.9943157Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:23.9946837Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\_aot_autograd\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:23.9956535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\aot_autograd.cpython-39.pyc 2025-01-24T01:37:23.9960869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\apis.cpython-39.pyc 2025-01-24T01:37:23.9964706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\autograd_function.cpython-39.pyc 2025-01-24T01:37:23.9973737Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\batch_norm_replacement.cpython-39.pyc 2025-01-24T01:37:23.9977398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\benchmark_utils.cpython-39.pyc 2025-01-24T01:37:23.9981051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compilers.cpython-39.pyc 2025-01-24T01:37:23.9984588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\compile_utils.cpython-39.pyc 2025-01-24T01:37:23.9988172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\config.cpython-39.pyc 2025-01-24T01:37:23.9992239Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\deprecated.cpython-39.pyc 2025-01-24T01:37:23.9995755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\eager_transforms.cpython-39.pyc 2025-01-24T01:37:24.0007943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\functional_call.cpython-39.pyc 2025-01-24T01:37:24.0008844Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\fx_minifier.cpython-39.pyc 2025-01-24T01:37:24.0009699Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\make_functional.cpython-39.pyc 2025-01-24T01:37:24.0011353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\partitioners.cpython-39.pyc 2025-01-24T01:37:24.0015523Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pyfunctorch.cpython-39.pyc 2025-01-24T01:37:24.0019677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\python_key.cpython-39.pyc 2025-01-24T01:37:24.0028639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\pytree_hacks.cpython-39.pyc 2025-01-24T01:37:24.0032445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\top_operators_github_usage.cpython-39.pyc 2025-01-24T01:37:24.0035938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:24.0039730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\vmap.cpython-39.pyc 2025-01-24T01:37:24.0043447Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_functorch\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0053438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\associative_scan.py 2025-01-24T01:37:24.0057171Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\auto_functionalize.py 2025-01-24T01:37:24.0060827Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\cond.py 2025-01-24T01:37:24.0069614Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\effects.py 2025-01-24T01:37:24.0073017Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\executorch_call_delegate.py 2025-01-24T01:37:24.0076580Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\flex_attention.py 2025-01-24T01:37:24.0080387Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\foreach_map.py 2025-01-24T01:37:24.0083995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\hints_wrap.py 2025-01-24T01:37:24.0087287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\invoke_subgraph.py 2025-01-24T01:37:24.0090974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\map.py 2025-01-24T01:37:24.0094373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\out_dtype.py 2025-01-24T01:37:24.0097806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\prim_hop_base.py 2025-01-24T01:37:24.0101299Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\run_const_graph.py 2025-01-24T01:37:24.0104787Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\scan.py 2025-01-24T01:37:24.0108587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\strict_mode.py 2025-01-24T01:37:24.0112410Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\torchbind.py 2025-01-24T01:37:24.0116093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\triton_kernel_wrap.py 2025-01-24T01:37:24.0132511Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\utils.py 2025-01-24T01:37:24.0133716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\while_loop.py 2025-01-24T01:37:24.0135116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\wrap.py 2025-01-24T01:37:24.0135667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__init__.py 2025-01-24T01:37:24.0149080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\associative_scan.cpython-39.pyc 2025-01-24T01:37:24.0152545Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\auto_functionalize.cpython-39.pyc 2025-01-24T01:37:24.0156226Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\cond.cpython-39.pyc 2025-01-24T01:37:24.0173995Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\effects.cpython-39.pyc 2025-01-24T01:37:24.0174849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\executorch_call_delegate.cpython-39.pyc 2025-01-24T01:37:24.0190849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\flex_attention.cpython-39.pyc 2025-01-24T01:37:24.0194635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\foreach_map.cpython-39.pyc 2025-01-24T01:37:24.0198208Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\hints_wrap.cpython-39.pyc 2025-01-24T01:37:24.0201805Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\invoke_subgraph.cpython-39.pyc 2025-01-24T01:37:24.0205328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\map.cpython-39.pyc 2025-01-24T01:37:24.0208782Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\out_dtype.cpython-39.pyc 2025-01-24T01:37:24.0212705Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\prim_hop_base.cpython-39.pyc 2025-01-24T01:37:24.0216373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\run_const_graph.cpython-39.pyc 2025-01-24T01:37:24.0220010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\scan.cpython-39.pyc 2025-01-24T01:37:24.0223590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\strict_mode.cpython-39.pyc 2025-01-24T01:37:24.0227164Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\torchbind.cpython-39.pyc 2025-01-24T01:37:24.0230891Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\triton_kernel_wrap.cpython-39.pyc 2025-01-24T01:37:24.0239238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:24.0243102Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\while_loop.cpython-39.pyc 2025-01-24T01:37:24.0246840Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\wrap.cpython-39.pyc 2025-01-24T01:37:24.0250105Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_higher_order_ops\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0259280Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\analyze_preserves_zero_mask.py 2025-01-24T01:37:24.0262709Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\aoti_eager.py 2025-01-24T01:37:24.0266293Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\async_compile.py 2025-01-24T01:37:24.0273869Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autotune_process.py 2025-01-24T01:37:24.0277547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\bounds.py 2025-01-24T01:37:24.0280907Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\choices.py 2025-01-24T01:37:24.0284581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codecache.py 2025-01-24T01:37:24.0289040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comms.py 2025-01-24T01:37:24.0292735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_analysis.py 2025-01-24T01:37:24.0296124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\comm_lowering.py 2025-01-24T01:37:24.0299657Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compiler_bisector.py 2025-01-24T01:37:24.0303170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_fx.py 2025-01-24T01:37:24.0307764Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\config.py 2025-01-24T01:37:24.0312013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\constant_folding.py 2025-01-24T01:37:24.0315823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpp_builder.py 2025-01-24T01:37:24.0319588Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cpu_vec_isa.py 2025-01-24T01:37:24.0323132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_trees.py 2025-01-24T01:37:24.0327402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\cudagraph_utils.py 2025-01-24T01:37:24.0331114Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\custom_graph_pass.py 2025-01-24T01:37:24.0334638Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\debug.py 2025-01-24T01:37:24.0338163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\decomposition.py 2025-01-24T01:37:24.0346731Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dependencies.py 2025-01-24T01:37:24.0350830Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\dtype_propagation.py 2025-01-24T01:37:24.0354328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\exc.py 2025-01-24T01:37:24.0357788Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\extern_node_serializer.py 2025-01-24T01:37:24.0361279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\freezing.py 2025-01-24T01:37:24.0364579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fuzzer.py 2025-01-24T01:37:24.0368483Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_utils.py 2025-01-24T01:37:24.0371900Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\graph.py 2025-01-24T01:37:24.0376007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\hooks.py 2025-01-24T01:37:24.0379312Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\index_propagation.py 2025-01-24T01:37:24.0383010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\inductor_prims.py 2025-01-24T01:37:24.0386422Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ir.py 2025-01-24T01:37:24.0391636Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\jagged_lowerings.py 2025-01-24T01:37:24.0399675Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\loop_body.py 2025-01-24T01:37:24.0403337Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\lowering.py 2025-01-24T01:37:24.0408268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\memory.py 2025-01-24T01:37:24.0411895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\metrics.py 2025-01-24T01:37:24.0415694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_ir.py 2025-01-24T01:37:24.0419305Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mkldnn_lowerings.py 2025-01-24T01:37:24.0423396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\mock_cache.py 2025-01-24T01:37:24.0426928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\ops_handler.py 2025-01-24T01:37:24.0430644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\optimize_indexing.py 2025-01-24T01:37:24.0434252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\output_code.py 2025-01-24T01:37:24.0437963Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\pattern_matcher.py 2025-01-24T01:37:24.0446857Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\quantized_lowerings.py 2025-01-24T01:37:24.0450544Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\remote_cache.py 2025-01-24T01:37:24.0454272Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\scheduler.py 2025-01-24T01:37:24.0459602Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\select_algorithm.py 2025-01-24T01:37:24.0464391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\sizevars.py 2025-01-24T01:37:24.0468173Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\subgraph_lowering.py 2025-01-24T01:37:24.0471477Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_case.py 2025-01-24T01:37:24.0475278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\test_operators.py 2025-01-24T01:37:24.0478708Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\triton_bundler.py 2025-01-24T01:37:24.0482474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\utils.py 2025-01-24T01:37:24.0495924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\virtualized.py 2025-01-24T01:37:24.0499928Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\wrapper_benchmark.py 2025-01-24T01:37:24.0503500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__init__.py 2025-01-24T01:37:24.0512639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic.py 2025-01-24T01:37:24.0516257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\autoheuristic_utils.py 2025-01-24T01:37:24.0520220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learnedheuristic_interface.py 2025-01-24T01:37:24.0529402Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\learned_heuristic_controller.py 2025-01-24T01:37:24.0533655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__init__.py 2025-01-24T01:37:24.0541355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py 2025-01-24T01:37:24.0544936Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py 2025-01-24T01:37:24.0548982Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py 2025-01-24T01:37:24.0556690Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py 2025-01-24T01:37:24.0560954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py 2025-01-24T01:37:24.0564474Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__init__.py 2025-01-24T01:37:24.0571236Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMA100.cpython-39.pyc 2025-01-24T01:37:24.0575192Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MixedMMH100.cpython-39.pyc 2025-01-24T01:37:24.0579148Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingA100.cpython-39.pyc 2025-01-24T01:37:24.0586370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_MMRankingH100.cpython-39.pyc 2025-01-24T01:37:24.0589958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\_PadMMA100.cpython-39.pyc 2025-01-24T01:37:24.0593954Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\artifacts\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0601925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic.cpython-39.pyc 2025-01-24T01:37:24.0605443Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\autoheuristic_utils.cpython-39.pyc 2025-01-24T01:37:24.0609185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learnedheuristic_interface.cpython-39.pyc 2025-01-24T01:37:24.0616716Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\learned_heuristic_controller.cpython-39.pyc 2025-01-24T01:37:24.0620237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\autoheuristic\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0628947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_hipify_utils.py 2025-01-24T01:37:24.0632471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\block_analysis.py 2025-01-24T01:37:24.0635882Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\common.py 2025-01-24T01:37:24.0639687Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp.py 2025-01-24T01:37:24.0644373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_bmm_template.py 2025-01-24T01:37:24.0652343Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_flex_attention_template.py 2025-01-24T01:37:24.0656532Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_gemm_template.py 2025-01-24T01:37:24.0660499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_grouped_gemm_template.py 2025-01-24T01:37:24.0663983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_micro_gemm.py 2025-01-24T01:37:24.0667561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_prefix.h 2025-01-24T01:37:24.0671464Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template.py 2025-01-24T01:37:24.0675019Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_template_kernel.py 2025-01-24T01:37:24.0678562Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_utils.py 2025-01-24T01:37:24.0682383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu.py 2025-01-24T01:37:24.0686332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py 2025-01-24T01:37:24.0690070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpp_wrapper_gpu.py 2025-01-24T01:37:24.0693911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cpu_device_op_overrides.py 2025-01-24T01:37:24.0697439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda_combined_scheduling.py 2025-01-24T01:37:24.0700958Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\debug_utils.py 2025-01-24T01:37:24.0708284Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\halide.py 2025-01-24T01:37:24.0712136Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\memory_planning.py 2025-01-24T01:37:24.0715613Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps.py 2025-01-24T01:37:24.0719051Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\mps_device_op_overrides.py 2025-01-24T01:37:24.0722454Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\multi_kernel.py 2025-01-24T01:37:24.0725961Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd.py 2025-01-24T01:37:24.0729906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\simd_kernel_features.py 2025-01-24T01:37:24.0733576Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton.py 2025-01-24T01:37:24.0738047Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_combo_kernel.py 2025-01-24T01:37:24.0742213Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_split_scan.py 2025-01-24T01:37:24.0745527Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\triton_utils.py 2025-01-24T01:37:24.0753237Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\wrapper.py 2025-01-24T01:37:24.0757252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__init__.py 2025-01-24T01:37:24.0763594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\implementation.cpp 2025-01-24T01:37:24.0767120Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\aoti_runtime\interface.cpp 2025-01-24T01:37:24.0774915Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py 2025-01-24T01:37:24.0778444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_env.py 2025-01-24T01:37:24.0782156Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_kernel.py 2025-01-24T01:37:24.0785735Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cuda_template.py 2025-01-24T01:37:24.0794921Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_utils.py 2025-01-24T01:37:24.0798415Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\device_op_overrides.py 2025-01-24T01:37:24.0801924Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\gemm_template.py 2025-01-24T01:37:24.0805745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__init__.py 2025-01-24T01:37:24.0812678Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py 2025-01-24T01:37:24.0816385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py 2025-01-24T01:37:24.0827396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\gemm_operation_extensions.cpython-39.pyc 2025-01-24T01:37:24.0830983Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0838539Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_cpp_scheduling.cpython-39.pyc 2025-01-24T01:37:24.0842769Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_env.cpython-39.pyc 2025-01-24T01:37:24.0846499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_kernel.cpython-39.pyc 2025-01-24T01:37:24.0855504Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cuda_template.cpython-39.pyc 2025-01-24T01:37:24.0859087Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\cutlass_utils.cpython-39.pyc 2025-01-24T01:37:24.0862603Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\device_op_overrides.cpython-39.pyc 2025-01-24T01:37:24.0866116Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\gemm_template.cpython-39.pyc 2025-01-24T01:37:24.0869939Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\cuda\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0877865Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_conv_template.py 2025-01-24T01:37:24.0881929Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_template.py 2025-01-24T01:37:24.0885645Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py 2025-01-24T01:37:24.0894333Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\compile_command.py 2025-01-24T01:37:24.0897851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_benchmark_request.py 2025-01-24T01:37:24.0901355Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py 2025-01-24T01:37:24.0905100Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_kernel.py 2025-01-24T01:37:24.0908467Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template.py 2025-01-24T01:37:24.0911989Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\rocm_template_buffer.py 2025-01-24T01:37:24.0915635Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__init__.py 2025-01-24T01:37:24.0922342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_conv_template.cpython-39.pyc 2025-01-24T01:37:24.0925902Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_template.cpython-39.pyc 2025-01-24T01:37:24.0929683Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\ck_universal_gemm_template.cpython-39.pyc 2025-01-24T01:37:24.0937587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\compile_command.cpython-39.pyc 2025-01-24T01:37:24.0941288Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_benchmark_request.cpython-39.pyc 2025-01-24T01:37:24.0945153Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_cpp_scheduling.cpython-39.pyc 2025-01-24T01:37:24.0948749Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_kernel.cpython-39.pyc 2025-01-24T01:37:24.0952455Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template.cpython-39.pyc 2025-01-24T01:37:24.0956088Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\rocm_template_buffer.cpython-39.pyc 2025-01-24T01:37:24.0959631Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\rocm\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0968207Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\device_op_overrides.py 2025-01-24T01:37:24.0972009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__init__.py 2025-01-24T01:37:24.0978340Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\device_op_overrides.cpython-39.pyc 2025-01-24T01:37:24.0982067Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\xpu\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.0990209Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\aoti_hipify_utils.cpython-39.pyc 2025-01-24T01:37:24.0993821Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\block_analysis.cpython-39.pyc 2025-01-24T01:37:24.0997808Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\common.cpython-39.pyc 2025-01-24T01:37:24.1006783Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp.cpython-39.pyc 2025-01-24T01:37:24.1013013Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_bmm_template.cpython-39.pyc 2025-01-24T01:37:24.1017328Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_flex_attention_template.cpython-39.pyc 2025-01-24T01:37:24.1021702Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_gemm_template.cpython-39.pyc 2025-01-24T01:37:24.1026185Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_grouped_gemm_template.cpython-39.pyc 2025-01-24T01:37:24.1030456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_micro_gemm.cpython-39.pyc 2025-01-24T01:37:24.1034453Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template.cpython-39.pyc 2025-01-24T01:37:24.1039561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_template_kernel.cpython-39.pyc 2025-01-24T01:37:24.1043266Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_utils.cpython-39.pyc 2025-01-24T01:37:24.1047073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu.cpython-39.pyc 2025-01-24T01:37:24.1051367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_cpu_array_ref.cpython-39.pyc 2025-01-24T01:37:24.1055158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpp_wrapper_gpu.cpython-39.pyc 2025-01-24T01:37:24.1059158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cpu_device_op_overrides.cpython-39.pyc 2025-01-24T01:37:24.1069978Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\cuda_combined_scheduling.cpython-39.pyc 2025-01-24T01:37:24.1072980Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\debug_utils.cpython-39.pyc 2025-01-24T01:37:24.1076521Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\halide.cpython-39.pyc 2025-01-24T01:37:24.1080526Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\memory_planning.cpython-39.pyc 2025-01-24T01:37:24.1084832Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps.cpython-39.pyc 2025-01-24T01:37:24.1088009Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\mps_device_op_overrides.cpython-39.pyc 2025-01-24T01:37:24.1092315Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\multi_kernel.cpython-39.pyc 2025-01-24T01:37:24.1095899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd.cpython-39.pyc 2025-01-24T01:37:24.1104037Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\simd_kernel_features.cpython-39.pyc 2025-01-24T01:37:24.1107604Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton.cpython-39.pyc 2025-01-24T01:37:24.1111999Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_combo_kernel.cpython-39.pyc 2025-01-24T01:37:24.1116186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_split_scan.cpython-39.pyc 2025-01-24T01:37:24.1119748Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\triton_utils.cpython-39.pyc 2025-01-24T01:37:24.1123268Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\wrapper.cpython-39.pyc 2025-01-24T01:37:24.1127423Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\codegen\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.1137016Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\subproc_pool.py 2025-01-24T01:37:24.1140471Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\watchdog.py 2025-01-24T01:37:24.1144133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__init__.py 2025-01-24T01:37:24.1146747Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__main__.py 2025-01-24T01:37:24.1158630Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\subproc_pool.cpython-39.pyc 2025-01-24T01:37:24.1162542Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\watchdog.cpython-39.pyc 2025-01-24T01:37:24.1166095Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.1173561Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\compile_worker\__pycache__\__main__.cpython-39.pyc 2025-01-24T01:37:24.1181799Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\b2b_gemm.py 2025-01-24T01:37:24.1185175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\binary_folding.py 2025-01-24T01:37:24.1189073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\ddp_fusion.py 2025-01-24T01:37:24.1192594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\decompose_mem_bound_mm.py 2025-01-24T01:37:24.1201014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\dedupe_symint_uses.py 2025-01-24T01:37:24.1204664Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\efficient_conv_bn_eval.py 2025-01-24T01:37:24.1207969Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\freezing_patterns.py 2025-01-24T01:37:24.1211534Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\fuse_attention.py 2025-01-24T01:37:24.1215287Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\group_batch_fusion.py 2025-01-24T01:37:24.1219188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\joint_graph.py 2025-01-24T01:37:24.1222901Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\micro_pipeline_tp.py 2025-01-24T01:37:24.1226516Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\misc_patterns.py 2025-01-24T01:37:24.1230370Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\mkldnn_fusion.py 2025-01-24T01:37:24.1234112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\numeric_utils.py 2025-01-24T01:37:24.1237581Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pad_mm.py 2025-01-24T01:37:24.1241176Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\post_grad.py 2025-01-24T01:37:24.1244993Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\pre_grad.py 2025-01-24T01:37:24.1248494Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\quantization.py 2025-01-24T01:37:24.1253108Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\reinplace.py 2025-01-24T01:37:24.1256818Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\replace_random.py 2025-01-24T01:37:24.1264826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\split_cat.py 2025-01-24T01:37:24.1269251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__init__.py 2025-01-24T01:37:24.1277670Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py 2025-01-24T01:37:24.1297826Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py 2025-01-24T01:37:24.1301204Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py 2025-01-24T01:37:24.1308701Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py 2025-01-24T01:37:24.1312639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py 2025-01-24T01:37:24.1316396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py 2025-01-24T01:37:24.1320177Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py 2025-01-24T01:37:24.1324117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py 2025-01-24T01:37:24.1327849Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py 2025-01-24T01:37:24.1331695Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py 2025-01-24T01:37:24.1335388Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py 2025-01-24T01:37:24.1339556Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py 2025-01-24T01:37:24.1343406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py 2025-01-24T01:37:24.1347446Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py 2025-01-24T01:37:24.1351133Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py 2025-01-24T01:37:24.1355389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py 2025-01-24T01:37:24.1359398Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py 2025-01-24T01:37:24.1362987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py 2025-01-24T01:37:24.1366872Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py 2025-01-24T01:37:24.1375341Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py 2025-01-24T01:37:24.1379090Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py 2025-01-24T01:37:24.1383033Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py 2025-01-24T01:37:24.1386795Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__init__.py 2025-01-24T01:37:24.1397172Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\addmm_pattern.cpython-39.pyc 2025-01-24T01:37:24.1400724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\bmm_pattern.cpython-39.pyc 2025-01-24T01:37:24.1404401Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\mm_pattern.cpython-39.pyc 2025-01-24T01:37:24.1413624Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_1.cpython-39.pyc 2025-01-24T01:37:24.1417367Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_10.cpython-39.pyc 2025-01-24T01:37:24.1421332Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_11.cpython-39.pyc 2025-01-24T01:37:24.1424946Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_12.cpython-39.pyc 2025-01-24T01:37:24.1428876Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_13.cpython-39.pyc 2025-01-24T01:37:24.1432672Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_14.cpython-39.pyc 2025-01-24T01:37:24.1436334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_15.cpython-39.pyc 2025-01-24T01:37:24.1440137Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_16.cpython-39.pyc 2025-01-24T01:37:24.1444198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_17.cpython-39.pyc 2025-01-24T01:37:24.1448326Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_18.cpython-39.pyc 2025-01-24T01:37:24.1452055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_19.cpython-39.pyc 2025-01-24T01:37:24.1455898Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_2.cpython-39.pyc 2025-01-24T01:37:24.1459548Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_3.cpython-39.pyc 2025-01-24T01:37:24.1468279Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_4.cpython-39.pyc 2025-01-24T01:37:24.1472611Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_5.cpython-39.pyc 2025-01-24T01:37:24.1476271Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_6.cpython-39.pyc 2025-01-24T01:37:24.1480186Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_7.cpython-39.pyc 2025-01-24T01:37:24.1484311Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_8.cpython-39.pyc 2025-01-24T01:37:24.1488040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\_sfdp_pattern_9.cpython-39.pyc 2025-01-24T01:37:24.1491940Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\serialized_patterns\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.1503350Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\b2b_gemm.cpython-39.pyc 2025-01-24T01:37:24.1507269Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\binary_folding.cpython-39.pyc 2025-01-24T01:37:24.1511444Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\ddp_fusion.cpython-39.pyc 2025-01-24T01:37:24.1521361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\decompose_mem_bound_mm.cpython-39.pyc 2025-01-24T01:37:24.1525356Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\dedupe_symint_uses.cpython-39.pyc 2025-01-24T01:37:24.1529206Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\efficient_conv_bn_eval.cpython-39.pyc 2025-01-24T01:37:24.1533068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\freezing_patterns.cpython-39.pyc 2025-01-24T01:37:24.1536757Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\fuse_attention.cpython-39.pyc 2025-01-24T01:37:24.1540475Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\group_batch_fusion.cpython-39.pyc 2025-01-24T01:37:24.1544610Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\joint_graph.cpython-39.pyc 2025-01-24T01:37:24.1548597Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\micro_pipeline_tp.cpython-39.pyc 2025-01-24T01:37:24.1552215Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\misc_patterns.cpython-39.pyc 2025-01-24T01:37:24.1555806Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\mkldnn_fusion.cpython-39.pyc 2025-01-24T01:37:24.1559879Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\numeric_utils.cpython-39.pyc 2025-01-24T01:37:24.1563430Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pad_mm.cpython-39.pyc 2025-01-24T01:37:24.1567055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\post_grad.cpython-39.pyc 2025-01-24T01:37:24.1579093Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\pre_grad.cpython-39.pyc 2025-01-24T01:37:24.1582823Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\quantization.cpython-39.pyc 2025-01-24T01:37:24.1587053Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\reinplace.cpython-39.pyc 2025-01-24T01:37:24.1590743Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\replace_random.cpython-39.pyc 2025-01-24T01:37:24.1594310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\split_cat.cpython-39.pyc 2025-01-24T01:37:24.1598385Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\fx_passes\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.1608158Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\bmm.py 2025-01-24T01:37:24.1611873Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\conv.py 2025-01-24T01:37:24.1615490Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_attention.py 2025-01-24T01:37:24.1619820Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\flex_decoding.py 2025-01-24T01:37:24.1623353Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm.py 2025-01-24T01:37:24.1632590Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_common.py 2025-01-24T01:37:24.1636285Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_plus_mm.py 2025-01-24T01:37:24.1639594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\mm_scaled.py 2025-01-24T01:37:24.1643046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\unpack_mixed_mm.py 2025-01-24T01:37:24.1646537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__init__.py 2025-01-24T01:37:24.1654583Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\bmm.cpython-39.pyc 2025-01-24T01:37:24.1658011Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\conv.cpython-39.pyc 2025-01-24T01:37:24.1661554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_attention.cpython-39.pyc 2025-01-24T01:37:24.1671154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\flex_decoding.cpython-39.pyc 2025-01-24T01:37:24.1674895Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm.cpython-39.pyc 2025-01-24T01:37:24.1679392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_common.cpython-39.pyc 2025-01-24T01:37:24.1683040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_plus_mm.cpython-39.pyc 2025-01-24T01:37:24.1686856Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\mm_scaled.cpython-39.pyc 2025-01-24T01:37:24.1690391Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\unpack_mixed_mm.cpython-39.pyc 2025-01-24T01:37:24.1694117Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\kernel\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.1702517Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\build_package.py 2025-01-24T01:37:24.1706010Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\package.py 2025-01-24T01:37:24.1709456Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\pt2_archive_constants.py 2025-01-24T01:37:24.1713221Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__init__.py 2025-01-24T01:37:24.1725267Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\build_package.cpython-39.pyc 2025-01-24T01:37:24.1728952Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\package.cpython-39.pyc 2025-01-24T01:37:24.1733238Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\pt2_archive_constants.cpython-39.pyc 2025-01-24T01:37:24.1743864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\package\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.1751855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\autotune_cache.py 2025-01-24T01:37:24.1755406Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\benchmarking.py 2025-01-24T01:37:24.1758990Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\cache_dir_utils.py 2025-01-24T01:37:24.1762394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\compile_tasks.py 2025-01-24T01:37:24.1770903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\coordinate_descent_tuner.py 2025-01-24T01:37:24.1774629Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\halide_helpers.py 2025-01-24T01:37:24.1778143Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\hints.py 2025-01-24T01:37:24.1781703Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\runtime_utils.py 2025-01-24T01:37:24.1785257Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_compat.py 2025-01-24T01:37:24.1788744Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_helpers.py 2025-01-24T01:37:24.1792593Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\triton_heuristics.py 2025-01-24T01:37:24.1796851Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__init__.py 2025-01-24T01:37:24.1804943Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\autotune_cache.cpython-39.pyc 2025-01-24T01:37:24.1808615Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\benchmarking.cpython-39.pyc 2025-01-24T01:37:24.1812264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\cache_dir_utils.cpython-39.pyc 2025-01-24T01:37:24.1820342Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\compile_tasks.cpython-39.pyc 2025-01-24T01:37:24.1824131Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\coordinate_descent_tuner.cpython-39.pyc 2025-01-24T01:37:24.1828015Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\halide_helpers.cpython-39.pyc 2025-01-24T01:37:24.1832229Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\hints.cpython-39.pyc 2025-01-24T01:37:24.1836297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\runtime_utils.cpython-39.pyc 2025-01-24T01:37:24.1838906Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_compat.cpython-39.pyc 2025-01-24T01:37:24.1842596Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_helpers.cpython-39.pyc 2025-01-24T01:37:24.1846149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\triton_heuristics.cpython-39.pyc 2025-01-24T01:37:24.1850334Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\runtime\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.1860058Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\analyze_preserves_zero_mask.cpython-39.pyc 2025-01-24T01:37:24.1863466Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\aoti_eager.cpython-39.pyc 2025-01-24T01:37:24.1867050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\async_compile.cpython-39.pyc 2025-01-24T01:37:24.1874973Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\autotune_process.cpython-39.pyc 2025-01-24T01:37:24.1878812Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\bounds.cpython-39.pyc 2025-01-24T01:37:24.1882730Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\choices.cpython-39.pyc 2025-01-24T01:37:24.1886441Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\codecache.cpython-39.pyc 2025-01-24T01:37:24.1891038Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comms.cpython-39.pyc 2025-01-24T01:37:24.1895538Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_analysis.cpython-39.pyc 2025-01-24T01:37:24.1899300Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\comm_lowering.cpython-39.pyc 2025-01-24T01:37:24.1902997Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compiler_bisector.cpython-39.pyc 2025-01-24T01:37:24.1907251Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\compile_fx.cpython-39.pyc 2025-01-24T01:37:24.1911676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\config.cpython-39.pyc 2025-01-24T01:37:24.1917338Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\constant_folding.cpython-39.pyc 2025-01-24T01:37:24.1921505Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpp_builder.cpython-39.pyc 2025-01-24T01:37:24.1925308Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cpu_vec_isa.cpython-39.pyc 2025-01-24T01:37:24.1934899Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_trees.cpython-39.pyc 2025-01-24T01:37:24.1939296Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\cudagraph_utils.cpython-39.pyc 2025-01-24T01:37:24.1943004Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\custom_graph_pass.cpython-39.pyc 2025-01-24T01:37:24.1947040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\debug.cpython-39.pyc 2025-01-24T01:37:24.1951390Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\decomposition.cpython-39.pyc 2025-01-24T01:37:24.1955724Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dependencies.cpython-39.pyc 2025-01-24T01:37:24.1959676Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\dtype_propagation.cpython-39.pyc 2025-01-24T01:37:24.1963732Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\exc.cpython-39.pyc 2025-01-24T01:37:24.1972801Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\extern_node_serializer.cpython-39.pyc 2025-01-24T01:37:24.1976697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\freezing.cpython-39.pyc 2025-01-24T01:37:24.1980814Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fuzzer.cpython-39.pyc 2025-01-24T01:37:24.1984655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\fx_utils.cpython-39.pyc 2025-01-24T01:37:24.1988212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\graph.cpython-39.pyc 2025-01-24T01:37:24.1992551Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\hooks.cpython-39.pyc 2025-01-24T01:37:24.1996405Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\index_propagation.cpython-39.pyc 2025-01-24T01:37:24.2000039Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\inductor_prims.cpython-39.pyc 2025-01-24T01:37:24.2003694Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ir.cpython-39.pyc 2025-01-24T01:37:24.2013770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\jagged_lowerings.cpython-39.pyc 2025-01-24T01:37:24.2018080Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\loop_body.cpython-39.pyc 2025-01-24T01:37:24.2022369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\lowering.cpython-39.pyc 2025-01-24T01:37:24.2027031Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\memory.cpython-39.pyc 2025-01-24T01:37:24.2030797Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\metrics.cpython-39.pyc 2025-01-24T01:37:24.2034502Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_ir.cpython-39.pyc 2025-01-24T01:37:24.2038354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mkldnn_lowerings.cpython-39.pyc 2025-01-24T01:37:24.2042264Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\mock_cache.cpython-39.pyc 2025-01-24T01:37:24.2053574Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\ops_handler.cpython-39.pyc 2025-01-24T01:37:24.2057297Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\optimize_indexing.cpython-39.pyc 2025-01-24T01:37:24.2061142Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\output_code.cpython-39.pyc 2025-01-24T01:37:24.2064987Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\pattern_matcher.cpython-39.pyc 2025-01-24T01:37:24.2068948Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\quantized_lowerings.cpython-39.pyc 2025-01-24T01:37:24.2072546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\remote_cache.cpython-39.pyc 2025-01-24T01:37:24.2076925Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\scheduler.cpython-39.pyc 2025-01-24T01:37:24.2081043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\select_algorithm.cpython-39.pyc 2025-01-24T01:37:24.2089460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\sizevars.cpython-39.pyc 2025-01-24T01:37:24.2093439Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\subgraph_lowering.cpython-39.pyc 2025-01-24T01:37:24.2097070Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_case.cpython-39.pyc 2025-01-24T01:37:24.2100671Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\test_operators.cpython-39.pyc 2025-01-24T01:37:24.2104594Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\triton_bundler.cpython-39.pyc 2025-01-24T01:37:24.2108451Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:24.2112677Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\virtualized.cpython-39.pyc 2025-01-24T01:37:24.2116394Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\wrapper_benchmark.cpython-39.pyc 2025-01-24T01:37:24.2124389Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_inductor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2134310Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\closure.py 2025-01-24T01:37:24.2137692Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\computation.py 2025-01-24T01:37:24.2141124Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\config.py 2025-01-24T01:37:24.2146112Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\debug.py 2025-01-24T01:37:24.2149383Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\device_context.py 2025-01-24T01:37:24.2157853Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\extract_compiled_graph.py 2025-01-24T01:37:24.2161234Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ir_cache.py 2025-01-24T01:37:24.2164838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\metrics.py 2025-01-24T01:37:24.2168875Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\tensor_factory_functions.py 2025-01-24T01:37:24.2172650Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\ts_backend.py 2025-01-24T01:37:24.2176220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__init__.py 2025-01-24T01:37:24.2184301Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\closure.cpython-39.pyc 2025-01-24T01:37:24.2187460Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\computation.cpython-39.pyc 2025-01-24T01:37:24.2191014Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\config.cpython-39.pyc 2025-01-24T01:37:24.2200558Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\debug.cpython-39.pyc 2025-01-24T01:37:24.2203770Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\device_context.cpython-39.pyc 2025-01-24T01:37:24.2207427Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\extract_compiled_graph.cpython-39.pyc 2025-01-24T01:37:24.2211030Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ir_cache.cpython-39.pyc 2025-01-24T01:37:24.2214864Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\metrics.cpython-39.pyc 2025-01-24T01:37:24.2218546Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\tensor_factory_functions.cpython-39.pyc 2025-01-24T01:37:24.2222169Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\ts_backend.cpython-39.pyc 2025-01-24T01:37:24.2226007Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_lazy\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2234162Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\autograd.py 2025-01-24T01:37:24.2237809Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\custom_ops.py 2025-01-24T01:37:24.2241547Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_class_registry.py 2025-01-24T01:37:24.2245212Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\fake_impl.py 2025-01-24T01:37:24.2254170Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\infer_schema.py 2025-01-24T01:37:24.2257617Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\simple_registry.py 2025-01-24T01:37:24.2261065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\triton.py 2025-01-24T01:37:24.2264618Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\utils.py 2025-01-24T01:37:24.2267933Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__init__.py 2025-01-24T01:37:24.2275565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\autograd.cpython-39.pyc 2025-01-24T01:37:24.2280050Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\custom_ops.cpython-39.pyc 2025-01-24T01:37:24.2283261Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_class_registry.cpython-39.pyc 2025-01-24T01:37:24.2292327Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\fake_impl.cpython-39.pyc 2025-01-24T01:37:24.2295885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\infer_schema.cpython-39.pyc 2025-01-24T01:37:24.2299433Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\simple_registry.cpython-39.pyc 2025-01-24T01:37:24.2303855Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\triton.cpython-39.pyc 2025-01-24T01:37:24.2307533Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:24.2311445Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_library\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2319755Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\scribe.py 2025-01-24T01:37:24.2323493Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\structured.py 2025-01-24T01:37:24.2328163Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_internal.py 2025-01-24T01:37:24.2330850Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\_registrations.py 2025-01-24T01:37:24.2339554Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__init__.py 2025-01-24T01:37:24.2346485Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\scribe.cpython-39.pyc 2025-01-24T01:37:24.2350725Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\structured.cpython-39.pyc 2025-01-24T01:37:24.2353863Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_internal.cpython-39.pyc 2025-01-24T01:37:24.2362435Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\_registrations.cpython-39.pyc 2025-01-24T01:37:24.2365369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_logging\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2373537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\fft.py 2025-01-24T01:37:24.2376927Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\linalg.py 2025-01-24T01:37:24.2380392Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\random.py 2025-01-24T01:37:24.2383979Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_binary_ufuncs_impl.py 2025-01-24T01:37:24.2387838Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_casting_dicts.py 2025-01-24T01:37:24.2397403Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes.py 2025-01-24T01:37:24.2400835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_dtypes_impl.py 2025-01-24T01:37:24.2404278Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs.py 2025-01-24T01:37:24.2407824Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_funcs_impl.py 2025-01-24T01:37:24.2418073Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_getlimits.py 2025-01-24T01:37:24.2418648Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ndarray.py 2025-01-24T01:37:24.2421778Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_normalizations.py 2025-01-24T01:37:24.2441745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_reductions_impl.py 2025-01-24T01:37:24.2445069Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_ufuncs.py 2025-01-24T01:37:24.2448577Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_unary_ufuncs_impl.py 2025-01-24T01:37:24.2452438Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\_util.py 2025-01-24T01:37:24.2455537Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__init__.py 2025-01-24T01:37:24.2462706Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\utils.py 2025-01-24T01:37:24.2466717Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__init__.py 2025-01-24T01:37:24.2473911Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\utils.cpython-39.pyc 2025-01-24T01:37:24.2478992Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\testing\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2487074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\fft.cpython-39.pyc 2025-01-24T01:37:24.2490220Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\linalg.cpython-39.pyc 2025-01-24T01:37:24.2493959Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\random.cpython-39.pyc 2025-01-24T01:37:24.2502896Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_binary_ufuncs_impl.cpython-39.pyc 2025-01-24T01:37:24.2507101Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_casting_dicts.cpython-39.pyc 2025-01-24T01:37:24.2510639Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes.cpython-39.pyc 2025-01-24T01:37:24.2514247Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_dtypes_impl.cpython-39.pyc 2025-01-24T01:37:24.2518472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs.cpython-39.pyc 2025-01-24T01:37:24.2522776Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_funcs_impl.cpython-39.pyc 2025-01-24T01:37:24.2526889Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_getlimits.cpython-39.pyc 2025-01-24T01:37:24.2530912Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ndarray.cpython-39.pyc 2025-01-24T01:37:24.2534587Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_normalizations.cpython-39.pyc 2025-01-24T01:37:24.2538324Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_reductions_impl.cpython-39.pyc 2025-01-24T01:37:24.2542465Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_ufuncs.cpython-39.pyc 2025-01-24T01:37:24.2546046Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_unary_ufuncs_impl.cpython-39.pyc 2025-01-24T01:37:24.2549792Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\_util.cpython-39.pyc 2025-01-24T01:37:24.2553352Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_numpy\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2568149Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\context.py 2025-01-24T01:37:24.2571655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\debug_prims.py 2025-01-24T01:37:24.2575762Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\executor.py 2025-01-24T01:37:24.2578974Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\rng_prims.py 2025-01-24T01:37:24.2582256Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__init__.py 2025-01-24T01:37:24.2595981Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\context.cpython-39.pyc 2025-01-24T01:37:24.2599361Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\debug_prims.cpython-39.pyc 2025-01-24T01:37:24.2602833Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\executor.cpython-39.pyc 2025-01-24T01:37:24.2610582Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\rng_prims.cpython-39.pyc 2025-01-24T01:37:24.2614199Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2622858Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\wrappers.py 2025-01-24T01:37:24.2626369Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__init__.py 2025-01-24T01:37:24.2634003Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\wrappers.cpython-39.pyc 2025-01-24T01:37:24.2638134Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_prims_common\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2646068Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\fft.py 2025-01-24T01:37:24.2649579Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\_conversions.py 2025-01-24T01:37:24.2653890Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__init__.py 2025-01-24T01:37:24.2662161Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__init__.py 2025-01-24T01:37:24.2669373Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\linalg\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2677122Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__init__.py 2025-01-24T01:37:24.2683885Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__init__.py 2025-01-24T01:37:24.2691866Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\functional\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2699351Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\nn\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2711765Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__init__.py 2025-01-24T01:37:24.2718600Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\special\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2726874Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\fft.cpython-39.pyc 2025-01-24T01:37:24.2730144Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\_conversions.cpython-39.pyc 2025-01-24T01:37:24.2733938Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_refs\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2750074Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\cli_function_profiler.py 2025-01-24T01:37:24.2753413Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\compile_time_profiler.py 2025-01-24T01:37:24.2756697Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__init__.py 2025-01-24T01:37:24.2768140Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\cli_function_profiler.cpython-39.pyc 2025-01-24T01:37:24.2771888Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\compile_time_profiler.cpython-39.pyc 2025-01-24T01:37:24.2776055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_strobelight\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2787473Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_impls.py 2025-01-24T01:37:24.2791139Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_tensor.py 2025-01-24T01:37:24.2795965Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\fake_utils.py 2025-01-24T01:37:24.2803751Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\functional_tensor.py 2025-01-24T01:37:24.2807616Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\meta_utils.py 2025-01-24T01:37:24.2811917Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\schema_check_mode.py 2025-01-24T01:37:24.2815469Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\_fake_tensor_utils.py 2025-01-24T01:37:24.2818945Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__init__.py 2025-01-24T01:37:24.2826667Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_impls.cpython-39.pyc 2025-01-24T01:37:24.2830368Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_tensor.cpython-39.pyc 2025-01-24T01:37:24.2834366Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\fake_utils.cpython-39.pyc 2025-01-24T01:37:24.2843360Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\functional_tensor.cpython-39.pyc 2025-01-24T01:37:24.2847425Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\meta_utils.cpython-39.pyc 2025-01-24T01:37:24.2851188Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\schema_check_mode.cpython-39.pyc 2025-01-24T01:37:24.2854947Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\_fake_tensor_utils.cpython-39.pyc 2025-01-24T01:37:24.2858607Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_subclasses\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2867354Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__init__.py 2025-01-24T01:37:24.2874043Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\version.py 2025-01-24T01:37:24.2877536Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\_structures.py 2025-01-24T01:37:24.2881076Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__init__.py 2025-01-24T01:37:24.2894994Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\version.cpython-39.pyc 2025-01-24T01:37:24.2898463Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\_structures.cpython-39.pyc 2025-01-24T01:37:24.2902198Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\packaging\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2914167Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\_vendor\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.2923878Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\functional.cpython-39.pyc 2025-01-24T01:37:24.2928644Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\hub.cpython-39.pyc 2025-01-24T01:37:24.2932584Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\library.cpython-39.pyc 2025-01-24T01:37:24.2942565Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\overrides.cpython-39.pyc 2025-01-24T01:37:24.2947515Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\quasirandom.cpython-39.pyc 2025-01-24T01:37:24.2951396Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\random.cpython-39.pyc 2025-01-24T01:37:24.2955570Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\return_types.cpython-39.pyc 2025-01-24T01:37:24.2959365Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\serialization.cpython-39.pyc 2025-01-24T01:37:24.2963227Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\storage.cpython-39.pyc 2025-01-24T01:37:24.2967154Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\torch_version.cpython-39.pyc 2025-01-24T01:37:24.2970975Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\types.cpython-39.pyc 2025-01-24T01:37:24.2974655Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\version.cpython-39.pyc 2025-01-24T01:37:24.2978573Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_appdirs.cpython-39.pyc 2025-01-24T01:37:24.2982531Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_classes.cpython-39.pyc 2025-01-24T01:37:24.2986252Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_compile.cpython-39.pyc 2025-01-24T01:37:24.2989956Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_custom_ops.cpython-39.pyc 2025-01-24T01:37:24.2993627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_deploy.cpython-39.pyc 2025-01-24T01:37:24.3002903Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_environment.cpython-39.pyc 2025-01-24T01:37:24.3006688Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_guards.cpython-39.pyc 2025-01-24T01:37:24.3011499Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_jit_internal.cpython-39.pyc 2025-01-24T01:37:24.3015691Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_linalg_utils.cpython-39.pyc 2025-01-24T01:37:24.3019977Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lobpcg.cpython-39.pyc 2025-01-24T01:37:24.3024125Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_lowrank.cpython-39.pyc 2025-01-24T01:37:24.3028119Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_meta_registrations.cpython-39.pyc 2025-01-24T01:37:24.3033535Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_namedtensor_internals.cpython-39.pyc 2025-01-24T01:37:24.3042719Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_ops.cpython-39.pyc 2025-01-24T01:37:24.3046195Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_python_dispatcher.cpython-39.pyc 2025-01-24T01:37:24.3051065Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_size_docs.cpython-39.pyc 2025-01-24T01:37:24.3055414Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_sources.cpython-39.pyc 2025-01-24T01:37:24.3059374Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_storage_docs.cpython-39.pyc 2025-01-24T01:37:24.3063055Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_streambase.cpython-39.pyc 2025-01-24T01:37:24.3067218Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor.cpython-39.pyc 2025-01-24T01:37:24.3071040Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_docs.cpython-39.pyc 2025-01-24T01:37:24.3075627Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_tensor_str.cpython-39.pyc 2025-01-24T01:37:24.3084175Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_thread_safe_fork.cpython-39.pyc 2025-01-24T01:37:24.3087745Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_torch_docs.cpython-39.pyc 2025-01-24T01:37:24.3093835Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils.cpython-39.pyc 2025-01-24T01:37:24.3097696Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_utils_internal.cpython-39.pyc 2025-01-24T01:37:24.3101500Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_VF.cpython-39.pyc 2025-01-24T01:37:24.3105132Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_vmap_internals.cpython-39.pyc 2025-01-24T01:37:24.3108861Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\_weights_only_unpickler.cpython-39.pyc 2025-01-24T01:37:24.3112653Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__config__.cpython-39.pyc 2025-01-24T01:37:24.3125846Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__future__.cpython-39.pyc 2025-01-24T01:37:24.3129472Z C:\Jenkins\Miniconda3\Lib\site-packages\torch\__pycache__\__init__.cpython-39.pyc 2025-01-24T01:37:24.3138038Z 12832 File(s) copied 2025-01-24T01:37:24.5758334Z ********************************************************************** 2025-01-24T01:37:24.5758794Z ** Visual Studio 2019 Developer Command Prompt v16.11.42 2025-01-24T01:37:24.5759152Z ** Copyright (c) 2021 Microsoft Corporation 2025-01-24T01:37:24.5759461Z ********************************************************************** 2025-01-24T01:37:25.2047740Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-01-24T01:37:25.2081776Z 2025-01-24T01:37:25.2082477Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-01-24T01:37:25.2085836Z 2025-01-24T01:37:25.2086405Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-01-24T01:37:25.2088680Z 2025-01-24T01:37:25.2089237Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-01-24T01:37:25.2092148Z 2025-01-24T01:37:25.2092744Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-01-24T01:37:25.2094959Z 2025-01-24T01:37:25.2095298Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-01-24T01:37:25.2095944Z ALLUSERSPROFILE=C:\ProgramData 2025-01-24T01:37:25.2096494Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T01:37:25.2097024Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-01-24T01:37:25.2097439Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T01:37:25.2097682Z AWS_EXECUTION_ENV=EC2 2025-01-24T01:37:25.2097977Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2025-01-24T01:37:25.2098302Z CI=true 2025-01-24T01:37:25.2098586Z CommandPromptType=Native 2025-01-24T01:37:25.2099025Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-01-24T01:37:25.2099548Z COMPUTERNAME=EC2AMAZ-PEHGJN5 2025-01-24T01:37:25.2099951Z COMSPEC=C:\Windows\system32\cmd.exe 2025-01-24T01:37:25.2100557Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:37:25.2101003Z CONDA_DEFAULT_ENV=base 2025-01-24T01:37:25.2101264Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-01-24T01:37:25.2101668Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:37:25.2102039Z CONDA_PARENT_DIR=C:\Jenkins 2025-01-24T01:37:25.2102283Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-01-24T01:37:25.2102562Z CONDA_PROMPT_MODIFIER=(base) 2025-01-24T01:37:25.2102858Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-01-24T01:37:25.2103380Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:37:25.2103880Z CONDA_SHLVL=1 2025-01-24T01:37:25.2104308Z CONTINUE_THROUGH_ERROR=False 2025-01-24T01:37:25.2104654Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T01:37:25.2105150Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-01-24T01:37:25.2105666Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T01:37:25.2106152Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-01-24T01:37:25.2106643Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T01:37:25.2107027Z CUDA_VERSION=cpu 2025-01-24T01:37:25.2107266Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-01-24T01:37:25.2107659Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-01-24T01:37:25.2108123Z CommonProgramW6432=C:\Program Files\Common Files 2025-01-24T01:37:25.2108617Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-01-24T01:37:25.2109102Z DISTUTILS_USE_SDK=1 2025-01-24T01:37:25.2109413Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-01-24T01:37:25.2109769Z EC2LAUNCH_TELEMETRY=1 2025-01-24T01:37:25.2110150Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-01-24T01:37:25.2110677Z Framework40Version=v4.0 2025-01-24T01:37:25.2110964Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T01:37:25.2111343Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T01:37:25.2111693Z FrameworkVersion=v4.0.30319 2025-01-24T01:37:25.2111954Z FrameworkVersion64=v4.0.30319 2025-01-24T01:37:25.2112214Z GITHUB_ACTION=test 2025-01-24T01:37:25.2112464Z GITHUB_ACTIONS=true 2025-01-24T01:37:25.2112684Z GITHUB_ACTION_REF= 2025-01-24T01:37:25.2112893Z GITHUB_ACTION_REPOSITORY= 2025-01-24T01:37:25.2113129Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T01:37:25.2113392Z GITHUB_ACTOR_ID=54816060 2025-01-24T01:37:25.2113654Z GITHUB_API_URL=https://api.github.com 2025-01-24T01:37:25.2113921Z GITHUB_BASE_REF= 2025-01-24T01:37:25.2114378Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:37:25.2114898Z GITHUB_EVENT_NAME=push 2025-01-24T01:37:25.2115323Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-01-24T01:37:25.2115800Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T01:37:25.2116128Z GITHUB_HEAD_REF= 2025-01-24T01:37:25.2116323Z GITHUB_JOB=test 2025-01-24T01:37:25.2116796Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:37:25.2117602Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:37:25.2118148Z GITHUB_REF=refs/tags/ciflow/trunk/145539 2025-01-24T01:37:25.2118453Z GITHUB_REF_NAME=ciflow/trunk/145539 2025-01-24T01:37:25.2118727Z GITHUB_REF_PROTECTED=false 2025-01-24T01:37:25.2118950Z GITHUB_REF_TYPE=tag 2025-01-24T01:37:25.2119174Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T01:37:25.2119450Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T01:37:25.2119695Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T01:37:25.2120105Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T01:37:25.2120419Z GITHUB_RETENTION_DAYS=90 2025-01-24T01:37:25.2120649Z GITHUB_RUN_ATTEMPT=1 2025-01-24T01:37:25.2120905Z GITHUB_RUN_ID=12940918145 2025-01-24T01:37:25.2121131Z GITHUB_RUN_NUMBER=113598 2025-01-24T01:37:25.2121369Z GITHUB_SERVER_URL=https://github.com 2025-01-24T01:37:25.2121697Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:37:25.2122296Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:37:25.2123131Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:37:25.2123739Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T01:37:25.2124024Z GITHUB_WORKFLOW=trunk 2025-01-24T01:37:25.2124601Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/145539 2025-01-24T01:37:25.2125202Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:37:25.2125645Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:37:25.2125985Z GIT_DEFAULT_BRANCH=main 2025-01-24T01:37:25.2126215Z HOME=C:\Users\runneruser 2025-01-24T01:37:25.2127919Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-01-24T01:37:25.2129941Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T01:37:25.2130582Z INSTALL_WINDOWS_SDK=1 2025-01-24T01:37:25.2130799Z JOB_ID=36097507304 2025-01-24T01:37:25.2131181Z JOB_NAME=win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:37:25.2132417Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-01-24T01:37:25.2134729Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-01-24T01:37:25.2136295Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-01-24T01:37:25.2136802Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-01-24T01:37:25.2137162Z NO_TD=False 2025-01-24T01:37:25.2137907Z NO_TEST_TIMEOUT=False 2025-01-24T01:37:25.2138142Z NUMBER_OF_PROCESSORS=16 2025-01-24T01:37:25.2138376Z NUM_TEST_SHARDS=3 2025-01-24T01:37:25.2138584Z OLDPWD=C:/12940918145/build-results 2025-01-24T01:37:25.2138847Z OS=Windows_NT 2025-01-24T01:37:25.2145973Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T01:37:25.2153389Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-01-24T01:37:25.2153803Z Platform=x64 2025-01-24T01:37:25.2154007Z PROCESSOR_ARCHITECTURE=AMD64 2025-01-24T01:37:25.2154450Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-01-24T01:37:25.2154872Z PROCESSOR_LEVEL=6 2025-01-24T01:37:25.2155075Z PROCESSOR_REVISION=5507 2025-01-24T01:37:25.2155312Z PROGRAMFILES=C:\Program Files 2025-01-24T01:37:25.2155618Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-01-24T01:37:25.2156002Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:37:25.2156347Z PROMPT=(base) $P$G 2025-01-24T01:37:25.2156553Z PR_NUMBER= 2025-01-24T01:37:25.2157020Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-01-24T01:37:25.2157571Z PUBLIC=C:\Users\Public 2025-01-24T01:37:25.2158336Z *** 2025-01-24T01:37:25.2158650Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-01-24T01:37:25.2159061Z PYTHON_VERSION=3.9 2025-01-24T01:37:25.2159345Z PYTORCH_FINAL_PACKAGE_DIR=C:/12940918145/build-results/ 2025-01-24T01:37:25.2159750Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\12940918145\build-results\ 2025-01-24T01:37:25.2160117Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-01-24T01:37:25.2160402Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-01-24T01:37:25.2160670Z ProgramData=C:\ProgramData 2025-01-24T01:37:25.2160930Z ProgramFiles(x86)=C:\Program Files (x86) 2025-01-24T01:37:25.2161233Z ProgramW6432=C:\Program Files 2025-01-24T01:37:25.2161469Z REENABLED_ISSUES= 2025-01-24T01:37:25.2161668Z RUNNER_ARCH=X64 2025-01-24T01:37:25.2161884Z RUNNER_ENVIRONMENT=self-hosted 2025-01-24T01:37:25.2162140Z RUNNER_NAME=i-03e8359c038aad69e 2025-01-24T01:37:25.2162384Z RUNNER_OS=Windows 2025-01-24T01:37:25.2162691Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-01-24T01:37:25.2163024Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-01-24T01:37:25.2163419Z RUNNER_TRACKING_ID=github_010b97f0-ca45-428e-b7f0-f7977570f2fe 2025-01-24T01:37:25.2163829Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-01-24T01:37:25.2164329Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T01:37:25.2164834Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:37:25.2165131Z SHARD_NUMBER=1 2025-01-24T01:37:25.2165308Z SHLVL=2 2025-01-24T01:37:25.2165561Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-01-24T01:37:25.2165895Z SYSTEMDRIVE=C: 2025-01-24T01:37:25.2166087Z SYSTEMROOT=C:\Windows 2025-01-24T01:37:25.2166328Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:37:25.2166611Z TERM=xterm-256color 2025-01-24T01:37:25.2166825Z TEST_CONFIG=default 2025-01-24T01:37:25.2167093Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-01-24T01:37:25.2167556Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-01-24T01:37:25.2167946Z TEST_SHOWLOCALS=False 2025-01-24T01:37:25.2178660Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:37:25.2179104Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:37:25.2179500Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:37:25.2179934Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-01-24T01:37:25.2180299Z TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T01:37:25.2180527Z UCRTVersion=10.0.19041.0 2025-01-24T01:37:25.2180834Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T01:37:25.2181207Z UPDATEFILE=update.finished 2025-01-24T01:37:25.2181466Z USERDOMAIN=EC2AMAZ-PEHGJN5 2025-01-24T01:37:25.2181689Z USERNAME=runneruser 2025-01-24T01:37:25.2181908Z USERPROFILE=C:\Users\runneruser 2025-01-24T01:37:25.2182367Z USE_CUDA=0 2025-01-24T01:37:25.2182767Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-01-24T01:37:25.2183408Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-01-24T01:37:25.2184089Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-01-24T01:37:25.2184861Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-01-24T01:37:25.2185388Z VCToolsVersion=14.29.30133 2025-01-24T01:37:25.2185631Z VC_PRODUCT=BuildTools 2025-01-24T01:37:25.2185831Z VC_VERSION= 2025-01-24T01:37:25.2186029Z VC_YEAR=2019 2025-01-24T01:37:25.2186229Z VERBOSE_ARG='SilentlyContinue' 2025-01-24T01:37:25.2186469Z VERBOSE_TEST_LOGS=False 2025-01-24T01:37:25.2186702Z VisualStudioVersion=16.0 2025-01-24T01:37:25.2187134Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-01-24T01:37:25.2187600Z VSCMD_ARG_app_plat=Desktop 2025-01-24T01:37:25.2187841Z VSCMD_ARG_HOST_ARCH=x64 2025-01-24T01:37:25.2188060Z VSCMD_ARG_TGT_ARCH=x64 2025-01-24T01:37:25.2188265Z VSCMD_VER=16.11.42 2025-01-24T01:37:25.2188683Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-01-24T01:37:25.2189097Z VS_VERSION=16.8.6 2025-01-24T01:37:25.2189297Z WINDIR=C:\Windows 2025-01-24T01:37:25.2189877Z 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-01-24T01:37:25.2190622Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-01-24T01:37:25.2191049Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T01:37:25.2191400Z WindowsSDKLibVersion=10.0.19041.0\ 2025-01-24T01:37:25.2191819Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-01-24T01:37:25.2192248Z WindowsSDKVersion=10.0.19041.0\ 2025-01-24T01:37:25.2192756Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-01-24T01:37:25.2193589Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-01-24T01:37:25.2194312Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_python_shard.bat 2025-01-24T01:37:25.2194818Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-01-24T01:37:25.2195339Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-01-24T01:37:25.2195868Z __DOTNET_ADD_64BIT=1 2025-01-24T01:37:25.2196103Z __DOTNET_PREFERRED_BITNESS=64 2025-01-24T01:37:25.2199354Z __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-01-24T01:37:25.2202568Z 2025-01-24T01:37:25.2202767Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:37:25.2203166Z echo "setup pytorch env failed" 2025-01-24T01:37:25.2203408Z echo 0 2025-01-24T01:37:25.2203588Z exit /b 2025-01-24T01:37:25.2203760Z ) 2025-01-24T01:37:25.2203850Z 2025-01-24T01:37:25.2204004Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2025-01-24T01:37:25.2204436Z 2025-01-24T01:37:25.2204848Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2025-01-24T01:37:25.2205371Z 2025-01-24T01:37:25.2205788Z (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-01-24T01:37:25.2206390Z echo Some smoke tests 2025-01-24T01:37:25.2206778Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2025-01-24T01:37:25.2207494Z python C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\run_python_nn_smoketests.py 2025-01-24T01:37:25.2208059Z if ERRORLEVEL 1 goto fail 2025-01-24T01:37:25.2208460Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2025-01-24T01:37:25.2208895Z if ERRORLEVEL 1 goto fail 2025-01-24T01:37:25.2209128Z ) ) 2025-01-24T01:37:25.2209288Z Some smoke tests 2025-01-24T01:37:25.2209608Z Current Registry Settings for python.exe executable are: 00000002 2025-01-24T01:37:25.2209992Z sls - Show Loader Snaps 2025-01-24T01:37:34.6012865Z Checking that torch is available 2025-01-24T01:37:34.6013399Z Command: python -c import torch 2025-01-24T01:37:34.6013666Z Checking that MKL is available 2025-01-24T01:37:34.6014076Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2025-01-24T01:37:34.6125150Z Current Registry Settings for python.exe executable are: 00000000 2025-01-24T01:37:34.6138721Z 2025-01-24T01:37:34.6139316Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2025-01-24T01:37:34.6139813Z Copying over test times file 2025-01-24T01:37:34.6140798Z 2025-01-24T01:37:34.6141478Z (base) C:\actions-runner\_work\pytorch\pytorch\test>robocopy /E "C:\12940918145\build-results\\.additional_ci_files" "C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files" 2025-01-24T01:37:34.6543941Z 2025-01-24T01:37:34.6544681Z ------------------------------------------------------------------------------- 2025-01-24T01:37:34.6549843Z ROBOCOPY :: Robust File Copy for Windows 2025-01-24T01:37:34.6550352Z ------------------------------------------------------------------------------- 2025-01-24T01:37:34.6550638Z 2025-01-24T01:37:34.6550771Z Started : Friday, January 24, 2025 1:37:34 AM 2025-01-24T01:37:34.6551148Z Source : C:\12940918145\build-results\.additional_ci_files\ 2025-01-24T01:37:34.6551611Z Dest : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-01-24T01:37:34.6551979Z 2025-01-24T01:37:34.6552064Z Files : *.* 2025-01-24T01:37:34.6552286Z 2025-01-24T01:37:34.6552522Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-01-24T01:37:34.6552773Z 2025-01-24T01:37:34.6552926Z ------------------------------------------------------------------------------ 2025-01-24T01:37:34.6554207Z 2025-01-24T01:37:34.6561359Z 2 C:\12940918145\build-results\.additional_ci_files\ 2025-01-24T01:37:34.6562247Z *EXTRA File 67974 td_results.json 2025-01-24T01:37:34.6571423Z New File 4.8 m test-class-times.json 2025-01-24T01:37:34.6574426Z 10% 2025-01-24T01:37:34.6578069Z 20% 2025-01-24T01:37:34.6580935Z 31% 2025-01-24T01:37:34.6584362Z 41% 2025-01-24T01:37:34.6587244Z 51% 2025-01-24T01:37:34.6590606Z 62% 2025-01-24T01:37:34.6593545Z 72% 2025-01-24T01:37:34.6596856Z 83% 2025-01-24T01:37:34.6599464Z 93% 2025-01-24T01:37:34.6601656Z 100% 2025-01-24T01:37:34.6611404Z New File 1.3 m test-times.json 2025-01-24T01:37:34.6612975Z 19% 2025-01-24T01:37:34.6614563Z 38% 2025-01-24T01:37:34.6616360Z 57% 2025-01-24T01:37:34.6618464Z 76% 2025-01-24T01:37:34.6619279Z 95% 2025-01-24T01:37:34.6621425Z 100% 2025-01-24T01:37:34.6621779Z 2025-01-24T01:37:34.6622149Z ------------------------------------------------------------------------------ 2025-01-24T01:37:34.6622432Z 2025-01-24T01:37:34.6623320Z Total Copied Skipped Mismatch FAILED Extras 2025-01-24T01:37:34.6624179Z Dirs : 1 0 1 0 0 0 2025-01-24T01:37:34.6625065Z Files : 2 2 0 0 0 1 2025-01-24T01:37:34.6625947Z Bytes : 6.12 m 6.12 m 0 0 0 66.3 k 2025-01-24T01:37:34.6626889Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-01-24T01:37:34.6627136Z 2025-01-24T01:37:34.6627714Z 2025-01-24T01:37:34.6628858Z Speed : 1071287333 Bytes/sec. 2025-01-24T01:37:34.6629670Z Speed : 61299.552 MegaBytes/min. 2025-01-24T01:37:34.6629998Z Ended : Friday, January 24, 2025 1:37:34 AM 2025-01-24T01:37:34.6630356Z 2025-01-24T01:37:34.6647177Z 2025-01-24T01:37:34.6647614Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2025-01-24T01:37:34.6648172Z Run nn tests 2025-01-24T01:37:34.6649588Z 2025-01-24T01:37:34.6650295Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "3" --verbose 2025-01-24T01:37:34.9431682Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:37:34.9432516Z import pkg_resources 2025-01-24T01:37:41.6806586Z Found test times from artifacts 2025-01-24T01:37:41.7691648Z Found test times from artifacts 2025-01-24T01:37:41.7726603Z Running 25% of tests based on TD 2025-01-24T01:37:41.8111157Z Running parallel tests on 3 processes 2025-01-24T01:37:41.8115213Z Name: tests to run (est. time: 0.35min) 2025-01-24T01:37:41.8115506Z Serial tests (4): 2025-01-24T01:37:41.8115753Z inductor/test_max_autotune 1/1 2025-01-24T01:37:41.8116046Z inductor/test_benchmark_fusion 1/1 2025-01-24T01:37:41.8116372Z inductor/test_flex_attention 1/1 2025-01-24T01:37:41.8116653Z inductor/test_cutlass_backend 1/1 2025-01-24T01:37:41.8117146Z Parallel tests (36): 2025-01-24T01:37:41.8117395Z inductor/test_minifier 1/1 2025-01-24T01:37:41.8117711Z test_public_bindings 1/1 2025-01-24T01:37:41.8117978Z inductor/test_cudagraph_trees 1/1 2025-01-24T01:37:41.8118263Z inductor/test_compiled_autograd 1/1 2025-01-24T01:37:41.8118584Z inductor/test_torchinductor_opinfo 1/1 2025-01-24T01:37:41.8118880Z inductor/test_cpu_repro 1/1 2025-01-24T01:37:41.8119142Z inductor/test_standalone_compile 1/1 2025-01-24T01:37:41.8119439Z inductor/test_extension_backend 1/1 2025-01-24T01:37:41.8119739Z inductor/test_cpu_select_algorithm 1/1 2025-01-24T01:37:41.8120027Z inductor/test_triton_wrapper 1/1 2025-01-24T01:37:41.8120325Z inductor/test_split_cat_fx_passes 1/1 2025-01-24T01:37:41.8120613Z dynamo/test_repros 1/1 2025-01-24T01:37:41.8120856Z dynamo/test_after_aot 1/1 2025-01-24T01:37:41.8121131Z inductor/test_select_algorithm 1/1 2025-01-24T01:37:41.8121432Z inductor/test_fused_attention 1/1 2025-01-24T01:37:41.8121725Z dynamo/test_activation_checkpointing 1/1 2025-01-24T01:37:41.8122036Z dynamo/test_misc 1/1 2025-01-24T01:37:41.8122293Z inductor/test_aot_inductor_arrayref 1/1 2025-01-24T01:37:41.8122588Z inductor/test_minifier_isolate 1/1 2025-01-24T01:37:41.8122935Z inductor/test_fx_fusion 1/1 2025-01-24T01:37:41.8123247Z dynamo/test_config 1/1 2025-01-24T01:37:41.8123496Z dynamo/test_skip_non_tensor 1/1 2025-01-24T01:37:41.8123778Z inductor/test_codecache 1/1 2025-01-24T01:37:41.8124033Z dynamo/test_subgraphs 1/1 2025-01-24T01:37:41.8124298Z inductor/test_triton_kernels 1/1 2025-01-24T01:37:41.8124580Z export/test_db 1/1 2025-01-24T01:37:41.8124811Z inductor/test_aot_inductor_package 1/1 2025-01-24T01:37:41.8125121Z export/test_passes 1/1 2025-01-24T01:37:41.8125586Z dynamo/test_export 1/1 2025-01-24T01:37:41.8125842Z inductor/test_multi_kernel 1/1 2025-01-24T01:37:41.8126143Z dynamo/test_verify_correctness 1/1 2025-01-24T01:37:41.8126444Z inductor/test_b2b_gemm 1/1 2025-01-24T01:37:41.8126713Z inductor/test_triton_syntax 1/1 2025-01-24T01:37:41.8127009Z inductor/test_inplace_padding 1/1 2025-01-24T01:37:41.8127302Z inductor/test_memory 1/1 2025-01-24T01:37:41.8127568Z inductor/test_triton_extension_backend 1/1 2025-01-24T01:37:41.8130781Z Name: excluded (est. time: 90.27min) 2025-01-24T01:37:41.8131071Z Serial tests (46): 2025-01-24T01:37:41.8131304Z test_transformers 1/3 2025-01-24T01:37:41.8131587Z test_transformers 2/3 2025-01-24T01:37:41.8131819Z test_transformers 3/3 2025-01-24T01:37:41.8132059Z test_multiprocessing 1/2 2025-01-24T01:37:41.8132322Z test_multiprocessing 2/2 2025-01-24T01:37:41.8132552Z test_utils 1/1 2025-01-24T01:37:41.8132773Z test_reductions 1/1 2025-01-24T01:37:41.8133015Z test_cpp_extensions_jit 1/1 2025-01-24T01:37:41.8133251Z test_nn 1/1 2025-01-24T01:37:41.8133522Z test_multiprocessing_spawn 1/1 2025-01-24T01:37:41.8133921Z distributions/test_distributions 1/1 2025-01-24T01:37:41.8134428Z test_dispatch 1/1 2025-01-24T01:37:41.8134705Z nn/test_pooling 1/1 2025-01-24T01:37:41.8134945Z test_tensor_creation_ops 1/1 2025-01-24T01:37:41.8135195Z test_fx 1/1 2025-01-24T01:37:41.8135403Z test_tensorexpr 1/1 2025-01-24T01:37:41.8135635Z nn/test_convolution 1/1 2025-01-24T01:37:41.8135916Z test_cpp_extensions_open_device_registration 1/1 2025-01-24T01:37:41.8136241Z test_spectral_ops 1/1 2025-01-24T01:37:41.8136461Z test_torch 1/1 2025-01-24T01:37:41.8136657Z test_python_dispatch 1/1 2025-01-24T01:37:41.8136904Z test_cpp_api_parity 1/1 2025-01-24T01:37:41.8137137Z test_overrides 1/1 2025-01-24T01:37:41.8137348Z test_fake_tensor 1/1 2025-01-24T01:37:41.8137585Z test_sort_and_select 1/1 2025-01-24T01:37:41.8137860Z test_namedtuple_return_api 1/1 2025-01-24T01:37:41.8138152Z functorch/test_memory_efficient_fusion 1/1 2025-01-24T01:37:41.8138550Z test_autocast 1/1 2025-01-24T01:37:41.8138791Z test_mobile_optimizer 1/1 2025-01-24T01:37:41.8139102Z test_jit_disabled 1/1 2025-01-24T01:37:41.8139348Z test_autograd_fallback 1/1 2025-01-24T01:37:41.8139600Z test_native_mha 1/1 2025-01-24T01:37:41.8139835Z test_cpp_extensions_aot_ninja 1/1 2025-01-24T01:37:41.8140184Z test_cpp_extensions_aot_no_ninja 1/1 2025-01-24T01:37:41.8140542Z test_cpp_extensions_mtia_backend 1/1 2025-01-24T01:37:41.8140821Z test_show_pickle 1/1 2025-01-24T01:37:41.8141095Z test_cpp_extensions_stream_and_event 1/1 2025-01-24T01:37:41.8141439Z inductor/test_distributed_patterns 1/1 2025-01-24T01:37:41.8141735Z test_extension_utils 1/1 2025-01-24T01:37:41.8141989Z test_ci_sanity_check_fail 1/1 2025-01-24T01:37:41.8142264Z test_cuda_nvml_based_avail 1/1 2025-01-24T01:37:41.8142522Z test_cuda_trace 1/1 2025-01-24T01:37:41.8142754Z test_cuda_primary_ctx 1/1 2025-01-24T01:37:41.8143007Z doctests 1/1 2025-01-24T01:37:41.8143226Z test_autoload_disable 1/1 2025-01-24T01:37:41.8143489Z test_autoload_enable 1/1 2025-01-24T01:37:41.8143746Z Parallel tests (108): 2025-01-24T01:37:41.8143955Z test_ops 6/9 2025-01-24T01:37:41.8144167Z test_ops_jit 1/3 2025-01-24T01:37:41.8144374Z test_ops_jit 2/3 2025-01-24T01:37:41.8144571Z test_ops_jit 3/3 2025-01-24T01:37:41.8144794Z test_ops_fwd_gradients 1/2 2025-01-24T01:37:41.8145038Z test_ops_fwd_gradients 2/2 2025-01-24T01:37:41.8145285Z test_sparse 2/2 2025-01-24T01:37:41.8145493Z test_unary_ufuncs 1/2 2025-01-24T01:37:41.8145767Z test_unary_ufuncs 2/2 2025-01-24T01:37:41.8146002Z test_mkldnn_fusion 1/1 2025-01-24T01:37:41.8146290Z test_foreach 1/1 2025-01-24T01:37:41.8146498Z test_jit 1/1 2025-01-24T01:37:41.8146719Z test_fx_experimental 1/1 2025-01-24T01:37:41.8147141Z test_sympy_utils 1/1 2025-01-24T01:37:41.8147367Z test_masked 1/1 2025-01-24T01:37:41.8147622Z torch_np/numpy_tests/core/test_einsum 1/1 2025-01-24T01:37:41.8147942Z test_datapipe 1/1 2025-01-24T01:37:41.8148167Z test_expanded_weights 1/1 2025-01-24T01:37:41.8148461Z torch_np/numpy_tests/linalg/test_linalg 1/1 2025-01-24T01:37:41.8148783Z export/test_torchbind 1/1 2025-01-24T01:37:41.8149040Z profiler/test_memory_profiler 1/1 2025-01-24T01:37:41.8149356Z torch_np/numpy_tests/fft/test_helper 1/1 2025-01-24T01:37:41.8149680Z torch_np/test_ndarray_methods 1/1 2025-01-24T01:37:41.8149946Z test_weak 1/1 2025-01-24T01:37:41.8150159Z test_import_stats 1/1 2025-01-24T01:37:41.8150402Z test_pytree 1/1 2025-01-24T01:37:41.8150647Z torch_np/numpy_tests/lib/test_function_base 1/1 2025-01-24T01:37:41.8150964Z test_logging 1/1 2025-01-24T01:37:41.8151179Z test_legacy_vmap 1/1 2025-01-24T01:37:41.8151482Z profiler/test_kineto 1/1 2025-01-24T01:37:41.8151785Z test_file_check 1/1 2025-01-24T01:37:41.8152005Z test_namedtensor 1/1 2025-01-24T01:37:41.8152325Z torch_np/numpy_tests/core/test_indexing 1/1 2025-01-24T01:37:41.8152754Z benchmark_utils/test_benchmark_utils 1/1 2025-01-24T01:37:41.8153078Z torch_np/numpy_tests/lib/test_twodim_base 1/1 2025-01-24T01:37:41.8153399Z export/test_tools 1/1 2025-01-24T01:37:41.8153666Z torch_np/test_unary_ufuncs 1/1 2025-01-24T01:37:41.8153927Z test_prims 1/1 2025-01-24T01:37:41.8154168Z torch_np/numpy_tests/core/test_dtype 1/1 2025-01-24T01:37:41.8154469Z test_pruning_op 1/1 2025-01-24T01:37:41.8154684Z nn/test_dropout 1/1 2025-01-24T01:37:41.8154919Z torch_np/test_binary_ufuncs 1/1 2025-01-24T01:37:41.8155209Z test_out_dtype_op 1/1 2025-01-24T01:37:41.8155454Z torch_np/test_scalars_0D_arrays 1/1 2025-01-24T01:37:41.8155741Z torch_np/test_dtype 1/1 2025-01-24T01:37:41.8155986Z test_flop_counter 1/1 2025-01-24T01:37:41.8156225Z test_utils_config_module 1/1 2025-01-24T01:37:41.8156501Z functorch/test_parsing 1/1 2025-01-24T01:37:41.8156857Z profiler/test_record_function 1/1 2025-01-24T01:37:41.8157131Z test_comparison_utils 1/1 2025-01-24T01:37:41.8157446Z torch_np/test_function_base 1/1 2025-01-24T01:37:41.8157775Z test_deploy 1/1 2025-01-24T01:37:41.8158051Z export/test_functionalized_assertions 1/1 2025-01-24T01:37:41.8158412Z functorch/test_control_flow 1/1 2025-01-24T01:37:41.8158722Z test_complex 1/1 2025-01-24T01:37:41.8158962Z distributions/test_constraints 1/1 2025-01-24T01:37:41.8159302Z export/test_lift_unlift 1/1 2025-01-24T01:37:41.8159603Z test_jit_llga_fuser 1/1 2025-01-24T01:37:41.8159913Z profiler/test_cpp_thread 1/1 2025-01-24T01:37:41.8160251Z torch_np/numpy_tests/core/test_dlpack 1/1 2025-01-24T01:37:41.8160582Z export/test_hop 1/1 2025-01-24T01:37:41.8160868Z test_numba_integration 1/1 2025-01-24T01:37:41.8161177Z export/test_swap 1/1 2025-01-24T01:37:41.8161428Z test_typing 1/1 2025-01-24T01:37:41.8161653Z test_content_store 1/1 2025-01-24T01:37:41.8161938Z lazy/test_reuse_ir 1/1 2025-01-24T01:37:41.8162202Z test_license 1/1 2025-01-24T01:37:41.8162487Z test_functional_autograd_benchmark 1/1 2025-01-24T01:37:41.8162851Z backends/xeon/test_launch 1/1 2025-01-24T01:37:41.8163193Z torch_np/numpy_tests/core/test_scalarinherit 1/1 2025-01-24T01:37:41.8163580Z test_model_exports_to_core_aten 1/1 2025-01-24T01:37:41.8163927Z lazy/test_debug_util 1/1 2025-01-24T01:37:41.8164210Z test_type_hints 1/1 2025-01-24T01:37:41.8164446Z test_compile_benchmark_util 1/1 2025-01-24T01:37:41.8164764Z test_vulkan 1/1 2025-01-24T01:37:41.8165020Z inductor/test_loop_ordering 1/1 2025-01-24T01:37:41.8165300Z export/test_export_nonstrict 1/1 2025-01-24T01:37:41.8165594Z export/test_unflatten_training_ir 1/1 2025-01-24T01:37:41.8165878Z dynamo/test_base_output 1/1 2025-01-24T01:37:41.8166311Z inductor/test_memory_planning 1/1 2025-01-24T01:37:41.8166614Z inductor/test_custom_post_grad_passes 1/1 2025-01-24T01:37:41.8166910Z dynamo/test_comptime 1/1 2025-01-24T01:37:41.8167195Z dynamo/test_skip_guard_eval_unsafe 1/1 2025-01-24T01:37:41.8167519Z inductor/test_op_dtype_prop 1/1 2025-01-24T01:37:41.8167798Z dynamo/test_reconstruct 1/1 2025-01-24T01:37:41.8168099Z inductor/test_aot_inductor_custom_ops 1/1 2025-01-24T01:37:41.8168397Z dynamo/test_pgo 1/1 2025-01-24T01:37:41.8168613Z dynamo/test_nops 1/1 2025-01-24T01:37:41.8168858Z dynamo/test_metrics_context 1/1 2025-01-24T01:37:41.8169140Z dynamo/test_graph_region_tracker 1/1 2025-01-24T01:37:41.8169429Z dynamo/test_resume 1/1 2025-01-24T01:37:41.8169694Z inductor/test_graph_transform_observer 1/1 2025-01-24T01:37:41.8169994Z inductor/test_unbacked_symints 1/1 2025-01-24T01:37:41.8170357Z inductor/test_auto_functionalize 1/1 2025-01-24T01:37:41.8170798Z dynamo/test_sources 1/1 2025-01-24T01:37:41.8171084Z dynamo/test_model_output 1/1 2025-01-24T01:37:41.8171372Z inductor/test_efficient_conv_bn_eval 1/1 2025-01-24T01:37:41.8171698Z dynamo/test_backward_higher_order_ops 1/1 2025-01-24T01:37:41.8172064Z inductor/test_mps_basic 1/1 2025-01-24T01:37:41.8172386Z inductor/test_cudagraph_trees_expandable_segments 1/1 2025-01-24T01:37:41.8172760Z dynamo/test_recompile_ux 1/1 2025-01-24T01:37:41.8173037Z dynamo/test_hooks 1/1 2025-01-24T01:37:41.8173273Z test_cuda_multigpu 1/1 2025-01-24T01:37:41.8173522Z xpu/test_conv 1/1 2025-01-24T01:37:41.8173746Z test_cuda_expandable_segments 1/1 2025-01-24T01:37:41.8174018Z test_cuda_sanitizer 1/1 2025-01-24T01:37:41.8174263Z optim/test_swa_utils 1/1 2025-01-24T01:37:41.8174511Z lazy/test_bindings 1/1 2025-01-24T01:37:41.8269732Z Running inductor/test_max_autotune 1/1 ... [2025-01-24 01:37:41.824662] 2025-01-24T01:37:41.8270542Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:37:41.8282314Z 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-01-24 01:37:41.824662] 2025-01-24T01:37:41.8284308Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:37:41.8285113Z Ignoring disabled issues: [''] 2025-01-24T01:37:56.6266369Z 2025-01-24T01:37:56.6267857Z 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_22a55eb37be7f406_.log 2025-01-24T01:37:56.6268547Z 2025-01-24T01:37:56.6271915Z Running inductor/test_benchmark_fusion 1/1 ... [2025-01-24 01:37:56.626777] 2025-01-24T01:37:56.6272381Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:37:56.6278420Z 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-01-24 01:37:56.627359] 2025-01-24T01:38:14.2717009Z 2025-01-24T01:38:14.2718295Z 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_baeabcfb7c67d21e_.log 2025-01-24T01:38:14.2719328Z 2025-01-24T01:38:14.2722127Z Running inductor/test_flex_attention 1/1 ... [2025-01-24 01:38:14.268665] 2025-01-24T01:38:14.2722554Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:38:14.2728933Z 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-01-24 01:38:14.268665] 2025-01-24T01:38:19.4372296Z 2025-01-24T01:38:19.4373438Z 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_66293ca4a41dd2ad_.log 2025-01-24T01:38:19.4374169Z 2025-01-24T01:38:19.4377453Z Running inductor/test_cutlass_backend 1/1 ... [2025-01-24 01:38:19.432488] 2025-01-24T01:38:19.4377886Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:38:19.4383549Z 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-01-24 01:38:19.432488] 2025-01-24T01:38:25.3016084Z 2025-01-24T01:38:25.3017272Z 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_a53ebd6f07965cc8_.log 2025-01-24T01:38:25.3018036Z 2025-01-24T01:38:25.3021282Z Running inductor/test_minifier 1/1 ... [2025-01-24 01:38:25.301530] 2025-01-24T01:38:25.3021747Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:38:25.3027431Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.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-01-24 01:38:25.302116] 2025-01-24T01:38:30.0376612Z 2025-01-24T01:38:30.0377598Z inductor/test_minifier 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_minifier_1.1_441540069c27ab5e_.log 2025-01-24T01:38:30.0378239Z 2025-01-24T01:38:30.0379139Z Running test_public_bindings 1/1 ... [2025-01-24 01:38:30.036983] 2025-01-24T01:38:30.0379563Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:38:30.0380581Z 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-01-24 01:38:30.037567] 2025-01-24T01:38:35.0200815Z 2025-01-24T01:38:35.0202001Z test_public_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_public_bindings_1.1_38a4fe1f4657ceb7_.log 2025-01-24T01:38:35.0203946Z Running 0 items in this shard: 2025-01-24T01:38:35.0204129Z 2025-01-24T01:38:35.0210594Z Running inductor/test_cudagraph_trees 1/1 ... [2025-01-24 01:38:35.020926] 2025-01-24T01:38:35.0211024Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:38:35.0219102Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cudagraph_trees.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:38:35.021549] 2025-01-24T01:38:40.9619426Z 2025-01-24T01:38:40.9620437Z inductor/test_cudagraph_trees 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cudagraph_trees_1.1_79b1da99cf4ede80_.log 2025-01-24T01:38:40.9621171Z 2025-01-24T01:38:40.9624982Z Running inductor/test_compiled_autograd 1/1 ... [2025-01-24 01:38:40.962419] 2025-01-24T01:38:40.9625442Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:38:40.9631780Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_autograd.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:38:40.962419] 2025-01-24T01:38:54.2371697Z 2025-01-24T01:38:54.2372667Z inductor/test_compiled_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_autograd_1.1_53edfc34d4bc008b_.log 2025-01-24T01:38:54.2373774Z 2025-01-24T01:38:54.2377267Z Running inductor/test_torchinductor_opinfo 1/1 ... [2025-01-24 01:38:54.237314] 2025-01-24T01:38:54.2377798Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:38:54.2383743Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.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-01-24 01:38:54.237877] 2025-01-24T01:39:06.1758368Z 2025-01-24T01:39:06.1759414Z inductor/test_torchinductor_opinfo 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_1.1_57ba3d9c4d102dcd_.log 2025-01-24T01:39:06.1760160Z 2025-01-24T01:39:06.1763287Z Running inductor/test_cpu_repro 1/1 ... [2025-01-24 01:39:06.174669] 2025-01-24T01:39:06.1763685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:39:06.1770476Z 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-01-24 01:39:06.174669] 2025-01-24T01:39:16.8978388Z 2025-01-24T01:39:16.8979480Z 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_26f68c4fc3ab7f02_.log 2025-01-24T01:39:16.8980192Z 2025-01-24T01:39:16.8983908Z Running inductor/test_standalone_compile 1/1 ... [2025-01-24 01:39:16.898137] 2025-01-24T01:39:16.8984379Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:39:16.8991054Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_standalone_compile.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-01-24 01:39:16.898693] 2025-01-24T01:39:26.3189780Z 2025-01-24T01:39:26.3191127Z inductor/test_standalone_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_standalone_compile_1.1_ea72b63681fae7ff_.log 2025-01-24T01:39:26.3192104Z 2025-01-24T01:39:26.3194761Z Running inductor/test_extension_backend 1/1 ... [2025-01-24 01:39:26.319011] 2025-01-24T01:39:26.3195205Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:39:26.3206135Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_extension_backend.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:39:26.320149] 2025-01-24T01:39:36.8993132Z 2025-01-24T01:39:36.8994377Z inductor/test_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_extension_backend_1.1_0c2b7affa8dfd86d_.log 2025-01-24T01:39:36.8995162Z 2025-01-24T01:39:36.8998319Z Running inductor/test_cpu_select_algorithm 1/1 ... [2025-01-24 01:39:36.899670] 2025-01-24T01:39:36.8998784Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:39:36.9005033Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_select_algorithm.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-01-24 01:39:36.900236] 2025-01-24T01:39:47.7395008Z 2025-01-24T01:39:47.7396032Z inductor/test_cpu_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_select_algorithm_1.1_c94ebe5d500916fe_.log 2025-01-24T01:39:47.7396776Z 2025-01-24T01:39:47.7400237Z Running inductor/test_triton_wrapper 1/1 ... [2025-01-24 01:39:47.739942] 2025-01-24T01:39:47.7400677Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:39:47.7407588Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_wrapper.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:39:47.740547] 2025-01-24T01:39:52.4357980Z 2025-01-24T01:39:52.4359205Z inductor/test_triton_wrapper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_wrapper_1.1_f2d2dcafae19602c_.log 2025-01-24T01:39:52.4359915Z 2025-01-24T01:39:52.4363497Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-01-24 01:39:52.435874] 2025-01-24T01:39:52.4363983Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:39:52.4369869Z 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-01-24 01:39:52.436454] 2025-01-24T01:39:57.8872986Z 2025-01-24T01:39:57.8874228Z 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_d586d34af6c831bd_.log 2025-01-24T01:39:57.8875177Z 2025-01-24T01:39:57.8878278Z Running dynamo/test_repros 1/1 ... [2025-01-24 01:39:57.887219] 2025-01-24T01:39:57.8878712Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:39:57.8884781Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.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-01-24 01:39:57.887805] 2025-01-24T01:40:03.1320320Z 2025-01-24T01:40:03.1321225Z dynamo/test_repros 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_repros_1.1_4dda75b65b0b77ea_.log 2025-01-24T01:40:03.1321881Z 2025-01-24T01:40:03.1325385Z Running dynamo/test_after_aot 1/1 ... [2025-01-24 01:40:03.131173] 2025-01-24T01:40:03.1325968Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:03.1331908Z 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-01-24 01:40:03.131173] 2025-01-24T01:40:07.9216330Z 2025-01-24T01:40:07.9217246Z 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_d848d47836eff85f_.log 2025-01-24T01:40:07.9217873Z 2025-01-24T01:40:07.9221789Z Running inductor/test_select_algorithm 1/1 ... [2025-01-24 01:40:07.920461] 2025-01-24T01:40:07.9222251Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:07.9228059Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_select_algorithm.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-01-24 01:40:07.920461] 2025-01-24T01:40:13.3159619Z 2025-01-24T01:40:13.3160606Z inductor/test_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_select_algorithm_1.1_44b7b1992f70ea46_.log 2025-01-24T01:40:13.3161429Z 2025-01-24T01:40:13.3166006Z Running inductor/test_fused_attention 1/1 ... [2025-01-24 01:40:13.316106] 2025-01-24T01:40:13.3168522Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:13.3174772Z 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-01-24 01:40:13.317270] 2025-01-24T01:40:23.0688669Z 2025-01-24T01:40:23.0689663Z 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_a9fa8c1c15fc73b8_.log 2025-01-24T01:40:23.0690392Z 2025-01-24T01:40:23.0692713Z Running dynamo/test_activation_checkpointing 1/1 ... [2025-01-24 01:40:23.065927] 2025-01-24T01:40:23.0693184Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:23.0699036Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_activation_checkpointing.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-01-24 01:40:23.065927] 2025-01-24T01:40:28.2446302Z 2025-01-24T01:40:28.2447470Z dynamo/test_activation_checkpointing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_activation_checkpointing_1.1_8aa1d75dd2d269f5_.log 2025-01-24T01:40:28.2448303Z 2025-01-24T01:40:28.2451371Z Running dynamo/test_misc 1/1 ... [2025-01-24 01:40:28.235160] 2025-01-24T01:40:28.2451777Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:28.2462981Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.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-01-24 01:40:28.245849] 2025-01-24T01:40:34.4848132Z 2025-01-24T01:40:34.4849173Z dynamo/test_misc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_misc_1.1_eea285d68701dd02_.log 2025-01-24T01:40:34.4849774Z 2025-01-24T01:40:34.4853810Z Running inductor/test_aot_inductor_arrayref 1/1 ... [2025-01-24 01:40:34.483678] 2025-01-24T01:40:34.4854298Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:34.4861463Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_arrayref.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:40:34.483678] 2025-01-24T01:40:39.3051853Z 2025-01-24T01:40:39.3052866Z inductor/test_aot_inductor_arrayref 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_arrayref_1.1_daf5e44b9f07a714_.log 2025-01-24T01:40:39.3053635Z 2025-01-24T01:40:39.3057133Z Running inductor/test_minifier_isolate 1/1 ... [2025-01-24 01:40:39.304371] 2025-01-24T01:40:39.3057583Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:39.3063909Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier_isolate.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-01-24 01:40:39.306004] 2025-01-24T01:40:44.0427669Z 2025-01-24T01:40:44.0428610Z inductor/test_minifier_isolate 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_minifier_isolate_1.1_a79521a64cfa4b7c_.log 2025-01-24T01:40:44.0429349Z 2025-01-24T01:40:44.0432705Z Running inductor/test_fx_fusion 1/1 ... [2025-01-24 01:40:44.043038] 2025-01-24T01:40:44.0433126Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:44.0439161Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fx_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-01-24 01:40:44.043606] 2025-01-24T01:40:49.4482968Z 2025-01-24T01:40:49.4483869Z inductor/test_fx_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fx_fusion_1.1_40ad6f8f12dd064f_.log 2025-01-24T01:40:49.4484535Z 2025-01-24T01:40:49.4488237Z Running dynamo/test_config 1/1 ... [2025-01-24 01:40:49.448280] 2025-01-24T01:40:49.4488687Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:49.4494603Z 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-01-24 01:40:49.448888] 2025-01-24T01:40:54.2608874Z 2025-01-24T01:40:54.2609733Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_c13045815799c722_.log 2025-01-24T01:40:54.2610349Z 2025-01-24T01:40:54.2613908Z Running dynamo/test_skip_non_tensor 1/1 ... [2025-01-24 01:40:54.258966] 2025-01-24T01:40:54.2614340Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:54.2620358Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.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-01-24 01:40:54.258966] 2025-01-24T01:40:59.0627521Z 2025-01-24T01:40:59.0628673Z dynamo/test_skip_non_tensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_non_tensor_1.1_71160ea6699a6090_.log 2025-01-24T01:40:59.0629370Z 2025-01-24T01:40:59.0633020Z Running inductor/test_codecache 1/1 ... [2025-01-24 01:40:59.063170] 2025-01-24T01:40:59.0633486Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:40:59.0639331Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_codecache.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-01-24 01:40:59.063766] 2025-01-24T01:41:04.8994965Z 2025-01-24T01:41:04.8995933Z inductor/test_codecache 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_codecache_1.1_005b5651a9657b53_.log 2025-01-24T01:41:04.8996749Z 2025-01-24T01:41:04.9000082Z Running dynamo/test_subgraphs 1/1 ... [2025-01-24 01:41:04.885500] 2025-01-24T01:41:04.9000510Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:04.9006416Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.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-01-24 01:41:04.885500] 2025-01-24T01:41:09.7019374Z 2025-01-24T01:41:09.7020288Z dynamo/test_subgraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subgraphs_1.1_94a687bcdb66743b_.log 2025-01-24T01:41:09.7020932Z 2025-01-24T01:41:09.7024365Z Running inductor/test_triton_kernels 1/1 ... [2025-01-24 01:41:09.699389] 2025-01-24T01:41:09.7024840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:09.7030855Z 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-01-24 01:41:09.699389] 2025-01-24T01:41:14.6021297Z 2025-01-24T01:41:14.6022630Z 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_44a19cee7bb80d94_.log 2025-01-24T01:41:14.6023355Z 2025-01-24T01:41:14.6026299Z Running export/test_db 1/1 ... [2025-01-24 01:41:14.595828] 2025-01-24T01:41:14.6026680Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:14.6032934Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_db.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-01-24 01:41:14.595828] 2025-01-24T01:41:19.7804905Z 2025-01-24T01:41:19.7806008Z export/test_db 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_db_1.1_357a6d5f608b4d18_.log 2025-01-24T01:41:19.7806748Z Running 0 items in this shard: 2025-01-24T01:41:19.7806924Z 2025-01-24T01:41:19.7810342Z Running inductor/test_aot_inductor_package 1/1 ... [2025-01-24 01:41:19.776766] 2025-01-24T01:41:19.7810784Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:19.7816704Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_package.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-01-24 01:41:19.776766] 2025-01-24T01:41:24.6947238Z 2025-01-24T01:41:24.6948470Z inductor/test_aot_inductor_package 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_package_1.1_295d73afe82bb307_.log 2025-01-24T01:41:24.6949337Z 2025-01-24T01:41:24.6952459Z Running export/test_passes 1/1 ... [2025-01-24 01:41:24.694930] 2025-01-24T01:41:24.6953000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:24.6967737Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_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-01-24 01:41:24.696616] 2025-01-24T01:41:30.8980242Z 2025-01-24T01:41:30.8981217Z export/test_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_passes_1.1_63cd99c4f9f3c65a_.log 2025-01-24T01:41:30.8981912Z Running 0 items in this shard: 2025-01-24T01:41:30.8982682Z 2025-01-24T01:41:30.8985677Z Running dynamo/test_export 1/1 ... [2025-01-24 01:41:30.894219] 2025-01-24T01:41:30.8986142Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:30.8992088Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.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-01-24 01:41:30.894219] 2025-01-24T01:41:36.0427938Z 2025-01-24T01:41:36.0428831Z dynamo/test_export 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_export_1.1_1497f119d2a95e7f_.log 2025-01-24T01:41:36.0429455Z 2025-01-24T01:41:36.0433338Z Running inductor/test_multi_kernel 1/1 ... [2025-01-24 01:41:36.043263] 2025-01-24T01:41:36.0433766Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:36.0440148Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_multi_kernel.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-01-24 01:41:36.043833] 2025-01-24T01:41:40.9035012Z 2025-01-24T01:41:40.9036290Z inductor/test_multi_kernel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_multi_kernel_1.1_89b48f27b48bda84_.log 2025-01-24T01:41:40.9037060Z 2025-01-24T01:41:40.9040198Z Running dynamo/test_verify_correctness 1/1 ... [2025-01-24 01:41:40.903350] 2025-01-24T01:41:40.9046011Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:40.9047067Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_verify_correctness.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-01-24 01:41:40.903350] 2025-01-24T01:41:45.8471046Z 2025-01-24T01:41:45.8472502Z dynamo/test_verify_correctness 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_verify_correctness_1.1_e745c0a15dfb0997_.log 2025-01-24T01:41:45.8473237Z 2025-01-24T01:41:45.8476101Z Running inductor/test_b2b_gemm 1/1 ... [2025-01-24 01:41:45.842042] 2025-01-24T01:41:45.8476585Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:45.8482565Z 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-01-24 01:41:45.842042] 2025-01-24T01:41:50.7286464Z 2025-01-24T01:41:50.7287389Z 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_7b3800352d2748cf_.log 2025-01-24T01:41:50.7288038Z 2025-01-24T01:41:50.7291475Z Running inductor/test_triton_syntax 1/1 ... [2025-01-24 01:41:50.721951] 2025-01-24T01:41:50.7291914Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:50.7297941Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_syntax.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:41:50.721951] 2025-01-24T01:41:55.4757345Z 2025-01-24T01:41:55.4758307Z inductor/test_triton_syntax 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_syntax_1.1_0c1e4279ada516f9_.log 2025-01-24T01:41:55.4759087Z 2025-01-24T01:41:55.4763670Z Running inductor/test_inplace_padding 1/1 ... [2025-01-24 01:41:55.475882] 2025-01-24T01:41:55.4764098Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:41:55.4772511Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_inplace_padding.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-01-24 01:41:55.477033] 2025-01-24T01:42:06.2620380Z 2025-01-24T01:42:06.2621493Z inductor/test_inplace_padding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inplace_padding_1.1_a3bc9114f4ae2735_.log 2025-01-24T01:42:06.2622564Z 2025-01-24T01:42:06.2625475Z Running inductor/test_memory 1/1 ... [2025-01-24 01:42:06.262229] 2025-01-24T01:42:06.2625889Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:06.2632153Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_memory.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-01-24 01:42:06.262823] 2025-01-24T01:42:11.2753557Z 2025-01-24T01:42:11.2754529Z inductor/test_memory 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_1.1_a16f9ef2ce0be93d_.log 2025-01-24T01:42:11.2755200Z 2025-01-24T01:42:11.2759871Z Running inductor/test_triton_extension_backend 1/1 ... [2025-01-24 01:42:11.275633] 2025-01-24T01:42:11.2760344Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:11.2767766Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_extension_backend.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:42:11.276209] 2025-01-24T01:42:22.1723272Z 2025-01-24T01:42:22.1724492Z inductor/test_triton_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_extension_backend_1.1_09d49a6d75bf558a_.log 2025-01-24T01:42:22.1725402Z 2025-01-24T01:42:22.1828477Z Running inductor/test_minifier 1/1 ... [2025-01-24 01:42:22.181839] 2025-01-24T01:42:22.1828932Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:22.1838967Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.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-01-24 01:42:22.181839] 2025-01-24T01:42:22.1874915Z Running test_public_bindings 1/1 ... [2025-01-24 01:42:22.181839] 2025-01-24T01:42:22.1875597Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:22.1877457Z Running inductor/test_cudagraph_trees 1/1 ... [2025-01-24 01:42:22.181839] 2025-01-24T01:42:22.1878253Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:22.1890186Z 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-01-24 01:42:22.181839] 2025-01-24T01:42:22.1893950Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cudagraph_trees.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:42:22.181839] 2025-01-24T01:42:27.1752567Z 2025-01-24T01:42:27.1754168Z inductor/test_minifier 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_minifier_1.1_162097090d69fbe3_.log 2025-01-24T01:42:27.1755137Z 2025-01-24T01:42:27.7958866Z 2025-01-24T01:42:27.7960300Z test_public_bindings 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_public_bindings_1.1_42e61fe972749cc6_.log 2025-01-24T01:42:27.7963451Z 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-01-24T01:42:27.7965545Z 2025-01-24T01:42:28.3273791Z 2025-01-24T01:42:28.3274975Z inductor/test_cudagraph_trees 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cudagraph_trees_1.1_306a39b12e34d74e_.log 2025-01-24T01:42:28.3275728Z 2025-01-24T01:42:32.7458303Z Running inductor/test_compiled_autograd 1/1 ... [2025-01-24 01:42:32.740515] 2025-01-24T01:42:32.7458840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:32.7465333Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_compiled_autograd.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:42:32.740515] 2025-01-24T01:42:33.1045302Z Running inductor/test_torchinductor_opinfo 1/1 ... [2025-01-24 01:42:33.101650] 2025-01-24T01:42:33.1045853Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:33.1052087Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.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-01-24 01:42:33.101650] 2025-01-24T01:42:33.7103085Z Running inductor/test_cpu_repro 1/1 ... [2025-01-24 01:42:33.709811] 2025-01-24T01:42:33.7103663Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:33.7115993Z 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-01-24 01:42:33.710952] 2025-01-24T01:42:44.2841746Z 2025-01-24T01:42:44.2843455Z inductor/test_compiled_autograd 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_compiled_autograd_1.1_1d6e3d22964576e9_.log 2025-01-24T01:42:44.2844215Z 2025-01-24T01:42:46.8601604Z 2025-01-24T01:42:46.8602761Z inductor/test_torchinductor_opinfo 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_opinfo_1.1_8bae2159e506c28c_.log 2025-01-24T01:42:46.8603545Z 2025-01-24T01:42:48.9374202Z 2025-01-24T01:42:48.9375281Z 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_cf90f80ece77a972_.log 2025-01-24T01:42:48.9375941Z 2025-01-24T01:42:49.8402677Z Running inductor/test_standalone_compile 1/1 ... [2025-01-24 01:42:49.836812] 2025-01-24T01:42:49.8403209Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:49.8409407Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_standalone_compile.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-01-24 01:42:49.836812] 2025-01-24T01:42:52.0633889Z Running inductor/test_extension_backend 1/1 ... [2025-01-24 01:42:52.063175] 2025-01-24T01:42:52.0634618Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:52.0640403Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_extension_backend.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:42:52.063208] 2025-01-24T01:42:54.2468864Z Running inductor/test_cpu_select_algorithm 1/1 ... [2025-01-24 01:42:54.241126] 2025-01-24T01:42:54.2469421Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:42:54.2477108Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_cpu_select_algorithm.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-01-24 01:42:54.241126] 2025-01-24T01:42:59.6497198Z 2025-01-24T01:42:59.6498533Z inductor/test_standalone_compile 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_standalone_compile_1.1_059098996521647f_.log 2025-01-24T01:42:59.6499359Z 2025-01-24T01:43:03.1173185Z 2025-01-24T01:43:03.1174302Z inductor/test_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_extension_backend_1.1_0e1795e8b433e6a4_.log 2025-01-24T01:43:03.1175070Z 2025-01-24T01:43:05.3274904Z Running inductor/test_triton_wrapper 1/1 ... [2025-01-24 01:43:05.326414] 2025-01-24T01:43:05.3275603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:05.3282711Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_wrapper.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:43:05.327457] 2025-01-24T01:43:05.5415458Z 2025-01-24T01:43:05.5417054Z inductor/test_cpu_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_cpu_select_algorithm_1.1_b1a232a67ec979be_.log 2025-01-24T01:43:05.5417839Z 2025-01-24T01:43:08.4728280Z Running inductor/test_split_cat_fx_passes 1/1 ... [2025-01-24 01:43:08.472498] 2025-01-24T01:43:08.4728818Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:08.4734932Z 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-01-24 01:43:08.473113] 2025-01-24T01:43:10.2540002Z 2025-01-24T01:43:10.2541361Z inductor/test_triton_wrapper 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_wrapper_1.1_2d793fc8c4d45863_.log 2025-01-24T01:43:10.2542108Z 2025-01-24T01:43:10.8752767Z Running dynamo/test_repros 1/1 ... [2025-01-24 01:43:10.861188] 2025-01-24T01:43:10.8759189Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:10.8760318Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.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-01-24 01:43:10.861188] 2025-01-24T01:43:14.1873121Z 2025-01-24T01:43:14.1874205Z 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_dba677a3efa6c578_.log 2025-01-24T01:43:14.1874956Z 2025-01-24T01:43:15.6725373Z Running dynamo/test_after_aot 1/1 ... [2025-01-24 01:43:15.672245] 2025-01-24T01:43:15.6725865Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:15.6732446Z 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-01-24 01:43:15.672826] 2025-01-24T01:43:16.3576748Z 2025-01-24T01:43:16.3577721Z dynamo/test_repros 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_repros_1.1_33fdc885dc11e3ba_.log 2025-01-24T01:43:16.3578355Z 2025-01-24T01:43:19.3933591Z Running inductor/test_select_algorithm 1/1 ... [2025-01-24 01:43:19.392954] 2025-01-24T01:43:19.3934145Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:19.3940344Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_select_algorithm.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-01-24 01:43:19.393545] 2025-01-24T01:43:20.7372975Z 2025-01-24T01:43:20.7373867Z 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_46e6da809091c262_.log 2025-01-24T01:43:20.7374539Z 2025-01-24T01:43:21.7059193Z Running inductor/test_fused_attention 1/1 ... [2025-01-24 01:43:21.700624] 2025-01-24T01:43:21.7059729Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:21.7065820Z 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-01-24 01:43:21.706236] 2025-01-24T01:43:25.0825446Z 2025-01-24T01:43:25.0826700Z inductor/test_select_algorithm 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_select_algorithm_1.1_6ce7b155ed38561d_.log 2025-01-24T01:43:25.0827439Z 2025-01-24T01:43:26.0246355Z Running dynamo/test_activation_checkpointing 1/1 ... [2025-01-24 01:43:26.022384] 2025-01-24T01:43:26.0246941Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:26.0252841Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_activation_checkpointing.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-01-24 01:43:26.022384] 2025-01-24T01:43:30.4124133Z Running dynamo/test_misc 1/1 ... [2025-01-24 01:43:30.411893] 2025-01-24T01:43:30.4124648Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:30.4137420Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.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-01-24 01:43:30.412503] 2025-01-24T01:43:31.4398570Z 2025-01-24T01:43:31.4399944Z dynamo/test_activation_checkpointing 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_activation_checkpointing_1.1_938c695c693c9e0a_.log 2025-01-24T01:43:31.4400791Z 2025-01-24T01:43:32.0474755Z 2025-01-24T01:43:32.0475814Z 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_b14ff45ec6715602_.log 2025-01-24T01:43:32.0476562Z 2025-01-24T01:43:36.8590805Z Running inductor/test_aot_inductor_arrayref 1/1 ... [2025-01-24 01:43:36.855073] 2025-01-24T01:43:36.8591325Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:36.8597803Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_arrayref.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:43:36.855073] 2025-01-24T01:43:36.8844567Z 2025-01-24T01:43:36.8845449Z dynamo/test_misc 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_misc_1.1_d0cc70a88254aef8_.log 2025-01-24T01:43:36.8847902Z 2025-01-24T01:43:37.4434954Z Running inductor/test_minifier_isolate 1/1 ... [2025-01-24 01:43:37.441940] 2025-01-24T01:43:37.4435485Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:37.4441789Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier_isolate.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-01-24 01:43:37.441940] 2025-01-24T01:43:42.0786184Z 2025-01-24T01:43:42.0787577Z inductor/test_aot_inductor_arrayref 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_arrayref_1.1_9bcc05b646d2e5c9_.log 2025-01-24T01:43:42.0788641Z 2025-01-24T01:43:42.3034888Z Running inductor/test_fx_fusion 1/1 ... [2025-01-24 01:43:42.301021] 2025-01-24T01:43:42.3035412Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:42.3042009Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_fx_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-01-24 01:43:42.301021] 2025-01-24T01:43:42.6453756Z 2025-01-24T01:43:42.6455492Z inductor/test_minifier_isolate 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_minifier_isolate_1.1_0259c24b36febac2_.log 2025-01-24T01:43:42.6456610Z 2025-01-24T01:43:47.2286136Z Running dynamo/test_config 1/1 ... [2025-01-24 01:43:47.228284] 2025-01-24T01:43:47.2286623Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:47.2293171Z 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-01-24 01:43:47.228284] 2025-01-24T01:43:47.8594466Z 2025-01-24T01:43:47.8595938Z inductor/test_fx_fusion 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_fx_fusion_1.1_79bc27b04c9929d4_.log 2025-01-24T01:43:47.8597072Z 2025-01-24T01:43:47.8901764Z Running dynamo/test_skip_non_tensor 1/1 ... [2025-01-24 01:43:47.880075] 2025-01-24T01:43:47.8902249Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:47.8916803Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.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-01-24 01:43:47.890144] 2025-01-24T01:43:52.0766151Z 2025-01-24T01:43:52.0767554Z dynamo/test_config 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_config_1.1_cd80ec420b126bdc_.log 2025-01-24T01:43:52.0768254Z 2025-01-24T01:43:52.7947133Z 2025-01-24T01:43:52.7948399Z dynamo/test_skip_non_tensor 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_skip_non_tensor_1.1_91bbc76e2e4c7f49_.log 2025-01-24T01:43:52.7949100Z 2025-01-24T01:43:53.0481885Z Running inductor/test_codecache 1/1 ... [2025-01-24 01:43:53.047511] 2025-01-24T01:43:53.0482381Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:53.0489710Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_codecache.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-01-24 01:43:53.048674] 2025-01-24T01:43:57.2839163Z Running dynamo/test_subgraphs 1/1 ... [2025-01-24 01:43:57.283428] 2025-01-24T01:43:57.2839726Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:57.2846087Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.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-01-24 01:43:57.284000] 2025-01-24T01:43:58.0487865Z Running inductor/test_triton_kernels 1/1 ... [2025-01-24 01:43:58.039222] 2025-01-24T01:43:58.0488349Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:43:58.0495582Z 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-01-24 01:43:58.049351] 2025-01-24T01:43:59.0746069Z 2025-01-24T01:43:59.0747283Z inductor/test_codecache 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_codecache_1.1_5b6526814771a33d_.log 2025-01-24T01:43:59.0748290Z 2025-01-24T01:44:02.1973748Z 2025-01-24T01:44:02.1974688Z dynamo/test_subgraphs 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_subgraphs_1.1_77a43bc3b4ec89a5_.log 2025-01-24T01:44:02.1975343Z 2025-01-24T01:44:02.9894630Z 2025-01-24T01:44:02.9895568Z 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_99bdd7f1e9f6734a_.log 2025-01-24T01:44:02.9896272Z 2025-01-24T01:44:04.2734484Z Running export/test_db 1/1 ... [2025-01-24 01:44:04.273169] 2025-01-24T01:44:04.2734957Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:04.2741330Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_db.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-01-24 01:44:04.273754] 2025-01-24T01:44:07.4108334Z Running inductor/test_aot_inductor_package 1/1 ... [2025-01-24 01:44:07.409760] 2025-01-24T01:44:07.4109256Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:07.4148141Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_aot_inductor_package.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-01-24 01:44:07.414560] 2025-01-24T01:44:08.5073786Z Running export/test_passes 1/1 ... [2025-01-24 01:44:08.502277] 2025-01-24T01:44:08.5074244Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:08.5087362Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'export/test_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-01-24 01:44:08.502277] 2025-01-24T01:44:09.4928879Z 2025-01-24T01:44:09.4929812Z export/test_db 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_db_1.1_9c968a0421ffae27_.log 2025-01-24T01:44:09.4942841Z Running 36 items in this shard: test/export/test_db.py::ExampleTests::test_exportdb_not_supported_case_dynamic_shape_round, test/export/test_db.py::ExampleTests::test_exportdb_not_supported_case_model_attr_mutation, test/export/test_db.py::ExampleTests::test_exportdb_not_supported_case_optional_input, test/export/test_db.py::ExampleTests::test_exportdb_not_supported_case_unsupported_operator, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_assume_constant_result, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_autograd_function, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_class_method, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_cond_branch_class_method, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_cond_branch_nested_function, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_cond_branch_nonlocal_variables, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_cond_closed_over_variable, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_cond_operands, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_cond_predicate, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_constrain_as_size_example, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_constrain_as_value_example, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_decorator, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_dictionary, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_dynamic_shape_assert, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_dynamic_shape_constructor, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_dynamic_shape_if_guard, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_dynamic_shape_map, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_dynamic_shape_slicing, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_dynamic_shape_view, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_fn_with_kwargs, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_list_contains, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_list_unpack, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_nested_function, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_null_context_manager, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_pytree_flatten, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_scalar_output, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_specialized_attribute, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_static_for_loop, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_static_if, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_tensor_setattr, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_type_reflection_method, test/export/test_db.py::ExampleTests::test_exportdb_supported_case_user_input_mutation 2025-01-24T01:44:09.4955353Z 2025-01-24T01:44:12.2179100Z 2025-01-24T01:44:12.2180183Z inductor/test_aot_inductor_package 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_package_1.1_b0da54c1e657e5a9_.log 2025-01-24T01:44:12.2180948Z 2025-01-24T01:44:14.7539359Z Running dynamo/test_export 1/1 ... [2025-01-24 01:44:14.746697] 2025-01-24T01:44:14.7540088Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:14.7546195Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.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-01-24 01:44:14.746697] 2025-01-24T01:44:17.4132648Z Running inductor/test_multi_kernel 1/1 ... [2025-01-24 01:44:17.412742] 2025-01-24T01:44:17.4138557Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:17.4139753Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_multi_kernel.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-01-24 01:44:17.413336] 2025-01-24T01:44:19.9430772Z 2025-01-24T01:44:19.9432419Z dynamo/test_export 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_export_1.1_78e0ee93ee21e2be_.log 2025-01-24T01:44:22.2505880Z 2025-01-24T01:44:22.2505899Z 2025-01-24T01:44:22.2507367Z inductor/test_multi_kernel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_multi_kernel_1.1_9b808a8b13bc49ec_.log 2025-01-24T01:44:22.2508243Z 2025-01-24T01:44:25.3057416Z Running dynamo/test_verify_correctness 1/1 ... [2025-01-24 01:44:25.290550] 2025-01-24T01:44:25.3057915Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:25.3064032Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_verify_correctness.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-01-24 01:44:25.290550] 2025-01-24T01:44:27.4827776Z Running inductor/test_b2b_gemm 1/1 ... [2025-01-24 01:44:27.482359] 2025-01-24T01:44:27.4828253Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:27.4834565Z 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-01-24 01:44:27.482938] 2025-01-24T01:44:30.1753441Z 2025-01-24T01:44:30.1754570Z dynamo/test_verify_correctness 1/1 was successful, full logs can be found in artifacts with path test/test-reports/dynamo.test_verify_correctness_1.1_96889f13feabf78d_.log 2025-01-24T01:44:30.1755292Z 2025-01-24T01:44:32.2937831Z 2025-01-24T01:44:32.2939080Z 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_87cccd948d96c6f1_.log 2025-01-24T01:44:32.2939739Z 2025-01-24T01:44:35.5271917Z Running inductor/test_triton_syntax 1/1 ... [2025-01-24 01:44:35.527007] 2025-01-24T01:44:35.5272405Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:35.5294224Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_syntax.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:44:35.527575] 2025-01-24T01:44:37.3766462Z 2025-01-24T01:44:37.3767392Z export/test_passes 1/1 was successful, full logs can be found in artifacts with path test/test-reports/export.test_passes_1.1_2c88cce41fdc0623_.log 2025-01-24T01:44:37.3775224Z Running 24 items in this shard: test/export/test_passes.py::TestPasses::test_custom_obj_tuple_out, test/export/test_passes.py::TestPasses::test_fakify_script_objects, test/export/test_passes.py::TestPasses::test_fakify_script_objects_properly_handle_containers, test/export/test_passes.py::TestPasses::test_functionalization_with_view_copy, test/export/test_passes.py::TestPasses::test_inline_, test/export/test_passes.py::TestPasses::test_math_ops, test/export/test_passes.py::TestPasses::test_move_to_device_pass, test/export/test_passes.py::TestPasses::test_predispatch_autocast, test/export/test_passes.py::TestPasses::test_predispatch_autocast_and_set_grad, test/export/test_passes.py::TestPasses::test_predispatch_set_grad, test/export/test_passes.py::TestPasses::test_remove_auto_functionalized_pass, test/export/test_passes.py::TestPasses::test_remove_auto_functionalized_pass_tuple, test/export/test_passes.py::TestPasses::test_remove_effect_token_kwargs, test/export/test_passes.py::TestPasses::test_runtime_assert_inline_constraints_for_cond, test/export/test_passes.py::TestPasses::test_runtime_assert_inline_constraints_for_item, test/export/test_passes.py::TestPasses::test_runtime_assert_inline_constraints_for_nonzero, test/export/test_passes.py::TestPasses::test_runtime_assert_multiple_dims, test/export/test_passes.py::TestPasses::test_runtime_assert_one_dim, test/export/test_passes.py::TestPasses::test_runtime_assert_some_dims_not_specified, test/export/test_passes.py::TestPasses::test_runtime_assert_some_inps_not_used, test/export/test_passes.py::TestPasses::test_sequential_split, test/export/test_passes.py::TestPasses::test_sequential_split_graph, test/export/test_passes.py::TestPasses::test_view_to_view_copy, test/export/test_passes.py::TestPasses::test_views_op_having_view_copy 2025-01-24T01:44:37.3782457Z 2025-01-24T01:44:37.6490258Z Running inductor/test_inplace_padding 1/1 ... [2025-01-24 01:44:37.648784] 2025-01-24T01:44:37.6490805Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:37.6498127Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_inplace_padding.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-01-24 01:44:37.649389] 2025-01-24T01:44:40.5694199Z 2025-01-24T01:44:40.5695296Z inductor/test_triton_syntax 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_syntax_1.1_06233c041c2acc35_.log 2025-01-24T01:44:40.5696035Z 2025-01-24T01:44:42.6501136Z Running inductor/test_memory 1/1 ... [2025-01-24 01:44:42.647665] 2025-01-24T01:44:42.6501867Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:42.6508055Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_memory.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-01-24 01:44:42.647665] 2025-01-24T01:44:45.8629373Z Running inductor/test_triton_extension_backend 1/1 ... [2025-01-24 01:44:45.862526] 2025-01-24T01:44:45.8629911Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:44:45.8635973Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_triton_extension_backend.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-01-24 01:44:45.862526] 2025-01-24T01:44:47.7001067Z 2025-01-24T01:44:47.7002257Z inductor/test_memory 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_memory_1.1_db15865a8bf3e2ec_.log 2025-01-24T01:44:47.7003333Z 2025-01-24T01:44:48.9562296Z 2025-01-24T01:44:48.9563271Z inductor/test_inplace_padding 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_inplace_padding_1.1_683ecee19ce0f98c_.log 2025-01-24T01:44:48.9564228Z 2025-01-24T01:44:56.9029975Z 2025-01-24T01:44:56.9031448Z inductor/test_triton_extension_backend 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_triton_extension_backend_1.1_21b5a0811952e4e9_.log 2025-01-24T01:44:56.9032241Z 2025-01-24T01:44:57.7348030Z Running test batch 'tests to run' cost 435.92 seconds 2025-01-24T01:44:58.4824181Z 2025-01-24T01:44:58.4825344Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2025-01-24T01:44:58.4825762Z 2025-01-24T01:44:58.4826007Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2025-01-24T01:44:58.4829880Z 2025-01-24T01:44:58.4830129Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:44:58.4853169Z + [[ 1 == 1 ]] 2025-01-24T01:44:58.4853536Z + [[ 3 -gt 1 ]] 2025-01-24T01:44:58.4853994Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-01-24T01:44:58.5010511Z 2025-01-24T01:44:58.5011408Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\setup_pytorch_env.bat 2025-01-24T01:44:58.5021831Z 2025-01-24T01:44:58.5024381Z 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-01-24T01:44:58.5027062Z 2025-01-24T01:44:58.5027594Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T01:44:58.5028269Z 2025-01-24T01:44:58.5028849Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-01-24T01:44:58.5038727Z 2025-01-24T01:44:58.5039750Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-01-24T01:44:58.5043299Z 2025-01-24T01:44:58.5043804Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-01-24T01:44:58.5046419Z 2025-01-24T01:44:58.5046884Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-01-24T01:44:58.5048036Z 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-01-24T01:44:58.5049061Z if errorlevel 1 exit /b 2025-01-24T01:44:58.5049359Z if not errorlevel 0 exit /b 2025-01-24T01:44:58.5050178Z 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-01-24T01:44:58.5051047Z if errorlevel 1 exit /b 2025-01-24T01:44:58.5051364Z if not errorlevel 0 exit /b 2025-01-24T01:44:58.5051622Z ) 2025-01-24T01:44:58.5051760Z 2025-01-24T01:44:58.5052124Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T01:44:59.1833943Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? qM�N�����$�I��I��������I�>�`�����I��I���I���I��I�^^`�pN����I��K�����I�''��b�lF^�1��b�F^�1 2025-01-24T01:44:59.1836148Z �f`�&�1�ЮN��ީ��p�I���ЮN��ީ��4�`�(ѮN�pݩ����PQ���`����I�q�h`�xѮN��ީ��C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py�I�j���0�I�����a���ЮN��ީ��\�I� 2025-01-24T01:44:59.1837429Z �`ѮN�`ߩ������a(ѮN�pݩ�������������ѮN��ߩ���dՓn��,;�ѮN��ߩ���dՓn��,;�ѮN��ߩ���dՓn��,;��,;��,;���ЮN��ީ����I�O\JkiA? 2025-01-24T01:44:59.1838024Z 2025-01-24T01:44:59.1839034Z ixѮN��ީ��C:\Jenkins\Miniconda3\Lib\site-packages\torch\functional.py�ЮN��ީ�� �I�;i$�f-+ 2025-01-24T01:44:59.1839770Z 2025-01-24T01:44:59.1840473Z c �I�����1����I���k�����I^������ ��� 0�4�����b�0�����b��vF^�1'��a�@ 2025-01-24T01:44:59.1843125Z �f`�&C.�9��'��a��I�B��I���I���h`�P�I�=��a���������p&���PQ���`���q�h`���I�p&���PQ����������I�{c!�������I������p����������I���J4`��I����I�����I���I���I��������4���j�����I�S���8�I�����������������ܪ���I��/`�y���`�I��I�S����ܪ���I�ѮN�ݩ��������ܪ��S��� {�����NxѮN��ީ��C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py�o���m���2ѮN��ݩ��ѮN�pݩ��P��������m���ѮN��ݩ��ѮN�pݩ��Х������������ѮN��ݩ��ѮN�pݩ��`���������ѮN��ݩ��ѮN�pݩ��0�����ЮN��ީ����I�O�A? 2025-01-24T01:44:59.1844832Z 2025-01-24T01:44:59.1846110Z ѮN��ީ��C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ѮN��ީ��@�I�BA?xѮN��ީ����� 2025-01-24T01:44:59.1847367Z �ѮN��ݩ��ѮN�pݩ�����������ѮN��ݩ��ѮN�pݩ�������� �I�ѮN��ݩ��`z���ѮN�pݩ�������ѮN��ݩ�����ѮN�pݩ�������nF^ 2025-01-24T01:44:59.2850401Z Overwrite C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py (Yes/No/All)? ********************************************************************** 2025-01-24T01:44:59.2851207Z ** Visual Studio 2019 Developer Command Prompt v16.11.42 2025-01-24T01:44:59.2852518Z ** Copyright (c) 2021 Microsoft Corporation 2025-01-24T01:44:59.2852908Z ********************************************************************** 2025-01-24T01:44:59.7126136Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-01-24T01:44:59.7159570Z 2025-01-24T01:44:59.7160156Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-01-24T01:44:59.7163405Z 2025-01-24T01:44:59.7164014Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-01-24T01:44:59.7167067Z 2025-01-24T01:44:59.7167609Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-01-24T01:44:59.7169733Z 2025-01-24T01:44:59.7170411Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-01-24T01:44:59.7173006Z 2025-01-24T01:44:59.7173240Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-01-24T01:44:59.7173651Z ALLUSERSPROFILE=C:\ProgramData 2025-01-24T01:44:59.7174112Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T01:44:59.7174597Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-01-24T01:44:59.7174955Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T01:44:59.7175264Z AWS_EXECUTION_ENV=EC2 2025-01-24T01:44:59.7175653Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2025-01-24T01:44:59.7175972Z CI=true 2025-01-24T01:44:59.7176188Z CommandPromptType=Native 2025-01-24T01:44:59.7176522Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-01-24T01:44:59.7176907Z COMPUTERNAME=EC2AMAZ-PEHGJN5 2025-01-24T01:44:59.7177192Z COMSPEC=C:\Windows\system32\cmd.exe 2025-01-24T01:44:59.7177620Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:44:59.7178133Z CONDA_DEFAULT_ENV=base 2025-01-24T01:44:59.7178477Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-01-24T01:44:59.7179156Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:44:59.7179598Z CONDA_PARENT_DIR=C:\Jenkins 2025-01-24T01:44:59.7179979Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-01-24T01:44:59.7180378Z CONDA_PROMPT_MODIFIER=(base) 2025-01-24T01:44:59.7180743Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-01-24T01:44:59.7181279Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:44:59.7181805Z CONDA_SHLVL=1 2025-01-24T01:44:59.7182070Z CONTINUE_THROUGH_ERROR=False 2025-01-24T01:44:59.7182508Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T01:44:59.7183136Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-01-24T01:44:59.7183736Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T01:44:59.7184329Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-01-24T01:44:59.7184959Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T01:44:59.7185449Z CUDA_VERSION=cpu 2025-01-24T01:44:59.7185785Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-01-24T01:44:59.7186267Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-01-24T01:44:59.7186953Z CommonProgramW6432=C:\Program Files\Common Files 2025-01-24T01:44:59.7187584Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-01-24T01:44:59.7188175Z DISTUTILS_USE_SDK=1 2025-01-24T01:44:59.7188505Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-01-24T01:44:59.7188914Z EC2LAUNCH_TELEMETRY=1 2025-01-24T01:44:59.7189380Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-01-24T01:44:59.7189942Z Framework40Version=v4.0 2025-01-24T01:44:59.7190312Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T01:44:59.7190852Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T01:44:59.7191264Z FrameworkVersion=v4.0.30319 2025-01-24T01:44:59.7191613Z FrameworkVersion64=v4.0.30319 2025-01-24T01:44:59.7191946Z GITHUB_ACTION=test 2025-01-24T01:44:59.7192183Z GITHUB_ACTIONS=true 2025-01-24T01:44:59.7192435Z GITHUB_ACTION_REF= 2025-01-24T01:44:59.7192717Z GITHUB_ACTION_REPOSITORY= 2025-01-24T01:44:59.7192997Z GITHUB_ACTOR=pytorch-bot[bot] 2025-01-24T01:44:59.7193298Z GITHUB_ACTOR_ID=54816060 2025-01-24T01:44:59.7193614Z GITHUB_API_URL=https://api.github.com 2025-01-24T01:44:59.7193911Z GITHUB_BASE_REF= 2025-01-24T01:44:59.7194411Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:44:59.7195070Z GITHUB_EVENT_NAME=push 2025-01-24T01:44:59.7195457Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-01-24T01:44:59.7195983Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T01:44:59.7196349Z GITHUB_HEAD_REF= 2025-01-24T01:44:59.7196570Z GITHUB_JOB=test 2025-01-24T01:44:59.7197106Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:44:59.7198193Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:44:59.7198866Z GITHUB_REF=refs/tags/ciflow/trunk/145539 2025-01-24T01:44:59.7199289Z GITHUB_REF_NAME=ciflow/trunk/145539 2025-01-24T01:44:59.7199672Z GITHUB_REF_PROTECTED=false 2025-01-24T01:44:59.7200057Z GITHUB_REF_TYPE=tag 2025-01-24T01:44:59.7200385Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T01:44:59.7200763Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T01:44:59.7201098Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T01:44:59.7201458Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T01:44:59.7201835Z GITHUB_RETENTION_DAYS=90 2025-01-24T01:44:59.7202127Z GITHUB_RUN_ATTEMPT=1 2025-01-24T01:44:59.7202471Z GITHUB_RUN_ID=12940918145 2025-01-24T01:44:59.7202767Z GITHUB_RUN_NUMBER=113598 2025-01-24T01:44:59.7203108Z GITHUB_SERVER_URL=https://github.com 2025-01-24T01:44:59.7203529Z GITHUB_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:44:59.7204241Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:44:59.7205311Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_c0c467d3-ae88-4d5d-8e4d-b8ec41bb8296 2025-01-24T01:44:59.7206071Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2025-01-24T01:44:59.7206459Z GITHUB_WORKFLOW=trunk 2025-01-24T01:44:59.7207002Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/145539 2025-01-24T01:44:59.7207744Z GITHUB_WORKFLOW_SHA=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:44:59.7208259Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:44:59.7208711Z GIT_DEFAULT_BRANCH=main 2025-01-24T01:44:59.7209035Z HOME=C:\Users\runneruser 2025-01-24T01:44:59.7212040Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-01-24T01:44:59.7214675Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T01:44:59.7215401Z INSTALL_WINDOWS_SDK=1 2025-01-24T01:44:59.7215646Z JOB_ID=36097507304 2025-01-24T01:44:59.7216172Z JOB_NAME=win-vs2019-cpu-py3 / test (default, 1, 3, windows.4xlarge.nonephemeral) 2025-01-24T01:44:59.7217637Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-01-24T01:44:59.7220392Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-01-24T01:44:59.7221918Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-01-24T01:44:59.7222456Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-01-24T01:44:59.7222860Z NO_TD=False 2025-01-24T01:44:59.7223077Z NO_TEST_TIMEOUT=False 2025-01-24T01:44:59.7223359Z NUMBER_OF_PROCESSORS=16 2025-01-24T01:44:59.7223620Z NUM_TEST_SHARDS=3 2025-01-24T01:44:59.7223863Z OLDPWD=C:/12940918145/build-results 2025-01-24T01:44:59.7224105Z OS=Windows_NT 2025-01-24T01:44:59.7231221Z PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T01:44:59.7238903Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-01-24T01:44:59.7239246Z Platform=x64 2025-01-24T01:44:59.7239466Z PROCESSOR_ARCHITECTURE=AMD64 2025-01-24T01:44:59.7239839Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-01-24T01:44:59.7240239Z PROCESSOR_LEVEL=6 2025-01-24T01:44:59.7240454Z PROCESSOR_REVISION=5507 2025-01-24T01:44:59.7240686Z PROGRAMFILES=C:\Program Files 2025-01-24T01:44:59.7241089Z PROJECT_DIR=C:/actions-runner/_work/pytorch/pytorch 2025-01-24T01:44:59.7241487Z PROJECT_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:44:59.7241820Z PROMPT=(base) $P$G 2025-01-24T01:44:59.7242023Z PR_NUMBER= 2025-01-24T01:44:59.7242486Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-01-24T01:44:59.7243165Z PUBLIC=C:\Users\Public 2025-01-24T01:44:59.7244242Z *** 2025-01-24T01:44:59.7244608Z PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2025-01-24T01:44:59.7245004Z PYTHON_VERSION=3.9 2025-01-24T01:44:59.7245280Z PYTORCH_FINAL_PACKAGE_DIR=C:/12940918145/build-results/ 2025-01-24T01:44:59.7245685Z PYTORCH_FINAL_PACKAGE_DIR_WIN=C:\12940918145\build-results\ 2025-01-24T01:44:59.7246038Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK=0 2025-01-24T01:44:59.7246314Z PYTORCH_TEST_RERUN_DISABLED_TESTS=0 2025-01-24T01:44:59.7246593Z ProgramData=C:\ProgramData 2025-01-24T01:44:59.7246851Z ProgramFiles(x86)=C:\Program Files (x86) 2025-01-24T01:44:59.7247156Z ProgramW6432=C:\Program Files 2025-01-24T01:44:59.7247413Z REENABLED_ISSUES= 2025-01-24T01:44:59.7247610Z RUNNER_ARCH=X64 2025-01-24T01:44:59.7247821Z RUNNER_ENVIRONMENT=self-hosted 2025-01-24T01:44:59.7248158Z RUNNER_NAME=i-03e8359c038aad69e 2025-01-24T01:44:59.7248394Z RUNNER_OS=Windows 2025-01-24T01:44:59.7248645Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-01-24T01:44:59.7248978Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-01-24T01:44:59.7249367Z RUNNER_TRACKING_ID=github_010b97f0-ca45-428e-b7f0-f7977570f2fe 2025-01-24T01:44:59.7249772Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-01-24T01:44:59.7250269Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T01:44:59.7250759Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:44:59.7251055Z SHARD_NUMBER=1 2025-01-24T01:44:59.7251244Z SHLVL=2 2025-01-24T01:44:59.7251489Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-01-24T01:44:59.7251824Z SYSTEMDRIVE=C: 2025-01-24T01:44:59.7252019Z SYSTEMROOT=C:\Windows 2025-01-24T01:44:59.7252314Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:44:59.7252614Z TERM=xterm-256color 2025-01-24T01:44:59.7252819Z TEST_CONFIG=default 2025-01-24T01:44:59.7253099Z TEST_DIR=C:/actions-runner/_work/pytorch/pytorch/test 2025-01-24T01:44:59.7253493Z TEST_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\test 2025-01-24T01:44:59.7253817Z TEST_SHOWLOCALS=False 2025-01-24T01:44:59.7254056Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:44:59.7254364Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:44:59.7254723Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T01:44:59.7255228Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-01-24T01:44:59.7255646Z TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T01:44:59.7255918Z UCRTVersion=10.0.19041.0 2025-01-24T01:44:59.7256248Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T01:44:59.7256611Z UPDATEFILE=update.finished 2025-01-24T01:44:59.7256860Z USERDOMAIN=EC2AMAZ-PEHGJN5 2025-01-24T01:44:59.7257108Z USERNAME=runneruser 2025-01-24T01:44:59.7257379Z USERPROFILE=C:\Users\runneruser 2025-01-24T01:44:59.7257627Z USE_CUDA=0 2025-01-24T01:44:59.7258019Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-01-24T01:44:59.7258660Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-01-24T01:44:59.7259422Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-01-24T01:44:59.7260193Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-01-24T01:44:59.7260728Z VCToolsVersion=14.29.30133 2025-01-24T01:44:59.7260971Z VC_PRODUCT=BuildTools 2025-01-24T01:44:59.7261180Z VC_VERSION= 2025-01-24T01:44:59.7261360Z VC_YEAR=2019 2025-01-24T01:44:59.7261706Z VERBOSE_ARG='SilentlyContinue' 2025-01-24T01:44:59.7261962Z VERBOSE_TEST_LOGS=False 2025-01-24T01:44:59.7262201Z VisualStudioVersion=16.0 2025-01-24T01:44:59.7262649Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-01-24T01:44:59.7263116Z VSCMD_ARG_app_plat=Desktop 2025-01-24T01:44:59.7263367Z VSCMD_ARG_HOST_ARCH=x64 2025-01-24T01:44:59.7263595Z VSCMD_ARG_TGT_ARCH=x64 2025-01-24T01:44:59.7263798Z VSCMD_VER=16.11.42 2025-01-24T01:44:59.7264150Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-01-24T01:44:59.7264569Z VS_VERSION=16.8.6 2025-01-24T01:44:59.7264758Z WINDIR=C:\Windows 2025-01-24T01:44:59.7265329Z 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-01-24T01:44:59.7266058Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-01-24T01:44:59.7266483Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T01:44:59.7266829Z WindowsSDKLibVersion=10.0.19041.0\ 2025-01-24T01:44:59.7267245Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-01-24T01:44:59.7267675Z WindowsSDKVersion=10.0.19041.0\ 2025-01-24T01:44:59.7268234Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-01-24T01:44:59.7268997Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-01-24T01:44:59.7269697Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/test_libtorch.bat 2025-01-24T01:44:59.7270178Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-01-24T01:44:59.7270704Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-01-24T01:44:59.7271219Z __DOTNET_ADD_64BIT=1 2025-01-24T01:44:59.7271520Z __DOTNET_PREFERRED_BITNESS=64 2025-01-24T01:44:59.7274846Z __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-01-24T01:44:59.7278074Z 2025-01-24T01:44:59.7278289Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-01-24T01:44:59.7278607Z 2025-01-24T01:44:59.7278908Z (base) C:\actions-runner\_work\pytorch\pytorch>set CWD=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:44:59.7279301Z 2025-01-24T01:44:59.7279726Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\bin 2025-01-24T01:44:59.7280271Z 2025-01-24T01:44:59.7287603Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T01:44:59.7295176Z 2025-01-24T01:44:59.7295624Z (base) C:\actions-runner\_work\pytorch\pytorch>set TORCH_CPP_TEST_MNIST_PATH=C:\actions-runner\_work\pytorch\pytorch\test\cpp\api\mnist 2025-01-24T01:44:59.7296206Z 2025-01-24T01:44:59.7296708Z (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-01-24T01:45:05.5263241Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2025-01-24T01:45:05.5263815Z Failed to download (trying next): 2025-01-24T01:45:05.5264387Z 2025-01-24T01:45:05.5265176Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz ... 2025-01-24T01:45:05.5266017Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2025-01-24T01:45:05.5266475Z Failed to download (trying next): 2025-01-24T01:45:05.5267025Z 2025-01-24T01:45:05.5267804Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz ... 2025-01-24T01:45:05.5268468Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2025-01-24T01:45:05.5268995Z Failed to download (trying next): 2025-01-24T01:45:05.5269593Z 2025-01-24T01:45:05.5270374Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz ... 2025-01-24T01:45:05.5271036Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2025-01-24T01:45:05.5271515Z Failed to download (trying next): 2025-01-24T01:45:05.5272058Z 2025-01-24T01:45:05.5272818Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz ... 2025-01-24T01:45:05.5410357Z 2025-01-24T01:45:05.5411259Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i cpp/test_api 2025-01-24T01:45:05.7153340Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:45:05.7154225Z import pkg_resources 2025-01-24T01:45:11.2805323Z Found test times from artifacts 2025-01-24T01:45:11.3664989Z Found test times from artifacts 2025-01-24T01:45:11.3697032Z Running 25% of tests based on TD 2025-01-24T01:45:11.3702554Z Running parallel tests on 3 processes 2025-01-24T01:45:11.3703014Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:45:11.3703351Z Serial tests (0): 2025-01-24T01:45:11.3703623Z Parallel tests (1): 2025-01-24T01:45:11.3703860Z cpp/test_api 1/1 2025-01-24T01:45:11.3704123Z Name: excluded (est. time: 0.0min) 2025-01-24T01:45:11.3704429Z Serial tests (0): 2025-01-24T01:45:11.3704653Z Parallel tests (0): 2025-01-24T01:45:11.3800186Z Running cpp/test_api 1/1 ... [2025-01-24 01:45:11.379601] 2025-01-24T01:45:11.3800630Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:45:11.3812573Z 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-e981bd4fe72d85a6.xml', '-x', '--reruns=2'] ... [2025-01-24 01:45:11.380235] 2025-01-24T01:45:11.3814510Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:45:14.2951033Z 2025-01-24T01:45:14.2952570Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_b83d5c44039c265d_.log 2025-01-24T01:45:14.2953506Z 2025-01-24T01:45:16.0118441Z Running cpp/test_api 1/1 ... [2025-01-24 01:45:16.010301] 2025-01-24T01:45:16.0118933Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:45:16.0128223Z 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-fa3e296d3a4e6301.xml', '-x', '--reruns=2'] ... [2025-01-24 01:45:16.011910] 2025-01-24T01:49:33.0032880Z 2025-01-24T01:49:33.0035815Z cpp/test_api 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_api_1.1_5fd863801222552e_.log 2025-01-24T01:49:33.0054063Z 2025-01-24T01:49:33.9428100Z Running test batch 'tests to run' cost 262.57 seconds 2025-01-24T01:49:34.8811902Z 2025-01-24T01:49:34.8812622Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 1 2025-01-24T01:49:34.8813040Z 2025-01-24T01:49:34.8813277Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 1 2025-01-24T01:49:34.8814277Z 2025-01-24T01:49:34.8814721Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:49:34.8820439Z 2025-01-24T01:49:34.8821057Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>for /R "." %a in (*.exe) do ( 2025-01-24T01:49:34.8821647Z call :libtorch_check "%~na" "%~fa" 2025-01-24T01:49:34.8821958Z if errorlevel 1 goto fail 2025-01-24T01:49:34.8822235Z ) 2025-01-24T01:49:34.8825882Z 2025-01-24T01:49:34.8826287Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>( 2025-01-24T01:49:34.8827090Z call :libtorch_check "apply_utils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-01-24T01:49:34.8827791Z if errorlevel 1 goto fail 2025-01-24T01:49:34.8828076Z ) 2025-01-24T01:49:34.8838419Z 2025-01-24T01:49:34.8838880Z (base) C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:49:34.8842961Z 2025-01-24T01:49:34.8843444Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:49:34.8846034Z 2025-01-24T01:49:34.8846461Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "verify_api_visibility" goto :eof 2025-01-24T01:49:34.8847857Z 2025-01-24T01:49:34.8848637Z (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-01-24T01:49:34.8849620Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-01-24T01:49:34.8850344Z 2025-01-24T01:49:34.8850810Z (base) C:\actions-runner\_work\pytorch\pytorch>if "apply_utils_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:49:34.8851667Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2025-01-24T01:49:34.8852257Z goto :eof 2025-01-24T01:49:34.8852482Z ) 2025-01-24T01:49:34.8852610Z 2025-01-24T01:49:34.8853103Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/apply_utils_test" 2025-01-24T01:49:35.0744470Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:49:35.0745405Z import pkg_resources 2025-01-24T01:49:40.9841222Z Found test times from artifacts 2025-01-24T01:49:41.0716467Z Found test times from artifacts 2025-01-24T01:49:41.0748629Z Running 25% of tests based on TD 2025-01-24T01:49:41.0754424Z Running parallel tests on 3 processes 2025-01-24T01:49:41.0754883Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:49:41.0755206Z Serial tests (0): 2025-01-24T01:49:41.0755477Z Parallel tests (1): 2025-01-24T01:49:41.0755731Z cpp/apply_utils_test 1/1 2025-01-24T01:49:41.0756027Z Name: excluded (est. time: 0.0min) 2025-01-24T01:49:41.0756304Z Serial tests (0): 2025-01-24T01:49:41.0756541Z Parallel tests (0): 2025-01-24T01:49:41.0845905Z Running cpp/apply_utils_test 1/1 ... [2025-01-24 01:49:41.069454] 2025-01-24T01:49:41.0846352Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:49:41.0856632Z 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-957b7ed492478c8c.xml', '-x', '--reruns=2'] ... [2025-01-24 01:49:41.085215] 2025-01-24T01:49:41.0859286Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:49:43.8839335Z 2025-01-24T01:49:43.8840827Z 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_ae846c14fde2d155_.log 2025-01-24T01:49:43.8842045Z 2025-01-24T01:49:45.7460601Z Running cpp/apply_utils_test 1/1 ... [2025-01-24 01:49:45.745559] 2025-01-24T01:49:45.7461045Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:49:45.7470554Z 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-d59c63e3ecae13b1.xml', '-x', '--reruns=2'] ... [2025-01-24 01:49:45.745559] 2025-01-24T01:49:49.8600158Z 2025-01-24T01:49:49.8601430Z 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_d4c14d9891e98a0b_.log 2025-01-24T01:49:49.8602181Z 2025-01-24T01:49:50.6806817Z Running test batch 'tests to run' cost 9.61 seconds 2025-01-24T01:49:51.5063333Z 2025-01-24T01:49:51.5064004Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:49:51.5064469Z echo "apply_utils_test" failed with exit code 0 2025-01-24T01:49:51.5064791Z goto fail 2025-01-24T01:49:51.5065005Z ) 2025-01-24T01:49:51.5065116Z 2025-01-24T01:49:51.5065306Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:49:51.5065780Z echo "apply_utils_test" failed with exit code 0 2025-01-24T01:49:51.5066132Z goto fail 2025-01-24T01:49:51.5066306Z ) 2025-01-24T01:49:51.5066694Z 2025-01-24T01:49:51.5066861Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:49:51.5077437Z 2025-01-24T01:49:51.5077978Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:49:51.5078581Z call :libtorch_check "atest" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-01-24T01:49:51.5079148Z if errorlevel 1 goto fail 2025-01-24T01:49:51.5079385Z ) 2025-01-24T01:49:51.5088756Z 2025-01-24T01:49:51.5089412Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:49:51.5092941Z 2025-01-24T01:49:51.5093431Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:49:51.5096256Z 2025-01-24T01:49:51.5096865Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "verify_api_visibility" goto :eof 2025-01-24T01:49:51.5097967Z 2025-01-24T01:49:51.5098585Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-01-24T01:49:51.5099437Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-01-24T01:49:51.5100995Z 2025-01-24T01:49:51.5101380Z (base) C:\actions-runner\_work\pytorch\pytorch>if "atest" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:49:51.5102034Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2025-01-24T01:49:51.5102513Z goto :eof 2025-01-24T01:49:51.5102691Z ) 2025-01-24T01:49:51.5102805Z 2025-01-24T01:49:51.5103133Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/atest" 2025-01-24T01:49:51.6878967Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:49:51.6879849Z import pkg_resources 2025-01-24T01:49:57.3465223Z Found test times from artifacts 2025-01-24T01:49:57.4342980Z Found test times from artifacts 2025-01-24T01:49:57.4376315Z Running 25% of tests based on TD 2025-01-24T01:49:57.4381366Z Running parallel tests on 3 processes 2025-01-24T01:49:57.4381839Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:49:57.4382115Z Serial tests (0): 2025-01-24T01:49:57.4382358Z Parallel tests (1): 2025-01-24T01:49:57.4382614Z cpp/atest 1/1 2025-01-24T01:49:57.4382840Z Name: excluded (est. time: 0.0min) 2025-01-24T01:49:57.4383130Z Serial tests (0): 2025-01-24T01:49:57.4383362Z Parallel tests (0): 2025-01-24T01:49:57.4462158Z Running cpp/atest 1/1 ... [2025-01-24 01:49:57.445540] 2025-01-24T01:49:57.4462603Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:49:57.4472740Z 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-170ee7ba9868f4bf.xml', '-x', '--reruns=2'] ... [2025-01-24 01:49:57.446723] 2025-01-24T01:49:57.4474516Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:50:00.2628947Z 2025-01-24T01:50:00.2630008Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_f3c24a460e280545_.log 2025-01-24T01:50:00.2630751Z 2025-01-24T01:50:02.0457031Z Running cpp/atest 1/1 ... [2025-01-24 01:50:02.042458] 2025-01-24T01:50:02.0457448Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:50:02.0467626Z 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-78db81114bc332d0.xml', '-x', '--reruns=2'] ... [2025-01-24 01:50:02.042458] 2025-01-24T01:50:08.2657798Z 2025-01-24T01:50:08.2658598Z cpp/atest 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.atest_1.1_17a03e6a5dceb89c_.log 2025-01-24T01:50:08.2659685Z 2025-01-24T01:50:09.0923313Z Running test batch 'tests to run' cost 11.65 seconds 2025-01-24T01:50:09.8904910Z 2025-01-24T01:50:09.8905600Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:50:09.8906094Z echo "atest" failed with exit code 0 2025-01-24T01:50:09.8906429Z goto fail 2025-01-24T01:50:09.8906609Z ) 2025-01-24T01:50:09.8906726Z 2025-01-24T01:50:09.8907246Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:50:09.8907684Z echo "atest" failed with exit code 0 2025-01-24T01:50:09.8908036Z goto fail 2025-01-24T01:50:09.8908214Z ) 2025-01-24T01:50:09.8908351Z 2025-01-24T01:50:09.8908641Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:50:09.8917187Z 2025-01-24T01:50:09.8917793Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:50:09.8918924Z call :libtorch_check "backend_fallback_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-01-24T01:50:09.8920205Z if errorlevel 1 goto fail 2025-01-24T01:50:09.8920485Z ) 2025-01-24T01:50:09.8942281Z 2025-01-24T01:50:09.8942914Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:50:09.8943319Z 2025-01-24T01:50:09.8943766Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:50:09.8944325Z 2025-01-24T01:50:09.8944668Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "verify_api_visibility" goto :eof 2025-01-24T01:50:09.8945133Z 2025-01-24T01:50:09.8945688Z (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-01-24T01:50:09.8946662Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-01-24T01:50:09.8948559Z 2025-01-24T01:50:09.8948897Z (base) C:\actions-runner\_work\pytorch\pytorch>if "backend_fallback_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:50:09.8949673Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2025-01-24T01:50:09.8950189Z goto :eof 2025-01-24T01:50:09.8950379Z ) 2025-01-24T01:50:09.8950474Z 2025-01-24T01:50:09.8950855Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/backend_fallback_test" 2025-01-24T01:50:10.0728041Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:50:10.0728942Z import pkg_resources 2025-01-24T01:50:15.7098988Z Found test times from artifacts 2025-01-24T01:50:15.7959913Z Found test times from artifacts 2025-01-24T01:50:15.7998572Z Running 25% of tests based on TD 2025-01-24T01:50:15.8005983Z Running parallel tests on 3 processes 2025-01-24T01:50:15.8006704Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:50:15.8007017Z Serial tests (0): 2025-01-24T01:50:15.8007280Z Parallel tests (1): 2025-01-24T01:50:15.8007531Z cpp/backend_fallback_test 1/1 2025-01-24T01:50:15.8007928Z Name: excluded (est. time: 0.0min) 2025-01-24T01:50:15.8008249Z Serial tests (0): 2025-01-24T01:50:15.8008529Z Parallel tests (0): 2025-01-24T01:50:15.8102010Z Running cpp/backend_fallback_test 1/1 ... [2025-01-24 01:50:15.802092] 2025-01-24T01:50:15.8102583Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:50:15.8127062Z 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-c9568d9206912892.xml', '-x', '--reruns=2'] ... [2025-01-24 01:50:15.812236] 2025-01-24T01:50:15.8129115Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:50:18.6128256Z 2025-01-24T01:50:18.6129307Z 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_780cce11ac6cbf77_.log 2025-01-24T01:50:18.6130077Z 2025-01-24T01:50:20.4034686Z Running cpp/backend_fallback_test 1/1 ... [2025-01-24 01:50:20.395288] 2025-01-24T01:50:20.4035185Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:50:20.4045520Z 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-cbf1e20b21c5c82e.xml', '-x', '--reruns=2'] ... [2025-01-24 01:50:20.395288] 2025-01-24T01:50:23.8079860Z 2025-01-24T01:50:23.8080878Z 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_7d3e1611da83b92b_.log 2025-01-24T01:50:23.8081733Z 2025-01-24T01:50:24.7438225Z Running test batch 'tests to run' cost 8.94 seconds 2025-01-24T01:50:25.6413235Z 2025-01-24T01:50:25.6414001Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:50:25.6414640Z echo "backend_fallback_test" failed with exit code 0 2025-01-24T01:50:25.6415059Z goto fail 2025-01-24T01:50:25.6415263Z ) 2025-01-24T01:50:25.6415405Z 2025-01-24T01:50:25.6415614Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:50:25.6416101Z echo "backend_fallback_test" failed with exit code 0 2025-01-24T01:50:25.6416451Z goto fail 2025-01-24T01:50:25.6416706Z ) 2025-01-24T01:50:25.6417053Z 2025-01-24T01:50:25.6417249Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:50:25.6424175Z 2025-01-24T01:50:25.6424663Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:50:25.6425362Z call :libtorch_check "basic" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-01-24T01:50:25.6425977Z if errorlevel 1 goto fail 2025-01-24T01:50:25.6426231Z ) 2025-01-24T01:50:25.6437249Z 2025-01-24T01:50:25.6437963Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:50:25.6441763Z 2025-01-24T01:50:25.6442423Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:50:25.6445298Z 2025-01-24T01:50:25.6445701Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "verify_api_visibility" goto :eof 2025-01-24T01:50:25.6447232Z 2025-01-24T01:50:25.6447991Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-01-24T01:50:25.6448904Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-01-24T01:50:25.6449865Z 2025-01-24T01:50:25.6450334Z (base) C:\actions-runner\_work\pytorch\pytorch>if "basic" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:50:25.6451039Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2025-01-24T01:50:25.6451524Z goto :eof 2025-01-24T01:50:25.6451766Z ) 2025-01-24T01:50:25.6451881Z 2025-01-24T01:50:25.6452250Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/basic" 2025-01-24T01:50:25.8247357Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:50:25.8248511Z import pkg_resources 2025-01-24T01:50:31.5108096Z Found test times from artifacts 2025-01-24T01:50:31.5971254Z Found test times from artifacts 2025-01-24T01:50:31.6003114Z Running 25% of tests based on TD 2025-01-24T01:50:31.6009006Z Running parallel tests on 3 processes 2025-01-24T01:50:31.6009556Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:50:31.6009884Z Serial tests (0): 2025-01-24T01:50:31.6010149Z Parallel tests (1): 2025-01-24T01:50:31.6010393Z cpp/basic 1/1 2025-01-24T01:50:31.6010662Z Name: excluded (est. time: 0.0min) 2025-01-24T01:50:31.6010966Z Serial tests (0): 2025-01-24T01:50:31.6011191Z Parallel tests (0): 2025-01-24T01:50:31.6090670Z Running cpp/basic 1/1 ... [2025-01-24 01:50:31.593479] 2025-01-24T01:50:31.6091111Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:50:31.6101300Z 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-a1d7b9e84f44b09d.xml', '-x', '--reruns=2'] ... [2025-01-24 01:50:31.609227] 2025-01-24T01:50:31.6103058Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:50:34.2671142Z 2025-01-24T01:50:34.2672280Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_c84c497d354c0817_.log 2025-01-24T01:50:34.2674040Z 2025-01-24T01:50:36.1774474Z Running cpp/basic 1/1 ... [2025-01-24 01:50:36.177007] 2025-01-24T01:50:36.1774924Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:50:36.1784096Z 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-22c24dafe0244e92.xml', '-x', '--reruns=2'] ... [2025-01-24 01:50:36.178142] 2025-01-24T01:50:40.1519738Z 2025-01-24T01:50:40.1520866Z cpp/basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.basic_1.1_eff938f3835b659e_.log 2025-01-24T01:50:40.1521654Z 2025-01-24T01:50:41.0815706Z Running test batch 'tests to run' cost 9.49 seconds 2025-01-24T01:50:41.8725708Z 2025-01-24T01:50:41.8726614Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:50:41.8727083Z echo "basic" failed with exit code 0 2025-01-24T01:50:41.8727429Z goto fail 2025-01-24T01:50:41.8727666Z ) 2025-01-24T01:50:41.8727779Z 2025-01-24T01:50:41.8728007Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:50:41.8728439Z echo "basic" failed with exit code 0 2025-01-24T01:50:41.8728761Z goto fail 2025-01-24T01:50:41.8728960Z ) 2025-01-24T01:50:41.8729098Z 2025-01-24T01:50:41.8729294Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:50:41.8736351Z 2025-01-24T01:50:41.8736854Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:50:41.8737672Z call :libtorch_check "broadcast_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-01-24T01:50:41.8738325Z if errorlevel 1 goto fail 2025-01-24T01:50:41.8738604Z ) 2025-01-24T01:50:41.8748771Z 2025-01-24T01:50:41.8749374Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:50:41.8753171Z 2025-01-24T01:50:41.8753680Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:50:41.8756335Z 2025-01-24T01:50:41.8756988Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "verify_api_visibility" goto :eof 2025-01-24T01:50:41.8758397Z 2025-01-24T01:50:41.8759188Z (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-01-24T01:50:41.8760161Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-01-24T01:50:41.8760754Z 2025-01-24T01:50:41.8761147Z (base) C:\actions-runner\_work\pytorch\pytorch>if "broadcast_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:50:41.8761912Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2025-01-24T01:50:41.8762441Z goto :eof 2025-01-24T01:50:41.8762673Z ) 2025-01-24T01:50:41.8762788Z 2025-01-24T01:50:41.8763208Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/broadcast_test" 2025-01-24T01:50:42.0513423Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:50:42.0514449Z import pkg_resources 2025-01-24T01:50:47.6349822Z Found test times from artifacts 2025-01-24T01:50:47.7218103Z Found test times from artifacts 2025-01-24T01:50:47.7249736Z Running 25% of tests based on TD 2025-01-24T01:50:47.7255643Z Running parallel tests on 3 processes 2025-01-24T01:50:47.7256150Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:50:47.7256462Z Serial tests (0): 2025-01-24T01:50:47.7256719Z Parallel tests (1): 2025-01-24T01:50:47.7256991Z cpp/broadcast_test 1/1 2025-01-24T01:50:47.7257252Z Name: excluded (est. time: 0.0min) 2025-01-24T01:50:47.7257547Z Serial tests (0): 2025-01-24T01:50:47.7257806Z Parallel tests (0): 2025-01-24T01:50:47.7342877Z Running cpp/broadcast_test 1/1 ... [2025-01-24 01:50:47.733091] 2025-01-24T01:50:47.7343356Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:50:47.7356970Z 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-127af9cbec4cf209.xml', '-x', '--reruns=2'] ... [2025-01-24 01:50:47.733091] 2025-01-24T01:50:47.7359030Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:50:50.5621000Z 2025-01-24T01:50:50.5622184Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_2e4de371a2056a57_.log 2025-01-24T01:50:50.5622870Z 2025-01-24T01:50:52.2369366Z Running cpp/broadcast_test 1/1 ... [2025-01-24 01:50:52.229828] 2025-01-24T01:50:52.2369839Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:50:52.2380000Z 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-cbe381334675559f.xml', '-x', '--reruns=2'] ... [2025-01-24 01:50:52.229828] 2025-01-24T01:50:55.6651561Z 2025-01-24T01:50:55.6652423Z cpp/broadcast_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.broadcast_test_1.1_4ff93788800bf352_.log 2025-01-24T01:50:55.6653093Z 2025-01-24T01:50:56.4844387Z Running test batch 'tests to run' cost 8.76 seconds 2025-01-24T01:50:57.3357615Z 2025-01-24T01:50:57.3358392Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:50:57.3358922Z echo "broadcast_test" failed with exit code 0 2025-01-24T01:50:57.3359328Z goto fail 2025-01-24T01:50:57.3359567Z ) 2025-01-24T01:50:57.3359688Z 2025-01-24T01:50:57.3359893Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:50:57.3360366Z echo "broadcast_test" failed with exit code 0 2025-01-24T01:50:57.3360716Z goto fail 2025-01-24T01:50:57.3360918Z ) 2025-01-24T01:50:57.3361060Z 2025-01-24T01:50:57.3361489Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:50:57.3367911Z 2025-01-24T01:50:57.3368464Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:50:57.3369271Z call :libtorch_check "c10_accumulate_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-01-24T01:50:57.3369957Z if errorlevel 1 goto fail 2025-01-24T01:50:57.3370298Z ) 2025-01-24T01:50:57.3379412Z 2025-01-24T01:50:57.3379902Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:50:57.3384171Z 2025-01-24T01:50:57.3384729Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:50:57.3387207Z 2025-01-24T01:50:57.3387945Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "verify_api_visibility" goto :eof 2025-01-24T01:50:57.3389079Z 2025-01-24T01:50:57.3389807Z (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-01-24T01:50:57.3390788Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-01-24T01:50:57.3391946Z 2025-01-24T01:50:57.3392384Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_accumulate_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:50:57.3393221Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2025-01-24T01:50:57.3393820Z goto :eof 2025-01-24T01:50:57.3394022Z ) 2025-01-24T01:50:57.3394155Z 2025-01-24T01:50:57.3394542Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_accumulate_test" 2025-01-24T01:50:57.5147670Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:50:57.5148593Z import pkg_resources 2025-01-24T01:51:03.1248256Z Found test times from artifacts 2025-01-24T01:51:03.2257938Z Found test times from artifacts 2025-01-24T01:51:03.2293953Z Running 25% of tests based on TD 2025-01-24T01:51:03.2300048Z Running parallel tests on 3 processes 2025-01-24T01:51:03.2300435Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:51:03.2300758Z Serial tests (0): 2025-01-24T01:51:03.2301033Z Parallel tests (1): 2025-01-24T01:51:03.2301282Z cpp/c10_accumulate_test 1/1 2025-01-24T01:51:03.2301593Z Name: excluded (est. time: 0.0min) 2025-01-24T01:51:03.2301864Z Serial tests (0): 2025-01-24T01:51:03.2302098Z Parallel tests (0): 2025-01-24T01:51:03.2387505Z Running cpp/c10_accumulate_test 1/1 ... [2025-01-24 01:51:03.237241] 2025-01-24T01:51:03.2388000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:03.2390710Z 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-7d9a43ee1c77f298.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:03.238609] 2025-01-24T01:51:03.2392644Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:51:04.7986375Z 2025-01-24T01:51:04.7987601Z 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_b95f40d3528a5f11_.log 2025-01-24T01:51:04.7988317Z 2025-01-24T01:51:07.7296604Z Running cpp/c10_accumulate_test 1/1 ... [2025-01-24 01:51:07.728084] 2025-01-24T01:51:07.7297148Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:07.7308941Z 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-be99bd5008f984dc.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:07.729659] 2025-01-24T01:51:09.2512097Z 2025-01-24T01:51:09.2513166Z 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_1d80c810f3feef02_.log 2025-01-24T01:51:09.2514944Z 2025-01-24T01:51:10.1694912Z Running test batch 'tests to run' cost 6.94 seconds 2025-01-24T01:51:10.9844616Z 2025-01-24T01:51:10.9845637Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:51:10.9846510Z echo "c10_accumulate_test" failed with exit code 0 2025-01-24T01:51:10.9847127Z goto fail 2025-01-24T01:51:10.9847503Z ) 2025-01-24T01:51:10.9847704Z 2025-01-24T01:51:10.9848090Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:51:10.9848925Z echo "c10_accumulate_test" failed with exit code 0 2025-01-24T01:51:10.9849626Z goto fail 2025-01-24T01:51:10.9850043Z ) 2025-01-24T01:51:10.9850234Z 2025-01-24T01:51:10.9850551Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:51:10.9857026Z 2025-01-24T01:51:10.9857366Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:51:10.9858180Z call :libtorch_check "c10_ArrayRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-01-24T01:51:10.9858943Z if errorlevel 1 goto fail 2025-01-24T01:51:10.9859246Z ) 2025-01-24T01:51:10.9871129Z 2025-01-24T01:51:10.9871985Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:51:10.9876461Z 2025-01-24T01:51:10.9877053Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:51:10.9879679Z 2025-01-24T01:51:10.9880233Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "verify_api_visibility" goto :eof 2025-01-24T01:51:10.9881354Z 2025-01-24T01:51:10.9882014Z (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-01-24T01:51:10.9883143Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-01-24T01:51:10.9883958Z 2025-01-24T01:51:10.9884397Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ArrayRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:51:10.9885159Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ArrayRef_test.exe" 2025-01-24T01:51:10.9885704Z goto :eof 2025-01-24T01:51:10.9885936Z ) 2025-01-24T01:51:10.9886048Z 2025-01-24T01:51:10.9886447Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ArrayRef_test" 2025-01-24T01:51:11.1644219Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:51:11.1645131Z import pkg_resources 2025-01-24T01:51:16.7124581Z Found test times from artifacts 2025-01-24T01:51:16.7993898Z Found test times from artifacts 2025-01-24T01:51:16.8026307Z Running 25% of tests based on TD 2025-01-24T01:51:16.8032021Z Running parallel tests on 3 processes 2025-01-24T01:51:16.8032543Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:51:16.8032869Z Serial tests (0): 2025-01-24T01:51:16.8033147Z Parallel tests (1): 2025-01-24T01:51:16.8033406Z cpp/c10_ArrayRef_test 1/1 2025-01-24T01:51:16.8033715Z Name: excluded (est. time: 0.0min) 2025-01-24T01:51:16.8034015Z Serial tests (0): 2025-01-24T01:51:16.8034249Z Parallel tests (0): 2025-01-24T01:51:16.8114178Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-01-24 01:51:16.810158] 2025-01-24T01:51:16.8114663Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:16.8123310Z 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-7eac29ef6ad33151.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:16.811275] 2025-01-24T01:51:16.8125092Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:51:18.3241001Z 2025-01-24T01:51:18.3242004Z 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_28761acc196fbed8_.log 2025-01-24T01:51:18.3242715Z 2025-01-24T01:51:21.4974999Z Running cpp/c10_ArrayRef_test 1/1 ... [2025-01-24 01:51:21.497320] 2025-01-24T01:51:21.4975468Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:21.4985334Z 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-54bc32b5c01e339c.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:21.497937] 2025-01-24T01:51:23.0505569Z 2025-01-24T01:51:23.0506673Z 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_bf9873526c9c660c_.log 2025-01-24T01:51:23.0507330Z 2025-01-24T01:51:23.8938721Z Running test batch 'tests to run' cost 7.08 seconds 2025-01-24T01:51:24.7102967Z 2025-01-24T01:51:24.7103909Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:51:24.7104436Z echo "c10_ArrayRef_test" failed with exit code 0 2025-01-24T01:51:24.7104773Z goto fail 2025-01-24T01:51:24.7105012Z ) 2025-01-24T01:51:24.7105123Z 2025-01-24T01:51:24.7105388Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:51:24.7105837Z echo "c10_ArrayRef_test" failed with exit code 0 2025-01-24T01:51:24.7106203Z goto fail 2025-01-24T01:51:24.7106594Z ) 2025-01-24T01:51:24.7106715Z 2025-01-24T01:51:24.7106901Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:51:24.7113291Z 2025-01-24T01:51:24.7113728Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:51:24.7114516Z call :libtorch_check "c10_bfloat16_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-01-24T01:51:24.7115215Z if errorlevel 1 goto fail 2025-01-24T01:51:24.7115477Z ) 2025-01-24T01:51:24.7125199Z 2025-01-24T01:51:24.7125960Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:51:24.7129645Z 2025-01-24T01:51:24.7130301Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:51:24.7132731Z 2025-01-24T01:51:24.7133189Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "verify_api_visibility" goto :eof 2025-01-24T01:51:24.7134574Z 2025-01-24T01:51:24.7135197Z (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-01-24T01:51:24.7136175Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-01-24T01:51:24.7137433Z 2025-01-24T01:51:24.7137852Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bfloat16_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:51:24.7138681Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2025-01-24T01:51:24.7139236Z goto :eof 2025-01-24T01:51:24.7139439Z ) 2025-01-24T01:51:24.7139578Z 2025-01-24T01:51:24.7140160Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bfloat16_test" 2025-01-24T01:51:24.9113027Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:51:24.9113926Z import pkg_resources 2025-01-24T01:51:30.5925327Z Found test times from artifacts 2025-01-24T01:51:30.6799995Z Found test times from artifacts 2025-01-24T01:51:30.6830865Z Running 25% of tests based on TD 2025-01-24T01:51:30.6836638Z Running parallel tests on 3 processes 2025-01-24T01:51:30.6862412Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:51:30.6862730Z Serial tests (0): 2025-01-24T01:51:30.6862942Z Parallel tests (1): 2025-01-24T01:51:30.6863173Z cpp/c10_bfloat16_test 1/1 2025-01-24T01:51:30.6863443Z Name: excluded (est. time: 0.0min) 2025-01-24T01:51:30.6863720Z Serial tests (0): 2025-01-24T01:51:30.6863932Z Parallel tests (0): 2025-01-24T01:51:30.6916350Z Running cpp/c10_bfloat16_test 1/1 ... [2025-01-24 01:51:30.691454] 2025-01-24T01:51:30.6916824Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:30.6927181Z 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-a20285ff238d9c53.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:30.692286] 2025-01-24T01:51:30.6929730Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:51:32.2213275Z 2025-01-24T01:51:32.2214553Z 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_d91e6fff451c6a05_.log 2025-01-24T01:51:32.2216193Z 2025-01-24T01:51:35.2802320Z Running cpp/c10_bfloat16_test 1/1 ... [2025-01-24 01:51:35.276560] 2025-01-24T01:51:35.2802807Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:35.2812300Z 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-8eb690fd1ec3110e.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:35.276560] 2025-01-24T01:51:36.8480244Z 2025-01-24T01:51:36.8481289Z 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_99a7dfad0f88d4c2_.log 2025-01-24T01:51:36.8481977Z 2025-01-24T01:51:37.7062109Z Running test batch 'tests to run' cost 7.03 seconds 2025-01-24T01:51:38.5222644Z 2025-01-24T01:51:38.5223262Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:51:38.5223729Z echo "c10_bfloat16_test" failed with exit code 0 2025-01-24T01:51:38.5224049Z goto fail 2025-01-24T01:51:38.5224243Z ) 2025-01-24T01:51:38.5224383Z 2025-01-24T01:51:38.5224589Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:51:38.5225013Z echo "c10_bfloat16_test" failed with exit code 0 2025-01-24T01:51:38.5225331Z goto fail 2025-01-24T01:51:38.5225523Z ) 2025-01-24T01:51:38.5225995Z 2025-01-24T01:51:38.5226326Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:51:38.5233967Z 2025-01-24T01:51:38.5234557Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:51:38.5235267Z call :libtorch_check "c10_Bitset_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-01-24T01:51:38.5235897Z if errorlevel 1 goto fail 2025-01-24T01:51:38.5236140Z ) 2025-01-24T01:51:38.5245468Z 2025-01-24T01:51:38.5245821Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:51:38.5249662Z 2025-01-24T01:51:38.5250384Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:51:38.5252682Z 2025-01-24T01:51:38.5253406Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "verify_api_visibility" goto :eof 2025-01-24T01:51:38.5254651Z 2025-01-24T01:51:38.5255241Z (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-01-24T01:51:38.5256184Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-01-24T01:51:38.5257507Z 2025-01-24T01:51:38.5257974Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Bitset_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:51:38.5258697Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2025-01-24T01:51:38.5259384Z goto :eof 2025-01-24T01:51:38.5259583Z ) 2025-01-24T01:51:38.5259686Z 2025-01-24T01:51:38.5260060Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Bitset_test" 2025-01-24T01:51:38.7043531Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:51:38.7044572Z import pkg_resources 2025-01-24T01:51:44.3379725Z Found test times from artifacts 2025-01-24T01:51:44.4296860Z Found test times from artifacts 2025-01-24T01:51:44.4330949Z Running 25% of tests based on TD 2025-01-24T01:51:44.4337403Z Running parallel tests on 3 processes 2025-01-24T01:51:44.4338037Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:51:44.4338366Z Serial tests (0): 2025-01-24T01:51:44.4338598Z Parallel tests (1): 2025-01-24T01:51:44.4338863Z cpp/c10_Bitset_test 1/1 2025-01-24T01:51:44.4339117Z Name: excluded (est. time: 0.0min) 2025-01-24T01:51:44.4339388Z Serial tests (0): 2025-01-24T01:51:44.4339631Z Parallel tests (0): 2025-01-24T01:51:44.4422170Z Running cpp/c10_Bitset_test 1/1 ... [2025-01-24 01:51:44.442037] 2025-01-24T01:51:44.4422599Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:44.4432464Z 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-aecfc4edac8576ee.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:44.442622] 2025-01-24T01:51:44.4434205Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:51:46.0108130Z 2025-01-24T01:51:46.0109095Z 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_d9bbbaaa7ba81675_.log 2025-01-24T01:51:46.0109878Z 2025-01-24T01:51:49.0402066Z Running cpp/c10_Bitset_test 1/1 ... [2025-01-24 01:51:49.039578] 2025-01-24T01:51:49.0402493Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:49.0411841Z 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-cdb73813891a225a.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:49.039578] 2025-01-24T01:51:50.6052787Z 2025-01-24T01:51:50.6053672Z 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_5df95718399c9ac3_.log 2025-01-24T01:51:50.6054635Z 2025-01-24T01:51:51.5032777Z Running test batch 'tests to run' cost 7.07 seconds 2025-01-24T01:51:52.3166905Z 2025-01-24T01:51:52.3167626Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:51:52.3168072Z echo "c10_Bitset_test" failed with exit code 0 2025-01-24T01:51:52.3169437Z goto fail 2025-01-24T01:51:52.3169675Z ) 2025-01-24T01:51:52.3169780Z 2025-01-24T01:51:52.3169980Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:51:52.3170428Z echo "c10_Bitset_test" failed with exit code 0 2025-01-24T01:51:52.3170750Z goto fail 2025-01-24T01:51:52.3170926Z ) 2025-01-24T01:51:52.3171043Z 2025-01-24T01:51:52.3171195Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:51:52.3177616Z 2025-01-24T01:51:52.3177908Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:51:52.3178600Z 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-01-24T01:51:52.3179230Z if errorlevel 1 goto fail 2025-01-24T01:51:52.3179473Z ) 2025-01-24T01:51:52.3189224Z 2025-01-24T01:51:52.3189633Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:51:52.3193498Z 2025-01-24T01:51:52.3194320Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:51:52.3196536Z 2025-01-24T01:51:52.3196944Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "verify_api_visibility" goto :eof 2025-01-24T01:51:52.3198175Z 2025-01-24T01:51:52.3198770Z (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-01-24T01:51:52.3199714Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-01-24T01:51:52.3201345Z 2025-01-24T01:51:52.3201754Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_bit_cast_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:51:52.3202502Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bit_cast_test.exe" 2025-01-24T01:51:52.3203018Z goto :eof 2025-01-24T01:51:52.3203209Z ) 2025-01-24T01:51:52.3203326Z 2025-01-24T01:51:52.3203691Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_bit_cast_test" 2025-01-24T01:51:52.4989086Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:51:52.4989968Z import pkg_resources 2025-01-24T01:51:58.1249385Z Found test times from artifacts 2025-01-24T01:51:58.2109467Z Found test times from artifacts 2025-01-24T01:51:58.2140804Z Running 25% of tests based on TD 2025-01-24T01:51:58.2159040Z Running parallel tests on 3 processes 2025-01-24T01:51:58.2159516Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:51:58.2159828Z Serial tests (0): 2025-01-24T01:51:58.2160062Z Parallel tests (1): 2025-01-24T01:51:58.2160286Z cpp/c10_bit_cast_test 1/1 2025-01-24T01:51:58.2160553Z Name: excluded (est. time: 0.0min) 2025-01-24T01:51:58.2160858Z Serial tests (0): 2025-01-24T01:51:58.2161066Z Parallel tests (0): 2025-01-24T01:51:58.2238028Z Running cpp/c10_bit_cast_test 1/1 ... [2025-01-24 01:51:58.217004] 2025-01-24T01:51:58.2249097Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:51:58.2250464Z 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-03c244d077fc0005.xml', '-x', '--reruns=2'] ... [2025-01-24 01:51:58.217004] 2025-01-24T01:51:58.2252169Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:51:59.7332543Z 2025-01-24T01:51:59.7333472Z 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_b62feafd40573e17_.log 2025-01-24T01:51:59.7334585Z 2025-01-24T01:52:02.7917210Z Running cpp/c10_bit_cast_test 1/1 ... [2025-01-24 01:52:02.791492] 2025-01-24T01:52:02.7917696Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:02.7927471Z 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-310deb69e8c70f5c.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:02.791492] 2025-01-24T01:52:04.3668161Z 2025-01-24T01:52:04.3669439Z 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_23d593bc54deee11_.log 2025-01-24T01:52:04.3671327Z 2025-01-24T01:52:05.2468588Z Running test batch 'tests to run' cost 7.04 seconds 2025-01-24T01:52:06.0752101Z 2025-01-24T01:52:06.0752723Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:52:06.0753262Z echo "c10_bit_cast_test" failed with exit code 0 2025-01-24T01:52:06.0753629Z goto fail 2025-01-24T01:52:06.0753846Z ) 2025-01-24T01:52:06.0754034Z 2025-01-24T01:52:06.0754255Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:52:06.0754897Z echo "c10_bit_cast_test" failed with exit code 0 2025-01-24T01:52:06.0755247Z goto fail 2025-01-24T01:52:06.0755457Z ) 2025-01-24T01:52:06.0755900Z 2025-01-24T01:52:06.0756196Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:52:06.0762844Z 2025-01-24T01:52:06.0763402Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:52:06.0764393Z call :libtorch_check "c10_CompileTimeFunctionPointer_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-01-24T01:52:06.0766115Z if errorlevel 1 goto fail 2025-01-24T01:52:06.0766518Z ) 2025-01-24T01:52:06.0774825Z 2025-01-24T01:52:06.0775381Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:52:06.0779741Z 2025-01-24T01:52:06.0780639Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:52:06.0783207Z 2025-01-24T01:52:06.0783681Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "verify_api_visibility" goto :eof 2025-01-24T01:52:06.0784692Z 2025-01-24T01:52:06.0785298Z (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-01-24T01:52:06.0786426Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-01-24T01:52:06.0787097Z 2025-01-24T01:52:06.0787666Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_CompileTimeFunctionPointer_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:52:06.0788627Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2025-01-24T01:52:06.0789248Z goto :eof 2025-01-24T01:52:06.0789488Z ) 2025-01-24T01:52:06.0789597Z 2025-01-24T01:52:06.0790044Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_CompileTimeFunctionPointer_test" 2025-01-24T01:52:06.2579296Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:52:06.2580195Z import pkg_resources 2025-01-24T01:52:11.8505336Z Found test times from artifacts 2025-01-24T01:52:11.9373786Z Found test times from artifacts 2025-01-24T01:52:11.9404985Z Running 25% of tests based on TD 2025-01-24T01:52:11.9410810Z Running parallel tests on 3 processes 2025-01-24T01:52:11.9411335Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:52:11.9411912Z Serial tests (0): 2025-01-24T01:52:11.9412185Z Parallel tests (1): 2025-01-24T01:52:11.9412480Z cpp/c10_CompileTimeFunctionPointer_test 1/1 2025-01-24T01:52:11.9412858Z Name: excluded (est. time: 0.0min) 2025-01-24T01:52:11.9413138Z Serial tests (0): 2025-01-24T01:52:11.9413390Z Parallel tests (0): 2025-01-24T01:52:11.9488221Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-01-24 01:52:11.947718] 2025-01-24T01:52:11.9488797Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:11.9498028Z 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-8643d0656611f94d.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:11.947718] 2025-01-24T01:52:11.9499941Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:52:13.5335382Z 2025-01-24T01:52:13.5336720Z 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_28737408c85aaa82_.log 2025-01-24T01:52:13.5337858Z 2025-01-24T01:52:16.5285891Z Running cpp/c10_CompileTimeFunctionPointer_test 1/1 ... [2025-01-24 01:52:16.527618] 2025-01-24T01:52:16.5286449Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:16.5296018Z 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-d2cf46ac5761f487.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:16.527618] 2025-01-24T01:52:18.0948346Z 2025-01-24T01:52:18.0949571Z 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_110e4926531a4728_.log 2025-01-24T01:52:18.0950575Z 2025-01-24T01:52:18.9080252Z Running test batch 'tests to run' cost 6.97 seconds 2025-01-24T01:52:19.7074582Z 2025-01-24T01:52:19.7075197Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:52:19.7075749Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-01-24T01:52:19.7076172Z goto fail 2025-01-24T01:52:19.7076351Z ) 2025-01-24T01:52:19.7076474Z 2025-01-24T01:52:19.7076669Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:52:19.7077175Z echo "c10_CompileTimeFunctionPointer_test" failed with exit code 0 2025-01-24T01:52:19.7077551Z goto fail 2025-01-24T01:52:19.7077738Z ) 2025-01-24T01:52:19.7077842Z 2025-01-24T01:52:19.7078013Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:52:19.7085859Z 2025-01-24T01:52:19.7086459Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:52:19.7087230Z 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-01-24T01:52:19.7087945Z if errorlevel 1 goto fail 2025-01-24T01:52:19.7088173Z ) 2025-01-24T01:52:19.7098208Z 2025-01-24T01:52:19.7098642Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:52:19.7102517Z 2025-01-24T01:52:19.7103233Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:52:19.7105452Z 2025-01-24T01:52:19.7105866Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "verify_api_visibility" goto :eof 2025-01-24T01:52:19.7107315Z 2025-01-24T01:52:19.7108157Z (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-01-24T01:52:19.7109149Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-01-24T01:52:19.7110131Z 2025-01-24T01:52:19.7110611Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:52:19.7111381Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2025-01-24T01:52:19.7111888Z goto :eof 2025-01-24T01:52:19.7112082Z ) 2025-01-24T01:52:19.7112182Z 2025-01-24T01:52:19.7112577Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_math_test" 2025-01-24T01:52:19.8883250Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:52:19.8884093Z import pkg_resources 2025-01-24T01:52:25.4585386Z Found test times from artifacts 2025-01-24T01:52:25.5457796Z Found test times from artifacts 2025-01-24T01:52:25.5488423Z Running 25% of tests based on TD 2025-01-24T01:52:25.5494338Z Running parallel tests on 3 processes 2025-01-24T01:52:25.5494880Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:52:25.5495190Z Serial tests (0): 2025-01-24T01:52:25.5495420Z Parallel tests (1): 2025-01-24T01:52:25.5495650Z cpp/c10_complex_math_test 1/1 2025-01-24T01:52:25.5495928Z Name: excluded (est. time: 0.0min) 2025-01-24T01:52:25.5496197Z Serial tests (0): 2025-01-24T01:52:25.5496404Z Parallel tests (0): 2025-01-24T01:52:25.5573173Z Running cpp/c10_complex_math_test 1/1 ... [2025-01-24 01:52:25.556873] 2025-01-24T01:52:25.5573644Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:25.5583681Z 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-001008ce6f454936.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:25.558051] 2025-01-24T01:52:25.5585601Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:52:27.0869441Z 2025-01-24T01:52:27.0870398Z 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_92d71eea8639e493_.log 2025-01-24T01:52:27.0871089Z 2025-01-24T01:52:30.0935698Z Running cpp/c10_complex_math_test 1/1 ... [2025-01-24 01:52:30.093044] 2025-01-24T01:52:30.0936235Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:30.0945612Z 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-202d09830757810d.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:30.094175] 2025-01-24T01:52:31.6358858Z 2025-01-24T01:52:31.6361538Z 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_a3763d0a128efba6_.log 2025-01-24T01:52:31.6362224Z 2025-01-24T01:52:32.5073825Z Running test batch 'tests to run' cost 6.97 seconds 2025-01-24T01:52:33.3183546Z 2025-01-24T01:52:33.3184249Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:52:33.3184724Z echo "c10_complex_math_test" failed with exit code 0 2025-01-24T01:52:33.3185060Z goto fail 2025-01-24T01:52:33.3185238Z ) 2025-01-24T01:52:33.3185364Z 2025-01-24T01:52:33.3185555Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:52:33.3186005Z echo "c10_complex_math_test" failed with exit code 0 2025-01-24T01:52:33.3186335Z goto fail 2025-01-24T01:52:33.3186759Z ) 2025-01-24T01:52:33.3186891Z 2025-01-24T01:52:33.3187057Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:52:33.3195032Z 2025-01-24T01:52:33.3195484Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:52:33.3196237Z call :libtorch_check "c10_complex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-01-24T01:52:33.3196867Z if errorlevel 1 goto fail 2025-01-24T01:52:33.3197112Z ) 2025-01-24T01:52:33.3206269Z 2025-01-24T01:52:33.3206713Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:52:33.3210354Z 2025-01-24T01:52:33.3210914Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:52:33.3213560Z 2025-01-24T01:52:33.3213998Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "verify_api_visibility" goto :eof 2025-01-24T01:52:33.3215288Z 2025-01-24T01:52:33.3215823Z (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-01-24T01:52:33.3216878Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-01-24T01:52:33.3218147Z 2025-01-24T01:52:33.3218566Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_complex_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:52:33.3219916Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2025-01-24T01:52:33.3220404Z goto :eof 2025-01-24T01:52:33.3220599Z ) 2025-01-24T01:52:33.3220699Z 2025-01-24T01:52:33.3221077Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_complex_test" 2025-01-24T01:52:33.4956245Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:52:33.4957110Z import pkg_resources 2025-01-24T01:52:39.0107297Z Found test times from artifacts 2025-01-24T01:52:39.0974983Z Found test times from artifacts 2025-01-24T01:52:39.1006973Z Running 25% of tests based on TD 2025-01-24T01:52:39.1012958Z Running parallel tests on 3 processes 2025-01-24T01:52:39.1013508Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:52:39.1013840Z Serial tests (0): 2025-01-24T01:52:39.1014096Z Parallel tests (1): 2025-01-24T01:52:39.1014375Z cpp/c10_complex_test 1/1 2025-01-24T01:52:39.1014679Z Name: excluded (est. time: 0.0min) 2025-01-24T01:52:39.1014971Z Serial tests (0): 2025-01-24T01:52:39.1015228Z Parallel tests (0): 2025-01-24T01:52:39.1093082Z Running cpp/c10_complex_test 1/1 ... [2025-01-24 01:52:39.109131] 2025-01-24T01:52:39.1093550Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:39.1103683Z 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-5cbee683e3707c18.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:39.109723] 2025-01-24T01:52:39.1105503Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:52:40.6246144Z 2025-01-24T01:52:40.6247277Z 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_d164d521d17bc971_.log 2025-01-24T01:52:40.6248017Z 2025-01-24T01:52:43.7764640Z Running cpp/c10_complex_test 1/1 ... [2025-01-24 01:52:43.775870] 2025-01-24T01:52:43.7765141Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:43.7775279Z 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-784a7bc010e535af.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:43.777027] 2025-01-24T01:52:45.3881514Z 2025-01-24T01:52:45.3882475Z 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_71eb69c5a00fbb0e_.log 2025-01-24T01:52:45.3883184Z 2025-01-24T01:52:46.2557811Z Running test batch 'tests to run' cost 7.15 seconds 2025-01-24T01:52:47.0460406Z 2025-01-24T01:52:47.0461228Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:52:47.0461756Z echo "c10_complex_test" failed with exit code 0 2025-01-24T01:52:47.0462103Z goto fail 2025-01-24T01:52:47.0462338Z ) 2025-01-24T01:52:47.0462457Z 2025-01-24T01:52:47.0462698Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:52:47.0463251Z echo "c10_complex_test" failed with exit code 0 2025-01-24T01:52:47.0463612Z goto fail 2025-01-24T01:52:47.0463835Z ) 2025-01-24T01:52:47.0463948Z 2025-01-24T01:52:47.0464125Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:52:47.0470923Z 2025-01-24T01:52:47.0471447Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:52:47.0472262Z call :libtorch_check "c10_ConstexprCrc_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-01-24T01:52:47.0473016Z if errorlevel 1 goto fail 2025-01-24T01:52:47.0473278Z ) 2025-01-24T01:52:47.0482536Z 2025-01-24T01:52:47.0482975Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:52:47.0487251Z 2025-01-24T01:52:47.0487962Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:52:47.0490258Z 2025-01-24T01:52:47.0490719Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "verify_api_visibility" goto :eof 2025-01-24T01:52:47.0492131Z 2025-01-24T01:52:47.0493380Z (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-01-24T01:52:47.0494426Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-01-24T01:52:47.0494898Z 2025-01-24T01:52:47.0495244Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ConstexprCrc_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:52:47.0496066Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2025-01-24T01:52:47.0496644Z goto :eof 2025-01-24T01:52:47.0496902Z ) 2025-01-24T01:52:47.0497050Z 2025-01-24T01:52:47.0497509Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ConstexprCrc_test" 2025-01-24T01:52:47.2252346Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:52:47.2253268Z import pkg_resources 2025-01-24T01:52:52.7841179Z Found test times from artifacts 2025-01-24T01:52:52.8709994Z Found test times from artifacts 2025-01-24T01:52:52.8742450Z Running 25% of tests based on TD 2025-01-24T01:52:52.8747936Z Running parallel tests on 3 processes 2025-01-24T01:52:52.8748350Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:52:52.8748674Z Serial tests (0): 2025-01-24T01:52:52.8748921Z Parallel tests (1): 2025-01-24T01:52:52.8749211Z cpp/c10_ConstexprCrc_test 1/1 2025-01-24T01:52:52.8749537Z Name: excluded (est. time: 0.0min) 2025-01-24T01:52:52.8749827Z Serial tests (0): 2025-01-24T01:52:52.8750081Z Parallel tests (0): 2025-01-24T01:52:52.8825627Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-01-24 01:52:52.882081] 2025-01-24T01:52:52.8826439Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:52.8836190Z 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-a5e0783ca8c310db.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:52.883245] 2025-01-24T01:52:52.8838459Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:52:54.4030849Z 2025-01-24T01:52:54.4031959Z 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_1a17a4f02fa69429_.log 2025-01-24T01:52:54.4032735Z 2025-01-24T01:52:57.3071646Z Running cpp/c10_ConstexprCrc_test 1/1 ... [2025-01-24 01:52:57.301387] 2025-01-24T01:52:57.3072181Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:52:57.3081069Z 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-596bc19ab2847e32.xml', '-x', '--reruns=2'] ... [2025-01-24 01:52:57.301387] 2025-01-24T01:52:58.7852447Z 2025-01-24T01:52:58.7853570Z 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_2a53ce431bcb7191_.log 2025-01-24T01:52:58.7854312Z 2025-01-24T01:52:59.6093969Z Running test batch 'tests to run' cost 6.73 seconds 2025-01-24T01:53:00.3987236Z 2025-01-24T01:53:00.3989031Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:53:00.3989553Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-01-24T01:53:00.3989935Z goto fail 2025-01-24T01:53:00.3990176Z ) 2025-01-24T01:53:00.3990322Z 2025-01-24T01:53:00.3990674Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:53:00.3991338Z echo "c10_ConstexprCrc_test" failed with exit code 0 2025-01-24T01:53:00.3991719Z goto fail 2025-01-24T01:53:00.3991922Z ) 2025-01-24T01:53:00.3992065Z 2025-01-24T01:53:00.3992234Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:53:00.3997893Z 2025-01-24T01:53:00.3998403Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:53:00.3999140Z call :libtorch_check "c10_cow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-01-24T01:53:00.3999819Z if errorlevel 1 goto fail 2025-01-24T01:53:00.4000145Z ) 2025-01-24T01:53:00.4009307Z 2025-01-24T01:53:00.4009826Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:53:00.4013582Z 2025-01-24T01:53:00.4014302Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:53:00.4016505Z 2025-01-24T01:53:00.4017033Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "verify_api_visibility" goto :eof 2025-01-24T01:53:00.4018750Z 2025-01-24T01:53:00.4019272Z (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-01-24T01:53:00.4020189Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-01-24T01:53:00.4021229Z 2025-01-24T01:53:00.4021638Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_cow_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:53:00.4022374Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cow_test.exe" 2025-01-24T01:53:00.4022874Z goto :eof 2025-01-24T01:53:00.4023082Z ) 2025-01-24T01:53:00.4023180Z 2025-01-24T01:53:00.4023769Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_cow_test" 2025-01-24T01:53:00.5993374Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:53:00.5994360Z import pkg_resources 2025-01-24T01:53:06.2361543Z Found test times from artifacts 2025-01-24T01:53:06.3235500Z Found test times from artifacts 2025-01-24T01:53:06.3267287Z Running 25% of tests based on TD 2025-01-24T01:53:06.3273006Z Running parallel tests on 3 processes 2025-01-24T01:53:06.3273597Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:53:06.3273876Z Serial tests (0): 2025-01-24T01:53:06.3274116Z Parallel tests (1): 2025-01-24T01:53:06.3274342Z cpp/c10_cow_test 1/1 2025-01-24T01:53:06.3274594Z Name: excluded (est. time: 0.0min) 2025-01-24T01:53:06.3274867Z Serial tests (0): 2025-01-24T01:53:06.3275072Z Parallel tests (0): 2025-01-24T01:53:06.3354062Z Running cpp/c10_cow_test 1/1 ... [2025-01-24 01:53:06.335018] 2025-01-24T01:53:06.3354504Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:06.3364958Z 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-8d56e092728393ad.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:06.336188] 2025-01-24T01:53:06.3366857Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:53:07.8810870Z 2025-01-24T01:53:07.8811948Z 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_ca0783eabfbf800f_.log 2025-01-24T01:53:07.8812574Z 2025-01-24T01:53:10.8439278Z Running cpp/c10_cow_test 1/1 ... [2025-01-24 01:53:10.843425] 2025-01-24T01:53:10.8439789Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:10.8448931Z 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-a87d8dd871e05e54.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:10.844566] 2025-01-24T01:53:12.4490134Z 2025-01-24T01:53:12.4491237Z 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_4a85a5cb1f022bee_.log 2025-01-24T01:53:12.4491886Z 2025-01-24T01:53:13.2804580Z Running test batch 'tests to run' cost 6.94 seconds 2025-01-24T01:53:14.0644580Z 2025-01-24T01:53:14.0645222Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:53:14.0645659Z echo "c10_cow_test" failed with exit code 0 2025-01-24T01:53:14.0645968Z goto fail 2025-01-24T01:53:14.0646173Z ) 2025-01-24T01:53:14.0646314Z 2025-01-24T01:53:14.0646510Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:53:14.0646940Z echo "c10_cow_test" failed with exit code 0 2025-01-24T01:53:14.0647251Z goto fail 2025-01-24T01:53:14.0647423Z ) 2025-01-24T01:53:14.0648226Z 2025-01-24T01:53:14.0648800Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:53:14.0655932Z 2025-01-24T01:53:14.0656320Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:53:14.0657133Z call :libtorch_check "c10_DeadlockDetection_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-01-24T01:53:14.0657864Z if errorlevel 1 goto fail 2025-01-24T01:53:14.0658107Z ) 2025-01-24T01:53:14.0667517Z 2025-01-24T01:53:14.0667944Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:53:14.0671620Z 2025-01-24T01:53:14.0672366Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:53:14.0676225Z 2025-01-24T01:53:14.0676790Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "verify_api_visibility" goto :eof 2025-01-24T01:53:14.0678124Z 2025-01-24T01:53:14.0678822Z (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-01-24T01:53:14.0679840Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-01-24T01:53:14.0681092Z 2025-01-24T01:53:14.0681626Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeadlockDetection_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:53:14.0682447Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2025-01-24T01:53:14.0682991Z goto :eof 2025-01-24T01:53:14.0683202Z ) 2025-01-24T01:53:14.0683298Z 2025-01-24T01:53:14.0683724Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeadlockDetection_test" 2025-01-24T01:53:14.2446234Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:53:14.2447096Z import pkg_resources 2025-01-24T01:53:19.8346194Z Found test times from artifacts 2025-01-24T01:53:19.9214015Z Found test times from artifacts 2025-01-24T01:53:19.9245454Z Running 25% of tests based on TD 2025-01-24T01:53:19.9252162Z Running parallel tests on 3 processes 2025-01-24T01:53:19.9252662Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:53:19.9252991Z Serial tests (0): 2025-01-24T01:53:19.9253218Z Parallel tests (1): 2025-01-24T01:53:19.9253514Z cpp/c10_DeadlockDetection_test 1/1 2025-01-24T01:53:19.9253852Z Name: excluded (est. time: 0.0min) 2025-01-24T01:53:19.9254176Z Serial tests (0): 2025-01-24T01:53:19.9254400Z Parallel tests (0): 2025-01-24T01:53:19.9332471Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-01-24 01:53:19.932378] 2025-01-24T01:53:19.9333138Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:19.9344357Z 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-fe2b1f6e44337943.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:19.932378] 2025-01-24T01:53:19.9346157Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:53:21.4366785Z 2025-01-24T01:53:21.4368008Z 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_1a21130fbe7d5796_.log 2025-01-24T01:53:21.4368833Z 2025-01-24T01:53:24.4532177Z Running cpp/c10_DeadlockDetection_test 1/1 ... [2025-01-24 01:53:24.453023] 2025-01-24T01:53:24.4532686Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:24.4542581Z 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-77d1f4f1e7a2c180.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:24.453812] 2025-01-24T01:53:26.0308650Z 2025-01-24T01:53:26.0309652Z 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_ce80befa7bf170e6_.log 2025-01-24T01:53:26.0310375Z 2025-01-24T01:53:26.8784426Z Running test batch 'tests to run' cost 6.95 seconds 2025-01-24T01:53:27.6852859Z 2025-01-24T01:53:27.6853696Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:53:27.6854227Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-01-24T01:53:27.6854580Z goto fail 2025-01-24T01:53:27.6854780Z ) 2025-01-24T01:53:27.6854884Z 2025-01-24T01:53:27.6855090Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:53:27.6855546Z echo "c10_DeadlockDetection_test" failed with exit code 0 2025-01-24T01:53:27.6855900Z goto fail 2025-01-24T01:53:27.6856093Z ) 2025-01-24T01:53:27.6856632Z 2025-01-24T01:53:27.6857325Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:53:27.6863704Z 2025-01-24T01:53:27.6864006Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:53:27.6864802Z call :libtorch_check "c10_DeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-01-24T01:53:27.6865490Z if errorlevel 1 goto fail 2025-01-24T01:53:27.6865750Z ) 2025-01-24T01:53:27.6874967Z 2025-01-24T01:53:27.6875431Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:53:27.6879252Z 2025-01-24T01:53:27.6879825Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:53:27.6882228Z 2025-01-24T01:53:27.6882686Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "verify_api_visibility" goto :eof 2025-01-24T01:53:27.6883696Z 2025-01-24T01:53:27.6884518Z (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-01-24T01:53:27.6885516Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-01-24T01:53:27.6886114Z 2025-01-24T01:53:27.6886560Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:53:27.6887330Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2025-01-24T01:53:27.6888085Z goto :eof 2025-01-24T01:53:27.6888272Z ) 2025-01-24T01:53:27.6888396Z 2025-01-24T01:53:27.6888771Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DeviceGuard_test" 2025-01-24T01:53:27.8629424Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:53:27.8630264Z import pkg_resources 2025-01-24T01:53:33.4708567Z Found test times from artifacts 2025-01-24T01:53:33.5575202Z Found test times from artifacts 2025-01-24T01:53:33.5606313Z Running 25% of tests based on TD 2025-01-24T01:53:33.5611941Z Running parallel tests on 3 processes 2025-01-24T01:53:33.5612457Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:53:33.5612777Z Serial tests (0): 2025-01-24T01:53:33.5612992Z Parallel tests (1): 2025-01-24T01:53:33.5613236Z cpp/c10_DeviceGuard_test 1/1 2025-01-24T01:53:33.5613509Z Name: excluded (est. time: 0.0min) 2025-01-24T01:53:33.5613790Z Serial tests (0): 2025-01-24T01:53:33.5614013Z Parallel tests (0): 2025-01-24T01:53:33.5687588Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-01-24 01:53:33.567610] 2025-01-24T01:53:33.5688055Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:33.5699284Z 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-63870a84f4cd4c82.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:33.567610] 2025-01-24T01:53:33.5701641Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:53:35.0909593Z 2025-01-24T01:53:35.0911173Z 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_89595e48c31a420a_.log 2025-01-24T01:53:35.0912196Z 2025-01-24T01:53:38.2107884Z Running cpp/c10_DeviceGuard_test 1/1 ... [2025-01-24 01:53:38.210165] 2025-01-24T01:53:38.2108349Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:38.2117749Z 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-56eb0c9c84285756.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:38.211306] 2025-01-24T01:53:39.7153204Z 2025-01-24T01:53:39.7154277Z 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_6ecd094a22f0f856_.log 2025-01-24T01:53:39.7154948Z 2025-01-24T01:53:40.6262495Z Running test batch 'tests to run' cost 7.06 seconds 2025-01-24T01:53:41.4349999Z 2025-01-24T01:53:41.4350706Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:53:41.4351381Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-01-24T01:53:41.4351719Z goto fail 2025-01-24T01:53:41.4351901Z ) 2025-01-24T01:53:41.4352024Z 2025-01-24T01:53:41.4352216Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:53:41.4352715Z echo "c10_DeviceGuard_test" failed with exit code 0 2025-01-24T01:53:41.4353032Z goto fail 2025-01-24T01:53:41.4353233Z ) 2025-01-24T01:53:41.4353334Z 2025-01-24T01:53:41.4353503Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:53:41.4359862Z 2025-01-24T01:53:41.4360341Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:53:41.4361063Z call :libtorch_check "c10_Device_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-01-24T01:53:41.4361699Z if errorlevel 1 goto fail 2025-01-24T01:53:41.4362074Z ) 2025-01-24T01:53:41.4371149Z 2025-01-24T01:53:41.4371518Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:53:41.4375239Z 2025-01-24T01:53:41.4375719Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:53:41.4378196Z 2025-01-24T01:53:41.4378546Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "verify_api_visibility" goto :eof 2025-01-24T01:53:41.4380166Z 2025-01-24T01:53:41.4380806Z (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-01-24T01:53:41.4381730Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-01-24T01:53:41.4382566Z 2025-01-24T01:53:41.4382983Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Device_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:53:41.4383709Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2025-01-24T01:53:41.4384218Z goto :eof 2025-01-24T01:53:41.4384416Z ) 2025-01-24T01:53:41.4384524Z 2025-01-24T01:53:41.4384884Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Device_test" 2025-01-24T01:53:41.6155610Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:53:41.6156464Z import pkg_resources 2025-01-24T01:53:47.1446636Z Found test times from artifacts 2025-01-24T01:53:47.2316001Z Found test times from artifacts 2025-01-24T01:53:47.2347728Z Running 25% of tests based on TD 2025-01-24T01:53:47.2354325Z Running parallel tests on 3 processes 2025-01-24T01:53:47.2354669Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:53:47.2354946Z Serial tests (0): 2025-01-24T01:53:47.2355183Z Parallel tests (1): 2025-01-24T01:53:47.2355413Z cpp/c10_Device_test 1/1 2025-01-24T01:53:47.2355673Z Name: excluded (est. time: 0.0min) 2025-01-24T01:53:47.2355947Z Serial tests (0): 2025-01-24T01:53:47.2356152Z Parallel tests (0): 2025-01-24T01:53:47.2431490Z Running cpp/c10_Device_test 1/1 ... [2025-01-24 01:53:47.240800] 2025-01-24T01:53:47.2431920Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:47.2441732Z 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-ef8b17062b9a9423.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:47.240800] 2025-01-24T01:53:47.2443490Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:53:48.7657171Z 2025-01-24T01:53:48.7658249Z 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_2c01d644b73c24e5_.log 2025-01-24T01:53:48.7659236Z 2025-01-24T01:53:51.7254239Z Running cpp/c10_Device_test 1/1 ... [2025-01-24 01:53:51.717241] 2025-01-24T01:53:51.7254695Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:53:51.7263720Z 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-37000c9a2201a0c1.xml', '-x', '--reruns=2'] ... [2025-01-24 01:53:51.717241] 2025-01-24T01:53:53.2592935Z 2025-01-24T01:53:53.2593871Z 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_eeff900bd5bc29b2_.log 2025-01-24T01:53:53.2594516Z 2025-01-24T01:53:54.0453258Z Running test batch 'tests to run' cost 6.81 seconds 2025-01-24T01:53:54.7931352Z 2025-01-24T01:53:54.7932158Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:53:54.7932632Z echo "c10_Device_test" failed with exit code 0 2025-01-24T01:53:54.7932951Z goto fail 2025-01-24T01:53:54.7933138Z ) 2025-01-24T01:53:54.7933246Z 2025-01-24T01:53:54.7933452Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:53:54.7933863Z echo "c10_Device_test" failed with exit code 0 2025-01-24T01:53:54.7934178Z goto fail 2025-01-24T01:53:54.7934365Z ) 2025-01-24T01:53:54.7934461Z 2025-01-24T01:53:54.7934620Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:53:54.7941923Z 2025-01-24T01:53:54.7942225Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:53:54.7943017Z call :libtorch_check "c10_DispatchKeySet_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-01-24T01:53:54.7943725Z if errorlevel 1 goto fail 2025-01-24T01:53:54.7943959Z ) 2025-01-24T01:53:54.7953109Z 2025-01-24T01:53:54.7953799Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:53:54.7957161Z 2025-01-24T01:53:54.7957670Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:53:54.7960282Z 2025-01-24T01:53:54.7960728Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "verify_api_visibility" goto :eof 2025-01-24T01:53:54.7961973Z 2025-01-24T01:53:54.7962651Z (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-01-24T01:53:54.7963889Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-01-24T01:53:54.7964947Z 2025-01-24T01:53:54.7965390Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_DispatchKeySet_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:53:54.7966177Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2025-01-24T01:53:54.7966725Z goto :eof 2025-01-24T01:53:54.7966920Z ) 2025-01-24T01:53:54.7967016Z 2025-01-24T01:53:54.7967412Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_DispatchKeySet_test" 2025-01-24T01:53:54.9719654Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:53:54.9720513Z import pkg_resources 2025-01-24T01:54:00.4352187Z Found test times from artifacts 2025-01-24T01:54:00.5209584Z Found test times from artifacts 2025-01-24T01:54:00.5242879Z Running 25% of tests based on TD 2025-01-24T01:54:00.5246692Z Running parallel tests on 3 processes 2025-01-24T01:54:00.5262344Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:54:00.5262797Z Serial tests (0): 2025-01-24T01:54:00.5263046Z Parallel tests (1): 2025-01-24T01:54:00.5263282Z cpp/c10_DispatchKeySet_test 1/1 2025-01-24T01:54:00.5263568Z Name: excluded (est. time: 0.0min) 2025-01-24T01:54:00.5263832Z Serial tests (0): 2025-01-24T01:54:00.5264035Z Parallel tests (0): 2025-01-24T01:54:00.5323421Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-01-24 01:54:00.531247] 2025-01-24T01:54:00.5323876Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:00.5333611Z 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-d133717a7f8813c6.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:00.531247] 2025-01-24T01:54:00.5335395Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:54:01.9732305Z 2025-01-24T01:54:01.9733309Z 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_1c8fffba57761860_.log 2025-01-24T01:54:01.9734051Z 2025-01-24T01:54:04.8793564Z Running cpp/c10_DispatchKeySet_test 1/1 ... [2025-01-24 01:54:04.877298] 2025-01-24T01:54:04.8794042Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:04.8803102Z 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-15ebd56de007cb33.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:04.877298] 2025-01-24T01:54:06.3828751Z 2025-01-24T01:54:06.3829763Z 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_57716ed2befc25bf_.log 2025-01-24T01:54:06.3830506Z 2025-01-24T01:54:07.1523912Z Running test batch 'tests to run' cost 6.62 seconds 2025-01-24T01:54:07.9717544Z 2025-01-24T01:54:07.9718239Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:54:07.9718726Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-01-24T01:54:07.9719048Z goto fail 2025-01-24T01:54:07.9719245Z ) 2025-01-24T01:54:07.9719384Z 2025-01-24T01:54:07.9719741Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:54:07.9720458Z echo "c10_DispatchKeySet_test" failed with exit code 0 2025-01-24T01:54:07.9720804Z goto fail 2025-01-24T01:54:07.9720992Z ) 2025-01-24T01:54:07.9721920Z 2025-01-24T01:54:07.9722413Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:54:07.9729191Z 2025-01-24T01:54:07.9729463Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:54:07.9730134Z call :libtorch_check "c10_error_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-01-24T01:54:07.9730761Z if errorlevel 1 goto fail 2025-01-24T01:54:07.9731051Z ) 2025-01-24T01:54:07.9740859Z 2025-01-24T01:54:07.9741215Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:54:07.9745228Z 2025-01-24T01:54:07.9745729Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:54:07.9748143Z 2025-01-24T01:54:07.9751058Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "verify_api_visibility" goto :eof 2025-01-24T01:54:07.9751530Z 2025-01-24T01:54:07.9752054Z (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-01-24T01:54:07.9752982Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-01-24T01:54:07.9753559Z 2025-01-24T01:54:07.9753881Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_error_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:54:07.9754580Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_error_test.exe" 2025-01-24T01:54:07.9755076Z goto :eof 2025-01-24T01:54:07.9770906Z ) 2025-01-24T01:54:07.9771021Z 2025-01-24T01:54:07.9771396Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_error_test" 2025-01-24T01:54:08.1655059Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:54:08.1655967Z import pkg_resources 2025-01-24T01:54:13.5750561Z Found test times from artifacts 2025-01-24T01:54:13.6651998Z Found test times from artifacts 2025-01-24T01:54:13.6681081Z Running 25% of tests based on TD 2025-01-24T01:54:13.6686932Z Running parallel tests on 3 processes 2025-01-24T01:54:13.6687388Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:54:13.6687673Z Serial tests (0): 2025-01-24T01:54:13.6687896Z Parallel tests (1): 2025-01-24T01:54:13.6688138Z cpp/c10_error_test 1/1 2025-01-24T01:54:13.6688392Z Name: excluded (est. time: 0.0min) 2025-01-24T01:54:13.6688647Z Serial tests (0): 2025-01-24T01:54:13.6688869Z Parallel tests (0): 2025-01-24T01:54:13.6759456Z Running cpp/c10_error_test 1/1 ... [2025-01-24 01:54:13.675473] 2025-01-24T01:54:13.6759868Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:13.6769830Z 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-70d341f4df3d1ea7.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:13.676648] 2025-01-24T01:54:13.6771594Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:54:15.0905432Z 2025-01-24T01:54:15.0906434Z 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_6d135898349cb787_.log 2025-01-24T01:54:15.0907188Z 2025-01-24T01:54:17.9519637Z Running cpp/c10_error_test 1/1 ... [2025-01-24 01:54:17.950874] 2025-01-24T01:54:17.9520085Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:17.9529561Z 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-04e0bf3d644bab0f.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:17.950874] 2025-01-24T01:54:19.4063198Z 2025-01-24T01:54:19.4064112Z 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_dfcd78841055bc47_.log 2025-01-24T01:54:19.4064755Z 2025-01-24T01:54:20.1814529Z Running test batch 'tests to run' cost 6.51 seconds 2025-01-24T01:54:20.9012748Z 2025-01-24T01:54:20.9013471Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:54:20.9013939Z echo "c10_error_test" failed with exit code 0 2025-01-24T01:54:20.9014244Z goto fail 2025-01-24T01:54:20.9014435Z ) 2025-01-24T01:54:20.9014538Z 2025-01-24T01:54:20.9015105Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:54:20.9015580Z echo "c10_error_test" failed with exit code 0 2025-01-24T01:54:20.9015877Z goto fail 2025-01-24T01:54:20.9016064Z ) 2025-01-24T01:54:20.9016339Z 2025-01-24T01:54:20.9016670Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:54:20.9024013Z 2025-01-24T01:54:20.9024345Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:54:20.9025657Z call :libtorch_check "c10_exception_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-01-24T01:54:20.9026311Z if errorlevel 1 goto fail 2025-01-24T01:54:20.9026558Z ) 2025-01-24T01:54:20.9035412Z 2025-01-24T01:54:20.9035799Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:54:20.9039970Z 2025-01-24T01:54:20.9040510Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:54:20.9043413Z 2025-01-24T01:54:20.9043883Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "verify_api_visibility" goto :eof 2025-01-24T01:54:20.9045410Z 2025-01-24T01:54:20.9046292Z (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-01-24T01:54:20.9047504Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-01-24T01:54:20.9048045Z 2025-01-24T01:54:20.9048515Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_exception_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:54:20.9049258Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2025-01-24T01:54:20.9049772Z goto :eof 2025-01-24T01:54:20.9049949Z ) 2025-01-24T01:54:20.9050057Z 2025-01-24T01:54:20.9050426Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_exception_test" 2025-01-24T01:54:21.0944311Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:54:21.0945157Z import pkg_resources 2025-01-24T01:54:26.7855350Z Found test times from artifacts 2025-01-24T01:54:26.8715886Z Found test times from artifacts 2025-01-24T01:54:26.8746438Z Running 25% of tests based on TD 2025-01-24T01:54:26.8752405Z Running parallel tests on 3 processes 2025-01-24T01:54:26.8753034Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:54:26.8753305Z Serial tests (0): 2025-01-24T01:54:26.8753547Z Parallel tests (1): 2025-01-24T01:54:26.8753837Z cpp/c10_exception_test 1/1 2025-01-24T01:54:26.8754095Z Name: excluded (est. time: 0.0min) 2025-01-24T01:54:26.8754412Z Serial tests (0): 2025-01-24T01:54:26.8754638Z Parallel tests (0): 2025-01-24T01:54:26.8829348Z Running cpp/c10_exception_test 1/1 ... [2025-01-24 01:54:26.882270] 2025-01-24T01:54:26.8829801Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:26.8839299Z 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-43f002fa0cc57ff1.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:26.883441] 2025-01-24T01:54:26.8841177Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:54:28.3640104Z 2025-01-24T01:54:28.3641303Z 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_84075651c090bd70_.log 2025-01-24T01:54:28.3642004Z 2025-01-24T01:54:31.4291002Z Running cpp/c10_exception_test 1/1 ... [2025-01-24 01:54:31.426938] 2025-01-24T01:54:31.4291485Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:31.4300722Z 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-814e5b5de3ea2f52.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:31.426938] 2025-01-24T01:54:32.9075001Z 2025-01-24T01:54:32.9076037Z 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_e49907403e080b1e_.log 2025-01-24T01:54:32.9076724Z 2025-01-24T01:54:33.6772113Z Running test batch 'tests to run' cost 6.8 seconds 2025-01-24T01:54:34.4376431Z 2025-01-24T01:54:34.4377024Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:54:34.4377520Z echo "c10_exception_test" failed with exit code 0 2025-01-24T01:54:34.4377851Z goto fail 2025-01-24T01:54:34.4378073Z ) 2025-01-24T01:54:34.4378210Z 2025-01-24T01:54:34.4378411Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:54:34.4378909Z echo "c10_exception_test" failed with exit code 0 2025-01-24T01:54:34.4379235Z goto fail 2025-01-24T01:54:34.4379456Z ) 2025-01-24T01:54:34.4379560Z 2025-01-24T01:54:34.4379978Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:54:34.4386900Z 2025-01-24T01:54:34.4387424Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:54:34.4388160Z call :libtorch_check "c10_flags_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-01-24T01:54:34.4388810Z if errorlevel 1 goto fail 2025-01-24T01:54:34.4389067Z ) 2025-01-24T01:54:34.4398536Z 2025-01-24T01:54:34.4399062Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:54:34.4402840Z 2025-01-24T01:54:34.4403557Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:54:34.4406226Z 2025-01-24T01:54:34.4406935Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "verify_api_visibility" goto :eof 2025-01-24T01:54:34.4408225Z 2025-01-24T01:54:34.4408932Z (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-01-24T01:54:34.4410080Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-01-24T01:54:34.4411534Z 2025-01-24T01:54:34.4412022Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_flags_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:54:34.4412780Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2025-01-24T01:54:34.4413281Z goto :eof 2025-01-24T01:54:34.4413508Z ) 2025-01-24T01:54:34.4413619Z 2025-01-24T01:54:34.4414005Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_flags_test" 2025-01-24T01:54:34.6141779Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:54:34.6142715Z import pkg_resources 2025-01-24T01:54:40.2727488Z Found test times from artifacts 2025-01-24T01:54:40.3667760Z Found test times from artifacts 2025-01-24T01:54:40.3703845Z Running 25% of tests based on TD 2025-01-24T01:54:40.3722178Z Running parallel tests on 3 processes 2025-01-24T01:54:40.3722551Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:54:40.3722874Z Serial tests (0): 2025-01-24T01:54:40.3723132Z Parallel tests (1): 2025-01-24T01:54:40.3723381Z cpp/c10_flags_test 1/1 2025-01-24T01:54:40.3723673Z Name: excluded (est. time: 0.0min) 2025-01-24T01:54:40.3723982Z Serial tests (0): 2025-01-24T01:54:40.3724209Z Parallel tests (0): 2025-01-24T01:54:40.3821065Z Running cpp/c10_flags_test 1/1 ... [2025-01-24 01:54:40.380827] 2025-01-24T01:54:40.3821539Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:40.3832698Z 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-c94d14e6b256c30c.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:40.382443] 2025-01-24T01:54:40.3834617Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:54:41.8852264Z 2025-01-24T01:54:41.8853471Z 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_2916847445c64ccd_.log 2025-01-24T01:54:41.8854123Z 2025-01-24T01:54:44.9510888Z Running cpp/c10_flags_test 1/1 ... [2025-01-24 01:54:44.942835] 2025-01-24T01:54:44.9511353Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:44.9521154Z 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-adcca9c27bfb55fa.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:44.942835] 2025-01-24T01:54:46.5822634Z 2025-01-24T01:54:46.5825438Z 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_9a753593544e2b0a_.log 2025-01-24T01:54:46.5826059Z 2025-01-24T01:54:47.4241026Z Running test batch 'tests to run' cost 7.05 seconds 2025-01-24T01:54:48.1496938Z 2025-01-24T01:54:48.1497842Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:54:48.1498329Z echo "c10_flags_test" failed with exit code 0 2025-01-24T01:54:48.1498672Z goto fail 2025-01-24T01:54:48.1498906Z ) 2025-01-24T01:54:48.1499026Z 2025-01-24T01:54:48.1499226Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:54:48.1499717Z echo "c10_flags_test" failed with exit code 0 2025-01-24T01:54:48.1500051Z goto fail 2025-01-24T01:54:48.1500253Z ) 2025-01-24T01:54:48.1500383Z 2025-01-24T01:54:48.1500902Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:54:48.1508120Z 2025-01-24T01:54:48.1508394Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:54:48.1509172Z 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-01-24T01:54:48.1509878Z if errorlevel 1 goto fail 2025-01-24T01:54:48.1510131Z ) 2025-01-24T01:54:48.1519014Z 2025-01-24T01:54:48.1519447Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:54:48.1523017Z 2025-01-24T01:54:48.1523555Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:54:48.1525868Z 2025-01-24T01:54:48.1526525Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "verify_api_visibility" goto :eof 2025-01-24T01:54:48.1527066Z 2025-01-24T01:54:48.1527676Z (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-01-24T01:54:48.1528710Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-01-24T01:54:48.1529537Z 2025-01-24T01:54:48.1529969Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_generic_math_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:54:48.1530783Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_generic_math_test.exe" 2025-01-24T01:54:48.1531320Z goto :eof 2025-01-24T01:54:48.1531554Z ) 2025-01-24T01:54:48.1531662Z 2025-01-24T01:54:48.1532083Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_generic_math_test" 2025-01-24T01:54:48.3215590Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:54:48.3216653Z import pkg_resources 2025-01-24T01:54:53.7719063Z Found test times from artifacts 2025-01-24T01:54:53.8587144Z Found test times from artifacts 2025-01-24T01:54:53.8619566Z Running 25% of tests based on TD 2025-01-24T01:54:53.8625602Z Running parallel tests on 3 processes 2025-01-24T01:54:53.8626195Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:54:53.8626495Z Serial tests (0): 2025-01-24T01:54:53.8626745Z Parallel tests (1): 2025-01-24T01:54:53.8626980Z cpp/c10_generic_math_test 1/1 2025-01-24T01:54:53.8627271Z Name: excluded (est. time: 0.0min) 2025-01-24T01:54:53.8627554Z Serial tests (0): 2025-01-24T01:54:53.8627766Z Parallel tests (0): 2025-01-24T01:54:53.8707960Z Running cpp/c10_generic_math_test 1/1 ... [2025-01-24 01:54:53.869462] 2025-01-24T01:54:53.8708438Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:53.8719276Z 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-6ed7fa2d41dec936.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:53.871095] 2025-01-24T01:54:53.8721219Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:54:55.4182390Z 2025-01-24T01:54:55.4183579Z 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_1c5c7fa6fd76684f_.log 2025-01-24T01:54:55.4184247Z 2025-01-24T01:54:58.4063417Z Running cpp/c10_generic_math_test 1/1 ... [2025-01-24 01:54:58.402056] 2025-01-24T01:54:58.4063922Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:54:58.4072905Z 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-f83804068e353ee2.xml', '-x', '--reruns=2'] ... [2025-01-24 01:54:58.402056] 2025-01-24T01:54:59.9065789Z 2025-01-24T01:54:59.9066954Z 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_255b4e12e86ef61c_.log 2025-01-24T01:54:59.9067626Z 2025-01-24T01:55:00.7821624Z Running test batch 'tests to run' cost 6.91 seconds 2025-01-24T01:55:01.6030896Z 2025-01-24T01:55:01.6031796Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:55:01.6032290Z echo "c10_generic_math_test" failed with exit code 0 2025-01-24T01:55:01.6032616Z goto fail 2025-01-24T01:55:01.6033158Z ) 2025-01-24T01:55:01.6033262Z 2025-01-24T01:55:01.6033481Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:55:01.6033927Z echo "c10_generic_math_test" failed with exit code 0 2025-01-24T01:55:01.6034271Z goto fail 2025-01-24T01:55:01.6034465Z ) 2025-01-24T01:55:01.6034565Z 2025-01-24T01:55:01.6034783Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:55:01.6042587Z 2025-01-24T01:55:01.6043348Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:55:01.6044057Z call :libtorch_check "c10_Half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-01-24T01:55:01.6044662Z if errorlevel 1 goto fail 2025-01-24T01:55:01.6044907Z ) 2025-01-24T01:55:01.6054951Z 2025-01-24T01:55:01.6055422Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:55:01.6059246Z 2025-01-24T01:55:01.6059818Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:55:01.6062152Z 2025-01-24T01:55:01.6062553Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "verify_api_visibility" goto :eof 2025-01-24T01:55:01.6064020Z 2025-01-24T01:55:01.6064668Z (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-01-24T01:55:01.6065602Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-01-24T01:55:01.6067085Z 2025-01-24T01:55:01.6067443Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Half_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:55:01.6068154Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2025-01-24T01:55:01.6068637Z goto :eof 2025-01-24T01:55:01.6068829Z ) 2025-01-24T01:55:01.6068930Z 2025-01-24T01:55:01.6069311Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Half_test" 2025-01-24T01:55:01.7858857Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:55:01.7859741Z import pkg_resources 2025-01-24T01:55:07.3907825Z Found test times from artifacts 2025-01-24T01:55:07.4784629Z Found test times from artifacts 2025-01-24T01:55:07.4820796Z Running 25% of tests based on TD 2025-01-24T01:55:07.4827554Z Running parallel tests on 3 processes 2025-01-24T01:55:07.4828160Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:55:07.4828473Z Serial tests (0): 2025-01-24T01:55:07.4828725Z Parallel tests (1): 2025-01-24T01:55:07.4828972Z cpp/c10_Half_test 1/1 2025-01-24T01:55:07.4829250Z Name: excluded (est. time: 0.0min) 2025-01-24T01:55:07.4829536Z Serial tests (0): 2025-01-24T01:55:07.4829847Z Parallel tests (0): 2025-01-24T01:55:07.4909205Z Running cpp/c10_Half_test 1/1 ... [2025-01-24 01:55:07.490407] 2025-01-24T01:55:07.4909971Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:55:07.4919718Z 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-b43f26b255b64eaf.xml', '-x', '--reruns=2'] ... [2025-01-24 01:55:07.491598] 2025-01-24T01:55:07.4921490Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:55:09.0395735Z 2025-01-24T01:55:09.0396653Z 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_4ad4d87e3b7cc562_.log 2025-01-24T01:55:09.0397678Z 2025-01-24T01:55:12.1067110Z Running cpp/c10_Half_test 1/1 ... [2025-01-24 01:55:12.096000] 2025-01-24T01:55:12.1067616Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:55:12.1076908Z 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-c52faf09cb0bdaa8.xml', '-x', '--reruns=2'] ... [2025-01-24 01:55:12.096000] 2025-01-24T01:55:13.6328097Z 2025-01-24T01:55:13.6329048Z 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_0af2bdebd962e03f_.log 2025-01-24T01:55:13.6329810Z 2025-01-24T01:55:14.4649918Z Running test batch 'tests to run' cost 6.98 seconds 2025-01-24T01:55:15.3409817Z 2025-01-24T01:55:15.3410575Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:55:15.3411077Z echo "c10_Half_test" failed with exit code 0 2025-01-24T01:55:15.3411489Z goto fail 2025-01-24T01:55:15.3411696Z ) 2025-01-24T01:55:15.3411891Z 2025-01-24T01:55:15.3412093Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:55:15.3412559Z echo "c10_Half_test" failed with exit code 0 2025-01-24T01:55:15.3413028Z goto fail 2025-01-24T01:55:15.3413263Z ) 2025-01-24T01:55:15.3413370Z 2025-01-24T01:55:15.3413571Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:55:15.3419150Z 2025-01-24T01:55:15.3419408Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:55:15.3420225Z call :libtorch_check "c10_InlineDeviceGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-01-24T01:55:15.3421081Z if errorlevel 1 goto fail 2025-01-24T01:55:15.3421345Z ) 2025-01-24T01:55:15.3430358Z 2025-01-24T01:55:15.3430744Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:55:15.3434603Z 2025-01-24T01:55:15.3435169Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:55:15.3437644Z 2025-01-24T01:55:15.3438541Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "verify_api_visibility" goto :eof 2025-01-24T01:55:15.3440487Z 2025-01-24T01:55:15.3441151Z (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-01-24T01:55:15.3442221Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-01-24T01:55:15.3443939Z 2025-01-24T01:55:15.3444458Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineDeviceGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:55:15.3445371Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2025-01-24T01:55:15.3445953Z goto :eof 2025-01-24T01:55:15.3446188Z ) 2025-01-24T01:55:15.3446299Z 2025-01-24T01:55:15.3446722Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineDeviceGuard_test" 2025-01-24T01:55:15.5223970Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:55:15.5224833Z import pkg_resources 2025-01-24T01:55:21.1075179Z Found test times from artifacts 2025-01-24T01:55:21.1959532Z Found test times from artifacts 2025-01-24T01:55:21.1991410Z Running 25% of tests based on TD 2025-01-24T01:55:21.1997582Z Running parallel tests on 3 processes 2025-01-24T01:55:21.1997920Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:55:21.1998256Z Serial tests (0): 2025-01-24T01:55:21.1998522Z Parallel tests (1): 2025-01-24T01:55:21.1998787Z cpp/c10_InlineDeviceGuard_test 1/1 2025-01-24T01:55:21.1999358Z Name: excluded (est. time: 0.0min) 2025-01-24T01:55:21.1999668Z Serial tests (0): 2025-01-24T01:55:21.1999897Z Parallel tests (0): 2025-01-24T01:55:21.2077141Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-01-24 01:55:21.201621] 2025-01-24T01:55:21.2077659Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:55:21.2087707Z 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-864addbd3577cb52.xml', '-x', '--reruns=2'] ... [2025-01-24 01:55:21.201621] 2025-01-24T01:55:21.2089503Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:55:22.7879363Z 2025-01-24T01:55:22.7880621Z 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_38ab1390371928a2_.log 2025-01-24T01:55:22.7881345Z 2025-01-24T01:55:25.8253439Z Running cpp/c10_InlineDeviceGuard_test 1/1 ... [2025-01-24 01:55:25.823575] 2025-01-24T01:55:25.8254109Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:55:25.8262130Z 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-fe049c081461677e.xml', '-x', '--reruns=2'] ... [2025-01-24 01:55:25.825745] 2025-01-24T01:55:27.3465548Z 2025-01-24T01:55:27.3466482Z 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_56598f44b1a28aa2_.log 2025-01-24T01:55:27.3467408Z 2025-01-24T01:55:28.1803277Z Running test batch 'tests to run' cost 6.98 seconds 2025-01-24T01:55:28.9982436Z 2025-01-24T01:55:28.9983304Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:55:28.9984005Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-01-24T01:55:28.9984374Z goto fail 2025-01-24T01:55:28.9984548Z ) 2025-01-24T01:55:28.9984665Z 2025-01-24T01:55:28.9984855Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:55:28.9985317Z echo "c10_InlineDeviceGuard_test" failed with exit code 0 2025-01-24T01:55:28.9985670Z goto fail 2025-01-24T01:55:28.9985852Z ) 2025-01-24T01:55:28.9986104Z 2025-01-24T01:55:28.9986546Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:55:28.9994602Z 2025-01-24T01:55:28.9994936Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:55:28.9995749Z call :libtorch_check "c10_InlineStreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-01-24T01:55:28.9996507Z if errorlevel 1 goto fail 2025-01-24T01:55:28.9996736Z ) 2025-01-24T01:55:29.0005574Z 2025-01-24T01:55:29.0006150Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:55:29.0009902Z 2025-01-24T01:55:29.0010477Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:55:29.0012936Z 2025-01-24T01:55:29.0013498Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "verify_api_visibility" goto :eof 2025-01-24T01:55:29.0014777Z 2025-01-24T01:55:29.0015480Z (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-01-24T01:55:29.0016486Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-01-24T01:55:29.0018142Z 2025-01-24T01:55:29.0018784Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_InlineStreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:55:29.0019615Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2025-01-24T01:55:29.0020156Z goto :eof 2025-01-24T01:55:29.0020330Z ) 2025-01-24T01:55:29.0020436Z 2025-01-24T01:55:29.0020830Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_InlineStreamGuard_test" 2025-01-24T01:55:29.1772173Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:55:29.1773007Z import pkg_resources 2025-01-24T01:55:34.7326527Z Found test times from artifacts 2025-01-24T01:55:34.8196004Z Found test times from artifacts 2025-01-24T01:55:34.8226953Z Running 25% of tests based on TD 2025-01-24T01:55:34.8232804Z Running parallel tests on 3 processes 2025-01-24T01:55:34.8233288Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:55:34.8233575Z Serial tests (0): 2025-01-24T01:55:34.8233818Z Parallel tests (1): 2025-01-24T01:55:34.8234234Z cpp/c10_InlineStreamGuard_test 1/1 2025-01-24T01:55:34.8234576Z Name: excluded (est. time: 0.0min) 2025-01-24T01:55:34.8234849Z Serial tests (0): 2025-01-24T01:55:34.8235064Z Parallel tests (0): 2025-01-24T01:55:34.8311305Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-01-24 01:55:34.830702] 2025-01-24T01:55:34.8311797Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:55:34.8322072Z 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-abb95fa5e8a6de18.xml', '-x', '--reruns=2'] ... [2025-01-24 01:55:34.831979] 2025-01-24T01:55:34.8323891Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:55:36.3550166Z 2025-01-24T01:55:36.3551545Z 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_ff60a7f47c933d53_.log 2025-01-24T01:55:36.3552391Z 2025-01-24T01:55:39.3662242Z Running cpp/c10_InlineStreamGuard_test 1/1 ... [2025-01-24 01:55:39.365467] 2025-01-24T01:55:39.3662744Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:55:39.3672231Z 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-59134a8ce155170f.xml', '-x', '--reruns=2'] ... [2025-01-24 01:55:39.365467] 2025-01-24T01:55:40.9105607Z 2025-01-24T01:55:40.9106666Z 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_57fedda7286af5e5_.log 2025-01-24T01:55:40.9107522Z 2025-01-24T01:55:41.7666932Z Running test batch 'tests to run' cost 6.95 seconds 2025-01-24T01:55:42.6155481Z 2025-01-24T01:55:42.6156124Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:55:42.6156624Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-01-24T01:55:42.6156992Z goto fail 2025-01-24T01:55:42.6157187Z ) 2025-01-24T01:55:42.6157289Z 2025-01-24T01:55:42.6157482Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:55:42.6157949Z echo "c10_InlineStreamGuard_test" failed with exit code 0 2025-01-24T01:55:42.6158304Z goto fail 2025-01-24T01:55:42.6158479Z ) 2025-01-24T01:55:42.6158608Z 2025-01-24T01:55:42.6158882Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:55:42.6166556Z 2025-01-24T01:55:42.6167231Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:55:42.6168052Z 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-01-24T01:55:42.6168774Z if errorlevel 1 goto fail 2025-01-24T01:55:42.6169025Z ) 2025-01-24T01:55:42.6178240Z 2025-01-24T01:55:42.6178784Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:55:42.6182182Z 2025-01-24T01:55:42.6182776Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:55:42.6185568Z 2025-01-24T01:55:42.6186018Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "verify_api_visibility" goto :eof 2025-01-24T01:55:42.6187398Z 2025-01-24T01:55:42.6188045Z (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-01-24T01:55:42.6189098Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-01-24T01:55:42.6191016Z 2025-01-24T01:55:42.6191472Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_benchmark" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:55:42.6192285Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2025-01-24T01:55:42.6192815Z goto :eof 2025-01-24T01:55:42.6193007Z ) 2025-01-24T01:55:42.6317987Z 2025-01-24T01:55:42+00:00 2025-01-24T01:55:42.6318552Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2025-01-24T01:55:42.6319173Z Run on (16 X 3000 MHz CPU s) 2025-01-24T01:55:42.6319421Z CPU Caches: 2025-01-24T01:55:42.6319643Z L1 Data 32 KiB (x8) 2025-01-24T01:55:42.6319941Z L1 Instruction 32 KiB (x8) 2025-01-24T01:55:42.6320198Z L2 Unified 1024 KiB (x8) 2025-01-24T01:55:42.6320434Z L3 Unified 36608 KiB (x1) 2025-01-24T01:55:43.4683667Z ---------------------------------------------------------------------------- 2025-01-24T01:55:43.4684196Z Benchmark Time CPU Iterations 2025-01-24T01:55:43.4684611Z ---------------------------------------------------------------------------- 2025-01-24T01:55:43.4685074Z BM_IntrusivePtrCtorDtor 12.5 ns 12.3 ns 56000000 2025-01-24T01:55:44.2779413Z BM_SharedPtrCtorDtor 12.1 ns 12.0 ns 56000000 2025-01-24T01:55:45.2473913Z BM_IntrusivePtrArray/16 225 ns 225 ns 3200000 2025-01-24T01:55:46.4860176Z BM_IntrusivePtrArray/32 462 ns 449 ns 1600000 2025-01-24T01:55:47.2568590Z BM_IntrusivePtrArray/64 898 ns 900 ns 746667 2025-01-24T01:55:48.1276781Z BM_IntrusivePtrArray/128 1798 ns 1800 ns 373333 2025-01-24T01:55:49.2451875Z BM_IntrusivePtrArray/256 3673 ns 3530 ns 194783 2025-01-24T01:55:50.1328999Z BM_IntrusivePtrArray/512 7206 ns 7254 ns 112000 2025-01-24T01:55:51.0108347Z BM_IntrusivePtrArray/1024 14425 ns 14439 ns 49778 2025-01-24T01:55:52.0107850Z BM_IntrusivePtrArray/2048 28838 ns 28495 ns 23579 2025-01-24T01:55:52.6520959Z BM_IntrusivePtrArray/4096 57734 ns 57813 ns 10000 2025-01-24T01:55:53.5791368Z BM_SharedPtrArray/16 225 ns 220 ns 2986667 2025-01-24T01:55:54.7737715Z BM_SharedPtrArray/32 449 ns 445 ns 1544828 2025-01-24T01:55:55.5774417Z BM_SharedPtrArray/64 942 ns 942 ns 746667 2025-01-24T01:55:56.5625739Z BM_SharedPtrArray/128 1926 ns 1957 ns 407273 2025-01-24T01:55:57.6673439Z BM_SharedPtrArray/256 3603 ns 3610 ns 194783 2025-01-24T01:55:58.6094613Z BM_SharedPtrArray/512 7692 ns 7394 ns 112000 2025-01-24T01:55:59.4602334Z BM_SharedPtrArray/1024 14846 ns 14997 ns 44800 2025-01-24T01:56:00.5081843Z BM_SharedPtrArray/2048 29154 ns 28878 ns 24889 2025-01-24T01:56:01.2309999Z BM_SharedPtrArray/4096 58624 ns 58594 ns 11200 2025-01-24T01:56:01.9900019Z BM_IntrusivePtrExclusiveOwnership 61.2 ns 61.4 ns 11200000 2025-01-24T01:56:02.8053435Z BM_SharedPtrExclusiveOwnership 66.2 ns 67.0 ns 11200000 2025-01-24T01:56:02.8080998Z 2025-01-24T01:56:02.8081558Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:56:02.8082388Z 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-01-24T01:56:02.8083228Z if errorlevel 1 goto fail 2025-01-24T01:56:02.8083545Z ) 2025-01-24T01:56:02.8092810Z 2025-01-24T01:56:02.8093245Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:56:02.8096728Z 2025-01-24T01:56:02.8097252Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:56:02.8099686Z 2025-01-24T01:56:02.8100084Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "verify_api_visibility" goto :eof 2025-01-24T01:56:02.8100980Z 2025-01-24T01:56:02.8101596Z (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-01-24T01:56:02.8102626Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-01-24T01:56:02.8103815Z 2025-01-24T01:56:02.8104297Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_intrusive_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:56:02.8105194Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2025-01-24T01:56:02.8105759Z goto :eof 2025-01-24T01:56:02.8105983Z ) 2025-01-24T01:56:02.8106099Z 2025-01-24T01:56:02.8106505Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_intrusive_ptr_test" 2025-01-24T01:56:02.9878933Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:56:02.9879823Z import pkg_resources 2025-01-24T01:56:08.5471048Z Found test times from artifacts 2025-01-24T01:56:08.6339642Z Found test times from artifacts 2025-01-24T01:56:08.6371549Z Running 25% of tests based on TD 2025-01-24T01:56:08.6377824Z Running parallel tests on 3 processes 2025-01-24T01:56:08.6378255Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:56:08.6378574Z Serial tests (0): 2025-01-24T01:56:08.6378841Z Parallel tests (1): 2025-01-24T01:56:08.6379110Z cpp/c10_intrusive_ptr_test 1/1 2025-01-24T01:56:08.6379423Z Name: excluded (est. time: 0.0min) 2025-01-24T01:56:08.6379723Z Serial tests (0): 2025-01-24T01:56:08.6379958Z Parallel tests (0): 2025-01-24T01:56:08.6461798Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-01-24 01:56:08.644597] 2025-01-24T01:56:08.6462671Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:08.6472447Z 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-d67196807790b7d4.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:08.646232] 2025-01-24T01:56:08.6474630Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:56:10.1866686Z 2025-01-24T01:56:10.1867669Z 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_948524829441e4ab_.log 2025-01-24T01:56:10.1868409Z 2025-01-24T01:56:13.1340916Z Running cpp/c10_intrusive_ptr_test 1/1 ... [2025-01-24 01:56:13.131994] 2025-01-24T01:56:13.1341439Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:13.1350726Z 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-54ca2280a3d58fcf.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:13.131994] 2025-01-24T01:56:16.1264046Z 2025-01-24T01:56:16.1265402Z 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_8f9efd67248d3b4f_.log 2025-01-24T01:56:16.1271750Z 2025-01-24T01:56:16.9559926Z Running test batch 'tests to run' cost 8.32 seconds 2025-01-24T01:56:17.7626336Z 2025-01-24T01:56:17.7627017Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:56:17.7627564Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-01-24T01:56:17.7627949Z goto fail 2025-01-24T01:56:17.7628146Z ) 2025-01-24T01:56:17.7628292Z 2025-01-24T01:56:17.7628497Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:56:17.7628989Z echo "c10_intrusive_ptr_test" failed with exit code 0 2025-01-24T01:56:17.7629332Z goto fail 2025-01-24T01:56:17.7629556Z ) 2025-01-24T01:56:17.7629664Z 2025-01-24T01:56:17.7629904Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:56:17.7636776Z 2025-01-24T01:56:17.7637081Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:56:17.7637824Z call :libtorch_check "c10_irange_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-01-24T01:56:17.7638735Z if errorlevel 1 goto fail 2025-01-24T01:56:17.7639055Z ) 2025-01-24T01:56:17.7648947Z 2025-01-24T01:56:17.7649328Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:56:17.7652978Z 2025-01-24T01:56:17.7653465Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:56:17.7655962Z 2025-01-24T01:56:17.7656328Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "verify_api_visibility" goto :eof 2025-01-24T01:56:17.7657815Z 2025-01-24T01:56:17.7658383Z (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-01-24T01:56:17.7659362Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-01-24T01:56:17.7660767Z 2025-01-24T01:56:17.7661191Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_irange_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:56:17.7661944Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2025-01-24T01:56:17.7662494Z goto :eof 2025-01-24T01:56:17.7662700Z ) 2025-01-24T01:56:17.7662838Z 2025-01-24T01:56:17.7663207Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_irange_test" 2025-01-24T01:56:17.9431822Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:56:17.9432712Z import pkg_resources 2025-01-24T01:56:23.5017236Z Found test times from artifacts 2025-01-24T01:56:23.5888262Z Found test times from artifacts 2025-01-24T01:56:23.5917909Z Running 25% of tests based on TD 2025-01-24T01:56:23.5923618Z Running parallel tests on 3 processes 2025-01-24T01:56:23.5924076Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:56:23.5924423Z Serial tests (0): 2025-01-24T01:56:23.5924663Z Parallel tests (1): 2025-01-24T01:56:23.5924927Z cpp/c10_irange_test 1/1 2025-01-24T01:56:23.5925223Z Name: excluded (est. time: 0.0min) 2025-01-24T01:56:23.5925498Z Serial tests (0): 2025-01-24T01:56:23.5925756Z Parallel tests (0): 2025-01-24T01:56:23.5999851Z Running cpp/c10_irange_test 1/1 ... [2025-01-24 01:56:23.596834] 2025-01-24T01:56:23.6000300Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:23.6009716Z 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-bdf20890438e0188.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:23.596834] 2025-01-24T01:56:23.6011497Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:56:25.1112920Z 2025-01-24T01:56:25.1113854Z 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_996f3e4eec85c312_.log 2025-01-24T01:56:25.1114660Z 2025-01-24T01:56:28.1226053Z Running cpp/c10_irange_test 1/1 ... [2025-01-24 01:56:28.121799] 2025-01-24T01:56:28.1226530Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:28.1235883Z 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-6a92cf92a2e67cfd.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:28.122915] 2025-01-24T01:56:29.6987961Z 2025-01-24T01:56:29.6989095Z 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_37568eeaf8007ace_.log 2025-01-24T01:56:29.6989928Z 2025-01-24T01:56:30.5735827Z Running test batch 'tests to run' cost 6.98 seconds 2025-01-24T01:56:31.4646419Z 2025-01-24T01:56:31.4647150Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:56:31.4647625Z echo "c10_irange_test" failed with exit code 0 2025-01-24T01:56:31.4647939Z goto fail 2025-01-24T01:56:31.4648164Z ) 2025-01-24T01:56:31.4648280Z 2025-01-24T01:56:31.4648470Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:56:31.4648889Z echo "c10_irange_test" failed with exit code 0 2025-01-24T01:56:31.4649185Z goto fail 2025-01-24T01:56:31.4649369Z ) 2025-01-24T01:56:31.4649466Z 2025-01-24T01:56:31.4649632Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:56:31.4656516Z 2025-01-24T01:56:31.4656758Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:56:31.4657447Z call :libtorch_check "c10_lazy_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-01-24T01:56:31.4658095Z if errorlevel 1 goto fail 2025-01-24T01:56:31.4658324Z ) 2025-01-24T01:56:31.4668116Z 2025-01-24T01:56:31.4668778Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:56:31.4672278Z 2025-01-24T01:56:31.4672997Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:56:31.4675266Z 2025-01-24T01:56:31.4675699Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "verify_api_visibility" goto :eof 2025-01-24T01:56:31.4677093Z 2025-01-24T01:56:31.4677934Z (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-01-24T01:56:31.4678838Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-01-24T01:56:31.4680516Z 2025-01-24T01:56:31.4680916Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_lazy_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:56:31.4681626Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_lazy_test.exe" 2025-01-24T01:56:31.4682125Z goto :eof 2025-01-24T01:56:31.4682301Z ) 2025-01-24T01:56:31.4682415Z 2025-01-24T01:56:31.4682765Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_lazy_test" 2025-01-24T01:56:31.6476880Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:56:31.6477710Z import pkg_resources 2025-01-24T01:56:37.2613189Z Found test times from artifacts 2025-01-24T01:56:37.3481210Z Found test times from artifacts 2025-01-24T01:56:37.3513419Z Running 25% of tests based on TD 2025-01-24T01:56:37.3519110Z Running parallel tests on 3 processes 2025-01-24T01:56:37.3519599Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:56:37.3519894Z Serial tests (0): 2025-01-24T01:56:37.3520132Z Parallel tests (1): 2025-01-24T01:56:37.3520357Z cpp/c10_lazy_test 1/1 2025-01-24T01:56:37.3520616Z Name: excluded (est. time: 0.0min) 2025-01-24T01:56:37.3520891Z Serial tests (0): 2025-01-24T01:56:37.3521099Z Parallel tests (0): 2025-01-24T01:56:37.3595698Z Running cpp/c10_lazy_test 1/1 ... [2025-01-24 01:56:37.359180] 2025-01-24T01:56:37.3596121Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:37.3606739Z 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-910f76a12bb25b56.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:37.360352] 2025-01-24T01:56:37.3608482Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:56:38.9031630Z 2025-01-24T01:56:38.9032495Z 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_0cd68919a82af7b9_.log 2025-01-24T01:56:38.9033448Z 2025-01-24T01:56:41.9245203Z Running cpp/c10_lazy_test 1/1 ... [2025-01-24 01:56:41.922721] 2025-01-24T01:56:41.9245619Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:41.9256176Z 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-a98e9d04d296c3fa.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:41.922721] 2025-01-24T01:56:43.5156892Z 2025-01-24T01:56:43.5160379Z 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_2b14901fcfbf429a_.log 2025-01-24T01:56:43.5161010Z 2025-01-24T01:56:44.3515818Z Running test batch 'tests to run' cost 7.0 seconds 2025-01-24T01:56:45.1566337Z 2025-01-24T01:56:45.1567030Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:56:45.1567490Z echo "c10_lazy_test" failed with exit code 0 2025-01-24T01:56:45.1567801Z goto fail 2025-01-24T01:56:45.1567996Z ) 2025-01-24T01:56:45.1568107Z 2025-01-24T01:56:45.1568297Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:56:45.1568721Z echo "c10_lazy_test" failed with exit code 0 2025-01-24T01:56:45.1569063Z goto fail 2025-01-24T01:56:45.1569290Z ) 2025-01-24T01:56:45.1569395Z 2025-01-24T01:56:45.1569984Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:56:45.1576885Z 2025-01-24T01:56:45.1577138Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:56:45.1577861Z call :libtorch_check "c10_LeftRight_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-01-24T01:56:45.1578524Z if errorlevel 1 goto fail 2025-01-24T01:56:45.1578763Z ) 2025-01-24T01:56:45.1588133Z 2025-01-24T01:56:45.1588472Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:56:45.1592749Z 2025-01-24T01:56:45.1593247Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:56:45.1595631Z 2025-01-24T01:56:45.1596078Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "verify_api_visibility" goto :eof 2025-01-24T01:56:45.1597558Z 2025-01-24T01:56:45.1598148Z (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-01-24T01:56:45.1599113Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-01-24T01:56:45.1600749Z 2025-01-24T01:56:45.1601197Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_LeftRight_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:56:45.1601931Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2025-01-24T01:56:45.1602434Z goto :eof 2025-01-24T01:56:45.1602627Z ) 2025-01-24T01:56:45.1602761Z 2025-01-24T01:56:45.1603166Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_LeftRight_test" 2025-01-24T01:56:45.3382919Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:56:45.3383799Z import pkg_resources 2025-01-24T01:56:50.8853895Z Found test times from artifacts 2025-01-24T01:56:50.9727551Z Found test times from artifacts 2025-01-24T01:56:50.9759744Z Running 25% of tests based on TD 2025-01-24T01:56:50.9765959Z Running parallel tests on 3 processes 2025-01-24T01:56:50.9766421Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:56:50.9766734Z Serial tests (0): 2025-01-24T01:56:50.9766965Z Parallel tests (1): 2025-01-24T01:56:50.9767209Z cpp/c10_LeftRight_test 1/1 2025-01-24T01:56:50.9767488Z Name: excluded (est. time: 0.0min) 2025-01-24T01:56:50.9767746Z Serial tests (0): 2025-01-24T01:56:50.9767974Z Parallel tests (0): 2025-01-24T01:56:50.9850121Z Running cpp/c10_LeftRight_test 1/1 ... [2025-01-24 01:56:50.984613] 2025-01-24T01:56:50.9850557Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:50.9861108Z 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-a5b43d3c82218a76.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:50.985807] 2025-01-24T01:56:50.9862891Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:56:52.5313265Z 2025-01-24T01:56:52.5314334Z 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_b6f8b559a06f80c8_.log 2025-01-24T01:56:52.5315003Z 2025-01-24T01:56:55.5295345Z Running cpp/c10_LeftRight_test 1/1 ... [2025-01-24 01:56:55.528838] 2025-01-24T01:56:55.5295801Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:56:55.5305569Z 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-87c5c0b66fb66e23.xml', '-x', '--reruns=2'] ... [2025-01-24 01:56:55.530011] 2025-01-24T01:56:57.1619541Z 2025-01-24T01:56:57.1620612Z 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_130fb127e53263ea_.log 2025-01-24T01:56:57.1621446Z 2025-01-24T01:56:58.0338314Z Running test batch 'tests to run' cost 7.05 seconds 2025-01-24T01:56:58.7911440Z 2025-01-24T01:56:58.7912129Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:56:58.7912615Z echo "c10_LeftRight_test" failed with exit code 0 2025-01-24T01:56:58.7912950Z goto fail 2025-01-24T01:56:58.7913129Z ) 2025-01-24T01:56:58.7913249Z 2025-01-24T01:56:58.7913441Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:56:58.7913878Z echo "c10_LeftRight_test" failed with exit code 0 2025-01-24T01:56:58.7914182Z goto fail 2025-01-24T01:56:58.7914377Z ) 2025-01-24T01:56:58.7914510Z 2025-01-24T01:56:58.7914681Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:56:58.7921287Z 2025-01-24T01:56:58.7921562Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:56:58.7922422Z call :libtorch_check "c10_logging_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-01-24T01:56:58.7923067Z if errorlevel 1 goto fail 2025-01-24T01:56:58.7923298Z ) 2025-01-24T01:56:58.7932544Z 2025-01-24T01:56:58.7933160Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:56:58.7936604Z 2025-01-24T01:56:58.7937181Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:56:58.7939498Z 2025-01-24T01:56:58.7939893Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "verify_api_visibility" goto :eof 2025-01-24T01:56:58.7941391Z 2025-01-24T01:56:58.7942029Z (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-01-24T01:56:58.7943168Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-01-24T01:56:58.7944510Z 2025-01-24T01:56:58.7944943Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_logging_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:56:58.7945783Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2025-01-24T01:56:58.7946300Z goto :eof 2025-01-24T01:56:58.7946500Z ) 2025-01-24T01:56:58.7947602Z 2025-01-24T01:56:58.7948030Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_logging_test" 2025-01-24T01:56:58.9697397Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:56:58.9698322Z import pkg_resources 2025-01-24T01:57:04.5100928Z Found test times from artifacts 2025-01-24T01:57:04.5966755Z Found test times from artifacts 2025-01-24T01:57:04.5996928Z Running 25% of tests based on TD 2025-01-24T01:57:04.6002988Z Running parallel tests on 3 processes 2025-01-24T01:57:04.6003664Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:57:04.6003994Z Serial tests (0): 2025-01-24T01:57:04.6004226Z Parallel tests (1): 2025-01-24T01:57:04.6004470Z cpp/c10_logging_test 1/1 2025-01-24T01:57:04.6004725Z Name: excluded (est. time: 0.0min) 2025-01-24T01:57:04.6004991Z Serial tests (0): 2025-01-24T01:57:04.6005211Z Parallel tests (0): 2025-01-24T01:57:04.6080690Z Running cpp/c10_logging_test 1/1 ... [2025-01-24 01:57:04.607907] 2025-01-24T01:57:04.6081131Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:04.6092126Z 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-6ae1f9640100c389.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:04.607939] 2025-01-24T01:57:04.6095177Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:57:06.1177971Z 2025-01-24T01:57:06.1179118Z 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_822d1a0357f8f81e_.log 2025-01-24T01:57:06.1179752Z 2025-01-24T01:57:09.0717281Z Running cpp/c10_logging_test 1/1 ... [2025-01-24 01:57:09.063832] 2025-01-24T01:57:09.0717727Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:09.0727784Z 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-fc69dd157102b8db.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:09.063832] 2025-01-24T01:57:10.6703699Z 2025-01-24T01:57:10.6704931Z 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_494fe58c678be0c7_.log 2025-01-24T01:57:10.6706687Z 2025-01-24T01:57:11.5002031Z Running test batch 'tests to run' cost 6.9 seconds 2025-01-24T01:57:12.2494161Z 2025-01-24T01:57:12.2494951Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:57:12.2495426Z echo "c10_logging_test" failed with exit code 0 2025-01-24T01:57:12.2495748Z goto fail 2025-01-24T01:57:12.2495925Z ) 2025-01-24T01:57:12.2496037Z 2025-01-24T01:57:12.2496225Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:57:12.2496680Z echo "c10_logging_test" failed with exit code 0 2025-01-24T01:57:12.2497004Z goto fail 2025-01-24T01:57:12.2497182Z ) 2025-01-24T01:57:12.2497293Z 2025-01-24T01:57:12.2497595Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:57:12.2504694Z 2025-01-24T01:57:12.2505008Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:57:12.2505896Z call :libtorch_check "c10_Metaprogramming_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-01-24T01:57:12.2506695Z if errorlevel 1 goto fail 2025-01-24T01:57:12.2506975Z ) 2025-01-24T01:57:12.2516327Z 2025-01-24T01:57:12.2516726Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:57:12.2520154Z 2025-01-24T01:57:12.2520634Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:57:12.2523180Z 2025-01-24T01:57:12.2523608Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "verify_api_visibility" goto :eof 2025-01-24T01:57:12.2524959Z 2025-01-24T01:57:12.2525567Z (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-01-24T01:57:12.2526609Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-01-24T01:57:12.2527725Z 2025-01-24T01:57:12.2528224Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Metaprogramming_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:57:12.2529150Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2025-01-24T01:57:12.2529713Z goto :eof 2025-01-24T01:57:12.2529940Z ) 2025-01-24T01:57:12.2530053Z 2025-01-24T01:57:12.2530453Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Metaprogramming_test" 2025-01-24T01:57:12.4213399Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:57:12.4214312Z import pkg_resources 2025-01-24T01:57:18.0060066Z Found test times from artifacts 2025-01-24T01:57:18.1021695Z Found test times from artifacts 2025-01-24T01:57:18.1052518Z Running 25% of tests based on TD 2025-01-24T01:57:18.1058002Z Running parallel tests on 3 processes 2025-01-24T01:57:18.1058462Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:57:18.1058756Z Serial tests (0): 2025-01-24T01:57:18.1059028Z Parallel tests (1): 2025-01-24T01:57:18.1059312Z cpp/c10_Metaprogramming_test 1/1 2025-01-24T01:57:18.1059617Z Name: excluded (est. time: 0.0min) 2025-01-24T01:57:18.1059924Z Serial tests (0): 2025-01-24T01:57:18.1060185Z Parallel tests (0): 2025-01-24T01:57:18.1129657Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-01-24 01:57:18.104439] 2025-01-24T01:57:18.1130213Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:18.1139214Z 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-df7fb9116b80e4ea.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:18.104439] 2025-01-24T01:57:18.1141580Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:57:19.6064673Z 2025-01-24T01:57:19.6065899Z 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_622052edf3379478_.log 2025-01-24T01:57:19.6066616Z 2025-01-24T01:57:22.6000851Z Running cpp/c10_Metaprogramming_test 1/1 ... [2025-01-24 01:57:22.596369] 2025-01-24T01:57:22.6001408Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:22.6010616Z 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-22c7dc133e381666.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:22.596369] 2025-01-24T01:57:24.2054972Z 2025-01-24T01:57:24.2055966Z 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_72d93e5a0f4a0462_.log 2025-01-24T01:57:24.2057996Z 2025-01-24T01:57:25.0989338Z Running test batch 'tests to run' cost 6.99 seconds 2025-01-24T01:57:25.8942151Z 2025-01-24T01:57:25.8942782Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:57:25.8943319Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-01-24T01:57:25.8943674Z goto fail 2025-01-24T01:57:25.8943940Z ) 2025-01-24T01:57:25.8944057Z 2025-01-24T01:57:25.8944285Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:57:25.8944755Z echo "c10_Metaprogramming_test" failed with exit code 0 2025-01-24T01:57:25.8945140Z goto fail 2025-01-24T01:57:25.8945360Z ) 2025-01-24T01:57:25.8945466Z 2025-01-24T01:57:25.8945626Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:57:25.8952188Z 2025-01-24T01:57:25.8952762Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:57:25.8953533Z call :libtorch_check "c10_NetworkFlow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-01-24T01:57:25.8954243Z if errorlevel 1 goto fail 2025-01-24T01:57:25.8954524Z ) 2025-01-24T01:57:25.8963171Z 2025-01-24T01:57:25.8964941Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:57:25.8967160Z 2025-01-24T01:57:25.8967934Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:57:25.8969857Z 2025-01-24T01:57:25.8970332Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "verify_api_visibility" goto :eof 2025-01-24T01:57:25.8971650Z 2025-01-24T01:57:25.8972306Z (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-01-24T01:57:25.8973312Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-01-24T01:57:25.8974392Z 2025-01-24T01:57:25.8974844Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_NetworkFlow_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:57:25.8975618Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_NetworkFlow_test.exe" 2025-01-24T01:57:25.8976176Z goto :eof 2025-01-24T01:57:25.8976402Z ) 2025-01-24T01:57:25.8976510Z 2025-01-24T01:57:25.8976929Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_NetworkFlow_test" 2025-01-24T01:57:26.0705597Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:57:26.0706539Z import pkg_resources 2025-01-24T01:57:31.6652368Z Found test times from artifacts 2025-01-24T01:57:31.7655357Z Found test times from artifacts 2025-01-24T01:57:31.7691579Z Running 25% of tests based on TD 2025-01-24T01:57:31.7701739Z Running parallel tests on 3 processes 2025-01-24T01:57:31.7702246Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:57:31.7702567Z Serial tests (0): 2025-01-24T01:57:31.7702819Z Parallel tests (1): 2025-01-24T01:57:31.7703101Z cpp/c10_NetworkFlow_test 1/1 2025-01-24T01:57:31.7703412Z Name: excluded (est. time: 0.0min) 2025-01-24T01:57:31.7703715Z Serial tests (0): 2025-01-24T01:57:31.7703964Z Parallel tests (0): 2025-01-24T01:57:31.7788308Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-01-24 01:57:31.775926] 2025-01-24T01:57:31.7788967Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:31.7808788Z 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-c7cb25c5cec1fdeb.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:31.779041] 2025-01-24T01:57:31.7810586Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:57:33.2881367Z 2025-01-24T01:57:33.2882265Z 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_c179842b03e58cbb_.log 2025-01-24T01:57:33.2883157Z 2025-01-24T01:57:36.2710848Z Running cpp/c10_NetworkFlow_test 1/1 ... [2025-01-24 01:57:36.270674] 2025-01-24T01:57:36.2711382Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:36.2720822Z 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-e170a1b411b13ff5.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:36.271804] 2025-01-24T01:57:37.8418001Z 2025-01-24T01:57:37.8418952Z 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_79d1b54fd6f3a216_.log 2025-01-24T01:57:37.8419663Z 2025-01-24T01:57:38.6806557Z Running test batch 'tests to run' cost 6.91 seconds 2025-01-24T01:57:39.4232112Z 2025-01-24T01:57:39.4233814Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:57:39.4234415Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-01-24T01:57:39.4234761Z goto fail 2025-01-24T01:57:39.4235000Z ) 2025-01-24T01:57:39.4235154Z 2025-01-24T01:57:39.4235367Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:57:39.4235840Z echo "c10_NetworkFlow_test" failed with exit code 0 2025-01-24T01:57:39.4236175Z goto fail 2025-01-24T01:57:39.4236403Z ) 2025-01-24T01:57:39.4236510Z 2025-01-24T01:57:39.4236696Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:57:39.4241908Z 2025-01-24T01:57:39.4242389Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:57:39.4243169Z call :libtorch_check "c10_optional_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-01-24T01:57:39.4243860Z if errorlevel 1 goto fail 2025-01-24T01:57:39.4244116Z ) 2025-01-24T01:57:39.4252787Z 2025-01-24T01:57:39.4253199Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:57:39.4256688Z 2025-01-24T01:57:39.4257198Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:57:39.4259588Z 2025-01-24T01:57:39.4260038Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "verify_api_visibility" goto :eof 2025-01-24T01:57:39.4261459Z 2025-01-24T01:57:39.4262059Z (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-01-24T01:57:39.4263022Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-01-24T01:57:39.4264397Z 2025-01-24T01:57:39.4264878Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_optional_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:57:39.4265667Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2025-01-24T01:57:39.4266214Z goto :eof 2025-01-24T01:57:39.4266512Z ) 2025-01-24T01:57:39.4266650Z 2025-01-24T01:57:39.4267030Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_optional_test" 2025-01-24T01:57:39.6045648Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:57:39.6046541Z import pkg_resources 2025-01-24T01:57:45.0833571Z Found test times from artifacts 2025-01-24T01:57:45.1692818Z Found test times from artifacts 2025-01-24T01:57:45.1722380Z Running 25% of tests based on TD 2025-01-24T01:57:45.1727865Z Running parallel tests on 3 processes 2025-01-24T01:57:45.1728317Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:57:45.1728639Z Serial tests (0): 2025-01-24T01:57:45.1728911Z Parallel tests (1): 2025-01-24T01:57:45.1729193Z cpp/c10_optional_test 1/1 2025-01-24T01:57:45.1729499Z Name: excluded (est. time: 0.0min) 2025-01-24T01:57:45.1729814Z Serial tests (0): 2025-01-24T01:57:45.1730054Z Parallel tests (0): 2025-01-24T01:57:45.1801646Z Running cpp/c10_optional_test 1/1 ... [2025-01-24 01:57:45.179963] 2025-01-24T01:57:45.1802133Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:45.1811631Z 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-ae9fd2b94ed9e48b.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:45.179963] 2025-01-24T01:57:45.1813405Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:57:46.6938570Z 2025-01-24T01:57:46.6939793Z 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_61d86df50bd7560e_.log 2025-01-24T01:57:46.6940678Z 2025-01-24T01:57:49.6092618Z Running cpp/c10_optional_test 1/1 ... [2025-01-24 01:57:49.609027] 2025-01-24T01:57:49.6093132Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:49.6102970Z 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-f55ef15779836a50.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:49.609027] 2025-01-24T01:57:51.2186794Z 2025-01-24T01:57:51.2187730Z 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_89d35b1191234333_.log 2025-01-24T01:57:51.2188662Z 2025-01-24T01:57:52.0228804Z Running test batch 'tests to run' cost 6.84 seconds 2025-01-24T01:57:52.7826019Z 2025-01-24T01:57:52.7826629Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:57:52.7827148Z echo "c10_optional_test" failed with exit code 0 2025-01-24T01:57:52.7827649Z goto fail 2025-01-24T01:57:52.7827857Z ) 2025-01-24T01:57:52.7827976Z 2025-01-24T01:57:52.7828207Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:57:52.7828652Z echo "c10_optional_test" failed with exit code 0 2025-01-24T01:57:52.7829017Z goto fail 2025-01-24T01:57:52.7829244Z ) 2025-01-24T01:57:52.7829353Z 2025-01-24T01:57:52.7829542Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:57:52.7836656Z 2025-01-24T01:57:52.7837216Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:57:52.7838108Z 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-01-24T01:57:52.7838922Z if errorlevel 1 goto fail 2025-01-24T01:57:52.7839195Z ) 2025-01-24T01:57:52.7847698Z 2025-01-24T01:57:52.7848265Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:57:52.7851805Z 2025-01-24T01:57:52.7852345Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:57:52.7854858Z 2025-01-24T01:57:52.7855325Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "verify_api_visibility" goto :eof 2025-01-24T01:57:52.7856749Z 2025-01-24T01:57:52.7857462Z (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-01-24T01:57:52.7858553Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-01-24T01:57:52.7860707Z 2025-01-24T01:57:52.7861408Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ordered_preserving_dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:57:52.7862331Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2025-01-24T01:57:52.7862909Z goto :eof 2025-01-24T01:57:52.7863127Z ) 2025-01-24T01:57:52.7863234Z 2025-01-24T01:57:52.7863687Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ordered_preserving_dict_test" 2025-01-24T01:57:52.9672319Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:57:52.9673256Z import pkg_resources 2025-01-24T01:57:58.4902695Z Found test times from artifacts 2025-01-24T01:57:58.5770138Z Found test times from artifacts 2025-01-24T01:57:58.5802792Z Running 25% of tests based on TD 2025-01-24T01:57:58.5809294Z Running parallel tests on 3 processes 2025-01-24T01:57:58.5809661Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:57:58.5809983Z Serial tests (0): 2025-01-24T01:57:58.5810281Z Parallel tests (1): 2025-01-24T01:57:58.5810560Z cpp/c10_ordered_preserving_dict_test 1/1 2025-01-24T01:57:58.5810901Z Name: excluded (est. time: 0.0min) 2025-01-24T01:57:58.5811198Z Serial tests (0): 2025-01-24T01:57:58.5811429Z Parallel tests (0): 2025-01-24T01:57:58.5888183Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-01-24 01:57:58.588595] 2025-01-24T01:57:58.5888730Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:57:58.5898682Z 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-964c3652e6994d19.xml', '-x', '--reruns=2'] ... [2025-01-24 01:57:58.588595] 2025-01-24T01:57:58.5900618Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:58:00.1657843Z 2025-01-24T01:58:00.1659029Z 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_a38b3838f5bdfee8_.log 2025-01-24T01:58:00.1659870Z 2025-01-24T01:58:03.1932696Z Running cpp/c10_ordered_preserving_dict_test 1/1 ... [2025-01-24 01:58:03.190796] 2025-01-24T01:58:03.1933230Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:03.1942478Z 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-225cbda6ecfb3071.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:03.190796] 2025-01-24T01:58:04.9089859Z 2025-01-24T01:58:04.9091113Z 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_a93c33027deb6ef1_.log 2025-01-24T01:58:04.9092098Z 2025-01-24T01:58:05.7420872Z Running test batch 'tests to run' cost 7.15 seconds 2025-01-24T01:58:06.3760921Z 2025-01-24T01:58:06.3761557Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:58:06.3762117Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-01-24T01:58:06.3762502Z goto fail 2025-01-24T01:58:06.3762722Z ) 2025-01-24T01:58:06.3762843Z 2025-01-24T01:58:06.3763068Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:58:06.3763563Z echo "c10_ordered_preserving_dict_test" failed with exit code 0 2025-01-24T01:58:06.3763969Z goto fail 2025-01-24T01:58:06.3764196Z ) 2025-01-24T01:58:06.3764307Z 2025-01-24T01:58:06.3764505Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:58:06.3770313Z 2025-01-24T01:58:06.3770564Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:58:06.3771351Z call :libtorch_check "c10_registry_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-01-24T01:58:06.3772078Z if errorlevel 1 goto fail 2025-01-24T01:58:06.3772329Z ) 2025-01-24T01:58:06.3781244Z 2025-01-24T01:58:06.3781630Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:58:06.3785158Z 2025-01-24T01:58:06.3785995Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:58:06.3788947Z 2025-01-24T01:58:06.3789359Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "verify_api_visibility" goto :eof 2025-01-24T01:58:06.3789824Z 2025-01-24T01:58:06.3790879Z (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-01-24T01:58:06.3791901Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-01-24T01:58:06.3792710Z 2025-01-24T01:58:06.3793145Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_registry_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:58:06.3793982Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2025-01-24T01:58:06.3794571Z goto :eof 2025-01-24T01:58:06.3794771Z ) 2025-01-24T01:58:06.3794902Z 2025-01-24T01:58:06.3795277Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_registry_test" 2025-01-24T01:58:06.5453489Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:58:06.5454392Z import pkg_resources 2025-01-24T01:58:12.0632619Z Found test times from artifacts 2025-01-24T01:58:12.1510802Z Found test times from artifacts 2025-01-24T01:58:12.1541575Z Running 25% of tests based on TD 2025-01-24T01:58:12.1547310Z Running parallel tests on 3 processes 2025-01-24T01:58:12.1547713Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:58:12.1548042Z Serial tests (0): 2025-01-24T01:58:12.1548311Z Parallel tests (1): 2025-01-24T01:58:12.1548567Z cpp/c10_registry_test 1/1 2025-01-24T01:58:12.1548881Z Name: excluded (est. time: 0.0min) 2025-01-24T01:58:12.1549179Z Serial tests (0): 2025-01-24T01:58:12.1549401Z Parallel tests (0): 2025-01-24T01:58:12.1625669Z Running cpp/c10_registry_test 1/1 ... [2025-01-24 01:58:12.162364] 2025-01-24T01:58:12.1626157Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:12.1636012Z 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-a186e7d8d28c3177.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:12.162992] 2025-01-24T01:58:12.1637945Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:58:13.7360243Z 2025-01-24T01:58:13.7361227Z 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_3ac7efe6c2edeed6_.log 2025-01-24T01:58:13.7361989Z 2025-01-24T01:58:16.6479070Z Running cpp/c10_registry_test 1/1 ... [2025-01-24 01:58:16.643646] 2025-01-24T01:58:16.6479555Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:16.6488727Z 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-1dc71356f7618119.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:16.643646] 2025-01-24T01:58:18.1396824Z 2025-01-24T01:58:18.1397970Z 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_80fd94e2f609d12b_.log 2025-01-24T01:58:18.1398641Z 2025-01-24T01:58:18.9689911Z Running test batch 'tests to run' cost 6.82 seconds 2025-01-24T01:58:19.7819800Z 2025-01-24T01:58:19.7820466Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:58:19.7822226Z echo "c10_registry_test" failed with exit code 0 2025-01-24T01:58:19.7822602Z goto fail 2025-01-24T01:58:19.7822806Z ) 2025-01-24T01:58:19.7822935Z 2025-01-24T01:58:19.7823147Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:58:19.7823608Z echo "c10_registry_test" failed with exit code 0 2025-01-24T01:58:19.7823965Z goto fail 2025-01-24T01:58:19.7824417Z ) 2025-01-24T01:58:19.7824554Z 2025-01-24T01:58:19.7831366Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:58:19.7831780Z 2025-01-24T01:58:19.7831939Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:58:19.7832605Z call :libtorch_check "c10_Scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-01-24T01:58:19.7833238Z if errorlevel 1 goto fail 2025-01-24T01:58:19.7833488Z ) 2025-01-24T01:58:19.7840909Z 2025-01-24T01:58:19.7841539Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:58:19.7844817Z 2025-01-24T01:58:19.7845307Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:58:19.7847675Z 2025-01-24T01:58:19.7848167Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "verify_api_visibility" goto :eof 2025-01-24T01:58:19.7849594Z 2025-01-24T01:58:19.7850179Z (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-01-24T01:58:19.7851281Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-01-24T01:58:19.7852544Z 2025-01-24T01:58:19.7853151Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:58:19.7853895Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Scalar_test.exe" 2025-01-24T01:58:19.7854407Z goto :eof 2025-01-24T01:58:19.7854603Z ) 2025-01-24T01:58:19.7854706Z 2025-01-24T01:58:19.7855064Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Scalar_test" 2025-01-24T01:58:19.9627779Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:58:19.9628640Z import pkg_resources 2025-01-24T01:58:25.5415831Z Found test times from artifacts 2025-01-24T01:58:25.6278088Z Found test times from artifacts 2025-01-24T01:58:25.6308120Z Running 25% of tests based on TD 2025-01-24T01:58:25.6314803Z Running parallel tests on 3 processes 2025-01-24T01:58:25.6315135Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:58:25.6315414Z Serial tests (0): 2025-01-24T01:58:25.6315643Z Parallel tests (1): 2025-01-24T01:58:25.6315880Z cpp/c10_Scalar_test 1/1 2025-01-24T01:58:25.6316145Z Name: excluded (est. time: 0.0min) 2025-01-24T01:58:25.6316401Z Serial tests (0): 2025-01-24T01:58:25.6316627Z Parallel tests (0): 2025-01-24T01:58:25.6388946Z Running cpp/c10_Scalar_test 1/1 ... [2025-01-24 01:58:25.632001] 2025-01-24T01:58:25.6389357Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:25.6398785Z 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-b4a628f06d058530.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:25.632001] 2025-01-24T01:58:25.6400548Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:58:27.1116913Z 2025-01-24T01:58:27.1118019Z 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_aa24316269204e30_.log 2025-01-24T01:58:27.1118709Z 2025-01-24T01:58:30.0949753Z Running cpp/c10_Scalar_test 1/1 ... [2025-01-24 01:58:30.094386] 2025-01-24T01:58:30.0950188Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:30.0960078Z 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-302acb85d7d3993b.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:30.095519] 2025-01-24T01:58:31.6103705Z 2025-01-24T01:58:31.6104592Z 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_b1d91639b8ad87b0_.log 2025-01-24T01:58:31.6105235Z 2025-01-24T01:58:32.4264487Z Running test batch 'tests to run' cost 6.79 seconds 2025-01-24T01:58:33.1443175Z 2025-01-24T01:58:33.1443834Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:58:33.1444294Z echo "c10_Scalar_test" failed with exit code 0 2025-01-24T01:58:33.1444600Z goto fail 2025-01-24T01:58:33.1444791Z ) 2025-01-24T01:58:33.1444899Z 2025-01-24T01:58:33.1445107Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:58:33.1445548Z echo "c10_Scalar_test" failed with exit code 0 2025-01-24T01:58:33.1445858Z goto fail 2025-01-24T01:58:33.1446052Z ) 2025-01-24T01:58:33.1446149Z 2025-01-24T01:58:33.1446313Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:58:33.1453004Z 2025-01-24T01:58:33.1453489Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:58:33.1454277Z call :libtorch_check "c10_SizesAndStrides_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-01-24T01:58:33.1454964Z if errorlevel 1 goto fail 2025-01-24T01:58:33.1455212Z ) 2025-01-24T01:58:33.1463871Z 2025-01-24T01:58:33.1464280Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:58:33.1467933Z 2025-01-24T01:58:33.1468417Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:58:33.1470744Z 2025-01-24T01:58:33.1471312Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "verify_api_visibility" goto :eof 2025-01-24T01:58:33.1472464Z 2025-01-24T01:58:33.1473721Z (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-01-24T01:58:33.1474717Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-01-24T01:58:33.1475505Z 2025-01-24T01:58:33.1476073Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SizesAndStrides_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:58:33.1476881Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2025-01-24T01:58:33.1477428Z goto :eof 2025-01-24T01:58:33.1477604Z ) 2025-01-24T01:58:33.1477716Z 2025-01-24T01:58:33.1478105Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SizesAndStrides_test" 2025-01-24T01:58:33.3183808Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:58:33.3184661Z import pkg_resources 2025-01-24T01:58:38.9160617Z Found test times from artifacts 2025-01-24T01:58:39.0027655Z Found test times from artifacts 2025-01-24T01:58:39.0059365Z Running 25% of tests based on TD 2025-01-24T01:58:39.0065131Z Running parallel tests on 3 processes 2025-01-24T01:58:39.0065513Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:58:39.0065779Z Serial tests (0): 2025-01-24T01:58:39.0066010Z Parallel tests (1): 2025-01-24T01:58:39.0066251Z cpp/c10_SizesAndStrides_test 1/1 2025-01-24T01:58:39.0066530Z Name: excluded (est. time: 0.0min) 2025-01-24T01:58:39.0066784Z Serial tests (0): 2025-01-24T01:58:39.0066994Z Parallel tests (0): 2025-01-24T01:58:39.0139390Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-01-24 01:58:39.009547] 2025-01-24T01:58:39.0140097Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:39.0149752Z 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-6512a63e24118f87.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:39.009547] 2025-01-24T01:58:39.0151678Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:58:40.5140231Z 2025-01-24T01:58:40.5141227Z 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_5eedf7ca2df31c33_.log 2025-01-24T01:58:40.5141999Z 2025-01-24T01:58:43.4677858Z Running cpp/c10_SizesAndStrides_test 1/1 ... [2025-01-24 01:58:43.467208] 2025-01-24T01:58:43.4678358Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:43.4687565Z 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-823dc2d92539ec3a.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:43.468345] 2025-01-24T01:58:45.0742931Z 2025-01-24T01:58:45.0743874Z 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_b362773d692549b4_.log 2025-01-24T01:58:45.0745916Z 2025-01-24T01:58:45.9468032Z Running test batch 'tests to run' cost 6.94 seconds 2025-01-24T01:58:46.6859024Z 2025-01-24T01:58:46.6859854Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:58:46.6860346Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-01-24T01:58:46.6860673Z goto fail 2025-01-24T01:58:46.6860863Z ) 2025-01-24T01:58:46.6860975Z 2025-01-24T01:58:46.6861161Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:58:46.6861796Z echo "c10_SizesAndStrides_test" failed with exit code 0 2025-01-24T01:58:46.6862120Z goto fail 2025-01-24T01:58:46.6862320Z ) 2025-01-24T01:58:46.6862901Z 2025-01-24T01:58:46.6863117Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:58:46.6870643Z 2025-01-24T01:58:46.6870879Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:58:46.6871590Z 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-01-24T01:58:46.6872244Z if errorlevel 1 goto fail 2025-01-24T01:58:46.6872470Z ) 2025-01-24T01:58:46.6882640Z 2025-01-24T01:58:46.6882968Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:58:46.6886513Z 2025-01-24T01:58:46.6887002Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:58:46.6889293Z 2025-01-24T01:58:46.6889741Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "verify_api_visibility" goto :eof 2025-01-24T01:58:46.6891219Z 2025-01-24T01:58:46.6891802Z (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-01-24T01:58:46.6892746Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-01-24T01:58:46.6894003Z 2025-01-24T01:58:46.6894518Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_small_vector_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:58:46.6895269Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_small_vector_test.exe" 2025-01-24T01:58:46.6895766Z goto :eof 2025-01-24T01:58:46.6896112Z ) 2025-01-24T01:58:46.6896206Z 2025-01-24T01:58:46.6896623Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_small_vector_test" 2025-01-24T01:58:46.8629407Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:58:46.8630250Z import pkg_resources 2025-01-24T01:58:52.3335148Z Found test times from artifacts 2025-01-24T01:58:52.4209283Z Found test times from artifacts 2025-01-24T01:58:52.4239334Z Running 25% of tests based on TD 2025-01-24T01:58:52.4245265Z Running parallel tests on 3 processes 2025-01-24T01:58:52.4245654Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:58:52.4245910Z Serial tests (0): 2025-01-24T01:58:52.4246126Z Parallel tests (1): 2025-01-24T01:58:52.4246364Z cpp/c10_small_vector_test 1/1 2025-01-24T01:58:52.4246614Z Name: excluded (est. time: 0.0min) 2025-01-24T01:58:52.4246893Z Serial tests (0): 2025-01-24T01:58:52.4247092Z Parallel tests (0): 2025-01-24T01:58:52.4321125Z Running cpp/c10_small_vector_test 1/1 ... [2025-01-24 01:58:52.431844] 2025-01-24T01:58:52.4321732Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:52.4331735Z 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-ecf50ddbfe097b20.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:52.432433] 2025-01-24T01:58:52.4333473Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:58:53.9097581Z 2025-01-24T01:58:53.9098589Z 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_d0449d2cecc58ca0_.log 2025-01-24T01:58:53.9100889Z 2025-01-24T01:58:56.8734150Z Running cpp/c10_small_vector_test 1/1 ... [2025-01-24 01:58:56.872842] 2025-01-24T01:58:56.8734788Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:58:56.8743607Z 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-11a167bc2a195070.xml', '-x', '--reruns=2'] ... [2025-01-24 01:58:56.872842] 2025-01-24T01:58:59.4131391Z 2025-01-24T01:58:59.4132281Z 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_5152d41074840bdd_.log 2025-01-24T01:58:59.4137109Z 2025-01-24T01:59:00.2525853Z Running test batch 'tests to run' cost 7.82 seconds 2025-01-24T01:59:00.9932573Z 2025-01-24T01:59:00.9933266Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:59:00.9933762Z echo "c10_small_vector_test" failed with exit code 0 2025-01-24T01:59:00.9934096Z goto fail 2025-01-24T01:59:00.9934334Z ) 2025-01-24T01:59:00.9934442Z 2025-01-24T01:59:00.9934690Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:59:00.9935126Z echo "c10_small_vector_test" failed with exit code 0 2025-01-24T01:59:00.9935464Z goto fail 2025-01-24T01:59:00.9935645Z ) 2025-01-24T01:59:00.9936096Z 2025-01-24T01:59:00.9936656Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:59:00.9943720Z 2025-01-24T01:59:00.9943991Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:59:00.9944708Z call :libtorch_check "c10_ssize_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-01-24T01:59:00.9945331Z if errorlevel 1 goto fail 2025-01-24T01:59:00.9945624Z ) 2025-01-24T01:59:00.9955143Z 2025-01-24T01:59:00.9955986Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:59:00.9959193Z 2025-01-24T01:59:00.9959772Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:59:00.9962272Z 2025-01-24T01:59:00.9962730Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "verify_api_visibility" goto :eof 2025-01-24T01:59:00.9993501Z 2025-01-24T01:59:00.9994190Z (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-01-24T01:59:00.9995118Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-01-24T01:59:00.9996432Z 2025-01-24T01:59:00.9996852Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ssize_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:59:00.9997734Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ssize_test.exe" 2025-01-24T01:59:00.9998223Z goto :eof 2025-01-24T01:59:00.9998424Z ) 2025-01-24T01:59:00.9998522Z 2025-01-24T01:59:00.9998895Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ssize_test" 2025-01-24T01:59:01.1746982Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:59:01.1747837Z import pkg_resources 2025-01-24T01:59:06.6051373Z Found test times from artifacts 2025-01-24T01:59:06.6927478Z Found test times from artifacts 2025-01-24T01:59:06.6956024Z Running 25% of tests based on TD 2025-01-24T01:59:06.6961393Z Running parallel tests on 3 processes 2025-01-24T01:59:06.6961858Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:59:06.6962132Z Serial tests (0): 2025-01-24T01:59:06.6962353Z Parallel tests (1): 2025-01-24T01:59:06.6962600Z cpp/c10_ssize_test 1/1 2025-01-24T01:59:06.6962836Z Name: excluded (est. time: 0.0min) 2025-01-24T01:59:06.6963234Z Serial tests (0): 2025-01-24T01:59:06.6963441Z Parallel tests (0): 2025-01-24T01:59:06.7034835Z Running cpp/c10_ssize_test 1/1 ... [2025-01-24 01:59:06.699768] 2025-01-24T01:59:06.7035257Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:06.7045060Z 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-0906db29b67ccc92.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:06.699768] 2025-01-24T01:59:06.7046780Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:59:08.2035921Z 2025-01-24T01:59:08.2037030Z 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_cb026501034c5b6b_.log 2025-01-24T01:59:08.2037672Z 2025-01-24T01:59:11.1822870Z Running cpp/c10_ssize_test 1/1 ... [2025-01-24 01:59:11.182029] 2025-01-24T01:59:11.1823329Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:11.1832491Z 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-d7a48024fb642dd2.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:11.182618] 2025-01-24T01:59:12.6515272Z 2025-01-24T01:59:12.6516133Z 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_1be74674c5e1e84e_.log 2025-01-24T01:59:12.6516853Z 2025-01-24T01:59:13.4909617Z Running test batch 'tests to run' cost 6.79 seconds 2025-01-24T01:59:14.2278456Z 2025-01-24T01:59:14.2279554Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:59:14.2280027Z echo "c10_ssize_test" failed with exit code 0 2025-01-24T01:59:14.2280326Z goto fail 2025-01-24T01:59:14.2280511Z ) 2025-01-24T01:59:14.2280606Z 2025-01-24T01:59:14.2280812Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:59:14.2281271Z echo "c10_ssize_test" failed with exit code 0 2025-01-24T01:59:14.2281616Z goto fail 2025-01-24T01:59:14.2281845Z ) 2025-01-24T01:59:14.2281943Z 2025-01-24T01:59:14.2282101Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:59:14.2289289Z 2025-01-24T01:59:14.2289793Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:59:14.2290567Z call :libtorch_check "c10_StreamGuard_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-01-24T01:59:14.2291231Z if errorlevel 1 goto fail 2025-01-24T01:59:14.2291519Z ) 2025-01-24T01:59:14.2300761Z 2025-01-24T01:59:14.2301256Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:59:14.2304673Z 2025-01-24T01:59:14.2305152Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:59:14.2307561Z 2025-01-24T01:59:14.2307924Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "verify_api_visibility" goto :eof 2025-01-24T01:59:14.2309343Z 2025-01-24T01:59:14.2309888Z (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-01-24T01:59:14.2310963Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-01-24T01:59:14.2312360Z 2025-01-24T01:59:14.2312780Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_StreamGuard_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:59:14.2313527Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2025-01-24T01:59:14.2314113Z goto :eof 2025-01-24T01:59:14.2314290Z ) 2025-01-24T01:59:14.2314395Z 2025-01-24T01:59:14.2314762Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_StreamGuard_test" 2025-01-24T01:59:14.4033970Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:59:14.4034807Z import pkg_resources 2025-01-24T01:59:19.9018562Z Found test times from artifacts 2025-01-24T01:59:19.9885745Z Found test times from artifacts 2025-01-24T01:59:19.9916239Z Running 25% of tests based on TD 2025-01-24T01:59:19.9922283Z Running parallel tests on 3 processes 2025-01-24T01:59:19.9922865Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:59:19.9923184Z Serial tests (0): 2025-01-24T01:59:19.9923388Z Parallel tests (1): 2025-01-24T01:59:19.9923615Z cpp/c10_StreamGuard_test 1/1 2025-01-24T01:59:19.9923888Z Name: excluded (est. time: 0.0min) 2025-01-24T01:59:19.9924194Z Serial tests (0): 2025-01-24T01:59:19.9924399Z Parallel tests (0): 2025-01-24T01:59:20.0000584Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-01-24 01:59:19.999890] 2025-01-24T01:59:20.0001027Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:20.0011991Z 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-b18283d4c4454629.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:20.000466] 2025-01-24T01:59:20.0014090Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:59:21.4748353Z 2025-01-24T01:59:21.4749347Z 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_ccc4a8810a25b185_.log 2025-01-24T01:59:21.4750170Z 2025-01-24T01:59:24.4876575Z Running cpp/c10_StreamGuard_test 1/1 ... [2025-01-24 01:59:24.480023] 2025-01-24T01:59:24.4877041Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:24.4886388Z 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-e4e849382efc9467.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:24.480023] 2025-01-24T01:59:25.9834547Z 2025-01-24T01:59:25.9835521Z 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_829ede1d248d51c1_.log 2025-01-24T01:59:25.9836223Z 2025-01-24T01:59:26.7963428Z Running test batch 'tests to run' cost 6.8 seconds 2025-01-24T01:59:27.5434241Z 2025-01-24T01:59:27.5434974Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:59:27.5435735Z echo "c10_StreamGuard_test" failed with exit code 0 2025-01-24T01:59:27.5436069Z goto fail 2025-01-24T01:59:27.5436233Z ) 2025-01-24T01:59:27.5436404Z 2025-01-24T01:59:27.5436608Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:59:27.5437084Z echo "c10_StreamGuard_test" failed with exit code 0 2025-01-24T01:59:27.5437421Z goto fail 2025-01-24T01:59:27.5437634Z ) 2025-01-24T01:59:27.5437742Z 2025-01-24T01:59:27.5437931Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:59:27.5444114Z 2025-01-24T01:59:27.5444370Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:59:27.5445119Z 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-01-24T01:59:27.5445827Z if errorlevel 1 goto fail 2025-01-24T01:59:27.5446206Z ) 2025-01-24T01:59:27.5456004Z 2025-01-24T01:59:27.5456399Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:59:27.5460166Z 2025-01-24T01:59:27.5460856Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:59:27.5463016Z 2025-01-24T01:59:27.5463499Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "verify_api_visibility" goto :eof 2025-01-24T01:59:27.5464958Z 2025-01-24T01:59:27.5465544Z (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-01-24T01:59:27.5466545Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-01-24T01:59:27.5467821Z 2025-01-24T01:59:27.5468337Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_util_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:59:27.5469145Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_util_test.exe" 2025-01-24T01:59:27.5469694Z goto :eof 2025-01-24T01:59:27.5469884Z ) 2025-01-24T01:59:27.5470064Z 2025-01-24T01:59:27.5470492Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_util_test" 2025-01-24T01:59:27.7159403Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:59:27.7160261Z import pkg_resources 2025-01-24T01:59:33.1759407Z Found test times from artifacts 2025-01-24T01:59:33.2630369Z Found test times from artifacts 2025-01-24T01:59:33.2660252Z Running 25% of tests based on TD 2025-01-24T01:59:33.2666646Z Running parallel tests on 3 processes 2025-01-24T01:59:33.2667370Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:59:33.2667758Z Serial tests (0): 2025-01-24T01:59:33.2668001Z Parallel tests (1): 2025-01-24T01:59:33.2668291Z cpp/c10_string_util_test 1/1 2025-01-24T01:59:33.2668573Z Name: excluded (est. time: 0.0min) 2025-01-24T01:59:33.2668872Z Serial tests (0): 2025-01-24T01:59:33.2669131Z Parallel tests (0): 2025-01-24T01:59:33.2740986Z Running cpp/c10_string_util_test 1/1 ... [2025-01-24 01:59:33.268575] 2025-01-24T01:59:33.2741473Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:33.2751452Z 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-a1ea6e57485736f0.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:33.268575] 2025-01-24T01:59:33.2753280Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:59:34.7301749Z 2025-01-24T01:59:34.7302902Z 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_12791aa9772e2fea_.log 2025-01-24T01:59:34.7303592Z 2025-01-24T01:59:37.9036787Z Running cpp/c10_string_util_test 1/1 ... [2025-01-24 01:59:37.903185] 2025-01-24T01:59:37.9037318Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:37.9048218Z 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-d908c67cdb088237.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:37.904360] 2025-01-24T01:59:39.3379878Z 2025-01-24T01:59:39.3380617Z 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_b8b80dd798d9f965_.log 2025-01-24T01:59:39.3381418Z 2025-01-24T01:59:40.1035401Z Running test batch 'tests to run' cost 6.84 seconds 2025-01-24T01:59:40.8546870Z 2025-01-24T01:59:40.8547698Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:59:40.8548280Z echo "c10_string_util_test" failed with exit code 0 2025-01-24T01:59:40.8548685Z goto fail 2025-01-24T01:59:40.8548943Z ) 2025-01-24T01:59:40.8552793Z 2025-01-24T01:59:40.8553136Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:59:40.8553590Z echo "c10_string_util_test" failed with exit code 0 2025-01-24T01:59:40.8553947Z goto fail 2025-01-24T01:59:40.8554168Z ) 2025-01-24T01:59:40.8554281Z 2025-01-24T01:59:40.8554506Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:59:40.8561783Z 2025-01-24T01:59:40.8562097Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:59:40.8562874Z 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-01-24T01:59:40.8563586Z if errorlevel 1 goto fail 2025-01-24T01:59:40.8563834Z ) 2025-01-24T01:59:40.8573477Z 2025-01-24T01:59:40.8573846Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:59:40.8577493Z 2025-01-24T01:59:40.8578017Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:59:40.8580598Z 2025-01-24T01:59:40.8581062Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "verify_api_visibility" goto :eof 2025-01-24T01:59:40.8582410Z 2025-01-24T01:59:40.8583633Z (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-01-24T01:59:40.8584658Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-01-24T01:59:40.8585284Z 2025-01-24T01:59:40.8585917Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_string_view_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:59:40.8586743Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2025-01-24T01:59:40.8587275Z goto :eof 2025-01-24T01:59:40.8587506Z ) 2025-01-24T01:59:40.8587622Z 2025-01-24T01:59:40.8588031Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_string_view_test" 2025-01-24T01:59:41.0306797Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:59:41.0307668Z import pkg_resources 2025-01-24T01:59:46.6288013Z Found test times from artifacts 2025-01-24T01:59:46.7159985Z Found test times from artifacts 2025-01-24T01:59:46.7191370Z Running 25% of tests based on TD 2025-01-24T01:59:46.7197776Z Running parallel tests on 3 processes 2025-01-24T01:59:46.7198298Z Name: tests to run (est. time: 0.0min) 2025-01-24T01:59:46.7198630Z Serial tests (0): 2025-01-24T01:59:46.7198872Z Parallel tests (1): 2025-01-24T01:59:46.7199149Z cpp/c10_string_view_test 1/1 2025-01-24T01:59:46.7199453Z Name: excluded (est. time: 0.0min) 2025-01-24T01:59:46.7199736Z Serial tests (0): 2025-01-24T01:59:46.7199985Z Parallel tests (0): 2025-01-24T01:59:46.7275616Z Running cpp/c10_string_view_test 1/1 ... [2025-01-24 01:59:46.720982] 2025-01-24T01:59:46.7276086Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:46.7286733Z 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-dd786c83ec5788e1.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:46.728135] 2025-01-24T01:59:46.7288670Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T01:59:48.2542357Z 2025-01-24T01:59:48.2543397Z 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_b5e9e5a421e4010e_.log 2025-01-24T01:59:48.2544153Z 2025-01-24T01:59:51.2601498Z Running cpp/c10_string_view_test 1/1 ... [2025-01-24 01:59:51.259574] 2025-01-24T01:59:51.2601975Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T01:59:51.2611603Z 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-06fa62f2e4b4f7a6.xml', '-x', '--reruns=2'] ... [2025-01-24 01:59:51.260714] 2025-01-24T01:59:52.7606418Z 2025-01-24T01:59:52.7607624Z 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_f868a2aa58bd9e4e_.log 2025-01-24T01:59:52.7608292Z 2025-01-24T01:59:53.5506160Z Running test batch 'tests to run' cost 6.85 seconds 2025-01-24T01:59:54.2718978Z 2025-01-24T01:59:54.2719768Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T01:59:54.2720260Z echo "c10_string_view_test" failed with exit code 0 2025-01-24T01:59:54.2720563Z goto fail 2025-01-24T01:59:54.2720739Z ) 2025-01-24T01:59:54.2720840Z 2025-01-24T01:59:54.2721039Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T01:59:54.2721453Z echo "c10_string_view_test" failed with exit code 0 2025-01-24T01:59:54.2721759Z goto fail 2025-01-24T01:59:54.2721940Z ) 2025-01-24T01:59:54.2722033Z 2025-01-24T01:59:54.2722424Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:59:54.2729039Z 2025-01-24T01:59:54.2729356Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T01:59:54.2730054Z call :libtorch_check "c10_SymInt_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-01-24T01:59:54.2730671Z if errorlevel 1 goto fail 2025-01-24T01:59:54.2730887Z ) 2025-01-24T01:59:54.2740236Z 2025-01-24T01:59:54.2740559Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:59:54.2744160Z 2025-01-24T01:59:54.2744622Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T01:59:54.2747112Z 2025-01-24T01:59:54.2747460Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "verify_api_visibility" goto :eof 2025-01-24T01:59:54.2748906Z 2025-01-24T01:59:54.2749444Z (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-01-24T01:59:54.2750361Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-01-24T01:59:54.2751735Z 2025-01-24T01:59:54.2752170Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_SymInt_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T01:59:54.2752917Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2025-01-24T01:59:54.2753406Z goto :eof 2025-01-24T01:59:54.2753582Z ) 2025-01-24T01:59:54.2753683Z 2025-01-24T01:59:54.2754043Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_SymInt_test" 2025-01-24T01:59:54.4478367Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T01:59:54.4479214Z import pkg_resources 2025-01-24T02:00:00.0165394Z Found test times from artifacts 2025-01-24T02:00:00.1031329Z Found test times from artifacts 2025-01-24T02:00:00.1062499Z Running 25% of tests based on TD 2025-01-24T02:00:00.1068698Z Running parallel tests on 3 processes 2025-01-24T02:00:00.1069586Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:00:00.1069867Z Serial tests (0): 2025-01-24T02:00:00.1070088Z Parallel tests (1): 2025-01-24T02:00:00.1070305Z cpp/c10_SymInt_test 1/1 2025-01-24T02:00:00.1070546Z Name: excluded (est. time: 0.0min) 2025-01-24T02:00:00.1070797Z Serial tests (0): 2025-01-24T02:00:00.1070993Z Parallel tests (0): 2025-01-24T02:00:00.1146304Z Running cpp/c10_SymInt_test 1/1 ... [2025-01-24 02:00:00.114365] 2025-01-24T02:00:00.1146724Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:00.1157012Z 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-c9e31a1213f1d5d4.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:00.114972] 2025-01-24T02:00:00.1158757Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:00:01.6994702Z 2025-01-24T02:00:01.6996349Z 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_0ebc5d06b04fa4ce_.log 2025-01-24T02:00:01.6997909Z 2025-01-24T02:00:04.6585691Z Running cpp/c10_SymInt_test 1/1 ... [2025-01-24 02:00:04.657387] 2025-01-24T02:00:04.6586123Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:04.6596171Z 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-b216721d3013ba07.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:04.659012] 2025-01-24T02:00:06.1585522Z 2025-01-24T02:00:06.1586441Z 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_8fcd92ecaec85174_.log 2025-01-24T02:00:06.1587240Z 2025-01-24T02:00:07.0088854Z Running test batch 'tests to run' cost 6.9 seconds 2025-01-24T02:00:07.8130881Z 2025-01-24T02:00:07.8131596Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:00:07.8132107Z echo "c10_SymInt_test" failed with exit code 0 2025-01-24T02:00:07.8132467Z goto fail 2025-01-24T02:00:07.8132682Z ) 2025-01-24T02:00:07.8132799Z 2025-01-24T02:00:07.8133033Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:00:07.8133524Z echo "c10_SymInt_test" failed with exit code 0 2025-01-24T02:00:07.8133841Z goto fail 2025-01-24T02:00:07.8134086Z ) 2025-01-24T02:00:07.8134249Z 2025-01-24T02:00:07.8134407Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:00:07.8142328Z 2025-01-24T02:00:07.8142590Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:00:07.8144127Z call :libtorch_check "c10_Synchronized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-01-24T02:00:07.8144890Z if errorlevel 1 goto fail 2025-01-24T02:00:07.8145170Z ) 2025-01-24T02:00:07.8155901Z 2025-01-24T02:00:07.8156579Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:00:07.8159811Z 2025-01-24T02:00:07.8160429Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:00:07.8162752Z 2025-01-24T02:00:07.8163181Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "verify_api_visibility" goto :eof 2025-01-24T02:00:07.8164576Z 2025-01-24T02:00:07.8165258Z (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-01-24T02:00:07.8166441Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-01-24T02:00:07.8167962Z 2025-01-24T02:00:07.8168390Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_Synchronized_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:00:07.8169169Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2025-01-24T02:00:07.8169718Z goto :eof 2025-01-24T02:00:07.8169910Z ) 2025-01-24T02:00:07.8170028Z 2025-01-24T02:00:07.8170410Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_Synchronized_test" 2025-01-24T02:00:07.9918127Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:00:07.9918977Z import pkg_resources 2025-01-24T02:00:13.6152413Z Found test times from artifacts 2025-01-24T02:00:13.7029100Z Found test times from artifacts 2025-01-24T02:00:13.7060905Z Running 25% of tests based on TD 2025-01-24T02:00:13.7067955Z Running parallel tests on 3 processes 2025-01-24T02:00:13.7068357Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:00:13.7068649Z Serial tests (0): 2025-01-24T02:00:13.7068879Z Parallel tests (1): 2025-01-24T02:00:13.7069125Z cpp/c10_Synchronized_test 1/1 2025-01-24T02:00:13.7069396Z Name: excluded (est. time: 0.0min) 2025-01-24T02:00:13.7069662Z Serial tests (0): 2025-01-24T02:00:13.7069885Z Parallel tests (0): 2025-01-24T02:00:13.7150784Z Running cpp/c10_Synchronized_test 1/1 ... [2025-01-24 02:00:13.714730] 2025-01-24T02:00:13.7151248Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:13.7161756Z 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-1325aad01ab13ab3.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:13.715947] 2025-01-24T02:00:13.7163546Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:00:15.2374617Z 2025-01-24T02:00:15.2375788Z 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_ec203afc8c86b793_.log 2025-01-24T02:00:15.2376480Z 2025-01-24T02:00:18.3227982Z Running cpp/c10_Synchronized_test 1/1 ... [2025-01-24 02:00:18.317691] 2025-01-24T02:00:18.3228460Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:18.3237933Z 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-b23ddc373d71397c.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:18.317691] 2025-01-24T02:00:19.8373533Z 2025-01-24T02:00:19.8374571Z 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_df79c640bf00066b_.log 2025-01-24T02:00:19.8375239Z 2025-01-24T02:00:20.7501825Z Running test batch 'tests to run' cost 7.03 seconds 2025-01-24T02:00:21.5615986Z 2025-01-24T02:00:21.5616641Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:00:21.5617111Z echo "c10_Synchronized_test" failed with exit code 0 2025-01-24T02:00:21.5617453Z goto fail 2025-01-24T02:00:21.5617653Z ) 2025-01-24T02:00:21.5617766Z 2025-01-24T02:00:21.5617991Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:00:21.5618437Z echo "c10_Synchronized_test" failed with exit code 0 2025-01-24T02:00:21.5618927Z goto fail 2025-01-24T02:00:21.5619109Z ) 2025-01-24T02:00:21.5619236Z 2025-01-24T02:00:21.5619790Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:00:21.5626376Z 2025-01-24T02:00:21.5626806Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:00:21.5627533Z call :libtorch_check "c10_tempfile_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-01-24T02:00:21.5628191Z if errorlevel 1 goto fail 2025-01-24T02:00:21.5628415Z ) 2025-01-24T02:00:21.5654302Z 2025-01-24T02:00:21.5654697Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:00:21.5658440Z 2025-01-24T02:00:21.5659204Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:00:21.5694477Z 2025-01-24T02:00:21.5695110Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "verify_api_visibility" goto :eof 2025-01-24T02:00:21.5696401Z 2025-01-24T02:00:21.5697150Z (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-01-24T02:00:21.5698235Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-01-24T02:00:21.5700400Z 2025-01-24T02:00:21.5700963Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_tempfile_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:00:21.5701728Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2025-01-24T02:00:21.5702239Z goto :eof 2025-01-24T02:00:21.5702461Z ) 2025-01-24T02:00:21.5702585Z 2025-01-24T02:00:21.5704115Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_tempfile_test" 2025-01-24T02:00:21.7455215Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:00:21.7456090Z import pkg_resources 2025-01-24T02:00:27.6094950Z Found test times from artifacts 2025-01-24T02:00:27.7091638Z Found test times from artifacts 2025-01-24T02:00:27.7122825Z Running 25% of tests based on TD 2025-01-24T02:00:27.7130370Z Running parallel tests on 3 processes 2025-01-24T02:00:27.7130750Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:00:27.7131040Z Serial tests (0): 2025-01-24T02:00:27.7131255Z Parallel tests (1): 2025-01-24T02:00:27.7131505Z cpp/c10_tempfile_test 1/1 2025-01-24T02:00:27.7131782Z Name: excluded (est. time: 0.0min) 2025-01-24T02:00:27.7132059Z Serial tests (0): 2025-01-24T02:00:27.7132286Z Parallel tests (0): 2025-01-24T02:00:27.7236437Z Running cpp/c10_tempfile_test 1/1 ... [2025-01-24 02:00:27.723435] 2025-01-24T02:00:27.7236882Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:27.7248530Z 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-a053ac2ef1b59296.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:27.724049] 2025-01-24T02:00:27.7250446Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:00:29.2616664Z 2025-01-24T02:00:29.2617815Z 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_431994a0d1ef5c79_.log 2025-01-24T02:00:29.2618452Z 2025-01-24T02:00:32.2413935Z Running cpp/c10_tempfile_test 1/1 ... [2025-01-24 02:00:32.238410] 2025-01-24T02:00:32.2414426Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:32.2423691Z 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-71e2b7ee23354e45.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:32.241492] 2025-01-24T02:00:33.7513468Z 2025-01-24T02:00:33.7514323Z 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_5122954f9b8b1b57_.log 2025-01-24T02:00:33.7515029Z 2025-01-24T02:00:34.6091268Z Running test batch 'tests to run' cost 6.9 seconds 2025-01-24T02:00:35.3774697Z 2025-01-24T02:00:35.3775526Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:00:35.3775995Z echo "c10_tempfile_test" failed with exit code 0 2025-01-24T02:00:35.3776314Z goto fail 2025-01-24T02:00:35.3776543Z ) 2025-01-24T02:00:35.3776641Z 2025-01-24T02:00:35.3776855Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:00:35.3777283Z echo "c10_tempfile_test" failed with exit code 0 2025-01-24T02:00:35.3777608Z goto fail 2025-01-24T02:00:35.3777798Z ) 2025-01-24T02:00:35.3778045Z 2025-01-24T02:00:35.3778233Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:00:35.3785054Z 2025-01-24T02:00:35.3785313Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:00:35.3786049Z call :libtorch_check "c10_ThreadLocal_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-01-24T02:00:35.3786765Z if errorlevel 1 goto fail 2025-01-24T02:00:35.3787045Z ) 2025-01-24T02:00:35.3796633Z 2025-01-24T02:00:35.3797299Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:00:35.3800610Z 2025-01-24T02:00:35.3801367Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:00:35.3803756Z 2025-01-24T02:00:35.3804250Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "verify_api_visibility" goto :eof 2025-01-24T02:00:35.3805693Z 2025-01-24T02:00:35.3806261Z (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-01-24T02:00:35.3807277Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-01-24T02:00:35.3809074Z 2025-01-24T02:00:35.3810006Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_ThreadLocal_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:00:35.3810814Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2025-01-24T02:00:35.3811347Z goto :eof 2025-01-24T02:00:35.3811608Z ) 2025-01-24T02:00:35.3811728Z 2025-01-24T02:00:35.3812153Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_ThreadLocal_test" 2025-01-24T02:00:35.5575313Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:00:35.5576387Z import pkg_resources 2025-01-24T02:00:41.1816171Z Found test times from artifacts 2025-01-24T02:00:41.2680856Z Found test times from artifacts 2025-01-24T02:00:41.2712141Z Running 25% of tests based on TD 2025-01-24T02:00:41.2718109Z Running parallel tests on 3 processes 2025-01-24T02:00:41.2718572Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:00:41.2718924Z Serial tests (0): 2025-01-24T02:00:41.2719204Z Parallel tests (1): 2025-01-24T02:00:41.2719458Z cpp/c10_ThreadLocal_test 1/1 2025-01-24T02:00:41.2719778Z Name: excluded (est. time: 0.0min) 2025-01-24T02:00:41.2720122Z Serial tests (0): 2025-01-24T02:00:41.2720356Z Parallel tests (0): 2025-01-24T02:00:41.2799216Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-01-24 02:00:41.279752] 2025-01-24T02:00:41.2799912Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:41.2809583Z 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-63c2f52f8f149afb.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:41.280343] 2025-01-24T02:00:41.2811357Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:00:42.8539183Z 2025-01-24T02:00:42.8540444Z 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_3e4b5764b0c85ad7_.log 2025-01-24T02:00:42.8541155Z 2025-01-24T02:00:45.8271277Z Running cpp/c10_ThreadLocal_test 1/1 ... [2025-01-24 02:00:45.825580] 2025-01-24T02:00:45.8271801Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:45.8281446Z 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-9ade303fe8572434.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:45.825580] 2025-01-24T02:00:47.4322828Z 2025-01-24T02:00:47.4323805Z 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_1ae9b62e5a23f38a_.log 2025-01-24T02:00:47.4324632Z 2025-01-24T02:00:48.2839620Z Running test batch 'tests to run' cost 7.02 seconds 2025-01-24T02:00:49.0762762Z 2025-01-24T02:00:49.0763792Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:00:49.0764337Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-01-24T02:00:49.0764680Z goto fail 2025-01-24T02:00:49.0764965Z ) 2025-01-24T02:00:49.0765087Z 2025-01-24T02:00:49.0765365Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:00:49.0765824Z echo "c10_ThreadLocal_test" failed with exit code 0 2025-01-24T02:00:49.0766203Z goto fail 2025-01-24T02:00:49.0766432Z ) 2025-01-24T02:00:49.0766545Z 2025-01-24T02:00:49.0766708Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:00:49.0773338Z 2025-01-24T02:00:49.0773540Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:00:49.0774257Z call :libtorch_check "c10_typeid_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-01-24T02:00:49.0774941Z if errorlevel 1 goto fail 2025-01-24T02:00:49.0775199Z ) 2025-01-24T02:00:49.0785394Z 2025-01-24T02:00:49.0786037Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:00:49.0789370Z 2025-01-24T02:00:49.0790073Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:00:49.0792520Z 2025-01-24T02:00:49.0792961Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "verify_api_visibility" goto :eof 2025-01-24T02:00:49.0794452Z 2025-01-24T02:00:49.0795065Z (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-01-24T02:00:49.0796051Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-01-24T02:00:49.0797329Z 2025-01-24T02:00:49.0797708Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_typeid_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:00:49.0798488Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2025-01-24T02:00:49.0799059Z goto :eof 2025-01-24T02:00:49.0799283Z ) 2025-01-24T02:00:49.0799538Z 2025-01-24T02:00:49.0799934Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_typeid_test" 2025-01-24T02:00:49.2609316Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:00:49.2610208Z import pkg_resources 2025-01-24T02:00:55.0366262Z Found test times from artifacts 2025-01-24T02:00:55.1233801Z Found test times from artifacts 2025-01-24T02:00:55.1264943Z Running 25% of tests based on TD 2025-01-24T02:00:55.1272854Z Running parallel tests on 3 processes 2025-01-24T02:00:55.1273215Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:00:55.1273535Z Serial tests (0): 2025-01-24T02:00:55.1273791Z Parallel tests (1): 2025-01-24T02:00:55.1274125Z cpp/c10_typeid_test 1/1 2025-01-24T02:00:55.1274421Z Name: excluded (est. time: 0.0min) 2025-01-24T02:00:55.1274713Z Serial tests (0): 2025-01-24T02:00:55.1274950Z Parallel tests (0): 2025-01-24T02:00:55.1350050Z Running cpp/c10_typeid_test 1/1 ... [2025-01-24 02:00:55.129733] 2025-01-24T02:00:55.1350555Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:55.1360807Z 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-90ff906e49c869a9.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:55.135569] 2025-01-24T02:00:55.1362823Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:00:56.6720185Z 2025-01-24T02:00:56.6721410Z 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_d2f1c1e8da45deb0_.log 2025-01-24T02:00:56.6722350Z 2025-01-24T02:00:59.7275321Z Running cpp/c10_typeid_test 1/1 ... [2025-01-24 02:00:59.725612] 2025-01-24T02:00:59.7275904Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:00:59.7285519Z 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-2e1d7c1014694ecf.xml', '-x', '--reruns=2'] ... [2025-01-24 02:00:59.725612] 2025-01-24T02:01:01.2708738Z 2025-01-24T02:01:01.2709923Z 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_7f8909337e99fb41_.log 2025-01-24T02:01:01.2710561Z 2025-01-24T02:01:02.1151553Z Running test batch 'tests to run' cost 6.99 seconds 2025-01-24T02:01:02.9146809Z 2025-01-24T02:01:02.9147498Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:01:02.9147975Z echo "c10_typeid_test" failed with exit code 0 2025-01-24T02:01:02.9148345Z goto fail 2025-01-24T02:01:02.9148735Z ) 2025-01-24T02:01:02.9148856Z 2025-01-24T02:01:02.9149058Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:01:02.9149524Z echo "c10_typeid_test" failed with exit code 0 2025-01-24T02:01:02.9149859Z goto fail 2025-01-24T02:01:02.9150054Z ) 2025-01-24T02:01:02.9150324Z 2025-01-24T02:01:02.9150523Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:01:02.9157687Z 2025-01-24T02:01:02.9158193Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:01:02.9158953Z call :libtorch_check "c10_TypeIndex_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-01-24T02:01:02.9159646Z if errorlevel 1 goto fail 2025-01-24T02:01:02.9159918Z ) 2025-01-24T02:01:02.9169105Z 2025-01-24T02:01:02.9169655Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:01:02.9173132Z 2025-01-24T02:01:02.9173701Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:01:02.9176093Z 2025-01-24T02:01:02.9176499Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "verify_api_visibility" goto :eof 2025-01-24T02:01:02.9177953Z 2025-01-24T02:01:02.9178594Z (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-01-24T02:01:02.9179603Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-01-24T02:01:02.9180897Z 2025-01-24T02:01:02.9181423Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeIndex_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:01:02.9182219Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2025-01-24T02:01:02.9182742Z goto :eof 2025-01-24T02:01:02.9182959Z ) 2025-01-24T02:01:02.9183074Z 2025-01-24T02:01:02.9183481Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeIndex_test" 2025-01-24T02:01:03.0928286Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:01:03.0929178Z import pkg_resources 2025-01-24T02:01:08.7229100Z Found test times from artifacts 2025-01-24T02:01:08.8085961Z Found test times from artifacts 2025-01-24T02:01:08.8117489Z Running 25% of tests based on TD 2025-01-24T02:01:08.8122989Z Running parallel tests on 3 processes 2025-01-24T02:01:08.8123475Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:01:08.8123792Z Serial tests (0): 2025-01-24T02:01:08.8124273Z Parallel tests (1): 2025-01-24T02:01:08.8124563Z cpp/c10_TypeIndex_test 1/1 2025-01-24T02:01:08.8124890Z Name: excluded (est. time: 0.0min) 2025-01-24T02:01:08.8125184Z Serial tests (0): 2025-01-24T02:01:08.8125452Z Parallel tests (0): 2025-01-24T02:01:08.8199218Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-01-24 02:01:08.818702] 2025-01-24T02:01:08.8199673Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:08.8210060Z 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-a1e9392beee91ffd.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:08.818702] 2025-01-24T02:01:08.8213206Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:01:10.3697791Z 2025-01-24T02:01:10.3698813Z 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_d57bca1c20a56520_.log 2025-01-24T02:01:10.3699591Z 2025-01-24T02:01:13.3132032Z Running cpp/c10_TypeIndex_test 1/1 ... [2025-01-24 02:01:13.312636] 2025-01-24T02:01:13.3132518Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:13.3141994Z 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-b2ede7ec4aed9f49.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:13.313707] 2025-01-24T02:01:14.8207786Z 2025-01-24T02:01:14.8208893Z 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_0224adfc462eca74_.log 2025-01-24T02:01:14.8209672Z 2025-01-24T02:01:15.6481063Z Running test batch 'tests to run' cost 6.84 seconds 2025-01-24T02:01:16.4370944Z 2025-01-24T02:01:16.4371504Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:01:16.4372230Z echo "c10_TypeIndex_test" failed with exit code 0 2025-01-24T02:01:16.4372581Z goto fail 2025-01-24T02:01:16.4372800Z ) 2025-01-24T02:01:16.4372920Z 2025-01-24T02:01:16.4373152Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:01:16.4373593Z echo "c10_TypeIndex_test" failed with exit code 0 2025-01-24T02:01:16.4373970Z goto fail 2025-01-24T02:01:16.4374188Z ) 2025-01-24T02:01:16.4374296Z 2025-01-24T02:01:16.4374467Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:01:16.4381273Z 2025-01-24T02:01:16.4381502Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:01:16.4382241Z call :libtorch_check "c10_TypeList_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-01-24T02:01:16.4382946Z if errorlevel 1 goto fail 2025-01-24T02:01:16.4383196Z ) 2025-01-24T02:01:16.4393122Z 2025-01-24T02:01:16.4393658Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:01:16.4396801Z 2025-01-24T02:01:16.4397308Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:01:16.4399674Z 2025-01-24T02:01:16.4400272Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "verify_api_visibility" goto :eof 2025-01-24T02:01:16.4401575Z 2025-01-24T02:01:16.4402222Z (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-01-24T02:01:16.4403213Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-01-24T02:01:16.4404863Z 2025-01-24T02:01:16.4405494Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeList_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:01:16.4406285Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2025-01-24T02:01:16.4406866Z goto :eof 2025-01-24T02:01:16.4407068Z ) 2025-01-24T02:01:16.4407216Z 2025-01-24T02:01:16.4407594Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeList_test" 2025-01-24T02:01:16.6140849Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:01:16.6141737Z import pkg_resources 2025-01-24T02:01:22.2735373Z Found test times from artifacts 2025-01-24T02:01:22.3603816Z Found test times from artifacts 2025-01-24T02:01:22.3633065Z Running 25% of tests based on TD 2025-01-24T02:01:22.3638691Z Running parallel tests on 3 processes 2025-01-24T02:01:22.3639171Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:01:22.3639460Z Serial tests (0): 2025-01-24T02:01:22.3639717Z Parallel tests (1): 2025-01-24T02:01:22.3639992Z cpp/c10_TypeList_test 1/1 2025-01-24T02:01:22.3640412Z Name: excluded (est. time: 0.0min) 2025-01-24T02:01:22.3640705Z Serial tests (0): 2025-01-24T02:01:22.3640970Z Parallel tests (0): 2025-01-24T02:01:22.3712939Z Running cpp/c10_TypeList_test 1/1 ... [2025-01-24 02:01:22.369945] 2025-01-24T02:01:22.3713425Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:22.3726811Z 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-8bfb34802c4beba4.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:22.369945] 2025-01-24T02:01:22.3728735Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:01:23.8248982Z 2025-01-24T02:01:23.8251512Z 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_6dab83b01f30ca31_.log 2025-01-24T02:01:23.8253641Z 2025-01-24T02:01:26.9305862Z Running cpp/c10_TypeList_test 1/1 ... [2025-01-24 02:01:26.929941] 2025-01-24T02:01:26.9306381Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:26.9316061Z 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-1a8057efec54dafb.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:26.931121] 2025-01-24T02:01:28.4296152Z 2025-01-24T02:01:28.4297204Z 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_22df610258cf2056_.log 2025-01-24T02:01:28.4297875Z 2025-01-24T02:01:29.3024141Z Running test batch 'tests to run' cost 6.94 seconds 2025-01-24T02:01:30.0983504Z 2025-01-24T02:01:30.0984427Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:01:30.0984933Z echo "c10_TypeList_test" failed with exit code 0 2025-01-24T02:01:30.0985299Z goto fail 2025-01-24T02:01:30.0985496Z ) 2025-01-24T02:01:30.0985639Z 2025-01-24T02:01:30.0985840Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:01:30.0986310Z echo "c10_TypeList_test" failed with exit code 0 2025-01-24T02:01:30.0986642Z goto fail 2025-01-24T02:01:30.0986906Z ) 2025-01-24T02:01:30.0987064Z 2025-01-24T02:01:30.0987292Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:01:30.0994752Z 2025-01-24T02:01:30.0995264Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:01:30.0996267Z call :libtorch_check "c10_TypeTraits_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-01-24T02:01:30.0996984Z if errorlevel 1 goto fail 2025-01-24T02:01:30.0997270Z ) 2025-01-24T02:01:30.1006434Z 2025-01-24T02:01:30.1006894Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:01:30.1010521Z 2025-01-24T02:01:30.1011116Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:01:30.1013160Z 2025-01-24T02:01:30.1013702Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "verify_api_visibility" goto :eof 2025-01-24T02:01:30.1014971Z 2025-01-24T02:01:30.1015637Z (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-01-24T02:01:30.1016714Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-01-24T02:01:30.1018082Z 2025-01-24T02:01:30.1018524Z (base) C:\actions-runner\_work\pytorch\pytorch>if "c10_TypeTraits_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:01:30.1019493Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2025-01-24T02:01:30.1020040Z goto :eof 2025-01-24T02:01:30.1020236Z ) 2025-01-24T02:01:30.1020341Z 2025-01-24T02:01:30.1020749Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/c10_TypeTraits_test" 2025-01-24T02:01:30.2783522Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:01:30.2784452Z import pkg_resources 2025-01-24T02:01:35.8506612Z Found test times from artifacts 2025-01-24T02:01:35.9367497Z Found test times from artifacts 2025-01-24T02:01:35.9399729Z Running 25% of tests based on TD 2025-01-24T02:01:35.9406051Z Running parallel tests on 3 processes 2025-01-24T02:01:35.9406556Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:01:35.9407115Z Serial tests (0): 2025-01-24T02:01:35.9407385Z Parallel tests (1): 2025-01-24T02:01:35.9407679Z cpp/c10_TypeTraits_test 1/1 2025-01-24T02:01:35.9408019Z Name: excluded (est. time: 0.0min) 2025-01-24T02:01:35.9408295Z Serial tests (0): 2025-01-24T02:01:35.9408598Z Parallel tests (0): 2025-01-24T02:01:35.9483701Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-01-24 02:01:35.947048] 2025-01-24T02:01:35.9484152Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:35.9493543Z 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-58d205009b1792b0.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:35.947048] 2025-01-24T02:01:35.9495342Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:01:37.5178852Z 2025-01-24T02:01:37.5179813Z 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_e34d25c62f07093f_.log 2025-01-24T02:01:37.5180466Z 2025-01-24T02:01:40.4918013Z Running cpp/c10_TypeTraits_test 1/1 ... [2025-01-24 02:01:40.482931] 2025-01-24T02:01:40.4918509Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:40.4927370Z 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-69e4a9c8e5f2aa6b.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:40.482931] 2025-01-24T02:01:41.9499873Z 2025-01-24T02:01:41.9501082Z 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_b8419d19935e95c1_.log 2025-01-24T02:01:41.9501792Z 2025-01-24T02:01:42.7762689Z Running test batch 'tests to run' cost 6.84 seconds 2025-01-24T02:01:43.5627573Z 2025-01-24T02:01:43.5628387Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:01:43.5628894Z echo "c10_TypeTraits_test" failed with exit code 0 2025-01-24T02:01:43.5629262Z goto fail 2025-01-24T02:01:43.5636957Z ) 2025-01-24T02:01:43.5637139Z 2025-01-24T02:01:43.5637368Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:01:43.5637864Z echo "c10_TypeTraits_test" failed with exit code 0 2025-01-24T02:01:43.5638232Z goto fail 2025-01-24T02:01:43.5638433Z ) 2025-01-24T02:01:43.5638563Z 2025-01-24T02:01:43.5638737Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:01:43.5639010Z 2025-01-24T02:01:43.5639205Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:01:43.5639910Z call :libtorch_check "CppSignature_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-01-24T02:01:43.5640762Z if errorlevel 1 goto fail 2025-01-24T02:01:43.5641051Z ) 2025-01-24T02:01:43.5649559Z 2025-01-24T02:01:43.5650210Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:01:43.5653655Z 2025-01-24T02:01:43.5654325Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:01:43.5656461Z 2025-01-24T02:01:43.5656895Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "verify_api_visibility" goto :eof 2025-01-24T02:01:43.5658251Z 2025-01-24T02:01:43.5658823Z (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-01-24T02:01:43.5659833Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-01-24T02:01:43.5661103Z 2025-01-24T02:01:43.5661565Z (base) C:\actions-runner\_work\pytorch\pytorch>if "CppSignature_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:01:43.5662364Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2025-01-24T02:01:43.5662872Z goto :eof 2025-01-24T02:01:43.5663103Z ) 2025-01-24T02:01:43.5663209Z 2025-01-24T02:01:43.5663617Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/CppSignature_test" 2025-01-24T02:01:43.7389260Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:01:43.7390122Z import pkg_resources 2025-01-24T02:01:49.3057938Z Found test times from artifacts 2025-01-24T02:01:49.3923560Z Found test times from artifacts 2025-01-24T02:01:49.3953486Z Running 25% of tests based on TD 2025-01-24T02:01:49.3959035Z Running parallel tests on 3 processes 2025-01-24T02:01:49.3959465Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:01:49.3959794Z Serial tests (0): 2025-01-24T02:01:49.3960079Z Parallel tests (1): 2025-01-24T02:01:49.3960340Z cpp/CppSignature_test 1/1 2025-01-24T02:01:49.3960652Z Name: excluded (est. time: 0.0min) 2025-01-24T02:01:49.3960959Z Serial tests (0): 2025-01-24T02:01:49.3961184Z Parallel tests (0): 2025-01-24T02:01:49.4035040Z Running cpp/CppSignature_test 1/1 ... [2025-01-24 02:01:49.403052] 2025-01-24T02:01:49.4035840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:49.4045719Z 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-ec709af41520e299.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:49.404224] 2025-01-24T02:01:49.4048914Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:01:52.0725378Z 2025-01-24T02:01:52.0726446Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_39aedee9bd409724_.log 2025-01-24T02:01:52.0727194Z 2025-01-24T02:01:53.9463253Z Running cpp/CppSignature_test 1/1 ... [2025-01-24 02:01:53.945878] 2025-01-24T02:01:53.9463758Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:01:53.9472913Z 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-8b17af69b3caf0d0.xml', '-x', '--reruns=2'] ... [2025-01-24 02:01:53.947032] 2025-01-24T02:01:57.8061190Z 2025-01-24T02:01:57.8062264Z cpp/CppSignature_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.CppSignature_test_1.1_1e89538b8747eb6e_.log 2025-01-24T02:01:57.8063146Z 2025-01-24T02:01:58.6704627Z Running test batch 'tests to run' cost 9.28 seconds 2025-01-24T02:01:59.4427569Z 2025-01-24T02:01:59.4428453Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:01:59.4428974Z echo "CppSignature_test" failed with exit code 0 2025-01-24T02:01:59.4429315Z goto fail 2025-01-24T02:01:59.4429549Z ) 2025-01-24T02:01:59.4429695Z 2025-01-24T02:01:59.4429905Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:01:59.4430366Z echo "CppSignature_test" failed with exit code 0 2025-01-24T02:01:59.4430703Z goto fail 2025-01-24T02:01:59.4430924Z ) 2025-01-24T02:01:59.4431034Z 2025-01-24T02:01:59.4431255Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:01:59.4438072Z 2025-01-24T02:01:59.4438534Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:01:59.4439476Z call :libtorch_check "cpu_allocator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-01-24T02:01:59.4440195Z if errorlevel 1 goto fail 2025-01-24T02:01:59.4440448Z ) 2025-01-24T02:01:59.4449301Z 2025-01-24T02:01:59.4449697Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:01:59.4453256Z 2025-01-24T02:01:59.4453766Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:01:59.4456148Z 2025-01-24T02:01:59.4456547Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "verify_api_visibility" goto :eof 2025-01-24T02:01:59.4457952Z 2025-01-24T02:01:59.4458556Z (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-01-24T02:01:59.4459530Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-01-24T02:01:59.4460735Z 2025-01-24T02:01:59.4461151Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:01:59.4461950Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_allocator_test.exe" 2025-01-24T02:01:59.4462505Z goto :eof 2025-01-24T02:01:59.4462703Z ) 2025-01-24T02:01:59.4462838Z 2025-01-24T02:01:59.4463225Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_allocator_test" 2025-01-24T02:01:59.6207049Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:02:05.2115951Z import pkg_resources 2025-01-24T02:02:05.2116344Z Found test times from artifacts 2025-01-24T02:02:05.2986064Z Found test times from artifacts 2025-01-24T02:02:05.3016875Z Running 25% of tests based on TD 2025-01-24T02:02:05.3023217Z Running parallel tests on 3 processes 2025-01-24T02:02:05.3023595Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:02:05.3023899Z Serial tests (0): 2025-01-24T02:02:05.3024161Z Parallel tests (1): 2025-01-24T02:02:05.3024440Z cpp/cpu_allocator_test 1/1 2025-01-24T02:02:05.3024721Z Name: excluded (est. time: 0.0min) 2025-01-24T02:02:05.3025023Z Serial tests (0): 2025-01-24T02:02:05.3025280Z Parallel tests (0): 2025-01-24T02:02:05.3100861Z Running cpp/cpu_allocator_test 1/1 ... [2025-01-24 02:02:05.309438] 2025-01-24T02:02:05.3101342Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:05.3111453Z 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-12f44322d84a38d4.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:05.310606] 2025-01-24T02:02:05.3113599Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:02:07.9904656Z 2025-01-24T02:02:07.9905839Z 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_b282b4244cea88c5_.log 2025-01-24T02:02:07.9906541Z 2025-01-24T02:02:09.8100491Z Running cpp/cpu_allocator_test 1/1 ... [2025-01-24 02:02:09.809714] 2025-01-24T02:02:09.8100995Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:09.8110324Z 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-a0d06d2ca8214d1a.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:09.810832] 2025-01-24T02:02:13.1089348Z 2025-01-24T02:02:13.1090565Z 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_b032169686f8fe6b_.log 2025-01-24T02:02:13.1091226Z 2025-01-24T02:02:13.9635578Z Running test batch 'tests to run' cost 8.66 seconds 2025-01-24T02:02:14.7519168Z 2025-01-24T02:02:14.7519901Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:02:14.7520412Z echo "cpu_allocator_test" failed with exit code 0 2025-01-24T02:02:14.7520753Z goto fail 2025-01-24T02:02:14.7520988Z ) 2025-01-24T02:02:14.7521107Z 2025-01-24T02:02:14.7521331Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:02:14.7521776Z echo "cpu_allocator_test" failed with exit code 0 2025-01-24T02:02:14.7522163Z goto fail 2025-01-24T02:02:14.7522374Z ) 2025-01-24T02:02:14.7522487Z 2025-01-24T02:02:14.7522661Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:02:14.7528895Z 2025-01-24T02:02:14.7529397Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:02:14.7530181Z call :libtorch_check "cpu_generator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-01-24T02:02:14.7530883Z if errorlevel 1 goto fail 2025-01-24T02:02:14.7531146Z ) 2025-01-24T02:02:14.7539847Z 2025-01-24T02:02:14.7540314Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:02:14.7544249Z 2025-01-24T02:02:14.7545031Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:02:14.7546860Z 2025-01-24T02:02:14.7547564Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "verify_api_visibility" goto :eof 2025-01-24T02:02:14.7548668Z 2025-01-24T02:02:14.7549292Z (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-01-24T02:02:14.7550282Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-01-24T02:02:14.7551572Z 2025-01-24T02:02:14.7551995Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_generator_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:02:14.7552791Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2025-01-24T02:02:14.7553330Z goto :eof 2025-01-24T02:02:14.7553536Z ) 2025-01-24T02:02:14.7553676Z 2025-01-24T02:02:14.7554062Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_generator_test" 2025-01-24T02:02:14.9308209Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:02:14.9309128Z import pkg_resources 2025-01-24T02:02:20.5933536Z Found test times from artifacts 2025-01-24T02:02:20.6807949Z Found test times from artifacts 2025-01-24T02:02:20.6838879Z Running 25% of tests based on TD 2025-01-24T02:02:20.6844716Z Running parallel tests on 3 processes 2025-01-24T02:02:20.6845231Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:02:20.6845528Z Serial tests (0): 2025-01-24T02:02:20.6845790Z Parallel tests (1): 2025-01-24T02:02:20.6846063Z cpp/cpu_generator_test 1/1 2025-01-24T02:02:20.6846347Z Name: excluded (est. time: 0.0min) 2025-01-24T02:02:20.6846640Z Serial tests (0): 2025-01-24T02:02:20.6846860Z Parallel tests (0): 2025-01-24T02:02:20.6921058Z Running cpp/cpu_generator_test 1/1 ... [2025-01-24 02:02:20.686231] 2025-01-24T02:02:20.6921528Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:20.6931357Z 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-04d012dc90094c60.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:20.692271] 2025-01-24T02:02:20.6933287Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:02:23.5035746Z 2025-01-24T02:02:23.5036715Z 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_3a83e73253bdee65_.log 2025-01-24T02:02:23.5037378Z 2025-01-24T02:02:25.2594828Z Running cpp/cpu_generator_test 1/1 ... [2025-01-24 02:02:25.257723] 2025-01-24T02:02:25.2595279Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:25.2596539Z 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-3a403de7311f9a03.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:25.259339] 2025-01-24T02:02:31.6172372Z 2025-01-24T02:02:31.6173609Z 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_5224a7a9740c1ea0_.log 2025-01-24T02:02:31.6174259Z 2025-01-24T02:02:32.4685086Z Running test batch 'tests to run' cost 11.78 seconds 2025-01-24T02:02:33.2845123Z 2025-01-24T02:02:33.2845829Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:02:33.2846316Z echo "cpu_generator_test" failed with exit code 0 2025-01-24T02:02:33.2846647Z goto fail 2025-01-24T02:02:33.2846877Z ) 2025-01-24T02:02:33.2847006Z 2025-01-24T02:02:33.2847485Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:02:33.2847977Z echo "cpu_generator_test" failed with exit code 0 2025-01-24T02:02:33.2848290Z goto fail 2025-01-24T02:02:33.2848497Z ) 2025-01-24T02:02:33.2848603Z 2025-01-24T02:02:33.2848777Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:02:33.2855465Z 2025-01-24T02:02:33.2855915Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:02:33.2856740Z 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-01-24T02:02:33.2857490Z if errorlevel 1 goto fail 2025-01-24T02:02:33.2857735Z ) 2025-01-24T02:02:33.2867265Z 2025-01-24T02:02:33.2867817Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:02:33.2871156Z 2025-01-24T02:02:33.2871669Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:02:33.2874221Z 2025-01-24T02:02:33.2874692Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "verify_api_visibility" goto :eof 2025-01-24T02:02:33.2876057Z 2025-01-24T02:02:33.2876825Z (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-01-24T02:02:33.2877845Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-01-24T02:02:33.2879267Z 2025-01-24T02:02:33.2879887Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_profiling_allocator_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:02:33.2880732Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2025-01-24T02:02:33.2881271Z goto :eof 2025-01-24T02:02:33.2881436Z ) 2025-01-24T02:02:33.2881545Z 2025-01-24T02:02:33.2881964Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_profiling_allocator_test" 2025-01-24T02:02:33.4674224Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:02:33.4675177Z import pkg_resources 2025-01-24T02:02:39.1811766Z Found test times from artifacts 2025-01-24T02:02:39.2813427Z Found test times from artifacts 2025-01-24T02:02:39.2845573Z Running 25% of tests based on TD 2025-01-24T02:02:39.2852634Z Running parallel tests on 3 processes 2025-01-24T02:02:39.2853091Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:02:39.2853370Z Serial tests (0): 2025-01-24T02:02:39.2853593Z Parallel tests (1): 2025-01-24T02:02:39.2853843Z cpp/cpu_profiling_allocator_test 1/1 2025-01-24T02:02:39.2854152Z Name: excluded (est. time: 0.0min) 2025-01-24T02:02:39.2854401Z Serial tests (0): 2025-01-24T02:02:39.2854630Z Parallel tests (0): 2025-01-24T02:02:39.2947879Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-01-24 02:02:39.294516] 2025-01-24T02:02:39.2948386Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:39.2959198Z 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-07a0858594d50290.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:39.295670] 2025-01-24T02:02:39.2960978Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:02:42.0784992Z 2025-01-24T02:02:42.0786012Z 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_255b77a0b09f6009_.log 2025-01-24T02:02:42.0787097Z 2025-01-24T02:02:43.8931954Z Running cpp/cpu_profiling_allocator_test 1/1 ... [2025-01-24 02:02:43.888742] 2025-01-24T02:02:43.8932471Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:43.8942078Z 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-c839c3f8aa210801.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:43.888742] 2025-01-24T02:02:47.4187858Z 2025-01-24T02:02:47.4188969Z 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_7c39982f4af417c4_.log 2025-01-24T02:02:47.4189697Z 2025-01-24T02:02:48.2820521Z Running test batch 'tests to run' cost 9.0 seconds 2025-01-24T02:02:49.0784924Z 2025-01-24T02:02:49.0785793Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:02:49.0786313Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-01-24T02:02:49.0786646Z goto fail 2025-01-24T02:02:49.0786839Z ) 2025-01-24T02:02:49.0786931Z 2025-01-24T02:02:49.0787300Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:02:49.0787751Z echo "cpu_profiling_allocator_test" failed with exit code 0 2025-01-24T02:02:49.0788094Z goto fail 2025-01-24T02:02:49.0788284Z ) 2025-01-24T02:02:49.0788378Z 2025-01-24T02:02:49.0788532Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:02:49.0795662Z 2025-01-24T02:02:49.0796125Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:02:49.0796803Z call :libtorch_check "cpu_rng_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-01-24T02:02:49.0797405Z if errorlevel 1 goto fail 2025-01-24T02:02:49.0797621Z ) 2025-01-24T02:02:49.0806851Z 2025-01-24T02:02:49.0807340Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:02:49.0810858Z 2025-01-24T02:02:49.0811447Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:02:49.0813786Z 2025-01-24T02:02:49.0814381Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "verify_api_visibility" goto :eof 2025-01-24T02:02:49.0815624Z 2025-01-24T02:02:49.0816273Z (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-01-24T02:02:49.0817165Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-01-24T02:02:49.0818443Z 2025-01-24T02:02:49.0818856Z (base) C:\actions-runner\_work\pytorch\pytorch>if "cpu_rng_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:02:49.0819557Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2025-01-24T02:02:49.0820040Z goto :eof 2025-01-24T02:02:49.0820202Z ) 2025-01-24T02:02:49.0820304Z 2025-01-24T02:02:49.0820652Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/cpu_rng_test" 2025-01-24T02:02:49.2519367Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:02:49.2520203Z import pkg_resources 2025-01-24T02:02:54.9709730Z Found test times from artifacts 2025-01-24T02:02:55.0585648Z Found test times from artifacts 2025-01-24T02:02:55.0616607Z Running 25% of tests based on TD 2025-01-24T02:02:55.0622786Z Running parallel tests on 3 processes 2025-01-24T02:02:55.0623233Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:02:55.0623514Z Serial tests (0): 2025-01-24T02:02:55.0623734Z Parallel tests (1): 2025-01-24T02:02:55.0624197Z cpp/cpu_rng_test 1/1 2025-01-24T02:02:55.0624446Z Name: excluded (est. time: 0.0min) 2025-01-24T02:02:55.0624698Z Serial tests (0): 2025-01-24T02:02:55.0624927Z Parallel tests (0): 2025-01-24T02:02:55.0700885Z Running cpp/cpu_rng_test 1/1 ... [2025-01-24 02:02:55.064759] 2025-01-24T02:02:55.0701329Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:55.0715249Z 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-9b213c81ad6d06ba.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:55.064759] 2025-01-24T02:02:55.0717001Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:02:57.9012542Z 2025-01-24T02:02:57.9013675Z 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_658b36905037a028_.log 2025-01-24T02:02:57.9014294Z 2025-01-24T02:02:59.6915384Z Running cpp/cpu_rng_test 1/1 ... [2025-01-24 02:02:59.690865] 2025-01-24T02:02:59.6915986Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:02:59.6924808Z 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-d01db67495dbc948.xml', '-x', '--reruns=2'] ... [2025-01-24 02:02:59.690865] 2025-01-24T02:03:07.2024137Z 2025-01-24T02:03:07.2025284Z 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_23d0ad679227188b_.log 2025-01-24T02:03:07.2025930Z 2025-01-24T02:03:08.0797591Z Running test batch 'tests to run' cost 13.02 seconds 2025-01-24T02:03:08.8986027Z 2025-01-24T02:03:08.8986971Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:03:08.8987478Z echo "cpu_rng_test" failed with exit code 0 2025-01-24T02:03:08.8987965Z goto fail 2025-01-24T02:03:08.8988189Z ) 2025-01-24T02:03:08.8988305Z 2025-01-24T02:03:08.8988540Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:03:08.8988969Z echo "cpu_rng_test" failed with exit code 0 2025-01-24T02:03:08.8989300Z goto fail 2025-01-24T02:03:08.8989589Z ) 2025-01-24T02:03:08.8989700Z 2025-01-24T02:03:08.8989931Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:03:08.8995837Z 2025-01-24T02:03:08.8996351Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:03:08.8997082Z call :libtorch_check "Dict_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-01-24T02:03:08.8997726Z if errorlevel 1 goto fail 2025-01-24T02:03:08.8997984Z ) 2025-01-24T02:03:08.9007045Z 2025-01-24T02:03:08.9007573Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:03:08.9010916Z 2025-01-24T02:03:08.9011518Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:03:08.9013853Z 2025-01-24T02:03:08.9014325Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "verify_api_visibility" goto :eof 2025-01-24T02:03:08.9015757Z 2025-01-24T02:03:08.9016379Z (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-01-24T02:03:08.9017326Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-01-24T02:03:08.9018614Z 2025-01-24T02:03:08.9019140Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dict_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:03:08.9020109Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2025-01-24T02:03:08.9021993Z goto :eof 2025-01-24T02:03:08.9022225Z ) 2025-01-24T02:03:08.9022352Z 2025-01-24T02:03:08.9022737Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dict_test" 2025-01-24T02:03:09.0804602Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:03:09.0805489Z import pkg_resources 2025-01-24T02:03:14.7082200Z Found test times from artifacts 2025-01-24T02:03:14.7948715Z Found test times from artifacts 2025-01-24T02:03:14.7980288Z Running 25% of tests based on TD 2025-01-24T02:03:14.7985953Z Running parallel tests on 3 processes 2025-01-24T02:03:14.7986447Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:03:14.7986786Z Serial tests (0): 2025-01-24T02:03:14.7987025Z Parallel tests (1): 2025-01-24T02:03:14.7987293Z cpp/Dict_test 1/1 2025-01-24T02:03:14.7987599Z Name: excluded (est. time: 0.0min) 2025-01-24T02:03:14.7987882Z Serial tests (0): 2025-01-24T02:03:14.7988143Z Parallel tests (0): 2025-01-24T02:03:14.8062268Z Running cpp/Dict_test 1/1 ... [2025-01-24 02:03:14.796783] 2025-01-24T02:03:14.8063341Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:03:14.8074009Z 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-fa0a2efa7f749f1f.xml', '-x', '--reruns=2'] ... [2025-01-24 02:03:14.796783] 2025-01-24T02:03:14.8075759Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:03:17.6246654Z 2025-01-24T02:03:17.6248164Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_759405bfce0da641_.log 2025-01-24T02:03:17.6249189Z 2025-01-24T02:03:19.5094621Z Running cpp/Dict_test 1/1 ... [2025-01-24 02:03:19.508819] 2025-01-24T02:03:19.5095246Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:03:19.5104333Z 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-b06a1f166d7049b9.xml', '-x', '--reruns=2'] ... [2025-01-24 02:03:19.509986] 2025-01-24T02:03:31.8913876Z 2025-01-24T02:03:31.8914739Z cpp/Dict_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dict_test_1.1_9b328ec3ee2cdf03_.log 2025-01-24T02:03:31.8917469Z 2025-01-24T02:03:32.7514153Z Running test batch 'tests to run' cost 17.95 seconds 2025-01-24T02:03:33.5791098Z 2025-01-24T02:03:33.5791897Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:03:33.5792399Z echo "Dict_test" failed with exit code 0 2025-01-24T02:03:33.5792747Z goto fail 2025-01-24T02:03:33.5792975Z ) 2025-01-24T02:03:33.5793091Z 2025-01-24T02:03:33.5793296Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:03:33.5793764Z echo "Dict_test" failed with exit code 0 2025-01-24T02:03:33.5794089Z goto fail 2025-01-24T02:03:33.5794287Z ) 2025-01-24T02:03:33.5794419Z 2025-01-24T02:03:33.5794586Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:03:33.5802644Z 2025-01-24T02:03:33.5803159Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:03:33.5803905Z call :libtorch_check "Dimname_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-01-24T02:03:33.5804538Z if errorlevel 1 goto fail 2025-01-24T02:03:33.5804815Z ) 2025-01-24T02:03:33.5814290Z 2025-01-24T02:03:33.5815045Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:03:33.5817979Z 2025-01-24T02:03:33.5818729Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:03:33.5820897Z 2025-01-24T02:03:33.5821406Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "verify_api_visibility" goto :eof 2025-01-24T02:03:33.5822639Z 2025-01-24T02:03:33.5823256Z (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-01-24T02:03:33.5824204Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-01-24T02:03:33.5825895Z 2025-01-24T02:03:33.5826313Z (base) C:\actions-runner\_work\pytorch\pytorch>if "Dimname_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:03:33.5827064Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2025-01-24T02:03:33.5827579Z goto :eof 2025-01-24T02:03:33.5827802Z ) 2025-01-24T02:03:33.5827916Z 2025-01-24T02:03:33.5828386Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/Dimname_test" 2025-01-24T02:03:33.7806937Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:03:33.7807809Z import pkg_resources 2025-01-24T02:03:39.5682991Z Found test times from artifacts 2025-01-24T02:03:39.6559801Z Found test times from artifacts 2025-01-24T02:03:39.6591431Z Running 25% of tests based on TD 2025-01-24T02:03:39.6597053Z Running parallel tests on 3 processes 2025-01-24T02:03:39.6597510Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:03:39.6597787Z Serial tests (0): 2025-01-24T02:03:39.6598019Z Parallel tests (1): 2025-01-24T02:03:39.6598266Z cpp/Dimname_test 1/1 2025-01-24T02:03:39.6598529Z Name: excluded (est. time: 0.0min) 2025-01-24T02:03:39.6598800Z Serial tests (0): 2025-01-24T02:03:39.6599018Z Parallel tests (0): 2025-01-24T02:03:39.6676125Z Running cpp/Dimname_test 1/1 ... [2025-01-24 02:03:39.663457] 2025-01-24T02:03:39.6676594Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:03:39.6686893Z 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-404b42b9840a740f.xml', '-x', '--reruns=2'] ... [2025-01-24 02:03:39.668165] 2025-01-24T02:03:39.6688695Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:03:42.4135767Z 2025-01-24T02:03:42.4136916Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_2c32fd1528daeca3_.log 2025-01-24T02:03:42.4137916Z 2025-01-24T02:03:44.3730711Z Running cpp/Dimname_test 1/1 ... [2025-01-24 02:03:44.372751] 2025-01-24T02:03:44.3731168Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:03:44.3740951Z 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-d272171072f4474b.xml', '-x', '--reruns=2'] ... [2025-01-24 02:03:44.373851] 2025-01-24T02:03:48.4336929Z 2025-01-24T02:03:48.4337951Z cpp/Dimname_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.Dimname_test_1.1_6a76ba67d1cffde6_.log 2025-01-24T02:03:48.4338571Z 2025-01-24T02:03:49.2867731Z Running test batch 'tests to run' cost 9.63 seconds 2025-01-24T02:03:50.1622476Z 2025-01-24T02:03:50.1623349Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:03:50.1624865Z echo "Dimname_test" failed with exit code 0 2025-01-24T02:03:50.1625218Z goto fail 2025-01-24T02:03:50.1625454Z ) 2025-01-24T02:03:50.1625553Z 2025-01-24T02:03:50.1625748Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:03:50.1626183Z echo "Dimname_test" failed with exit code 0 2025-01-24T02:03:50.1626480Z goto fail 2025-01-24T02:03:50.1626657Z ) 2025-01-24T02:03:50.1626767Z 2025-01-24T02:03:50.1626979Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:03:50.1632914Z 2025-01-24T02:03:50.1633464Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:03:50.1634227Z call :libtorch_check "dispatch_key_set_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-01-24T02:03:50.1634899Z if errorlevel 1 goto fail 2025-01-24T02:03:50.1635147Z ) 2025-01-24T02:03:50.1645112Z 2025-01-24T02:03:50.1645646Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:03:50.1649139Z 2025-01-24T02:03:50.1649659Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:03:50.1652143Z 2025-01-24T02:03:50.1652558Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dispatch_key_set_test" == "verify_api_visibility" goto :eof 2025-01-24T02:03:50.1654040Z 2025-01-24T02:03:50.1654615Z (base) C:\actions-runner\_work\pytorch\pytorch>echo Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-01-24T02:03:50.1655648Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-01-24T02:03:50.1657142Z 2025-01-24T02:03:50.1657594Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dispatch_key_set_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:03:50.1658510Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2025-01-24T02:03:50.1659081Z goto :eof 2025-01-24T02:03:50.1659396Z ) 2025-01-24T02:03:50.1659555Z 2025-01-24T02:03:50.1659980Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dispatch_key_set_test" 2025-01-24T02:03:50.3461099Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:03:50.3462013Z import pkg_resources 2025-01-24T02:03:55.9902179Z Found test times from artifacts 2025-01-24T02:03:56.0775803Z Found test times from artifacts 2025-01-24T02:03:56.0816113Z Running 25% of tests based on TD 2025-01-24T02:03:56.0819413Z Running parallel tests on 3 processes 2025-01-24T02:03:56.0819786Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:03:56.0820084Z Serial tests (0): 2025-01-24T02:03:56.0820304Z Parallel tests (1): 2025-01-24T02:03:56.0820583Z cpp/dispatch_key_set_test 1/1 2025-01-24T02:03:56.0820920Z Name: excluded (est. time: 0.0min) 2025-01-24T02:03:56.0821192Z Serial tests (0): 2025-01-24T02:03:56.0821450Z Parallel tests (0): 2025-01-24T02:03:56.0908053Z Running cpp/dispatch_key_set_test 1/1 ... [2025-01-24 02:03:56.090449] 2025-01-24T02:03:56.0908705Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:03:56.0918072Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dispatch_key_set_test.exe', '-m', 'serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-676852acefcbee72.xml', '-x', '--reruns=2'] ... [2025-01-24 02:03:56.090449] 2025-01-24T02:03:56.0920014Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:03:58.8055037Z 2025-01-24T02:03:58.8056410Z cpp/dispatch_key_set_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dispatch_key_set_test_1.1_e4078e47561ebf81_.log 2025-01-24T02:03:58.8057124Z 2025-01-24T02:04:00.7353747Z Running cpp/dispatch_key_set_test 1/1 ... [2025-01-24 02:04:00.734725] 2025-01-24T02:04:00.7354247Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:04:00.7364191Z Executing ['pytest', 'C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch\\test\\dispatch_key_set_test.exe', '-m', 'not serial', '-v', '-vv', '-rfEX', '-n', '3', '--junit-xml-reruns', 'test-reports\\python-pytest\\test\\run_test\\test\\run_test-4326f0114070ff77.xml', '-x', '--reruns=2'] ... [2025-01-24 02:04:00.735941] 2025-01-24T02:04:04.2779563Z 2025-01-24T02:04:04.2780675Z cpp/dispatch_key_set_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dispatch_key_set_test_1.1_11a9c458c08f0704_.log 2025-01-24T02:04:04.2781344Z 2025-01-24T02:04:05.1367698Z Running test batch 'tests to run' cost 9.05 seconds 2025-01-24T02:04:05.9675219Z 2025-01-24T02:04:05.9676041Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:04:05.9676560Z echo "dispatch_key_set_test" failed with exit code 0 2025-01-24T02:04:05.9677060Z goto fail 2025-01-24T02:04:05.9677253Z ) 2025-01-24T02:04:05.9677362Z 2025-01-24T02:04:05.9677571Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:04:05.9678007Z echo "dispatch_key_set_test" failed with exit code 0 2025-01-24T02:04:05.9678343Z goto fail 2025-01-24T02:04:05.9678539Z ) 2025-01-24T02:04:05.9678643Z 2025-01-24T02:04:05.9678831Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:04:05.9687313Z 2025-01-24T02:04:05.9687564Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:04:05.9688280Z call :libtorch_check "dlconvertor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-01-24T02:04:05.9688959Z if errorlevel 1 goto fail 2025-01-24T02:04:05.9689191Z ) 2025-01-24T02:04:05.9698623Z 2025-01-24T02:04:05.9699256Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:04:05.9702603Z 2025-01-24T02:04:05.9703139Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:04:05.9705643Z 2025-01-24T02:04:05.9706061Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:04:05.9707450Z 2025-01-24T02:04:05.9708156Z (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-01-24T02:04:05.9709144Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-01-24T02:04:05.9710336Z 2025-01-24T02:04:05.9710800Z (base) C:\actions-runner\_work\pytorch\pytorch>if "dlconvertor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:04:05.9711548Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2025-01-24T02:04:05.9712086Z goto :eof 2025-01-24T02:04:05.9712374Z ) 2025-01-24T02:04:05.9712472Z 2025-01-24T02:04:05.9712851Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/dlconvertor_test" 2025-01-24T02:04:06.1551749Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:04:06.1552676Z import pkg_resources 2025-01-24T02:04:11.7619177Z Found test times from artifacts 2025-01-24T02:04:11.8543239Z Found test times from artifacts 2025-01-24T02:04:11.8580448Z Running 25% of tests based on TD 2025-01-24T02:04:11.8589337Z Running parallel tests on 3 processes 2025-01-24T02:04:11.8590565Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:04:11.8590918Z Serial tests (0): 2025-01-24T02:04:11.8591201Z Parallel tests (1): 2025-01-24T02:04:11.8591464Z cpp/dlconvertor_test 1/1 2025-01-24T02:04:11.8591766Z Name: excluded (est. time: 0.0min) 2025-01-24T02:04:11.8592046Z Serial tests (0): 2025-01-24T02:04:11.8592264Z Parallel tests (0): 2025-01-24T02:04:11.8685923Z Running cpp/dlconvertor_test 1/1 ... [2025-01-24 02:04:11.867684] 2025-01-24T02:04:11.8686402Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:04:11.8697097Z 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-43d62cfa60e2d0c8.xml', '-x', '--reruns=2'] ... [2025-01-24 02:04:11.867684] 2025-01-24T02:04:11.8698975Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:04:14.6934977Z 2025-01-24T02:04:14.6935998Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_321fbf7cc3e1f31d_.log 2025-01-24T02:04:14.6937034Z 2025-01-24T02:04:16.7170717Z Running cpp/dlconvertor_test 1/1 ... [2025-01-24 02:04:16.714008] 2025-01-24T02:04:16.7171161Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:04:16.7182291Z 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-1dd71f6316f52d6d.xml', '-x', '--reruns=2'] ... [2025-01-24 02:04:16.714008] 2025-01-24T02:04:20.3500130Z 2025-01-24T02:04:20.3501090Z cpp/dlconvertor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.dlconvertor_test_1.1_42cb41a319d2d25d_.log 2025-01-24T02:04:20.3501885Z 2025-01-24T02:04:21.2804248Z Running test batch 'tests to run' cost 9.42 seconds 2025-01-24T02:04:22.1483759Z 2025-01-24T02:04:22.1484468Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:04:22.1484971Z echo "dlconvertor_test" failed with exit code 0 2025-01-24T02:04:22.1485299Z goto fail 2025-01-24T02:04:22.1485491Z ) 2025-01-24T02:04:22.1485595Z 2025-01-24T02:04:22.1485784Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:04:22.1486214Z echo "dlconvertor_test" failed with exit code 0 2025-01-24T02:04:22.1486533Z goto fail 2025-01-24T02:04:22.1486704Z ) 2025-01-24T02:04:22.1487140Z 2025-01-24T02:04:22.1487392Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:04:22.1494459Z 2025-01-24T02:04:22.1494660Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:04:22.1495494Z call :libtorch_check "extension_backend_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-01-24T02:04:22.1496212Z if errorlevel 1 goto fail 2025-01-24T02:04:22.1496462Z ) 2025-01-24T02:04:22.1507514Z 2025-01-24T02:04:22.1507879Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:04:22.1511232Z 2025-01-24T02:04:22.1511718Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:04:22.1514939Z 2025-01-24T02:04:22.1515385Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "verify_api_visibility" goto :eof 2025-01-24T02:04:22.1516800Z 2025-01-24T02:04:22.1517425Z (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-01-24T02:04:22.1518717Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-01-24T02:04:22.1520165Z 2025-01-24T02:04:22.1520681Z (base) C:\actions-runner\_work\pytorch\pytorch>if "extension_backend_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:04:22.1521473Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2025-01-24T02:04:22.1521990Z goto :eof 2025-01-24T02:04:22.1522180Z ) 2025-01-24T02:04:22.1522277Z 2025-01-24T02:04:22.1522675Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/extension_backend_test" 2025-01-24T02:04:22.3358091Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:04:22.3358941Z import pkg_resources 2025-01-24T02:04:28.0111452Z Found test times from artifacts 2025-01-24T02:04:28.0975957Z Found test times from artifacts 2025-01-24T02:04:28.1007352Z Running 25% of tests based on TD 2025-01-24T02:04:28.1013535Z Running parallel tests on 3 processes 2025-01-24T02:04:28.1014160Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:04:28.1014443Z Serial tests (0): 2025-01-24T02:04:28.1014834Z Parallel tests (1): 2025-01-24T02:04:28.1015101Z cpp/extension_backend_test 1/1 2025-01-24T02:04:28.1015376Z Name: excluded (est. time: 0.0min) 2025-01-24T02:04:28.1015652Z Serial tests (0): 2025-01-24T02:04:28.1015918Z Parallel tests (0): 2025-01-24T02:04:28.1091477Z Running cpp/extension_backend_test 1/1 ... [2025-01-24 02:04:28.108437] 2025-01-24T02:04:28.1091954Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:04:28.1101395Z 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-d2ff718a3be6c9e6.xml', '-x', '--reruns=2'] ... [2025-01-24 02:04:28.109605] 2025-01-24T02:04:28.1103741Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:04:30.9153545Z 2025-01-24T02:04:30.9154705Z 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_99a0e2b020f32d8b_.log 2025-01-24T02:04:30.9155508Z 2025-01-24T02:04:32.6960974Z Running cpp/extension_backend_test 1/1 ... [2025-01-24 02:04:32.695797] 2025-01-24T02:04:32.6961488Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:04:32.6970971Z 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-f1a7c1df0b5e27f6.xml', '-x', '--reruns=2'] ... [2025-01-24 02:04:32.696413] 2025-01-24T02:04:35.8907267Z 2025-01-24T02:04:35.8908318Z 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_f7e39b72e08aa673_.log 2025-01-24T02:04:35.8910112Z 2025-01-24T02:04:36.7374851Z Running test batch 'tests to run' cost 8.64 seconds 2025-01-24T02:04:37.5358294Z 2025-01-24T02:04:37.5359175Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:04:37.5359718Z echo "extension_backend_test" failed with exit code 0 2025-01-24T02:04:37.5360097Z goto fail 2025-01-24T02:04:37.5360283Z ) 2025-01-24T02:04:37.5360392Z 2025-01-24T02:04:37.5360620Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:04:37.5361165Z echo "extension_backend_test" failed with exit code 0 2025-01-24T02:04:37.5361552Z goto fail 2025-01-24T02:04:37.5361815Z ) 2025-01-24T02:04:37.5361998Z 2025-01-24T02:04:37.5362639Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:04:37.5369239Z 2025-01-24T02:04:37.5369422Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:04:37.5370104Z call :libtorch_check "half_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-01-24T02:04:37.5370729Z if errorlevel 1 goto fail 2025-01-24T02:04:37.5371013Z ) 2025-01-24T02:04:37.5379985Z 2025-01-24T02:04:37.5380431Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:04:37.5384170Z 2025-01-24T02:04:37.5384716Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:04:37.5387142Z 2025-01-24T02:04:37.5387547Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "verify_api_visibility" goto :eof 2025-01-24T02:04:37.5389408Z 2025-01-24T02:04:37.5389952Z (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-01-24T02:04:37.5390902Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-01-24T02:04:37.5392838Z 2025-01-24T02:04:37.5393568Z (base) C:\actions-runner\_work\pytorch\pytorch>if "half_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:04:37.5394473Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2025-01-24T02:04:37.5394992Z goto :eof 2025-01-24T02:04:37.5395227Z ) 2025-01-24T02:04:37.5395335Z 2025-01-24T02:04:37.5395771Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/half_test" 2025-01-24T02:04:37.7166175Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:04:37.7167082Z import pkg_resources 2025-01-24T02:04:43.3168752Z Found test times from artifacts 2025-01-24T02:04:43.4040607Z Found test times from artifacts 2025-01-24T02:04:43.4072021Z Running 25% of tests based on TD 2025-01-24T02:04:43.4078029Z Running parallel tests on 3 processes 2025-01-24T02:04:43.4078559Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:04:43.4078868Z Serial tests (0): 2025-01-24T02:04:43.4079133Z Parallel tests (1): 2025-01-24T02:04:43.4079402Z cpp/half_test 1/1 2025-01-24T02:04:43.4079706Z Name: excluded (est. time: 0.0min) 2025-01-24T02:04:43.4080017Z Serial tests (0): 2025-01-24T02:04:43.4080327Z Parallel tests (0): 2025-01-24T02:04:43.4160734Z Running cpp/half_test 1/1 ... [2025-01-24 02:04:43.415506] 2025-01-24T02:04:43.4161613Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:04:43.4172385Z 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-4093c5ef4864237b.xml', '-x', '--reruns=2'] ... [2025-01-24 02:04:43.416710] 2025-01-24T02:04:43.4174162Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:04:46.1693571Z 2025-01-24T02:04:46.1694436Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_06b43cce1c804242_.log 2025-01-24T02:04:46.1695713Z 2025-01-24T02:04:48.0474545Z Running cpp/half_test 1/1 ... [2025-01-24 02:04:48.046874] 2025-01-24T02:04:48.0474990Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:04:48.0484732Z 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-5199ce623384dba8.xml', '-x', '--reruns=2'] ... [2025-01-24 02:04:48.046874] 2025-01-24T02:04:52.5287499Z 2025-01-24T02:04:52.5288924Z cpp/half_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.half_test_1.1_9bb65e6c9b398184_.log 2025-01-24T02:04:52.5289529Z 2025-01-24T02:04:53.4006363Z Running test batch 'tests to run' cost 9.99 seconds 2025-01-24T02:04:54.1896143Z 2025-01-24T02:04:54.1897002Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:04:54.1897449Z echo "half_test" failed with exit code 0 2025-01-24T02:04:54.1897771Z goto fail 2025-01-24T02:04:54.1897964Z ) 2025-01-24T02:04:54.1898060Z 2025-01-24T02:04:54.1898248Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:04:54.1898663Z echo "half_test" failed with exit code 0 2025-01-24T02:04:54.1898960Z goto fail 2025-01-24T02:04:54.1899132Z ) 2025-01-24T02:04:54.1899248Z 2025-01-24T02:04:54.1899409Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:04:54.1905564Z 2025-01-24T02:04:54.1905826Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:04:54.1906494Z call :libtorch_check "IListRef_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-01-24T02:04:54.1907268Z if errorlevel 1 goto fail 2025-01-24T02:04:54.1907521Z ) 2025-01-24T02:04:54.1916618Z 2025-01-24T02:04:54.1917035Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:04:54.1920641Z 2025-01-24T02:04:54.1921111Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:04:54.1923569Z 2025-01-24T02:04:54.1923940Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "verify_api_visibility" goto :eof 2025-01-24T02:04:54.1925914Z 2025-01-24T02:04:54.1926506Z (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-01-24T02:04:54.1927568Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-01-24T02:04:54.1929243Z 2025-01-24T02:04:54.1929664Z (base) C:\actions-runner\_work\pytorch\pytorch>if "IListRef_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:04:54.1930393Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2025-01-24T02:04:54.1930877Z goto :eof 2025-01-24T02:04:54.1931072Z ) 2025-01-24T02:04:54.1931177Z 2025-01-24T02:04:54.1931555Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/IListRef_test" 2025-01-24T02:04:54.3685531Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:04:54.3686461Z import pkg_resources 2025-01-24T02:04:59.9786553Z Found test times from artifacts 2025-01-24T02:05:00.0703194Z Found test times from artifacts 2025-01-24T02:05:00.0736803Z Running 25% of tests based on TD 2025-01-24T02:05:00.0742633Z Running parallel tests on 3 processes 2025-01-24T02:05:00.0743089Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:05:00.0743393Z Serial tests (0): 2025-01-24T02:05:00.0743610Z Parallel tests (1): 2025-01-24T02:05:00.0743846Z cpp/IListRef_test 1/1 2025-01-24T02:05:00.0744109Z Name: excluded (est. time: 0.0min) 2025-01-24T02:05:00.0744371Z Serial tests (0): 2025-01-24T02:05:00.0744591Z Parallel tests (0): 2025-01-24T02:05:00.0821008Z Running cpp/IListRef_test 1/1 ... [2025-01-24 02:05:00.078134] 2025-01-24T02:05:00.0821432Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:05:00.0833270Z 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-5f18cf3ffae4d985.xml', '-x', '--reruns=2'] ... [2025-01-24 02:05:00.078134] 2025-01-24T02:05:00.0835009Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:05:02.7745103Z 2025-01-24T02:05:02.7746166Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_6d762b4d0e153771_.log 2025-01-24T02:05:02.7746805Z 2025-01-24T02:05:04.6010460Z Running cpp/IListRef_test 1/1 ... [2025-01-24 02:05:04.600797] 2025-01-24T02:05:04.6010896Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:05:04.6020196Z 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-4db7e83b68c9142a.xml', '-x', '--reruns=2'] ... [2025-01-24 02:05:04.601828] 2025-01-24T02:05:11.4491488Z 2025-01-24T02:05:11.4492710Z cpp/IListRef_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.IListRef_test_1.1_5cbc7bd8ea6a3fbe_.log 2025-01-24T02:05:11.4493390Z 2025-01-24T02:05:12.2661673Z Running test batch 'tests to run' cost 12.19 seconds 2025-01-24T02:05:13.0508500Z 2025-01-24T02:05:13.0509193Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:05:13.0509664Z echo "IListRef_test" failed with exit code 0 2025-01-24T02:05:13.0509986Z goto fail 2025-01-24T02:05:13.0510170Z ) 2025-01-24T02:05:13.0510293Z 2025-01-24T02:05:13.0510486Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:05:13.0510912Z echo "IListRef_test" failed with exit code 0 2025-01-24T02:05:13.0511211Z goto fail 2025-01-24T02:05:13.0511402Z ) 2025-01-24T02:05:13.0511875Z 2025-01-24T02:05:13.0512080Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:05:13.0519091Z 2025-01-24T02:05:13.0519351Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:05:13.0520090Z call :libtorch_check "inline_container_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-01-24T02:05:13.0521832Z if errorlevel 1 goto fail 2025-01-24T02:05:13.0522128Z ) 2025-01-24T02:05:13.0531352Z 2025-01-24T02:05:13.0531733Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:05:13.0535365Z 2025-01-24T02:05:13.0535954Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:05:13.0545775Z 2025-01-24T02:05:13.0546501Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "verify_api_visibility" goto :eof 2025-01-24T02:05:13.0546978Z 2025-01-24T02:05:13.0547555Z (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-01-24T02:05:13.0548536Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-01-24T02:05:13.0548985Z 2025-01-24T02:05:13.0549323Z (base) C:\actions-runner\_work\pytorch\pytorch>if "inline_container_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:05:13.0550090Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2025-01-24T02:05:13.0562122Z goto :eof 2025-01-24T02:05:13.0562302Z ) 2025-01-24T02:05:13.0562410Z 2025-01-24T02:05:13.0562793Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/inline_container_test" 2025-01-24T02:05:13.2324087Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:05:13.2325024Z import pkg_resources 2025-01-24T02:05:18.9369868Z Found test times from artifacts 2025-01-24T02:05:19.0289129Z Found test times from artifacts 2025-01-24T02:05:19.0322696Z Running 25% of tests based on TD 2025-01-24T02:05:19.0329361Z Running parallel tests on 3 processes 2025-01-24T02:05:19.0329880Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:05:19.0330170Z Serial tests (0): 2025-01-24T02:05:19.0330397Z Parallel tests (1): 2025-01-24T02:05:19.0330654Z cpp/inline_container_test 1/1 2025-01-24T02:05:19.0330941Z Name: excluded (est. time: 0.0min) 2025-01-24T02:05:19.0331202Z Serial tests (0): 2025-01-24T02:05:19.0331431Z Parallel tests (0): 2025-01-24T02:05:19.0413081Z Running cpp/inline_container_test 1/1 ... [2025-01-24 02:05:19.041139] 2025-01-24T02:05:19.0413576Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:05:19.0425744Z 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-6e86e92ee91e8d2e.xml', '-x', '--reruns=2'] ... [2025-01-24 02:05:19.041851] 2025-01-24T02:05:19.0427647Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:05:21.7713756Z 2025-01-24T02:05:21.7714864Z 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_268e83e4826a7f4a_.log 2025-01-24T02:05:21.7715555Z 2025-01-24T02:05:23.5616176Z Running cpp/inline_container_test 1/1 ... [2025-01-24 02:05:23.560957] 2025-01-24T02:05:23.5616647Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:05:23.5626245Z 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-95e6b375b6cf9749.xml', '-x', '--reruns=2'] ... [2025-01-24 02:05:23.562127] 2025-01-24T02:05:28.4508610Z 2025-01-24T02:05:28.4509590Z 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_6cee2473425cd237_.log 2025-01-24T02:05:28.4510379Z 2025-01-24T02:05:29.3236041Z Running test batch 'tests to run' cost 10.29 seconds 2025-01-24T02:05:30.1123594Z 2025-01-24T02:05:30.1124515Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:05:30.1125046Z echo "inline_container_test" failed with exit code 0 2025-01-24T02:05:30.1125384Z goto fail 2025-01-24T02:05:30.1125571Z ) 2025-01-24T02:05:30.1125667Z 2025-01-24T02:05:30.1125857Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:05:30.1126313Z echo "inline_container_test" failed with exit code 0 2025-01-24T02:05:30.1126722Z goto fail 2025-01-24T02:05:30.1126955Z ) 2025-01-24T02:05:30.1127098Z 2025-01-24T02:05:30.1127264Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:05:30.1134694Z 2025-01-24T02:05:30.1134957Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:05:30.1135661Z call :libtorch_check "ivalue_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-01-24T02:05:30.1136340Z if errorlevel 1 goto fail 2025-01-24T02:05:30.1136596Z ) 2025-01-24T02:05:30.1146792Z 2025-01-24T02:05:30.1147421Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:05:30.1150723Z 2025-01-24T02:05:30.1151213Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:05:30.1153582Z 2025-01-24T02:05:30.1153963Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "verify_api_visibility" goto :eof 2025-01-24T02:05:30.1155690Z 2025-01-24T02:05:30.1156677Z (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-01-24T02:05:30.1157768Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-01-24T02:05:30.1158690Z 2025-01-24T02:05:30.1159149Z (base) C:\actions-runner\_work\pytorch\pytorch>if "ivalue_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:05:30.1159970Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2025-01-24T02:05:30.1160521Z goto :eof 2025-01-24T02:05:30.1160745Z ) 2025-01-24T02:05:30.1160859Z 2025-01-24T02:05:30.1161230Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/ivalue_test" 2025-01-24T02:05:30.2922687Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:05:30.2923660Z import pkg_resources 2025-01-24T02:05:35.8077882Z Found test times from artifacts 2025-01-24T02:05:35.8941981Z Found test times from artifacts 2025-01-24T02:05:35.8974067Z Running 25% of tests based on TD 2025-01-24T02:05:35.8980408Z Running parallel tests on 3 processes 2025-01-24T02:05:35.8980768Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:05:35.8981063Z Serial tests (0): 2025-01-24T02:05:35.8981322Z Parallel tests (1): 2025-01-24T02:05:35.8981585Z cpp/ivalue_test 1/1 2025-01-24T02:05:35.8981840Z Name: excluded (est. time: 0.0min) 2025-01-24T02:05:35.8982142Z Serial tests (0): 2025-01-24T02:05:35.8982391Z Parallel tests (0): 2025-01-24T02:05:35.9059211Z Running cpp/ivalue_test 1/1 ... [2025-01-24 02:05:35.905425] 2025-01-24T02:05:35.9059671Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:05:35.9070020Z 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-d631fffb19ac914a.xml', '-x', '--reruns=2'] ... [2025-01-24 02:05:35.905425] 2025-01-24T02:05:35.9071993Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:05:38.6490192Z 2025-01-24T02:05:38.6491221Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_331ebc2a22d45e71_.log 2025-01-24T02:05:38.6491917Z 2025-01-24T02:05:40.4213014Z Running cpp/ivalue_test 1/1 ... [2025-01-24 02:05:40.420599] 2025-01-24T02:05:40.4221627Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:05:40.4222926Z 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-c349031f95ac4f51.xml', '-x', '--reruns=2'] ... [2025-01-24 02:05:40.421771] 2025-01-24T02:05:51.2855640Z 2025-01-24T02:05:51.2856741Z cpp/ivalue_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.ivalue_test_1.1_a056015729feca03_.log 2025-01-24T02:05:51.2858163Z 2025-01-24T02:05:52.0983441Z Running test batch 'tests to run' cost 16.2 seconds 2025-01-24T02:05:52.9893289Z 2025-01-24T02:05:52.9894157Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:05:52.9894676Z echo "ivalue_test" failed with exit code 0 2025-01-24T02:05:52.9894989Z goto fail 2025-01-24T02:05:52.9895215Z ) 2025-01-24T02:05:52.9895323Z 2025-01-24T02:05:52.9895552Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:05:52.9895984Z echo "ivalue_test" failed with exit code 0 2025-01-24T02:05:52.9896307Z goto fail 2025-01-24T02:05:52.9896520Z ) 2025-01-24T02:05:52.9896884Z 2025-01-24T02:05:52.9897091Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:05:52.9903087Z 2025-01-24T02:05:52.9903601Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:05:52.9904394Z call :libtorch_check "KernelFunction_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-01-24T02:05:52.9905111Z if errorlevel 1 goto fail 2025-01-24T02:05:52.9905377Z ) 2025-01-24T02:05:52.9914497Z 2025-01-24T02:05:52.9914900Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:05:52.9918419Z 2025-01-24T02:05:52.9918940Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:05:52.9921359Z 2025-01-24T02:05:52.9921758Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "verify_api_visibility" goto :eof 2025-01-24T02:05:52.9923293Z 2025-01-24T02:05:52.9923965Z (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-01-24T02:05:52.9925132Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-01-24T02:05:52.9926064Z 2025-01-24T02:05:52.9926538Z (base) C:\actions-runner\_work\pytorch\pytorch>if "KernelFunction_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:05:52.9927310Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2025-01-24T02:05:52.9927870Z goto :eof 2025-01-24T02:05:52.9928096Z ) 2025-01-24T02:05:52.9928203Z 2025-01-24T02:05:52.9928595Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/KernelFunction_test" 2025-01-24T02:05:53.1705080Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:05:53.1705968Z import pkg_resources 2025-01-24T02:05:58.7614315Z Found test times from artifacts 2025-01-24T02:05:58.8492611Z Found test times from artifacts 2025-01-24T02:05:58.8523098Z Running 25% of tests based on TD 2025-01-24T02:05:58.8529076Z Running parallel tests on 3 processes 2025-01-24T02:05:58.8529492Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:05:58.8529818Z Serial tests (0): 2025-01-24T02:05:58.8530055Z Parallel tests (1): 2025-01-24T02:05:58.8530335Z cpp/KernelFunction_test 1/1 2025-01-24T02:05:58.8530695Z Name: excluded (est. time: 0.0min) 2025-01-24T02:05:58.8541636Z Serial tests (0): 2025-01-24T02:05:58.8542029Z Parallel tests (0): 2025-01-24T02:05:58.8610611Z Running cpp/KernelFunction_test 1/1 ... [2025-01-24 02:05:58.860652] 2025-01-24T02:05:58.8611083Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:05:58.8620882Z 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-6cf31f15811fc35e.xml', '-x', '--reruns=2'] ... [2025-01-24 02:05:58.860652] 2025-01-24T02:05:58.8622710Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:06:01.6005101Z 2025-01-24T02:06:01.6006178Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_f33d285482b89f11_.log 2025-01-24T02:06:01.6007032Z 2025-01-24T02:06:03.3276018Z Running cpp/KernelFunction_test 1/1 ... [2025-01-24 02:06:03.327375] 2025-01-24T02:06:03.3276475Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:06:03.3286813Z 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-14d955343dae9db3.xml', '-x', '--reruns=2'] ... [2025-01-24 02:06:03.327941] 2025-01-24T02:06:11.6076791Z 2025-01-24T02:06:11.6077739Z cpp/KernelFunction_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.KernelFunction_test_1.1_e1d6d5eecb7e9e67_.log 2025-01-24T02:06:11.6078844Z 2025-01-24T02:06:12.4517433Z Running test batch 'tests to run' cost 13.6 seconds 2025-01-24T02:06:13.2333176Z 2025-01-24T02:06:13.2333874Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:06:13.2334349Z echo "KernelFunction_test" failed with exit code 0 2025-01-24T02:06:13.2334697Z goto fail 2025-01-24T02:06:13.2334890Z ) 2025-01-24T02:06:13.2335001Z 2025-01-24T02:06:13.2335194Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:06:13.2335664Z echo "KernelFunction_test" failed with exit code 0 2025-01-24T02:06:13.2336003Z goto fail 2025-01-24T02:06:13.2336181Z ) 2025-01-24T02:06:13.2336313Z 2025-01-24T02:06:13.2336468Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:06:13.2343116Z 2025-01-24T02:06:13.2343362Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:06:13.2344176Z 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-01-24T02:06:13.2344920Z if errorlevel 1 goto fail 2025-01-24T02:06:13.2345164Z ) 2025-01-24T02:06:13.2355235Z 2025-01-24T02:06:13.2355790Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:06:13.2359172Z 2025-01-24T02:06:13.2359640Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:06:13.2362708Z 2025-01-24T02:06:13.2363140Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "verify_api_visibility" goto :eof 2025-01-24T02:06:13.2364519Z 2025-01-24T02:06:13.2365109Z (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-01-24T02:06:13.2366192Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-01-24T02:06:13.2368169Z 2025-01-24T02:06:13.2368653Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:06:13.2369470Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2025-01-24T02:06:13.2370021Z goto :eof 2025-01-24T02:06:13.2370225Z ) 2025-01-24T02:06:13.2370320Z 2025-01-24T02:06:13.2370742Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_legacy_test" 2025-01-24T02:06:13.4131219Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:06:13.4132092Z import pkg_resources 2025-01-24T02:06:18.9647938Z Found test times from artifacts 2025-01-24T02:06:19.0516370Z Found test times from artifacts 2025-01-24T02:06:19.0547694Z Running 25% of tests based on TD 2025-01-24T02:06:19.0553514Z Running parallel tests on 3 processes 2025-01-24T02:06:19.0554137Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:06:19.0554415Z Serial tests (0): 2025-01-24T02:06:19.0554657Z Parallel tests (1): 2025-01-24T02:06:19.0554915Z cpp/kernel_function_legacy_test 1/1 2025-01-24T02:06:19.0555208Z Name: excluded (est. time: 0.0min) 2025-01-24T02:06:19.0555477Z Serial tests (0): 2025-01-24T02:06:19.0555705Z Parallel tests (0): 2025-01-24T02:06:19.0631359Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-01-24 02:06:19.062896] 2025-01-24T02:06:19.0632135Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:06:19.0641351Z 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-0d775cf644810534.xml', '-x', '--reruns=2'] ... [2025-01-24 02:06:19.063531] 2025-01-24T02:06:19.0643242Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:06:21.8212147Z 2025-01-24T02:06:21.8213443Z 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_03c5d07ad5d556c6_.log 2025-01-24T02:06:21.8214199Z 2025-01-24T02:06:23.5994033Z Running cpp/kernel_function_legacy_test 1/1 ... [2025-01-24 02:06:23.598843] 2025-01-24T02:06:23.5994586Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:06:23.6003786Z 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-63f151219f516e60.xml', '-x', '--reruns=2'] ... [2025-01-24 02:06:23.599975] 2025-01-24T02:06:36.9987925Z 2025-01-24T02:06:36.9988899Z 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_16fcc2ea84677434_.log 2025-01-24T02:06:36.9989603Z 2025-01-24T02:06:37.8232243Z Running test batch 'tests to run' cost 18.77 seconds 2025-01-24T02:06:38.6089604Z 2025-01-24T02:06:38.6090323Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:06:38.6096795Z echo "kernel_function_legacy_test" failed with exit code 0 2025-01-24T02:06:38.6097169Z goto fail 2025-01-24T02:06:38.6097376Z ) 2025-01-24T02:06:38.6097647Z 2025-01-24T02:06:38.6097847Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:06:38.6098330Z echo "kernel_function_legacy_test" failed with exit code 0 2025-01-24T02:06:38.6098680Z goto fail 2025-01-24T02:06:38.6098853Z ) 2025-01-24T02:06:38.6098962Z 2025-01-24T02:06:38.6099117Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:06:38.6100715Z 2025-01-24T02:06:38.6101168Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:06:38.6101964Z call :libtorch_check "kernel_function_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-01-24T02:06:38.6102769Z if errorlevel 1 goto fail 2025-01-24T02:06:38.6103032Z ) 2025-01-24T02:06:38.6114015Z 2025-01-24T02:06:38.6114591Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:06:38.6118209Z 2025-01-24T02:06:38.6118771Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:06:38.6121137Z 2025-01-24T02:06:38.6121527Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "verify_api_visibility" goto :eof 2025-01-24T02:06:38.6123168Z 2025-01-24T02:06:38.6124082Z (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-01-24T02:06:38.6125056Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-01-24T02:06:38.6126223Z 2025-01-24T02:06:38.6126752Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_function_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:06:38.6128941Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2025-01-24T02:06:38.6129478Z goto :eof 2025-01-24T02:06:38.6129666Z ) 2025-01-24T02:06:38.6129772Z 2025-01-24T02:06:38.6130156Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_function_test" 2025-01-24T02:06:38.8084296Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:06:38.8085160Z import pkg_resources 2025-01-24T02:06:44.3950847Z Found test times from artifacts 2025-01-24T02:06:44.4816846Z Found test times from artifacts 2025-01-24T02:06:44.4849019Z Running 25% of tests based on TD 2025-01-24T02:06:44.4854815Z Running parallel tests on 3 processes 2025-01-24T02:06:44.4855306Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:06:44.4855615Z Serial tests (0): 2025-01-24T02:06:44.4855845Z Parallel tests (1): 2025-01-24T02:06:44.4856113Z cpp/kernel_function_test 1/1 2025-01-24T02:06:44.4856404Z Name: excluded (est. time: 0.0min) 2025-01-24T02:06:44.4856678Z Serial tests (0): 2025-01-24T02:06:44.4856895Z Parallel tests (0): 2025-01-24T02:06:44.4934407Z Running cpp/kernel_function_test 1/1 ... [2025-01-24 02:06:44.492874] 2025-01-24T02:06:44.4935098Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:06:44.4958113Z 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-6e5093d3945c2296.xml', '-x', '--reruns=2'] ... [2025-01-24 02:06:44.495211] 2025-01-24T02:06:44.4959859Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:06:47.2660772Z 2025-01-24T02:06:47.2661788Z 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_bd9eadf5d482b1c7_.log 2025-01-24T02:06:47.2662501Z 2025-01-24T02:06:49.0944394Z Running cpp/kernel_function_test 1/1 ... [2025-01-24 02:06:49.093578] 2025-01-24T02:06:49.0944884Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:06:49.0954012Z 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-2b0bcc58721eb0dc.xml', '-x', '--reruns=2'] ... [2025-01-24 02:06:49.093578] 2025-01-24T02:07:00.2468617Z 2025-01-24T02:07:00.2469793Z 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_cb7153b1845f5807_.log 2025-01-24T02:07:00.2471615Z 2025-01-24T02:07:01.1002397Z Running test batch 'tests to run' cost 16.61 seconds 2025-01-24T02:07:01.8863781Z 2025-01-24T02:07:01.8864336Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:07:01.8864840Z echo "kernel_function_test" failed with exit code 0 2025-01-24T02:07:01.8865231Z goto fail 2025-01-24T02:07:01.8865425Z ) 2025-01-24T02:07:01.8865529Z 2025-01-24T02:07:01.8865731Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:07:01.8866167Z echo "kernel_function_test" failed with exit code 0 2025-01-24T02:07:01.8866506Z goto fail 2025-01-24T02:07:01.8866695Z ) 2025-01-24T02:07:01.8866791Z 2025-01-24T02:07:01.8866942Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:07:01.8873487Z 2025-01-24T02:07:01.8874000Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:07:01.8874787Z 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-01-24T02:07:01.8875735Z if errorlevel 1 goto fail 2025-01-24T02:07:01.8875991Z ) 2025-01-24T02:07:01.8885660Z 2025-01-24T02:07:01.8886121Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:07:01.8889336Z 2025-01-24T02:07:01.8889822Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:07:01.8892303Z 2025-01-24T02:07:01.8892758Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "verify_api_visibility" goto :eof 2025-01-24T02:07:01.8894170Z 2025-01-24T02:07:01.8894792Z (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-01-24T02:07:01.8895810Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-01-24T02:07:01.8897838Z 2025-01-24T02:07:01.8898302Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_legacy_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:07:01.8899110Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2025-01-24T02:07:01.8899802Z goto :eof 2025-01-24T02:07:01.8899987Z ) 2025-01-24T02:07:01.8900111Z 2025-01-24T02:07:01.8900505Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_legacy_test" 2025-01-24T02:07:02.0672883Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:07:02.0673725Z import pkg_resources 2025-01-24T02:07:07.6753791Z Found test times from artifacts 2025-01-24T02:07:07.7672075Z Found test times from artifacts 2025-01-24T02:07:07.7704186Z Running 25% of tests based on TD 2025-01-24T02:07:07.7710181Z Running parallel tests on 3 processes 2025-01-24T02:07:07.7710673Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:07:07.7710991Z Serial tests (0): 2025-01-24T02:07:07.7711207Z Parallel tests (1): 2025-01-24T02:07:07.7711607Z cpp/kernel_lambda_legacy_test 1/1 2025-01-24T02:07:07.7711932Z Name: excluded (est. time: 0.0min) 2025-01-24T02:07:07.7712196Z Serial tests (0): 2025-01-24T02:07:07.7712421Z Parallel tests (0): 2025-01-24T02:07:07.7786621Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-01-24 02:07:07.777655] 2025-01-24T02:07:07.7787100Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:07:07.7796372Z 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-a318373e74ad04d6.xml', '-x', '--reruns=2'] ... [2025-01-24 02:07:07.777655] 2025-01-24T02:07:07.7798392Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:07:10.4871392Z 2025-01-24T02:07:10.4872628Z 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_84c3110c1991e8a4_.log 2025-01-24T02:07:10.4873348Z 2025-01-24T02:07:12.3557465Z Running cpp/kernel_lambda_legacy_test 1/1 ... [2025-01-24 02:07:12.355092] 2025-01-24T02:07:12.3557964Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:07:12.3567525Z 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-4f6423326ec7e4da.xml', '-x', '--reruns=2'] ... [2025-01-24 02:07:12.356278] 2025-01-24T02:07:26.0319455Z 2025-01-24T02:07:26.0320669Z 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_24f911a06fff4be6_.log 2025-01-24T02:07:26.0322233Z 2025-01-24T02:07:26.8960459Z Running test batch 'tests to run' cost 19.12 seconds 2025-01-24T02:07:27.6994284Z 2025-01-24T02:07:27.6995087Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:07:27.6995595Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-01-24T02:07:27.6995940Z goto fail 2025-01-24T02:07:27.6996128Z ) 2025-01-24T02:07:27.6996233Z 2025-01-24T02:07:27.6996436Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:07:27.6996899Z echo "kernel_lambda_legacy_test" failed with exit code 0 2025-01-24T02:07:27.6997243Z goto fail 2025-01-24T02:07:27.6997432Z ) 2025-01-24T02:07:27.6997552Z 2025-01-24T02:07:27.6997782Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:07:27.7005288Z 2025-01-24T02:07:27.7005563Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:07:27.7006283Z call :libtorch_check "kernel_lambda_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-01-24T02:07:27.7007740Z if errorlevel 1 goto fail 2025-01-24T02:07:27.7007973Z ) 2025-01-24T02:07:27.7017089Z 2025-01-24T02:07:27.7017466Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:07:27.7020994Z 2025-01-24T02:07:27.7021860Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:07:27.7023963Z 2025-01-24T02:07:27.7024555Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "verify_api_visibility" goto :eof 2025-01-24T02:07:27.7025737Z 2025-01-24T02:07:27.7026400Z (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-01-24T02:07:27.7027382Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-01-24T02:07:27.7028604Z 2025-01-24T02:07:27.7029044Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_lambda_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:07:27.7029793Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2025-01-24T02:07:27.7030318Z goto :eof 2025-01-24T02:07:27.7030521Z ) 2025-01-24T02:07:27.7030615Z 2025-01-24T02:07:27.7030980Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_lambda_test" 2025-01-24T02:07:27.8792237Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:07:27.8793098Z import pkg_resources 2025-01-24T02:07:33.5553061Z Found test times from artifacts 2025-01-24T02:07:33.6423620Z Found test times from artifacts 2025-01-24T02:07:33.6455011Z Running 25% of tests based on TD 2025-01-24T02:07:33.6460888Z Running parallel tests on 3 processes 2025-01-24T02:07:33.6461511Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:07:33.6461797Z Serial tests (0): 2025-01-24T02:07:33.6462035Z Parallel tests (1): 2025-01-24T02:07:33.6462276Z cpp/kernel_lambda_test 1/1 2025-01-24T02:07:33.6462540Z Name: excluded (est. time: 0.0min) 2025-01-24T02:07:33.6462821Z Serial tests (0): 2025-01-24T02:07:33.6463039Z Parallel tests (0): 2025-01-24T02:07:33.6544125Z Running cpp/kernel_lambda_test 1/1 ... [2025-01-24 02:07:33.654059] 2025-01-24T02:07:33.6544559Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:07:33.6553754Z 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-8632cf0164d84f86.xml', '-x', '--reruns=2'] ... [2025-01-24 02:07:33.655151] 2025-01-24T02:07:33.6555834Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:07:36.2665519Z 2025-01-24T02:07:36.2666484Z 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_8997fa0d5663900e_.log 2025-01-24T02:07:36.2668225Z 2025-01-24T02:07:38.1100561Z Running cpp/kernel_lambda_test 1/1 ... [2025-01-24 02:07:38.109660] 2025-01-24T02:07:38.1101015Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:07:38.1110646Z 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-51854eaafa17534f.xml', '-x', '--reruns=2'] ... [2025-01-24 02:07:38.110791] 2025-01-24T02:07:49.1676829Z 2025-01-24T02:07:49.1677739Z 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_15604426c5a6c51a_.log 2025-01-24T02:07:49.1679098Z 2025-01-24T02:07:50.0333757Z Running test batch 'tests to run' cost 16.39 seconds 2025-01-24T02:07:50.8293771Z 2025-01-24T02:07:50.8294458Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:07:50.8294940Z echo "kernel_lambda_test" failed with exit code 0 2025-01-24T02:07:50.8295258Z goto fail 2025-01-24T02:07:50.8295455Z ) 2025-01-24T02:07:50.8295563Z 2025-01-24T02:07:50.8295771Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:07:50.8296197Z echo "kernel_lambda_test" failed with exit code 0 2025-01-24T02:07:50.8296523Z goto fail 2025-01-24T02:07:50.8296706Z ) 2025-01-24T02:07:50.8296804Z 2025-01-24T02:07:50.8296984Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:07:50.8303454Z 2025-01-24T02:07:50.8303656Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:07:50.8304557Z call :libtorch_check "kernel_stackbased_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-01-24T02:07:50.8305251Z if errorlevel 1 goto fail 2025-01-24T02:07:50.8305497Z ) 2025-01-24T02:07:50.8315414Z 2025-01-24T02:07:50.8316082Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:07:50.8319494Z 2025-01-24T02:07:50.8320160Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:07:50.8322471Z 2025-01-24T02:07:50.8322929Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "verify_api_visibility" goto :eof 2025-01-24T02:07:50.8324306Z 2025-01-24T02:07:50.8324987Z (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-01-24T02:07:50.8326017Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-01-24T02:07:50.8327616Z 2025-01-24T02:07:50.8328080Z (base) C:\actions-runner\_work\pytorch\pytorch>if "kernel_stackbased_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:07:50.8328873Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2025-01-24T02:07:50.8329452Z goto :eof 2025-01-24T02:07:50.8329674Z ) 2025-01-24T02:07:50.8329781Z 2025-01-24T02:07:50.8330183Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/kernel_stackbased_test" 2025-01-24T02:07:51.0142553Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:07:51.0143518Z import pkg_resources 2025-01-24T02:07:56.5562115Z Found test times from artifacts 2025-01-24T02:07:56.6431001Z Found test times from artifacts 2025-01-24T02:07:56.6462488Z Running 25% of tests based on TD 2025-01-24T02:07:56.6468358Z Running parallel tests on 3 processes 2025-01-24T02:07:56.6468912Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:07:56.6469264Z Serial tests (0): 2025-01-24T02:07:56.6469504Z Parallel tests (1): 2025-01-24T02:07:56.6469779Z cpp/kernel_stackbased_test 1/1 2025-01-24T02:07:56.6470095Z Name: excluded (est. time: 0.0min) 2025-01-24T02:07:56.6470372Z Serial tests (0): 2025-01-24T02:07:56.6470618Z Parallel tests (0): 2025-01-24T02:07:56.6546571Z Running cpp/kernel_stackbased_test 1/1 ... [2025-01-24 02:07:56.654089] 2025-01-24T02:07:56.6547054Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:07:56.6556841Z 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-808b274d20ad292c.xml', '-x', '--reruns=2'] ... [2025-01-24 02:07:56.654089] 2025-01-24T02:07:56.6558786Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:07:59.4182615Z 2025-01-24T02:07:59.4183646Z 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_02e18394e1de5fe9_.log 2025-01-24T02:07:59.4184389Z 2025-01-24T02:08:01.2369343Z Running cpp/kernel_stackbased_test 1/1 ... [2025-01-24 02:08:01.228121] 2025-01-24T02:08:01.2369881Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:08:01.2379384Z 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-e66775c10e106883.xml', '-x', '--reruns=2'] ... [2025-01-24 02:08:01.228121] 2025-01-24T02:08:06.1825874Z 2025-01-24T02:08:06.1826856Z 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_8a17ec137b08b1f0_.log 2025-01-24T02:08:06.1827793Z 2025-01-24T02:08:07.0805978Z Running test batch 'tests to run' cost 10.43 seconds 2025-01-24T02:08:07.8775383Z 2025-01-24T02:08:07.8776133Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:08:07.8776677Z echo "kernel_stackbased_test" failed with exit code 0 2025-01-24T02:08:07.8777027Z goto fail 2025-01-24T02:08:07.8777250Z ) 2025-01-24T02:08:07.8777368Z 2025-01-24T02:08:07.8777597Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:08:07.8778089Z echo "kernel_stackbased_test" failed with exit code 0 2025-01-24T02:08:07.8778468Z goto fail 2025-01-24T02:08:07.8778694Z ) 2025-01-24T02:08:07.8778803Z 2025-01-24T02:08:07.8779342Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:08:07.8787777Z 2025-01-24T02:08:07.8788095Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:08:07.8788840Z call :libtorch_check "lazy_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-01-24T02:08:07.8789507Z if errorlevel 1 goto fail 2025-01-24T02:08:07.8789796Z ) 2025-01-24T02:08:07.8799064Z 2025-01-24T02:08:07.8799620Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:08:07.8803150Z 2025-01-24T02:08:07.8803982Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:08:07.8806347Z 2025-01-24T02:08:07.8807214Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:08:07.8808172Z 2025-01-24T02:08:07.8808865Z (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-01-24T02:08:07.8809860Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-01-24T02:08:07.8811442Z 2025-01-24T02:08:07.8811849Z (base) C:\actions-runner\_work\pytorch\pytorch>if "lazy_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:08:07.8812611Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2025-01-24T02:08:07.8813130Z goto :eof 2025-01-24T02:08:07.8813355Z ) 2025-01-24T02:08:07.8813461Z 2025-01-24T02:08:07.8813856Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/lazy_tensor_test" 2025-01-24T02:08:08.0581000Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:08:08.0581890Z import pkg_resources 2025-01-24T02:08:13.6443889Z Found test times from artifacts 2025-01-24T02:08:13.7316971Z Found test times from artifacts 2025-01-24T02:08:13.7348883Z Running 25% of tests based on TD 2025-01-24T02:08:13.7354712Z Running parallel tests on 3 processes 2025-01-24T02:08:13.7355429Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:08:13.7355769Z Serial tests (0): 2025-01-24T02:08:13.7356036Z Parallel tests (1): 2025-01-24T02:08:13.7356315Z cpp/lazy_tensor_test 1/1 2025-01-24T02:08:13.7356588Z Name: excluded (est. time: 0.0min) 2025-01-24T02:08:13.7356889Z Serial tests (0): 2025-01-24T02:08:13.7357135Z Parallel tests (0): 2025-01-24T02:08:13.7432040Z Running cpp/lazy_tensor_test 1/1 ... [2025-01-24 02:08:13.742307] 2025-01-24T02:08:13.7432850Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:08:13.7442735Z 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-5ec4a4bc6e5737d6.xml', '-x', '--reruns=2'] ... [2025-01-24 02:08:13.743345] 2025-01-24T02:08:13.7444926Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:08:16.4355802Z 2025-01-24T02:08:16.4356974Z 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_7b1414ca395997b5_.log 2025-01-24T02:08:16.4357648Z 2025-01-24T02:08:18.2524994Z Running cpp/lazy_tensor_test 1/1 ... [2025-01-24 02:08:18.251793] 2025-01-24T02:08:18.2525483Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:08:18.2534489Z 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-a22b1b9099c4b36f.xml', '-x', '--reruns=2'] ... [2025-01-24 02:08:18.252925] 2025-01-24T02:08:21.6596803Z 2025-01-24T02:08:21.6597943Z 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_49e199e431cefa0d_.log 2025-01-24T02:08:21.6598589Z 2025-01-24T02:08:22.4672809Z Running test batch 'tests to run' cost 8.73 seconds 2025-01-24T02:08:23.2432801Z 2025-01-24T02:08:23.2433715Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:08:23.2434251Z echo "lazy_tensor_test" failed with exit code 0 2025-01-24T02:08:23.2434613Z goto fail 2025-01-24T02:08:23.2434805Z ) 2025-01-24T02:08:23.2435009Z 2025-01-24T02:08:23.2435664Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:08:23.2436152Z echo "lazy_tensor_test" failed with exit code 0 2025-01-24T02:08:23.2436615Z goto fail 2025-01-24T02:08:23.2436959Z ) 2025-01-24T02:08:23.2437111Z 2025-01-24T02:08:23.2437370Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:08:23.2467938Z 2025-01-24T02:08:23.2468482Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:08:23.2469227Z call :libtorch_check "legacy_vmap_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-01-24T02:08:23.2469881Z if errorlevel 1 goto fail 2025-01-24T02:08:23.2470114Z ) 2025-01-24T02:08:23.2470228Z 2025-01-24T02:08:23.2470503Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:08:23.2470886Z 2025-01-24T02:08:23.2471335Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:08:23.2471896Z 2025-01-24T02:08:23.2472212Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "verify_api_visibility" goto :eof 2025-01-24T02:08:23.2473904Z 2025-01-24T02:08:23.2474574Z (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-01-24T02:08:23.2475515Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-01-24T02:08:23.2475942Z 2025-01-24T02:08:23.2476269Z (base) C:\actions-runner\_work\pytorch\pytorch>if "legacy_vmap_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:08:23.2476985Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\legacy_vmap_test.exe" 2025-01-24T02:08:23.2477484Z goto :eof 2025-01-24T02:08:23.2477679Z ) 2025-01-24T02:08:23.2477783Z 2025-01-24T02:08:23.2478149Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/legacy_vmap_test" 2025-01-24T02:08:23.4198298Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:08:23.4199323Z import pkg_resources 2025-01-24T02:08:28.9238206Z Found test times from artifacts 2025-01-24T02:08:29.0105525Z Found test times from artifacts 2025-01-24T02:08:29.0137081Z Running 25% of tests based on TD 2025-01-24T02:08:29.0143725Z Running parallel tests on 3 processes 2025-01-24T02:08:29.0147856Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:08:29.0148174Z Serial tests (0): 2025-01-24T02:08:29.0148411Z Parallel tests (1): 2025-01-24T02:08:29.0148650Z cpp/legacy_vmap_test 1/1 2025-01-24T02:08:29.0148909Z Name: excluded (est. time: 0.0min) 2025-01-24T02:08:29.0149188Z Serial tests (0): 2025-01-24T02:08:29.0149416Z Parallel tests (0): 2025-01-24T02:08:29.0226191Z Running cpp/legacy_vmap_test 1/1 ... [2025-01-24 02:08:29.022117] 2025-01-24T02:08:29.0235329Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:08:29.0236591Z 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-39e5c178136f173b.xml', '-x', '--reruns=2'] ... [2025-01-24 02:08:29.022117] 2025-01-24T02:08:29.0238441Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:08:31.8609618Z 2025-01-24T02:08:31.8611067Z 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_7cc02e3fe2da4590_.log 2025-01-24T02:08:31.8611833Z 2025-01-24T02:08:33.5014758Z Running cpp/legacy_vmap_test 1/1 ... [2025-01-24 02:08:33.501058] 2025-01-24T02:08:33.5015461Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:08:33.5026065Z 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-07f3746824151f5a.xml', '-x', '--reruns=2'] ... [2025-01-24 02:08:33.502195] 2025-01-24T02:08:40.9745569Z 2025-01-24T02:08:40.9746473Z 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_74ad66d83a9f919d_.log 2025-01-24T02:08:40.9747496Z 2025-01-24T02:08:41.8519032Z Running test batch 'tests to run' cost 12.84 seconds 2025-01-24T02:08:42.6932386Z 2025-01-24T02:08:42.6933182Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:08:42.6933674Z echo "legacy_vmap_test" failed with exit code 0 2025-01-24T02:08:42.6934025Z goto fail 2025-01-24T02:08:42.6934219Z ) 2025-01-24T02:08:42.6934367Z 2025-01-24T02:08:42.6934562Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:08:42.6934995Z echo "legacy_vmap_test" failed with exit code 0 2025-01-24T02:08:42.6935330Z goto fail 2025-01-24T02:08:42.6935721Z ) 2025-01-24T02:08:42.6935839Z 2025-01-24T02:08:42.6935994Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:08:42.6944681Z 2025-01-24T02:08:42.6945243Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:08:42.6945893Z call :libtorch_check "List_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-01-24T02:08:42.6946468Z if errorlevel 1 goto fail 2025-01-24T02:08:42.6946711Z ) 2025-01-24T02:08:42.6956239Z 2025-01-24T02:08:42.6956617Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:08:42.6959171Z 2025-01-24T02:08:42.6959696Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:08:42.6962020Z 2025-01-24T02:08:42.6962384Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "verify_api_visibility" goto :eof 2025-01-24T02:08:42.6963742Z 2025-01-24T02:08:42.6964407Z (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-01-24T02:08:42.6965310Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-01-24T02:08:42.6966409Z 2025-01-24T02:08:42.6966848Z (base) C:\actions-runner\_work\pytorch\pytorch>if "List_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:08:42.6967587Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2025-01-24T02:08:42.6968054Z goto :eof 2025-01-24T02:08:42.6968249Z ) 2025-01-24T02:08:42.6968347Z 2025-01-24T02:08:42.6968718Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/List_test" 2025-01-24T02:08:42.8826657Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:08:42.8827536Z import pkg_resources 2025-01-24T02:08:48.4544575Z Found test times from artifacts 2025-01-24T02:08:48.5417525Z Found test times from artifacts 2025-01-24T02:08:48.5450068Z Running 25% of tests based on TD 2025-01-24T02:08:48.5455874Z Running parallel tests on 3 processes 2025-01-24T02:08:48.5456338Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:08:48.5456613Z Serial tests (0): 2025-01-24T02:08:48.5456847Z Parallel tests (1): 2025-01-24T02:08:48.5457088Z cpp/List_test 1/1 2025-01-24T02:08:48.5457312Z Name: excluded (est. time: 0.0min) 2025-01-24T02:08:48.5457602Z Serial tests (0): 2025-01-24T02:08:48.5457868Z Parallel tests (0): 2025-01-24T02:08:48.5536562Z Running cpp/List_test 1/1 ... [2025-01-24 02:08:48.553414] 2025-01-24T02:08:48.5537069Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:08:48.5550220Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:08:48.5553121Z 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-21711e992f13b44a.xml', '-x', '--reruns=2'] ... [2025-01-24 02:08:48.554661] 2025-01-24T02:08:51.4013156Z 2025-01-24T02:08:51.4014322Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_6838bc97b76ba4c0_.log 2025-01-24T02:08:51.4014934Z 2025-01-24T02:08:53.1144769Z Running cpp/List_test 1/1 ... [2025-01-24 02:08:53.113037] 2025-01-24T02:08:53.1145215Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:08:53.1154543Z 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-f63dbd863c748961.xml', '-x', '--reruns=2'] ... [2025-01-24 02:08:53.113037] 2025-01-24T02:09:23.4077791Z 2025-01-24T02:09:23.4078996Z cpp/List_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.List_test_1.1_395a60af951d89d1_.log 2025-01-24T02:09:23.4082517Z 2025-01-24T02:09:24.2398290Z Running test batch 'tests to run' cost 35.69 seconds 2025-01-24T02:09:25.1220947Z 2025-01-24T02:09:25.1221699Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:09:25.1222145Z echo "List_test" failed with exit code 0 2025-01-24T02:09:25.1222447Z goto fail 2025-01-24T02:09:25.1222640Z ) 2025-01-24T02:09:25.1222748Z 2025-01-24T02:09:25.1222969Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:09:25.1223414Z echo "List_test" failed with exit code 0 2025-01-24T02:09:25.1224808Z goto fail 2025-01-24T02:09:25.1224985Z ) 2025-01-24T02:09:25.1225107Z 2025-01-24T02:09:25.1225265Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:09:25.1231927Z 2025-01-24T02:09:25.1232355Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:09:25.1233221Z 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-01-24T02:09:25.1234023Z if errorlevel 1 goto fail 2025-01-24T02:09:25.1234260Z ) 2025-01-24T02:09:25.1243131Z 2025-01-24T02:09:25.1243674Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:09:25.1247409Z 2025-01-24T02:09:25.1248015Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:09:25.1249824Z 2025-01-24T02:09:25.1250269Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:09:25.1251113Z 2025-01-24T02:09:25.1251734Z (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-01-24T02:09:25.1253713Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-01-24T02:09:25.1254279Z 2025-01-24T02:09:25.1254675Z (base) C:\actions-runner\_work\pytorch\pytorch>if "make_boxed_from_unboxed_functor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:09:25.1255560Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2025-01-24T02:09:25.1256122Z goto :eof 2025-01-24T02:09:25.1256553Z ) 2025-01-24T02:09:25.1256665Z 2025-01-24T02:09:25.1257109Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/make_boxed_from_unboxed_functor_test" 2025-01-24T02:09:25.3028103Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:09:25.3028938Z import pkg_resources 2025-01-24T02:09:30.8601495Z Found test times from artifacts 2025-01-24T02:09:30.9469755Z Found test times from artifacts 2025-01-24T02:09:30.9501626Z Running 25% of tests based on TD 2025-01-24T02:09:30.9508145Z Running parallel tests on 3 processes 2025-01-24T02:09:30.9508618Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:09:30.9508900Z Serial tests (0): 2025-01-24T02:09:30.9509154Z Parallel tests (1): 2025-01-24T02:09:30.9509426Z cpp/make_boxed_from_unboxed_functor_test 1/1 2025-01-24T02:09:30.9509775Z Name: excluded (est. time: 0.0min) 2025-01-24T02:09:30.9510049Z Serial tests (0): 2025-01-24T02:09:30.9510271Z Parallel tests (0): 2025-01-24T02:09:30.9587530Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-01-24 02:09:30.958022] 2025-01-24T02:09:30.9588233Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:09:30.9597544Z 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-a0f781dabcc7929c.xml', '-x', '--reruns=2'] ... [2025-01-24 02:09:30.959198] 2025-01-24T02:09:30.9599422Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:09:33.7145668Z 2025-01-24T02:09:33.7147021Z 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_ffbf61d9d38287f3_.log 2025-01-24T02:09:33.7148539Z 2025-01-24T02:09:35.5132348Z Running cpp/make_boxed_from_unboxed_functor_test 1/1 ... [2025-01-24 02:09:35.512363] 2025-01-24T02:09:35.5132891Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:09:35.5141476Z 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-fc2c891466915249.xml', '-x', '--reruns=2'] ... [2025-01-24 02:09:35.512363] 2025-01-24T02:09:47.5130911Z 2025-01-24T02:09:47.5132071Z 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_ed6e18429626734c_.log 2025-01-24T02:09:47.5133261Z 2025-01-24T02:09:48.3489644Z Running test batch 'tests to run' cost 17.4 seconds 2025-01-24T02:09:49.1288560Z 2025-01-24T02:09:49.1290087Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:09:49.1290655Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-01-24T02:09:49.1291061Z goto fail 2025-01-24T02:09:49.1291255Z ) 2025-01-24T02:09:49.1291356Z 2025-01-24T02:09:49.1291551Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:09:49.1292041Z echo "make_boxed_from_unboxed_functor_test" failed with exit code 0 2025-01-24T02:09:49.1292420Z goto fail 2025-01-24T02:09:49.1292590Z ) 2025-01-24T02:09:49.1292724Z 2025-01-24T02:09:49.1292892Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:09:49.1298390Z 2025-01-24T02:09:49.1298824Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:09:49.1299790Z call :libtorch_check "math_kernel_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-01-24T02:09:49.1300478Z if errorlevel 1 goto fail 2025-01-24T02:09:49.1300762Z ) 2025-01-24T02:09:49.1309764Z 2025-01-24T02:09:49.1310104Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:09:49.1313681Z 2025-01-24T02:09:49.1314159Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:09:49.1316159Z 2025-01-24T02:09:49.1316528Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "verify_api_visibility" goto :eof 2025-01-24T02:09:49.1318132Z 2025-01-24T02:09:49.1318929Z (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-01-24T02:09:49.1319878Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-01-24T02:09:49.1320327Z 2025-01-24T02:09:49.1320651Z (base) C:\actions-runner\_work\pytorch\pytorch>if "math_kernel_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:09:49.1321398Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2025-01-24T02:09:49.1322051Z goto :eof 2025-01-24T02:09:49.1322245Z ) 2025-01-24T02:09:49.1322355Z 2025-01-24T02:09:49.1323726Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/math_kernel_test" 2025-01-24T02:09:49.3164126Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:09:49.3165005Z import pkg_resources 2025-01-24T02:09:54.9291061Z Found test times from artifacts 2025-01-24T02:09:55.0160417Z Found test times from artifacts 2025-01-24T02:09:55.0192517Z Running 25% of tests based on TD 2025-01-24T02:09:55.0198023Z Running parallel tests on 3 processes 2025-01-24T02:09:55.0198475Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:09:55.0198753Z Serial tests (0): 2025-01-24T02:09:55.0199142Z Parallel tests (1): 2025-01-24T02:09:55.0199390Z cpp/math_kernel_test 1/1 2025-01-24T02:09:55.0199649Z Name: excluded (est. time: 0.0min) 2025-01-24T02:09:55.0199924Z Serial tests (0): 2025-01-24T02:09:55.0200150Z Parallel tests (0): 2025-01-24T02:09:55.0275750Z Running cpp/math_kernel_test 1/1 ... [2025-01-24 02:09:55.027052] 2025-01-24T02:09:55.0276248Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:09:55.0286647Z 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-125a79537080e4d1.xml', '-x', '--reruns=2'] ... [2025-01-24 02:09:55.028213] 2025-01-24T02:09:55.0288423Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:09:57.7390497Z 2025-01-24T02:09:57.7391442Z 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_dd43129bac979084_.log 2025-01-24T02:09:57.7392237Z 2025-01-24T02:09:59.5896670Z Running cpp/math_kernel_test 1/1 ... [2025-01-24 02:09:59.589268] 2025-01-24T02:09:59.5897129Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:09:59.5906851Z 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-a427249f3552f517.xml', '-x', '--reruns=2'] ... [2025-01-24 02:09:59.590404] 2025-01-24T02:10:03.5266578Z 2025-01-24T02:10:03.5267710Z 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_dbb84d9b60958a16_.log 2025-01-24T02:10:03.5268554Z 2025-01-24T02:10:04.3645384Z Running test batch 'tests to run' cost 9.34 seconds 2025-01-24T02:10:05.1697669Z 2025-01-24T02:10:05.1698392Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:10:05.1698852Z echo "math_kernel_test" failed with exit code 0 2025-01-24T02:10:05.1699169Z goto fail 2025-01-24T02:10:05.1699366Z ) 2025-01-24T02:10:05.1699469Z 2025-01-24T02:10:05.1699806Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:10:05.1700235Z echo "math_kernel_test" failed with exit code 0 2025-01-24T02:10:05.1700547Z goto fail 2025-01-24T02:10:05.1700717Z ) 2025-01-24T02:10:05.1701196Z 2025-01-24T02:10:05.1701402Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:10:05.1708269Z 2025-01-24T02:10:05.1708450Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:10:05.1709215Z call :libtorch_check "MaybeOwned_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-01-24T02:10:05.1709854Z if errorlevel 1 goto fail 2025-01-24T02:10:05.1710090Z ) 2025-01-24T02:10:05.1719992Z 2025-01-24T02:10:05.1720614Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:10:05.1724154Z 2025-01-24T02:10:05.1724669Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:10:05.1727152Z 2025-01-24T02:10:05.1727555Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "verify_api_visibility" goto :eof 2025-01-24T02:10:05.1728554Z 2025-01-24T02:10:05.1729158Z (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-01-24T02:10:05.1730140Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-01-24T02:10:05.1730917Z 2025-01-24T02:10:05.1731334Z (base) C:\actions-runner\_work\pytorch\pytorch>if "MaybeOwned_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:10:05.1732233Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2025-01-24T02:10:05.1732749Z goto :eof 2025-01-24T02:10:05.1732930Z ) 2025-01-24T02:10:05.1733048Z 2025-01-24T02:10:05.1733420Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/MaybeOwned_test" 2025-01-24T02:10:05.3530749Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:10:05.3531637Z import pkg_resources 2025-01-24T02:10:10.9970133Z Found test times from artifacts 2025-01-24T02:10:11.0897166Z Found test times from artifacts 2025-01-24T02:10:11.0930419Z Running 25% of tests based on TD 2025-01-24T02:10:11.0936998Z Running parallel tests on 3 processes 2025-01-24T02:10:11.0937370Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:10:11.0937667Z Serial tests (0): 2025-01-24T02:10:11.0937904Z Parallel tests (1): 2025-01-24T02:10:11.0938144Z cpp/MaybeOwned_test 1/1 2025-01-24T02:10:11.0938397Z Name: excluded (est. time: 0.0min) 2025-01-24T02:10:11.0938670Z Serial tests (0): 2025-01-24T02:10:11.0938892Z Parallel tests (0): 2025-01-24T02:10:11.1012530Z Running cpp/MaybeOwned_test 1/1 ... [2025-01-24 02:10:11.100387] 2025-01-24T02:10:11.1012982Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:10:11.1022600Z 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-a52517326541e6fc.xml', '-x', '--reruns=2'] ... [2025-01-24 02:10:11.100387] 2025-01-24T02:10:11.1024622Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:10:13.7134987Z 2025-01-24T02:10:13.7135951Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_f900ae267c82faf8_.log 2025-01-24T02:10:13.7136667Z 2025-01-24T02:10:15.6196946Z Running cpp/MaybeOwned_test 1/1 ... [2025-01-24 02:10:15.618700] 2025-01-24T02:10:15.6197436Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:10:15.6206694Z 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-697c3a5d0ae6e8ad.xml', '-x', '--reruns=2'] ... [2025-01-24 02:10:15.619797] 2025-01-24T02:10:24.6248956Z 2025-01-24T02:10:24.6254698Z cpp/MaybeOwned_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.MaybeOwned_test_1.1_60449a1da924c12c_.log 2025-01-24T02:10:24.6255408Z 2025-01-24T02:10:25.4649710Z Running test batch 'tests to run' cost 14.37 seconds 2025-01-24T02:10:26.2418569Z 2025-01-24T02:10:26.2419440Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:10:26.2419948Z echo "MaybeOwned_test" failed with exit code 0 2025-01-24T02:10:26.2420303Z goto fail 2025-01-24T02:10:26.2420497Z ) 2025-01-24T02:10:26.2420630Z 2025-01-24T02:10:26.2420832Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:10:26.2421304Z echo "MaybeOwned_test" failed with exit code 0 2025-01-24T02:10:26.2421635Z goto fail 2025-01-24T02:10:26.2421863Z ) 2025-01-24T02:10:26.2421975Z 2025-01-24T02:10:26.2422167Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:10:26.2428389Z 2025-01-24T02:10:26.2428697Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:10:26.2429464Z call :libtorch_check "memory_format_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-01-24T02:10:26.2430312Z if errorlevel 1 goto fail 2025-01-24T02:10:26.2430571Z ) 2025-01-24T02:10:26.2439666Z 2025-01-24T02:10:26.2440080Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:10:26.2443819Z 2025-01-24T02:10:26.2444345Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:10:26.2446755Z 2025-01-24T02:10:26.2447224Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "verify_api_visibility" goto :eof 2025-01-24T02:10:26.2448333Z 2025-01-24T02:10:26.2449249Z (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-01-24T02:10:26.2450261Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-01-24T02:10:26.2450782Z 2025-01-24T02:10:26.2451187Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_format_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:10:26.2451985Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2025-01-24T02:10:26.2452529Z goto :eof 2025-01-24T02:10:26.2452724Z ) 2025-01-24T02:10:26.2452857Z 2025-01-24T02:10:26.2453238Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_format_test" 2025-01-24T02:10:26.4221198Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:10:26.4222093Z import pkg_resources 2025-01-24T02:10:32.0462570Z Found test times from artifacts 2025-01-24T02:10:32.1336702Z Found test times from artifacts 2025-01-24T02:10:32.1366557Z Running 25% of tests based on TD 2025-01-24T02:10:32.1372225Z Running parallel tests on 3 processes 2025-01-24T02:10:32.1372616Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:10:32.1372958Z Serial tests (0): 2025-01-24T02:10:32.1373194Z Parallel tests (1): 2025-01-24T02:10:32.1373465Z cpp/memory_format_test 1/1 2025-01-24T02:10:32.1373773Z Name: excluded (est. time: 0.0min) 2025-01-24T02:10:32.1374054Z Serial tests (0): 2025-01-24T02:10:32.1374310Z Parallel tests (0): 2025-01-24T02:10:32.1447945Z Running cpp/memory_format_test 1/1 ... [2025-01-24 02:10:32.131112] 2025-01-24T02:10:32.1448411Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:10:32.1460173Z 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-ac2662f3d149892b.xml', '-x', '--reruns=2'] ... [2025-01-24 02:10:32.131112] 2025-01-24T02:10:32.1463197Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:10:34.8394617Z 2025-01-24T02:10:34.8395803Z 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_3c47a0e0f0462e19_.log 2025-01-24T02:10:34.8396517Z 2025-01-24T02:10:36.7042228Z Running cpp/memory_format_test 1/1 ... [2025-01-24 02:10:36.703035] 2025-01-24T02:10:36.7042706Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:10:36.7051828Z 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-69d5da51e33a0eaf.xml', '-x', '--reruns=2'] ... [2025-01-24 02:10:36.703035] 2025-01-24T02:10:40.5055258Z 2025-01-24T02:10:40.5056261Z 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_c13736530ade4a5a_.log 2025-01-24T02:10:40.5057093Z 2025-01-24T02:10:41.3629345Z Running test batch 'tests to run' cost 9.23 seconds 2025-01-24T02:10:42.1441456Z 2025-01-24T02:10:42.1442260Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:10:42.1442794Z echo "memory_format_test" failed with exit code 0 2025-01-24T02:10:42.1443149Z goto fail 2025-01-24T02:10:42.1443347Z ) 2025-01-24T02:10:42.1443479Z 2025-01-24T02:10:42.1443687Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:10:42.1444157Z echo "memory_format_test" failed with exit code 0 2025-01-24T02:10:42.1444485Z goto fail 2025-01-24T02:10:42.1444713Z ) 2025-01-24T02:10:42.1444820Z 2025-01-24T02:10:42.1445037Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:10:42.1452297Z 2025-01-24T02:10:42.1452802Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:10:42.1453671Z call :libtorch_check "memory_overlapping_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-01-24T02:10:42.1454391Z if errorlevel 1 goto fail 2025-01-24T02:10:42.1454672Z ) 2025-01-24T02:10:42.1463007Z 2025-01-24T02:10:42.1463512Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:10:42.1467104Z 2025-01-24T02:10:42.1467630Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:10:42.1470045Z 2025-01-24T02:10:42.1470496Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "verify_api_visibility" goto :eof 2025-01-24T02:10:42.1471353Z 2025-01-24T02:10:42.1472158Z (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-01-24T02:10:42.1473207Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-01-24T02:10:42.1473695Z 2025-01-24T02:10:42.1474069Z (base) C:\actions-runner\_work\pytorch\pytorch>if "memory_overlapping_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:10:42.1474862Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2025-01-24T02:10:42.1475438Z goto :eof 2025-01-24T02:10:42.1475693Z ) 2025-01-24T02:10:42.1475822Z 2025-01-24T02:10:42.1476220Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/memory_overlapping_test" 2025-01-24T02:10:42.3199296Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:10:42.3200194Z import pkg_resources 2025-01-24T02:10:47.8031561Z Found test times from artifacts 2025-01-24T02:10:47.8952516Z Found test times from artifacts 2025-01-24T02:10:47.8982749Z Running 25% of tests based on TD 2025-01-24T02:10:47.8988649Z Running parallel tests on 3 processes 2025-01-24T02:10:47.8989105Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:10:47.8989433Z Serial tests (0): 2025-01-24T02:10:47.8989690Z Parallel tests (1): 2025-01-24T02:10:47.8989950Z cpp/memory_overlapping_test 1/1 2025-01-24T02:10:47.8990273Z Name: excluded (est. time: 0.0min) 2025-01-24T02:10:47.8990582Z Serial tests (0): 2025-01-24T02:10:47.8990805Z Parallel tests (0): 2025-01-24T02:10:47.9064121Z Running cpp/memory_overlapping_test 1/1 ... [2025-01-24 02:10:47.906235] 2025-01-24T02:10:47.9064622Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:10:47.9074087Z 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-2674678831b492ed.xml', '-x', '--reruns=2'] ... [2025-01-24 02:10:47.906814] 2025-01-24T02:10:47.9076054Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:10:50.5263953Z 2025-01-24T02:10:50.5265203Z 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_74bb7032eba6ee64_.log 2025-01-24T02:10:50.5265948Z 2025-01-24T02:10:52.4093524Z Running cpp/memory_overlapping_test 1/1 ... [2025-01-24 02:10:52.406427] 2025-01-24T02:10:52.4094008Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:10:52.4104196Z 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-fde3b4ec2ebbd1e2.xml', '-x', '--reruns=2'] ... [2025-01-24 02:10:52.409511] 2025-01-24T02:10:56.1496305Z 2025-01-24T02:10:56.1497677Z 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_1a4775c3afb67dee_.log 2025-01-24T02:10:56.1498418Z 2025-01-24T02:10:56.9499366Z Running test batch 'tests to run' cost 9.06 seconds 2025-01-24T02:10:57.7321085Z 2025-01-24T02:10:57.7321771Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:10:57.7322270Z echo "memory_overlapping_test" failed with exit code 0 2025-01-24T02:10:57.7322644Z goto fail 2025-01-24T02:10:57.7322865Z ) 2025-01-24T02:10:57.7322982Z 2025-01-24T02:10:57.7323183Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:10:57.7323834Z echo "memory_overlapping_test" failed with exit code 0 2025-01-24T02:10:57.7324213Z goto fail 2025-01-24T02:10:57.7324411Z ) 2025-01-24T02:10:57.7324566Z 2025-01-24T02:10:57.7324730Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:10:57.7330725Z 2025-01-24T02:10:57.7330980Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:10:57.7331757Z call :libtorch_check "mobile_memory_cleanup" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-01-24T02:10:57.7332475Z if errorlevel 1 goto fail 2025-01-24T02:10:57.7332744Z ) 2025-01-24T02:10:57.7342011Z 2025-01-24T02:10:57.7342545Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:10:57.7346130Z 2025-01-24T02:10:57.7347003Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:10:57.7349284Z 2025-01-24T02:10:57.7350113Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "verify_api_visibility" goto :eof 2025-01-24T02:10:57.7351166Z 2025-01-24T02:10:57.7352214Z (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-01-24T02:10:57.7354333Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-01-24T02:10:57.7355234Z 2025-01-24T02:10:57.7355886Z (base) C:\actions-runner\_work\pytorch\pytorch>if "mobile_memory_cleanup" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:10:57.7357377Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2025-01-24T02:10:57.7358368Z goto :eof 2025-01-24T02:10:57.7358752Z ) 2025-01-24T02:10:57.7358998Z 2025-01-24T02:10:57.7359707Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/mobile_memory_cleanup" 2025-01-24T02:10:57.9172252Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:10:57.9173275Z import pkg_resources 2025-01-24T02:11:03.4599019Z Found test times from artifacts 2025-01-24T02:11:03.5471468Z Found test times from artifacts 2025-01-24T02:11:03.5502648Z Running 25% of tests based on TD 2025-01-24T02:11:03.5508570Z Running parallel tests on 3 processes 2025-01-24T02:11:03.5509036Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:11:03.5509343Z Serial tests (0): 2025-01-24T02:11:03.5509582Z Parallel tests (1): 2025-01-24T02:11:03.5509873Z cpp/mobile_memory_cleanup 1/1 2025-01-24T02:11:03.5510191Z Name: excluded (est. time: 0.0min) 2025-01-24T02:11:03.5510459Z Serial tests (0): 2025-01-24T02:11:03.5510713Z Parallel tests (0): 2025-01-24T02:11:03.5585133Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-01-24 02:11:03.558057] 2025-01-24T02:11:03.5585666Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:03.5596247Z 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-dc0cccbaf81a455d.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:03.559306] 2025-01-24T02:11:03.5598533Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:11:06.4931902Z 2025-01-24T02:11:06.4933109Z 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_f3c09fc41746bde3_.log 2025-01-24T02:11:06.4933807Z 2025-01-24T02:11:08.1138403Z Running cpp/mobile_memory_cleanup 1/1 ... [2025-01-24 02:11:08.113244] 2025-01-24T02:11:08.1139078Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:08.1147951Z 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-b4d3ee7a1c0670fe.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:08.113244] 2025-01-24T02:11:11.3320564Z 2025-01-24T02:11:11.3321722Z 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_629d69e1afbd7f8e_.log 2025-01-24T02:11:11.3322414Z 2025-01-24T02:11:12.1474461Z Running test batch 'tests to run' cost 8.59 seconds 2025-01-24T02:11:12.9119811Z 2025-01-24T02:11:12.9120551Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:11:12.9121089Z echo "mobile_memory_cleanup" failed with exit code 0 2025-01-24T02:11:12.9121476Z goto fail 2025-01-24T02:11:12.9121678Z ) 2025-01-24T02:11:12.9121854Z 2025-01-24T02:11:12.9122057Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:11:12.9122719Z echo "mobile_memory_cleanup" failed with exit code 0 2025-01-24T02:11:12.9123152Z goto fail 2025-01-24T02:11:12.9123382Z ) 2025-01-24T02:11:12.9123499Z 2025-01-24T02:11:12.9123696Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:11:12.9129261Z 2025-01-24T02:11:12.9129762Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:11:12.9130550Z call :libtorch_check "NamedTensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-01-24T02:11:12.9131271Z if errorlevel 1 goto fail 2025-01-24T02:11:12.9131543Z ) 2025-01-24T02:11:12.9140253Z 2025-01-24T02:11:12.9140706Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:11:12.9144219Z 2025-01-24T02:11:12.9144720Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:11:12.9147075Z 2025-01-24T02:11:12.9147548Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:11:12.9148394Z 2025-01-24T02:11:12.9148987Z (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-01-24T02:11:12.9149970Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-01-24T02:11:12.9150718Z 2025-01-24T02:11:12.9151188Z (base) C:\actions-runner\_work\pytorch\pytorch>if "NamedTensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:11:12.9151934Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2025-01-24T02:11:12.9152469Z goto :eof 2025-01-24T02:11:12.9152704Z ) 2025-01-24T02:11:12.9152810Z 2025-01-24T02:11:12.9153194Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/NamedTensor_test" 2025-01-24T02:11:13.0896553Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:11:13.0897475Z import pkg_resources 2025-01-24T02:11:18.5882600Z Found test times from artifacts 2025-01-24T02:11:18.6753640Z Found test times from artifacts 2025-01-24T02:11:18.6784206Z Running 25% of tests based on TD 2025-01-24T02:11:18.6789840Z Running parallel tests on 3 processes 2025-01-24T02:11:18.6790252Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:11:18.6790600Z Serial tests (0): 2025-01-24T02:11:18.6790868Z Parallel tests (1): 2025-01-24T02:11:18.6791129Z cpp/NamedTensor_test 1/1 2025-01-24T02:11:18.6791441Z Name: excluded (est. time: 0.0min) 2025-01-24T02:11:18.6791746Z Serial tests (0): 2025-01-24T02:11:18.6792158Z Parallel tests (0): 2025-01-24T02:11:18.6865003Z Running cpp/NamedTensor_test 1/1 ... [2025-01-24 02:11:18.680011] 2025-01-24T02:11:18.6865525Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:18.6874718Z 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-d823059c09ade4f4.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:18.680011] 2025-01-24T02:11:18.6876521Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:11:21.5115970Z 2025-01-24T02:11:21.5117083Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_ac2d9852217342e7_.log 2025-01-24T02:11:21.5117761Z 2025-01-24T02:11:23.2543530Z Running cpp/NamedTensor_test 1/1 ... [2025-01-24 02:11:23.253403] 2025-01-24T02:11:23.2544025Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:23.2554239Z 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-1e4fcb64ab897333.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:23.253403] 2025-01-24T02:11:28.2596846Z 2025-01-24T02:11:28.2597857Z cpp/NamedTensor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.NamedTensor_test_1.1_85236287ff436b7e_.log 2025-01-24T02:11:28.2599778Z 2025-01-24T02:11:29.0786758Z Running test batch 'tests to run' cost 10.4 seconds 2025-01-24T02:11:29.8559136Z 2025-01-24T02:11:29.8559856Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:11:29.8560382Z echo "NamedTensor_test" failed with exit code 0 2025-01-24T02:11:29.8560715Z goto fail 2025-01-24T02:11:29.8560964Z ) 2025-01-24T02:11:29.8561074Z 2025-01-24T02:11:29.8561461Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:11:29.8561920Z echo "NamedTensor_test" failed with exit code 0 2025-01-24T02:11:29.8562273Z goto fail 2025-01-24T02:11:29.8562498Z ) 2025-01-24T02:11:29.8562609Z 2025-01-24T02:11:29.8562777Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:11:29.8569138Z 2025-01-24T02:11:29.8569356Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:11:29.8570044Z call :libtorch_check "native_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-01-24T02:11:29.8570658Z if errorlevel 1 goto fail 2025-01-24T02:11:29.8570937Z ) 2025-01-24T02:11:29.8580416Z 2025-01-24T02:11:29.8581016Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:11:29.8584056Z 2025-01-24T02:11:29.8584661Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:11:29.8586502Z 2025-01-24T02:11:29.8586902Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "verify_api_visibility" goto :eof 2025-01-24T02:11:29.8587755Z 2025-01-24T02:11:29.8588346Z (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-01-24T02:11:29.8589272Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-01-24T02:11:29.8590023Z 2025-01-24T02:11:29.8590504Z (base) C:\actions-runner\_work\pytorch\pytorch>if "native_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:11:29.8591259Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2025-01-24T02:11:29.8591786Z goto :eof 2025-01-24T02:11:29.8592087Z ) 2025-01-24T02:11:29.8592260Z 2025-01-24T02:11:29.8592628Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/native_test" 2025-01-24T02:11:30.0328030Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:11:30.0328928Z import pkg_resources 2025-01-24T02:11:35.5879136Z Found test times from artifacts 2025-01-24T02:11:35.6742877Z Found test times from artifacts 2025-01-24T02:11:35.6776148Z Running 25% of tests based on TD 2025-01-24T02:11:35.6780316Z Running parallel tests on 3 processes 2025-01-24T02:11:35.6781858Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:11:35.6782179Z Serial tests (0): 2025-01-24T02:11:35.6782423Z Parallel tests (1): 2025-01-24T02:11:35.6782688Z cpp/native_test 1/1 2025-01-24T02:11:35.6782958Z Name: excluded (est. time: 0.0min) 2025-01-24T02:11:35.6783262Z Serial tests (0): 2025-01-24T02:11:35.6783509Z Parallel tests (0): 2025-01-24T02:11:35.6856139Z Running cpp/native_test 1/1 ... [2025-01-24 02:11:35.684521] 2025-01-24T02:11:35.6856594Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:35.6866033Z 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-e8012956dfb564e5.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:35.684521] 2025-01-24T02:11:35.6867828Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:11:38.4595830Z 2025-01-24T02:11:38.4596890Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_4f0eebaaedb1008c_.log 2025-01-24T02:11:38.4597611Z 2025-01-24T02:11:40.2164269Z Running cpp/native_test 1/1 ... [2025-01-24 02:11:40.213153] 2025-01-24T02:11:40.2164764Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:40.2174345Z 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-0b178f8cd3192b0c.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:40.216241] 2025-01-24T02:11:43.4163589Z 2025-01-24T02:11:43.4164538Z cpp/native_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.native_test_1.1_893248808a83a46a_.log 2025-01-24T02:11:43.4165196Z 2025-01-24T02:11:44.2272807Z Running test batch 'tests to run' cost 8.55 seconds 2025-01-24T02:11:45.0732915Z 2025-01-24T02:11:45.0733822Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:11:45.0734329Z echo "native_test" failed with exit code 0 2025-01-24T02:11:45.0734702Z goto fail 2025-01-24T02:11:45.0734900Z ) 2025-01-24T02:11:45.0735051Z 2025-01-24T02:11:45.0735262Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:11:45.0735733Z echo "native_test" failed with exit code 0 2025-01-24T02:11:45.0736048Z goto fail 2025-01-24T02:11:45.0736274Z ) 2025-01-24T02:11:45.0736578Z 2025-01-24T02:11:45.0736866Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:11:45.0743674Z 2025-01-24T02:11:45.0744100Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:11:45.0744942Z call :libtorch_check "operators_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-01-24T02:11:45.0745640Z if errorlevel 1 goto fail 2025-01-24T02:11:45.0745931Z ) 2025-01-24T02:11:45.0754535Z 2025-01-24T02:11:45.0755098Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:11:45.0758785Z 2025-01-24T02:11:45.0759548Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:11:45.0761599Z 2025-01-24T02:11:45.0762004Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "verify_api_visibility" goto :eof 2025-01-24T02:11:45.0763374Z 2025-01-24T02:11:45.0763981Z (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-01-24T02:11:45.0764949Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-01-24T02:11:45.0765955Z 2025-01-24T02:11:45.0766370Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operators_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:11:45.0767145Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2025-01-24T02:11:45.0767763Z goto :eof 2025-01-24T02:11:45.0767970Z ) 2025-01-24T02:11:45.0768116Z 2025-01-24T02:11:45.0768589Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operators_test" 2025-01-24T02:11:45.2513226Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:11:45.2514292Z import pkg_resources 2025-01-24T02:11:50.7683273Z Found test times from artifacts 2025-01-24T02:11:50.8543868Z Found test times from artifacts 2025-01-24T02:11:50.8575151Z Running 25% of tests based on TD 2025-01-24T02:11:50.8581315Z Running parallel tests on 3 processes 2025-01-24T02:11:50.8581805Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:11:50.8582132Z Serial tests (0): 2025-01-24T02:11:50.8582389Z Parallel tests (1): 2025-01-24T02:11:50.8582667Z cpp/operators_test 1/1 2025-01-24T02:11:50.8582939Z Name: excluded (est. time: 0.0min) 2025-01-24T02:11:50.8583263Z Serial tests (0): 2025-01-24T02:11:50.8583521Z Parallel tests (0): 2025-01-24T02:11:50.8658104Z Running cpp/operators_test 1/1 ... [2025-01-24 02:11:50.865383] 2025-01-24T02:11:50.8658731Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:50.8668501Z 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-1372c34c8cff0b9d.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:50.866539] 2025-01-24T02:11:50.8670282Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:11:53.4829232Z 2025-01-24T02:11:53.4830349Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_f825465d3e9acb9b_.log 2025-01-24T02:11:53.4830982Z 2025-01-24T02:11:55.3434239Z Running cpp/operators_test 1/1 ... [2025-01-24 02:11:55.342933] 2025-01-24T02:11:55.3434735Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:11:55.3444244Z 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-bdc1e7ef33823fc6.xml', '-x', '--reruns=2'] ... [2025-01-24 02:11:55.344081] 2025-01-24T02:11:59.1714217Z 2025-01-24T02:11:59.1715429Z cpp/operators_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.operators_test_1.1_adf77f7e30a57a11_.log 2025-01-24T02:11:59.1716060Z 2025-01-24T02:11:59.9827806Z Running test batch 'tests to run' cost 9.12 seconds 2025-01-24T02:12:00.7590870Z 2025-01-24T02:12:00.7591873Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:12:00.7593382Z echo "operators_test" failed with exit code 0 2025-01-24T02:12:00.7593796Z goto fail 2025-01-24T02:12:00.7593994Z ) 2025-01-24T02:12:00.7594153Z 2025-01-24T02:12:00.7594342Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:12:00.7594797Z echo "operators_test" failed with exit code 0 2025-01-24T02:12:00.7595107Z goto fail 2025-01-24T02:12:00.7595293Z ) 2025-01-24T02:12:00.7595396Z 2025-01-24T02:12:00.7595567Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:12:00.7601747Z 2025-01-24T02:12:00.7602209Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:12:00.7602963Z call :libtorch_check "operator_name_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-01-24T02:12:00.7603628Z if errorlevel 1 goto fail 2025-01-24T02:12:00.7603877Z ) 2025-01-24T02:12:00.7613306Z 2025-01-24T02:12:00.7613713Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:12:00.7617474Z 2025-01-24T02:12:00.7618353Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:12:00.7620241Z 2025-01-24T02:12:00.7620825Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "verify_api_visibility" goto :eof 2025-01-24T02:12:00.7621695Z 2025-01-24T02:12:00.7622374Z (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-01-24T02:12:00.7623327Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-01-24T02:12:00.7624268Z 2025-01-24T02:12:00.7624726Z (base) C:\actions-runner\_work\pytorch\pytorch>if "operator_name_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:12:00.7625505Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2025-01-24T02:12:00.7626015Z goto :eof 2025-01-24T02:12:00.7626212Z ) 2025-01-24T02:12:00.7626307Z 2025-01-24T02:12:00.7626829Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/operator_name_test" 2025-01-24T02:12:00.9338522Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:12:00.9339361Z import pkg_resources 2025-01-24T02:12:06.5029706Z Found test times from artifacts 2025-01-24T02:12:06.5894551Z Found test times from artifacts 2025-01-24T02:12:06.5924857Z Running 25% of tests based on TD 2025-01-24T02:12:06.5931297Z Running parallel tests on 3 processes 2025-01-24T02:12:06.5931961Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:12:06.5932276Z Serial tests (0): 2025-01-24T02:12:06.5932492Z Parallel tests (1): 2025-01-24T02:12:06.5932744Z cpp/operator_name_test 1/1 2025-01-24T02:12:06.5933015Z Name: excluded (est. time: 0.0min) 2025-01-24T02:12:06.5933265Z Serial tests (0): 2025-01-24T02:12:06.5933478Z Parallel tests (0): 2025-01-24T02:12:06.6006485Z Running cpp/operator_name_test 1/1 ... [2025-01-24 02:12:06.600501] 2025-01-24T02:12:06.6006943Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:12:06.6016661Z 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-43c15f6542f1f200.xml', '-x', '--reruns=2'] ... [2025-01-24 02:12:06.601137] 2025-01-24T02:12:06.6018475Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:12:08.0963081Z 2025-01-24T02:12:08.0964363Z 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_0fbce62c07363f1f_.log 2025-01-24T02:12:08.0965012Z 2025-01-24T02:12:11.1894978Z Running cpp/operator_name_test 1/1 ... [2025-01-24 02:12:11.189197] 2025-01-24T02:12:11.1895425Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:12:11.1905271Z 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-3e9f3e10cdcd07d4.xml', '-x', '--reruns=2'] ... [2025-01-24 02:12:11.190352] 2025-01-24T02:12:12.7119233Z 2025-01-24T02:12:12.7120154Z 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_94f9d1480523d80c_.log 2025-01-24T02:12:12.7120829Z 2025-01-24T02:12:13.5838816Z Running test batch 'tests to run' cost 6.99 seconds 2025-01-24T02:12:14.3675218Z 2025-01-24T02:12:14.3675892Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:12:14.3677006Z echo "operator_name_test" failed with exit code 0 2025-01-24T02:12:14.3677604Z goto fail 2025-01-24T02:12:14.3677873Z ) 2025-01-24T02:12:14.3678223Z 2025-01-24T02:12:14.3678469Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:12:14.3678905Z echo "operator_name_test" failed with exit code 0 2025-01-24T02:12:14.3679205Z goto fail 2025-01-24T02:12:14.3679386Z ) 2025-01-24T02:12:14.3679480Z 2025-01-24T02:12:14.3679652Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:12:14.3687097Z 2025-01-24T02:12:14.3687537Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:12:14.3688270Z call :libtorch_check "op_allowlist_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-01-24T02:12:14.3688953Z if errorlevel 1 goto fail 2025-01-24T02:12:14.3689182Z ) 2025-01-24T02:12:14.3698332Z 2025-01-24T02:12:14.3698776Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:12:14.3702212Z 2025-01-24T02:12:14.3702956Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:12:14.3704624Z 2025-01-24T02:12:14.3705018Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "verify_api_visibility" goto :eof 2025-01-24T02:12:14.3706549Z 2025-01-24T02:12:14.3707097Z (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-01-24T02:12:14.3708039Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-01-24T02:12:14.3708483Z 2025-01-24T02:12:14.3708787Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_allowlist_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:12:14.3709556Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2025-01-24T02:12:14.3710084Z goto :eof 2025-01-24T02:12:14.3710318Z ) 2025-01-24T02:12:14.3710435Z 2025-01-24T02:12:14.3710841Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_allowlist_test" 2025-01-24T02:12:14.5454331Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:12:14.5455226Z import pkg_resources 2025-01-24T02:12:20.1561615Z Found test times from artifacts 2025-01-24T02:12:20.2552935Z Found test times from artifacts 2025-01-24T02:12:20.2590356Z Running 25% of tests based on TD 2025-01-24T02:12:20.2603046Z Running parallel tests on 3 processes 2025-01-24T02:12:20.2603631Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:12:20.2604110Z Serial tests (0): 2025-01-24T02:12:20.2604650Z Parallel tests (1): 2025-01-24T02:12:20.2605081Z cpp/op_allowlist_test 1/1 2025-01-24T02:12:20.2605559Z Name: excluded (est. time: 0.0min) 2025-01-24T02:12:20.2606000Z Serial tests (0): 2025-01-24T02:12:20.2606417Z Parallel tests (0): 2025-01-24T02:12:20.2681326Z Running cpp/op_allowlist_test 1/1 ... [2025-01-24 02:12:20.267702] 2025-01-24T02:12:20.2681774Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:12:20.2691008Z 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-78cccdd46b8f1038.xml', '-x', '--reruns=2'] ... [2025-01-24 02:12:20.267702] 2025-01-24T02:12:20.2692976Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:12:21.7892025Z 2025-01-24T02:12:21.7893773Z 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_c67a767e3106ad04_.log 2025-01-24T02:12:21.7894967Z 2025-01-24T02:12:24.7142383Z Running cpp/op_allowlist_test 1/1 ... [2025-01-24 02:12:24.704615] 2025-01-24T02:12:24.7142870Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:12:24.7152445Z 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-494672bbae331172.xml', '-x', '--reruns=2'] ... [2025-01-24 02:12:24.714684] 2025-01-24T02:12:26.2600536Z 2025-01-24T02:12:26.2601595Z 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_d7a5d1fa5a7bdb26_.log 2025-01-24T02:12:26.2602273Z 2025-01-24T02:12:27.1208971Z Running test batch 'tests to run' cost 6.86 seconds 2025-01-24T02:12:27.9307714Z 2025-01-24T02:12:27.9308433Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:12:27.9309100Z echo "op_allowlist_test" failed with exit code 0 2025-01-24T02:12:27.9309450Z goto fail 2025-01-24T02:12:27.9309673Z ) 2025-01-24T02:12:27.9309779Z 2025-01-24T02:12:27.9310002Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:12:27.9310447Z echo "op_allowlist_test" failed with exit code 0 2025-01-24T02:12:27.9310804Z goto fail 2025-01-24T02:12:27.9311016Z ) 2025-01-24T02:12:27.9311167Z 2025-01-24T02:12:27.9311712Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:12:27.9320163Z 2025-01-24T02:12:27.9320536Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:12:27.9321298Z call :libtorch_check "op_registration_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-01-24T02:12:27.9322023Z if errorlevel 1 goto fail 2025-01-24T02:12:27.9322298Z ) 2025-01-24T02:12:27.9330908Z 2025-01-24T02:12:27.9331440Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:12:27.9334714Z 2025-01-24T02:12:27.9335193Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:12:27.9337637Z 2025-01-24T02:12:27.9338339Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "verify_api_visibility" goto :eof 2025-01-24T02:12:27.9338877Z 2025-01-24T02:12:27.9339500Z (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-01-24T02:12:27.9340510Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-01-24T02:12:27.9341687Z 2025-01-24T02:12:27.9342282Z (base) C:\actions-runner\_work\pytorch\pytorch>if "op_registration_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:12:27.9343084Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2025-01-24T02:12:27.9343621Z goto :eof 2025-01-24T02:12:27.9343846Z ) 2025-01-24T02:12:27.9343951Z 2025-01-24T02:12:27.9344366Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/op_registration_test" 2025-01-24T02:12:28.1086003Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:12:28.1086868Z import pkg_resources 2025-01-24T02:12:33.6326542Z Found test times from artifacts 2025-01-24T02:12:33.7197373Z Found test times from artifacts 2025-01-24T02:12:33.7228283Z Running 25% of tests based on TD 2025-01-24T02:12:33.7234201Z Running parallel tests on 3 processes 2025-01-24T02:12:33.7234703Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:12:33.7235065Z Serial tests (0): 2025-01-24T02:12:33.7235467Z Parallel tests (1): 2025-01-24T02:12:33.7235776Z cpp/op_registration_test 1/1 2025-01-24T02:12:33.7236161Z Name: excluded (est. time: 0.0min) 2025-01-24T02:12:33.7236471Z Serial tests (0): 2025-01-24T02:12:33.7236724Z Parallel tests (0): 2025-01-24T02:12:33.7312681Z Running cpp/op_registration_test 1/1 ... [2025-01-24 02:12:33.730532] 2025-01-24T02:12:33.7313189Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:12:33.7322294Z 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-a20b897759b47a69.xml', '-x', '--reruns=2'] ... [2025-01-24 02:12:33.732003] 2025-01-24T02:12:33.7324321Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:12:36.5511194Z 2025-01-24T02:12:36.5512218Z 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_c1fc3704522b8715_.log 2025-01-24T02:12:36.5512904Z 2025-01-24T02:12:38.1965399Z Running cpp/op_registration_test 1/1 ... [2025-01-24 02:12:38.189251] 2025-01-24T02:12:38.1965873Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:12:38.1974251Z 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-0cbabb370d231453.xml', '-x', '--reruns=2'] ... [2025-01-24 02:12:38.189251] 2025-01-24T02:13:03.1413962Z 2025-01-24T02:13:03.1414884Z 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_fef362d31e99a32e_.log 2025-01-24T02:13:03.1416999Z 2025-01-24T02:13:03.9623485Z Running test batch 'tests to run' cost 30.24 seconds 2025-01-24T02:13:04.7313590Z 2025-01-24T02:13:04.7314367Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:13:04.7314904Z echo "op_registration_test" failed with exit code 0 2025-01-24T02:13:04.7315281Z goto fail 2025-01-24T02:13:04.7315491Z ) 2025-01-24T02:13:04.7315646Z 2025-01-24T02:13:04.7315851Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:13:04.7316323Z echo "op_registration_test" failed with exit code 0 2025-01-24T02:13:04.7316668Z goto fail 2025-01-24T02:13:04.7316900Z ) 2025-01-24T02:13:04.7317009Z 2025-01-24T02:13:04.7317199Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:13:04.7325119Z 2025-01-24T02:13:04.7325395Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:13:04.7326397Z call :libtorch_check "packedtensoraccessor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-01-24T02:13:04.7327206Z if errorlevel 1 goto fail 2025-01-24T02:13:04.7327510Z ) 2025-01-24T02:13:04.7337424Z 2025-01-24T02:13:04.7337810Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:13:04.7341391Z 2025-01-24T02:13:04.7341942Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:13:04.7344419Z 2025-01-24T02:13:04.7345096Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:13:04.7345953Z 2025-01-24T02:13:04.7346509Z (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-01-24T02:13:04.7349470Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-01-24T02:13:04.7350100Z 2025-01-24T02:13:04.7350475Z (base) C:\actions-runner\_work\pytorch\pytorch>if "packedtensoraccessor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:13:04.7351390Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2025-01-24T02:13:04.7351969Z goto :eof 2025-01-24T02:13:04.7352170Z ) 2025-01-24T02:13:04.7352316Z 2025-01-24T02:13:04.7352726Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/packedtensoraccessor_test" 2025-01-24T02:13:04.9109029Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:13:04.9109914Z import pkg_resources 2025-01-24T02:13:10.3981650Z Found test times from artifacts 2025-01-24T02:13:10.4843556Z Found test times from artifacts 2025-01-24T02:13:10.4874108Z Running 25% of tests based on TD 2025-01-24T02:13:10.4879825Z Running parallel tests on 3 processes 2025-01-24T02:13:10.4880280Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:13:10.4880616Z Serial tests (0): 2025-01-24T02:13:10.4880856Z Parallel tests (1): 2025-01-24T02:13:10.4881152Z cpp/packedtensoraccessor_test 1/1 2025-01-24T02:13:10.4881484Z Name: excluded (est. time: 0.0min) 2025-01-24T02:13:10.4881758Z Serial tests (0): 2025-01-24T02:13:10.4882011Z Parallel tests (0): 2025-01-24T02:13:10.4955685Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-01-24 02:13:10.494291] 2025-01-24T02:13:10.4956191Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:13:10.4968451Z 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-d125a9dee50b546e.xml', '-x', '--reruns=2'] ... [2025-01-24 02:13:10.494291] 2025-01-24T02:13:10.4970314Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:13:13.2510491Z 2025-01-24T02:13:13.2511797Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_7970e264f1314a5b_.log 2025-01-24T02:13:13.2512639Z 2025-01-24T02:13:15.0521850Z Running cpp/packedtensoraccessor_test 1/1 ... [2025-01-24 02:13:15.051795] 2025-01-24T02:13:15.0522398Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:13:15.0531888Z 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-33e901c3e21c9c35.xml', '-x', '--reruns=2'] ... [2025-01-24 02:13:15.052950] 2025-01-24T02:13:18.1735990Z 2025-01-24T02:13:18.1737311Z cpp/packedtensoraccessor_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.packedtensoraccessor_test_1.1_63eefaf4d424853d_.log 2025-01-24T02:13:18.1738067Z 2025-01-24T02:13:18.9760914Z Running test batch 'tests to run' cost 8.5 seconds 2025-01-24T02:13:19.8535782Z 2025-01-24T02:13:19.8536466Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:13:19.8537031Z echo "packedtensoraccessor_test" failed with exit code 0 2025-01-24T02:13:19.8537392Z goto fail 2025-01-24T02:13:19.8537620Z ) 2025-01-24T02:13:19.8537727Z 2025-01-24T02:13:19.8537956Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:13:19.8538512Z echo "packedtensoraccessor_test" failed with exit code 0 2025-01-24T02:13:19.8538878Z goto fail 2025-01-24T02:13:19.8539106Z ) 2025-01-24T02:13:19.8539238Z 2025-01-24T02:13:19.8539444Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:13:19.8546168Z 2025-01-24T02:13:19.8546340Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:13:19.8547137Z call :libtorch_check "pow_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-01-24T02:13:19.8547761Z if errorlevel 1 goto fail 2025-01-24T02:13:19.8548023Z ) 2025-01-24T02:13:19.8883778Z 2025-01-24T02:13:19.8884523Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:13:19.8888890Z 2025-01-24T02:13:19.8889595Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:13:19.8891910Z 2025-01-24T02:13:19.8892583Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "verify_api_visibility" goto :eof 2025-01-24T02:13:19.8893450Z 2025-01-24T02:13:19.8894004Z (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-01-24T02:13:19.8895704Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-01-24T02:13:19.8896163Z 2025-01-24T02:13:19.8896455Z (base) C:\actions-runner\_work\pytorch\pytorch>if "pow_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:13:19.8897165Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2025-01-24T02:13:19.8897651Z goto :eof 2025-01-24T02:13:19.8897871Z ) 2025-01-24T02:13:19.8897980Z 2025-01-24T02:13:19.8898390Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/pow_test" 2025-01-24T02:13:20.0640984Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:13:20.0641942Z import pkg_resources 2025-01-24T02:13:25.7005641Z Found test times from artifacts 2025-01-24T02:13:25.7973598Z Found test times from artifacts 2025-01-24T02:13:25.8007006Z Running 25% of tests based on TD 2025-01-24T02:13:25.8014396Z Running parallel tests on 3 processes 2025-01-24T02:13:25.8014876Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:13:25.8015197Z Serial tests (0): 2025-01-24T02:13:25.8015440Z Parallel tests (1): 2025-01-24T02:13:25.8015716Z cpp/pow_test 1/1 2025-01-24T02:13:25.8015983Z Name: excluded (est. time: 0.0min) 2025-01-24T02:13:25.8016256Z Serial tests (0): 2025-01-24T02:13:25.8016508Z Parallel tests (0): 2025-01-24T02:13:25.8106090Z Running cpp/pow_test 1/1 ... [2025-01-24 02:13:25.810112] 2025-01-24T02:13:25.8106510Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:13:25.8117889Z 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-a5d4480c4f7bd229.xml', '-x', '--reruns=2'] ... [2025-01-24 02:13:25.811536] 2025-01-24T02:13:25.8119691Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:13:28.6100299Z 2025-01-24T02:13:28.6101375Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_35487ba8dc3730cd_.log 2025-01-24T02:13:28.6102016Z 2025-01-24T02:13:30.3263172Z Running cpp/pow_test 1/1 ... [2025-01-24 02:13:30.319130] 2025-01-24T02:13:30.3263577Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:13:30.3272853Z 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-3bd30b7c52f4b063.xml', '-x', '--reruns=2'] ... [2025-01-24 02:13:30.319130] 2025-01-24T02:13:35.9224534Z 2025-01-24T02:13:35.9225716Z cpp/pow_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.pow_test_1.1_eaf1567392245e3e_.log 2025-01-24T02:13:35.9226377Z 2025-01-24T02:13:36.7541477Z Running test batch 'tests to run' cost 10.95 seconds 2025-01-24T02:13:37.5298641Z 2025-01-24T02:13:37.5299493Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:13:37.5299967Z echo "pow_test" failed with exit code 0 2025-01-24T02:13:37.5300276Z goto fail 2025-01-24T02:13:37.5300456Z ) 2025-01-24T02:13:37.5300568Z 2025-01-24T02:13:37.5300756Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:13:37.5301229Z echo "pow_test" failed with exit code 0 2025-01-24T02:13:37.5301533Z goto fail 2025-01-24T02:13:37.5301737Z ) 2025-01-24T02:13:37.5301833Z 2025-01-24T02:13:37.5302038Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:13:37.5308168Z 2025-01-24T02:13:37.5308677Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:13:37.5309541Z call :libtorch_check "quantized_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-01-24T02:13:37.5310182Z if errorlevel 1 goto fail 2025-01-24T02:13:37.5310428Z ) 2025-01-24T02:13:37.5319646Z 2025-01-24T02:13:37.5320117Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:13:37.5323803Z 2025-01-24T02:13:37.5324329Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:13:37.5326879Z 2025-01-24T02:13:37.5327368Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "verify_api_visibility" goto :eof 2025-01-24T02:13:37.5328178Z 2025-01-24T02:13:37.5328787Z (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-01-24T02:13:37.5329724Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-01-24T02:13:37.5330905Z 2025-01-24T02:13:37.5331439Z (base) C:\actions-runner\_work\pytorch\pytorch>if "quantized_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:13:37.5332206Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2025-01-24T02:13:37.5332711Z goto :eof 2025-01-24T02:13:37.5332891Z ) 2025-01-24T02:13:37.5333006Z 2025-01-24T02:13:37.5333364Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/quantized_test" 2025-01-24T02:13:37.7043683Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:13:37.7044708Z import pkg_resources 2025-01-24T02:13:43.3088124Z Found test times from artifacts 2025-01-24T02:13:43.3953434Z Found test times from artifacts 2025-01-24T02:13:43.3986323Z Running 25% of tests based on TD 2025-01-24T02:13:43.3990929Z Running parallel tests on 3 processes 2025-01-24T02:13:43.3991407Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:13:43.3991718Z Serial tests (0): 2025-01-24T02:13:43.3991944Z Parallel tests (1): 2025-01-24T02:13:43.3992202Z cpp/quantized_test 1/1 2025-01-24T02:13:43.3993997Z Name: excluded (est. time: 0.0min) 2025-01-24T02:13:43.3994272Z Serial tests (0): 2025-01-24T02:13:43.3994501Z Parallel tests (0): 2025-01-24T02:13:43.4066894Z Running cpp/quantized_test 1/1 ... [2025-01-24 02:13:43.405642] 2025-01-24T02:13:43.4067552Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:13:43.4077674Z 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-d58e3398c2c17f64.xml', '-x', '--reruns=2'] ... [2025-01-24 02:13:43.405642] 2025-01-24T02:13:43.4079450Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:13:46.0897165Z 2025-01-24T02:13:46.0898111Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_f6abf7a1b7c816c5_.log 2025-01-24T02:13:46.0898863Z 2025-01-24T02:13:47.9417716Z Running cpp/quantized_test 1/1 ... [2025-01-24 02:13:47.936449] 2025-01-24T02:13:47.9418172Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:13:47.9432039Z 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-459582edc4f88d44.xml', '-x', '--reruns=2'] ... [2025-01-24 02:13:47.936449] 2025-01-24T02:13:52.6173320Z 2025-01-24T02:13:52.6174381Z cpp/quantized_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.quantized_test_1.1_97c2c2920de3bacf_.log 2025-01-24T02:13:52.6176093Z 2025-01-24T02:13:53.4293813Z Running test batch 'tests to run' cost 10.02 seconds 2025-01-24T02:13:54.1293620Z 2025-01-24T02:13:54.1294331Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:13:54.1294794Z echo "quantized_test" failed with exit code 0 2025-01-24T02:13:54.1295114Z goto fail 2025-01-24T02:13:54.1295297Z ) 2025-01-24T02:13:54.1295424Z 2025-01-24T02:13:54.1295614Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:13:54.1296038Z echo "quantized_test" failed with exit code 0 2025-01-24T02:13:54.1296329Z goto fail 2025-01-24T02:13:54.1296518Z ) 2025-01-24T02:13:54.1296613Z 2025-01-24T02:13:54.1296811Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:13:54.1302908Z 2025-01-24T02:13:54.1303228Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:13:54.1303907Z call :libtorch_check "reduce_ops_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-01-24T02:13:54.1304547Z if errorlevel 1 goto fail 2025-01-24T02:13:54.1304785Z ) 2025-01-24T02:13:54.1313802Z 2025-01-24T02:13:54.1314190Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:13:54.1317833Z 2025-01-24T02:13:54.1318325Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:13:54.1320677Z 2025-01-24T02:13:54.1321143Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "verify_api_visibility" goto :eof 2025-01-24T02:13:54.1321940Z 2025-01-24T02:13:54.1322662Z (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-01-24T02:13:54.1323642Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-01-24T02:13:54.1324781Z 2025-01-24T02:13:54.1325220Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reduce_ops_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:13:54.1325951Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2025-01-24T02:13:54.1326481Z goto :eof 2025-01-24T02:13:54.1326709Z ) 2025-01-24T02:13:54.1326923Z 2025-01-24T02:13:54.1327357Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reduce_ops_test" 2025-01-24T02:13:54.2981991Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:13:54.2982842Z import pkg_resources 2025-01-24T02:13:59.8872809Z Found test times from artifacts 2025-01-24T02:13:59.9836658Z Found test times from artifacts 2025-01-24T02:13:59.9864934Z Running 25% of tests based on TD 2025-01-24T02:13:59.9872123Z Running parallel tests on 3 processes 2025-01-24T02:13:59.9872620Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:13:59.9872916Z Serial tests (0): 2025-01-24T02:13:59.9873181Z Parallel tests (1): 2025-01-24T02:13:59.9873454Z cpp/reduce_ops_test 1/1 2025-01-24T02:13:59.9873725Z Name: excluded (est. time: 0.0min) 2025-01-24T02:13:59.9874021Z Serial tests (0): 2025-01-24T02:13:59.9874272Z Parallel tests (0): 2025-01-24T02:13:59.9944841Z Running cpp/reduce_ops_test 1/1 ... [2025-01-24 02:13:59.986988] 2025-01-24T02:13:59.9945317Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:13:59.9959016Z 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-0a1a0b355ecc9bfc.xml', '-x', '--reruns=2'] ... [2025-01-24 02:13:59.986988] 2025-01-24T02:13:59.9960969Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:14:02.6851011Z 2025-01-24T02:14:02.6852223Z 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_73bd14cc08f60db9_.log 2025-01-24T02:14:02.6852868Z 2025-01-24T02:14:04.5190232Z Running cpp/reduce_ops_test 1/1 ... [2025-01-24 02:14:04.514438] 2025-01-24T02:14:04.5190685Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:14:04.5199577Z 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-6262cb686bd940d9.xml', '-x', '--reruns=2'] ... [2025-01-24 02:14:04.514438] 2025-01-24T02:14:07.8765709Z 2025-01-24T02:14:07.8766884Z 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_9368286d2f7b6081_.log 2025-01-24T02:14:07.8767594Z 2025-01-24T02:14:08.7159338Z Running test batch 'tests to run' cost 8.73 seconds 2025-01-24T02:14:09.4342663Z 2025-01-24T02:14:09.4343242Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:14:09.4343759Z echo "reduce_ops_test" failed with exit code 0 2025-01-24T02:14:09.4344125Z goto fail 2025-01-24T02:14:09.4344328Z ) 2025-01-24T02:14:09.4344471Z 2025-01-24T02:14:09.4344673Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:14:09.4345123Z echo "reduce_ops_test" failed with exit code 0 2025-01-24T02:14:09.4345440Z goto fail 2025-01-24T02:14:09.4345830Z ) 2025-01-24T02:14:09.4345942Z 2025-01-24T02:14:09.4346135Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:14:09.4353901Z 2025-01-24T02:14:09.4354415Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:14:09.4355270Z call :libtorch_check "reportMemoryUsage_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-01-24T02:14:09.4356025Z if errorlevel 1 goto fail 2025-01-24T02:14:09.4356277Z ) 2025-01-24T02:14:09.4364108Z 2025-01-24T02:14:09.4365268Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:14:09.4367858Z 2025-01-24T02:14:09.4368352Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:14:09.4370854Z 2025-01-24T02:14:09.4371314Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "verify_api_visibility" goto :eof 2025-01-24T02:14:09.4371797Z 2025-01-24T02:14:09.4372935Z (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-01-24T02:14:09.4374055Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-01-24T02:14:09.4374554Z 2025-01-24T02:14:09.4374911Z (base) C:\actions-runner\_work\pytorch\pytorch>if "reportMemoryUsage_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:14:09.4376648Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2025-01-24T02:14:09.4377229Z goto :eof 2025-01-24T02:14:09.4377425Z ) 2025-01-24T02:14:09.4377560Z 2025-01-24T02:14:09.4377961Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/reportMemoryUsage_test" 2025-01-24T02:14:09.6046163Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:14:09.6047224Z import pkg_resources 2025-01-24T02:14:15.1306967Z Found test times from artifacts 2025-01-24T02:14:15.2167510Z Found test times from artifacts 2025-01-24T02:14:15.2197634Z Running 25% of tests based on TD 2025-01-24T02:14:15.2203327Z Running parallel tests on 3 processes 2025-01-24T02:14:15.2203822Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:14:15.2204164Z Serial tests (0): 2025-01-24T02:14:15.2204403Z Parallel tests (1): 2025-01-24T02:14:15.2204690Z cpp/reportMemoryUsage_test 1/1 2025-01-24T02:14:15.2205026Z Name: excluded (est. time: 0.0min) 2025-01-24T02:14:15.2205301Z Serial tests (0): 2025-01-24T02:14:15.2205563Z Parallel tests (0): 2025-01-24T02:14:15.2278446Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-01-24 02:14:15.216018] 2025-01-24T02:14:15.2278937Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:14:15.2300363Z 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-7ee9640430235952.xml', '-x', '--reruns=2'] ... [2025-01-24 02:14:15.216018] 2025-01-24T02:14:15.2302199Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:14:18.1183860Z 2025-01-24T02:14:18.1184899Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_86762b7adca64d5b_.log 2025-01-24T02:14:18.1185643Z 2025-01-24T02:14:19.6788297Z Running cpp/reportMemoryUsage_test 1/1 ... [2025-01-24 02:14:19.678256] 2025-01-24T02:14:19.6788880Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:14:19.6799121Z 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-78d0ddf48f8a0052.xml', '-x', '--reruns=2'] ... [2025-01-24 02:14:19.679395] 2025-01-24T02:14:22.9299384Z 2025-01-24T02:14:22.9300656Z cpp/reportMemoryUsage_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.reportMemoryUsage_test_1.1_76d52fb0fd0baa49_.log 2025-01-24T02:14:22.9301399Z 2025-01-24T02:14:23.7637512Z Running test batch 'tests to run' cost 8.54 seconds 2025-01-24T02:14:24.4906520Z 2025-01-24T02:14:24.4907245Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:14:24.4907823Z echo "reportMemoryUsage_test" failed with exit code 0 2025-01-24T02:14:24.4908208Z goto fail 2025-01-24T02:14:24.4908400Z ) 2025-01-24T02:14:24.4908546Z 2025-01-24T02:14:24.4909323Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:14:24.4910325Z echo "reportMemoryUsage_test" failed with exit code 0 2025-01-24T02:14:24.4910717Z goto fail 2025-01-24T02:14:24.4910911Z ) 2025-01-24T02:14:24.4911119Z 2025-01-24T02:14:24.4911287Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:14:24.4915915Z 2025-01-24T02:14:24.4916169Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:14:24.4916880Z call :libtorch_check "scalar_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-01-24T02:14:24.4917578Z if errorlevel 1 goto fail 2025-01-24T02:14:24.4917853Z ) 2025-01-24T02:14:24.4927065Z 2025-01-24T02:14:24.4927511Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:14:24.4930539Z 2025-01-24T02:14:24.4931039Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:14:24.4933251Z 2025-01-24T02:14:24.4933633Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:14:24.4934872Z 2025-01-24T02:14:24.4935492Z (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-01-24T02:14:24.4936483Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-01-24T02:14:24.4937064Z 2025-01-24T02:14:24.4938419Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:14:24.4939177Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2025-01-24T02:14:24.4939725Z goto :eof 2025-01-24T02:14:24.4939962Z ) 2025-01-24T02:14:24.4940074Z 2025-01-24T02:14:24.4940459Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_tensor_test" 2025-01-24T02:14:24.6652316Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:14:24.6653232Z import pkg_resources 2025-01-24T02:14:30.3368904Z Found test times from artifacts 2025-01-24T02:14:30.4242844Z Found test times from artifacts 2025-01-24T02:14:30.4272986Z Running 25% of tests based on TD 2025-01-24T02:14:30.4278658Z Running parallel tests on 3 processes 2025-01-24T02:14:30.4279135Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:14:30.4279477Z Serial tests (0): 2025-01-24T02:14:30.4279749Z Parallel tests (1): 2025-01-24T02:14:30.4280003Z cpp/scalar_tensor_test 1/1 2025-01-24T02:14:30.4280316Z Name: excluded (est. time: 0.0min) 2025-01-24T02:14:30.4280597Z Serial tests (0): 2025-01-24T02:14:30.4280856Z Parallel tests (0): 2025-01-24T02:14:30.4356587Z Running cpp/scalar_tensor_test 1/1 ... [2025-01-24 02:14:30.435110] 2025-01-24T02:14:30.4357158Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:14:30.4367504Z 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-db3bb1f4bd3302e5.xml', '-x', '--reruns=2'] ... [2025-01-24 02:14:30.436285] 2025-01-24T02:14:30.4369364Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:14:33.2107886Z 2025-01-24T02:14:33.2108889Z 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_9fc1dca2eac0e2d6_.log 2025-01-24T02:14:33.2109721Z 2025-01-24T02:14:34.9362983Z Running cpp/scalar_tensor_test 1/1 ... [2025-01-24 02:14:34.935376] 2025-01-24T02:14:34.9363452Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:14:34.9374876Z 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-08ef2f62ae4dbc2a.xml', '-x', '--reruns=2'] ... [2025-01-24 02:14:34.935376] 2025-01-24T02:14:38.2956053Z 2025-01-24T02:14:38.2956978Z 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_00987d89effe1046_.log 2025-01-24T02:14:38.2957686Z 2025-01-24T02:14:39.1258451Z Running test batch 'tests to run' cost 8.71 seconds 2025-01-24T02:14:39.8656692Z 2025-01-24T02:14:39.8657453Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:14:39.8657970Z echo "scalar_tensor_test" failed with exit code 0 2025-01-24T02:14:39.8658363Z goto fail 2025-01-24T02:14:39.8658569Z ) 2025-01-24T02:14:39.8658714Z 2025-01-24T02:14:39.8658936Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:14:39.8659576Z echo "scalar_tensor_test" failed with exit code 0 2025-01-24T02:14:39.8659914Z goto fail 2025-01-24T02:14:39.8660137Z ) 2025-01-24T02:14:39.8660245Z 2025-01-24T02:14:39.8660436Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:14:39.8660700Z 2025-01-24T02:14:39.8660839Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:14:39.8662827Z call :libtorch_check "scalar_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-01-24T02:14:39.8663489Z if errorlevel 1 goto fail 2025-01-24T02:14:39.8663731Z ) 2025-01-24T02:14:39.8666331Z 2025-01-24T02:14:39.8667097Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:14:39.8670234Z 2025-01-24T02:14:39.8670813Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:14:39.8672678Z 2025-01-24T02:14:39.8673150Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "verify_api_visibility" goto :eof 2025-01-24T02:14:39.8674146Z 2025-01-24T02:14:39.8674968Z (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-01-24T02:14:39.8675930Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-01-24T02:14:39.8676658Z 2025-01-24T02:14:39.8677089Z (base) C:\actions-runner\_work\pytorch\pytorch>if "scalar_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:14:39.8678279Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2025-01-24T02:14:39.8678786Z goto :eof 2025-01-24T02:14:39.8679010Z ) 2025-01-24T02:14:39.8679116Z 2025-01-24T02:14:39.8679753Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/scalar_test" 2025-01-24T02:14:40.0384602Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:14:40.0385482Z import pkg_resources 2025-01-24T02:14:45.4991853Z Found test times from artifacts 2025-01-24T02:14:45.5845232Z Found test times from artifacts 2025-01-24T02:14:45.5875592Z Running 25% of tests based on TD 2025-01-24T02:14:45.5881598Z Running parallel tests on 3 processes 2025-01-24T02:14:45.5882398Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:14:45.5883126Z Serial tests (0): 2025-01-24T02:14:45.5883440Z Parallel tests (1): 2025-01-24T02:14:45.5883693Z cpp/scalar_test 1/1 2025-01-24T02:14:45.5883977Z Name: excluded (est. time: 0.0min) 2025-01-24T02:14:45.5884290Z Serial tests (0): 2025-01-24T02:14:45.5884536Z Parallel tests (0): 2025-01-24T02:14:45.5960513Z Running cpp/scalar_test 1/1 ... [2025-01-24 02:14:45.595858] 2025-01-24T02:14:45.5961166Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:14:45.5971061Z 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-55e25039cb610b81.xml', '-x', '--reruns=2'] ... [2025-01-24 02:14:45.596446] 2025-01-24T02:14:45.5972938Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:14:48.2992551Z 2025-01-24T02:14:48.2993673Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_3d4c7c3071658288_.log 2025-01-24T02:14:48.2994309Z 2025-01-24T02:14:50.0483518Z Running cpp/scalar_test 1/1 ... [2025-01-24 02:14:50.043160] 2025-01-24T02:14:50.0483987Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:14:50.0492977Z 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-50efa7e81c8cf31b.xml', '-x', '--reruns=2'] ... [2025-01-24 02:14:50.043160] 2025-01-24T02:14:53.7764657Z 2025-01-24T02:14:53.7765635Z cpp/scalar_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.scalar_test_1.1_5e75d855837b302c_.log 2025-01-24T02:14:53.7766421Z 2025-01-24T02:14:54.5889835Z Running test batch 'tests to run' cost 9.0 seconds 2025-01-24T02:14:55.3910838Z 2025-01-24T02:14:55.3911528Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:14:55.3911981Z echo "scalar_test" failed with exit code 0 2025-01-24T02:14:55.3912329Z goto fail 2025-01-24T02:14:55.3912568Z ) 2025-01-24T02:14:55.3912677Z 2025-01-24T02:14:55.3912889Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:14:55.3913344Z echo "scalar_test" failed with exit code 0 2025-01-24T02:14:55.3913677Z goto fail 2025-01-24T02:14:55.3913870Z ) 2025-01-24T02:14:55.3914003Z 2025-01-24T02:14:55.3914167Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:14:55.3921771Z 2025-01-24T02:14:55.3922201Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:14:55.3922995Z call :libtorch_check "StorageUtils_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-01-24T02:14:55.3923671Z if errorlevel 1 goto fail 2025-01-24T02:14:55.3923951Z ) 2025-01-24T02:14:55.3931933Z 2025-01-24T02:14:55.3932653Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:14:55.3935803Z 2025-01-24T02:14:55.3936561Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:14:55.3938832Z 2025-01-24T02:14:55.3939236Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "verify_api_visibility" goto :eof 2025-01-24T02:14:55.3940303Z 2025-01-24T02:14:55.3940861Z (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-01-24T02:14:55.3941847Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-01-24T02:14:55.3942318Z 2025-01-24T02:14:55.3942652Z (base) C:\actions-runner\_work\pytorch\pytorch>if "StorageUtils_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:14:55.3943457Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\StorageUtils_test.exe" 2025-01-24T02:14:55.3944871Z goto :eof 2025-01-24T02:14:55.3945109Z ) 2025-01-24T02:14:55.3945231Z 2025-01-24T02:14:55.3945746Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/StorageUtils_test" 2025-01-24T02:14:55.5806297Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:14:55.5807392Z import pkg_resources 2025-01-24T02:15:01.0289902Z Found test times from artifacts 2025-01-24T02:15:01.1214344Z Found test times from artifacts 2025-01-24T02:15:01.1245328Z Running 25% of tests based on TD 2025-01-24T02:15:01.1250670Z Running parallel tests on 3 processes 2025-01-24T02:15:01.1251128Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:15:01.1251435Z Serial tests (0): 2025-01-24T02:15:01.1251716Z Parallel tests (1): 2025-01-24T02:15:01.1251993Z cpp/StorageUtils_test 1/1 2025-01-24T02:15:01.1252281Z Name: excluded (est. time: 0.0min) 2025-01-24T02:15:01.1252617Z Serial tests (0): 2025-01-24T02:15:01.1252879Z Parallel tests (0): 2025-01-24T02:15:01.1328304Z Running cpp/StorageUtils_test 1/1 ... [2025-01-24 02:15:01.131273] 2025-01-24T02:15:01.1328919Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:15:01.1338460Z 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-7342e6b829982df8.xml', '-x', '--reruns=2'] ... [2025-01-24 02:15:01.131273] 2025-01-24T02:15:01.1340248Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:15:03.8494505Z 2025-01-24T02:15:03.8495731Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_ed7dc8f825951fee_.log 2025-01-24T02:15:03.8497501Z 2025-01-24T02:15:05.6039150Z Running cpp/StorageUtils_test 1/1 ... [2025-01-24 02:15:05.603412] 2025-01-24T02:15:05.6039701Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:15:05.6048883Z 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-e2434cb625069732.xml', '-x', '--reruns=2'] ... [2025-01-24 02:15:05.604553] 2025-01-24T02:15:08.7780385Z 2025-01-24T02:15:08.7781518Z cpp/StorageUtils_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.StorageUtils_test_1.1_e644cc0cdea4ec3e_.log 2025-01-24T02:15:08.7782210Z 2025-01-24T02:15:09.5943292Z Running test batch 'tests to run' cost 8.48 seconds 2025-01-24T02:15:10.3901291Z 2025-01-24T02:15:10.3902085Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:15:10.3902784Z echo "StorageUtils_test" failed with exit code 0 2025-01-24T02:15:10.3903161Z goto fail 2025-01-24T02:15:10.3903353Z ) 2025-01-24T02:15:10.3903504Z 2025-01-24T02:15:10.3903707Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:15:10.3904165Z echo "StorageUtils_test" failed with exit code 0 2025-01-24T02:15:10.3915750Z goto fail 2025-01-24T02:15:10.3915982Z ) 2025-01-24T02:15:10.3916096Z 2025-01-24T02:15:10.3916277Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:15:10.3916563Z 2025-01-24T02:15:10.3916690Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:15:10.3917428Z call :libtorch_check "stride_properties_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-01-24T02:15:10.3918116Z if errorlevel 1 goto fail 2025-01-24T02:15:10.3918421Z ) 2025-01-24T02:15:10.3922662Z 2025-01-24T02:15:10.3923294Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:15:10.3927084Z 2025-01-24T02:15:10.3927785Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:15:10.3930477Z 2025-01-24T02:15:10.3931162Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "verify_api_visibility" goto :eof 2025-01-24T02:15:10.3931640Z 2025-01-24T02:15:10.3932179Z (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-01-24T02:15:10.3933167Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-01-24T02:15:10.3933730Z 2025-01-24T02:15:10.3934156Z (base) C:\actions-runner\_work\pytorch\pytorch>if "stride_properties_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:15:10.3934956Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2025-01-24T02:15:10.3936374Z goto :eof 2025-01-24T02:15:10.3936572Z ) 2025-01-24T02:15:10.3936805Z 2025-01-24T02:15:10.3937227Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/stride_properties_test" 2025-01-24T02:15:10.5683920Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:15:10.5684757Z import pkg_resources 2025-01-24T02:15:16.0646845Z Found test times from artifacts 2025-01-24T02:15:16.1500069Z Found test times from artifacts 2025-01-24T02:15:16.1528549Z Running 25% of tests based on TD 2025-01-24T02:15:16.1534115Z Running parallel tests on 3 processes 2025-01-24T02:15:16.1534597Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:15:16.1534895Z Serial tests (0): 2025-01-24T02:15:16.1535120Z Parallel tests (1): 2025-01-24T02:15:16.1535392Z cpp/stride_properties_test 1/1 2025-01-24T02:15:16.1535687Z Name: excluded (est. time: 0.0min) 2025-01-24T02:15:16.1535951Z Serial tests (0): 2025-01-24T02:15:16.1536182Z Parallel tests (0): 2025-01-24T02:15:16.1608313Z Running cpp/stride_properties_test 1/1 ... [2025-01-24 02:15:16.159780] 2025-01-24T02:15:16.1608767Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:15:16.1620311Z 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-51d42c77e096e532.xml', '-x', '--reruns=2'] ... [2025-01-24 02:15:16.159780] 2025-01-24T02:15:16.1622950Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:15:18.8332118Z 2025-01-24T02:15:18.8333227Z 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_831fa284574c881c_.log 2025-01-24T02:15:18.8333938Z 2025-01-24T02:15:20.6756323Z Running cpp/stride_properties_test 1/1 ... [2025-01-24 02:15:20.675387] 2025-01-24T02:15:20.6756845Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:15:20.6765915Z 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-818aa8a6e8737566.xml', '-x', '--reruns=2'] ... [2025-01-24 02:15:20.675952] 2025-01-24T02:15:24.6039936Z 2025-01-24T02:15:24.6040900Z 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_ba7abba079e44fd8_.log 2025-01-24T02:15:24.6041601Z 2025-01-24T02:15:25.4435765Z Running test batch 'tests to run' cost 9.29 seconds 2025-01-24T02:15:26.1371666Z 2025-01-24T02:15:26.1372695Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:15:26.1373211Z echo "stride_properties_test" failed with exit code 0 2025-01-24T02:15:26.1373652Z goto fail 2025-01-24T02:15:26.1373849Z ) 2025-01-24T02:15:26.1373993Z 2025-01-24T02:15:26.1374207Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:15:26.1374651Z echo "stride_properties_test" failed with exit code 0 2025-01-24T02:15:26.1374992Z goto fail 2025-01-24T02:15:26.1375182Z ) 2025-01-24T02:15:26.1375282Z 2025-01-24T02:15:26.1375440Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:15:26.1381037Z 2025-01-24T02:15:26.1381302Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:15:26.1382024Z call :libtorch_check "tensor_iterator_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-01-24T02:15:26.1382697Z if errorlevel 1 goto fail 2025-01-24T02:15:26.1382938Z ) 2025-01-24T02:15:26.1392155Z 2025-01-24T02:15:26.1392532Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:15:26.1396325Z 2025-01-24T02:15:26.1396825Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:15:26.1399131Z 2025-01-24T02:15:26.1399561Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "verify_api_visibility" goto :eof 2025-01-24T02:15:26.1400531Z 2025-01-24T02:15:26.1401074Z (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-01-24T02:15:26.1402041Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-01-24T02:15:26.1402540Z 2025-01-24T02:15:26.1402946Z (base) C:\actions-runner\_work\pytorch\pytorch>if "tensor_iterator_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:15:26.1403712Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2025-01-24T02:15:26.1404225Z goto :eof 2025-01-24T02:15:26.1404415Z ) 2025-01-24T02:15:26.1404513Z 2025-01-24T02:15:26.1404907Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/tensor_iterator_test" 2025-01-24T02:15:26.3056243Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:15:26.3057070Z import pkg_resources 2025-01-24T02:15:31.7742280Z Found test times from artifacts 2025-01-24T02:15:31.8732156Z Found test times from artifacts 2025-01-24T02:15:31.8768040Z Running 25% of tests based on TD 2025-01-24T02:15:31.8775046Z Running parallel tests on 3 processes 2025-01-24T02:15:31.8776177Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:15:31.8776494Z Serial tests (0): 2025-01-24T02:15:31.8776727Z Parallel tests (1): 2025-01-24T02:15:31.8776982Z cpp/tensor_iterator_test 1/1 2025-01-24T02:15:31.8777265Z Name: excluded (est. time: 0.0min) 2025-01-24T02:15:31.8777586Z Serial tests (0): 2025-01-24T02:15:31.8777840Z Parallel tests (0): 2025-01-24T02:15:31.8865107Z Running cpp/tensor_iterator_test 1/1 ... [2025-01-24 02:15:31.886025] 2025-01-24T02:15:31.8865542Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:15:31.8875121Z 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-ad0fe58344d06811.xml', '-x', '--reruns=2'] ... [2025-01-24 02:15:31.886613] 2025-01-24T02:15:31.8876994Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:15:34.4954140Z 2025-01-24T02:15:34.4955584Z 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_e09755ea62318537_.log 2025-01-24T02:15:34.4956353Z 2025-01-24T02:15:36.2138532Z Running cpp/tensor_iterator_test 1/1 ... [2025-01-24 02:15:36.213378] 2025-01-24T02:15:36.2138986Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:15:36.2148136Z 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-19ebed06beb40a07.xml', '-x', '--reruns=2'] ... [2025-01-24 02:15:36.214531] 2025-01-24T02:15:51.4737474Z 2025-01-24T02:15:51.4738676Z 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_d2ca2f66a19a20e1_.log 2025-01-24T02:15:51.4740589Z 2025-01-24T02:15:52.2104682Z Running test batch 'tests to run' cost 20.33 seconds 2025-01-24T02:15:52.9183364Z 2025-01-24T02:15:52.9183928Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:15:52.9184423Z echo "tensor_iterator_test" failed with exit code 0 2025-01-24T02:15:52.9184752Z goto fail 2025-01-24T02:15:52.9184948Z ) 2025-01-24T02:15:52.9185065Z 2025-01-24T02:15:52.9185256Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:15:52.9185702Z echo "tensor_iterator_test" failed with exit code 0 2025-01-24T02:15:52.9186007Z goto fail 2025-01-24T02:15:52.9186193Z ) 2025-01-24T02:15:52.9186477Z 2025-01-24T02:15:52.9186691Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:15:52.9193666Z 2025-01-24T02:15:52.9193992Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:15:52.9194680Z call :libtorch_check "test_parallel" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-01-24T02:15:52.9195314Z if errorlevel 1 goto fail 2025-01-24T02:15:52.9195540Z ) 2025-01-24T02:15:52.9205034Z 2025-01-24T02:15:52.9205434Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:15:52.9208589Z 2025-01-24T02:15:52.9209051Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:15:52.9211522Z 2025-01-24T02:15:52.9211904Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "verify_api_visibility" goto :eof 2025-01-24T02:15:52.9212819Z 2025-01-24T02:15:52.9213413Z (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-01-24T02:15:52.9214469Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-01-24T02:15:52.9214907Z 2025-01-24T02:15:52.9215209Z (base) C:\actions-runner\_work\pytorch\pytorch>if "test_parallel" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:15:52.9216804Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2025-01-24T02:15:52.9217286Z goto :eof 2025-01-24T02:15:52.9217460Z ) 2025-01-24T02:15:52.9217578Z 2025-01-24T02:15:52.9217932Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/test_parallel" 2025-01-24T02:15:53.0922726Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:15:53.0923594Z import pkg_resources 2025-01-24T02:15:58.5709382Z Found test times from artifacts 2025-01-24T02:15:58.6567411Z Found test times from artifacts 2025-01-24T02:15:58.6598492Z Running 25% of tests based on TD 2025-01-24T02:15:58.6605423Z Running parallel tests on 3 processes 2025-01-24T02:15:58.6605905Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:15:58.6606196Z Serial tests (0): 2025-01-24T02:15:58.6606502Z Parallel tests (1): 2025-01-24T02:15:58.6606746Z cpp/test_parallel 1/1 2025-01-24T02:15:58.6606985Z Name: excluded (est. time: 0.0min) 2025-01-24T02:15:58.6607259Z Serial tests (0): 2025-01-24T02:15:58.6607481Z Parallel tests (0): 2025-01-24T02:15:58.6681194Z Running cpp/test_parallel 1/1 ... [2025-01-24 02:15:58.667915] 2025-01-24T02:15:58.6681621Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:15:58.6692500Z 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-abc9ad01810b4371.xml', '-x', '--reruns=2'] ... [2025-01-24 02:15:58.668509] 2025-01-24T02:15:58.6695811Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:16:01.3470327Z 2025-01-24T02:16:01.3471248Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_f524a0e26fea552d_.log 2025-01-24T02:16:01.3472051Z 2025-01-24T02:16:03.2169359Z Running cpp/test_parallel 1/1 ... [2025-01-24 02:16:03.214866] 2025-01-24T02:16:03.2169794Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:16:03.2178986Z 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-cc811b7a01cece02.xml', '-x', '--reruns=2'] ... [2025-01-24 02:16:03.214866] 2025-01-24T02:16:07.0480530Z 2025-01-24T02:16:07.0481384Z cpp/test_parallel 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.test_parallel_1.1_5ed60c10db984646_.log 2025-01-24T02:16:07.0482114Z 2025-01-24T02:16:07.8535264Z Running test batch 'tests to run' cost 9.19 seconds 2025-01-24T02:16:08.6665751Z 2025-01-24T02:16:08.6666490Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:16:08.6666964Z echo "test_parallel" failed with exit code 0 2025-01-24T02:16:08.6667266Z goto fail 2025-01-24T02:16:08.6667461Z ) 2025-01-24T02:16:08.6667568Z 2025-01-24T02:16:08.6667778Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:16:08.6668193Z echo "test_parallel" failed with exit code 0 2025-01-24T02:16:08.6668501Z goto fail 2025-01-24T02:16:08.6668688Z ) 2025-01-24T02:16:08.6668788Z 2025-01-24T02:16:08.6668951Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:16:08.6675397Z 2025-01-24T02:16:08.6675867Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:16:08.6676765Z call :libtorch_check "thread_init_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-01-24T02:16:08.6677488Z if errorlevel 1 goto fail 2025-01-24T02:16:08.6677740Z ) 2025-01-24T02:16:08.6686979Z 2025-01-24T02:16:08.6687463Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:16:08.6691012Z 2025-01-24T02:16:08.6691502Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:16:08.6693913Z 2025-01-24T02:16:08.6694485Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "verify_api_visibility" goto :eof 2025-01-24T02:16:08.6695313Z 2025-01-24T02:16:08.6695897Z (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-01-24T02:16:08.6696889Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-01-24T02:16:08.6697661Z 2025-01-24T02:16:08.6698291Z (base) C:\actions-runner\_work\pytorch\pytorch>if "thread_init_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:16:08.6699130Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2025-01-24T02:16:08.6699634Z goto :eof 2025-01-24T02:16:08.6699819Z ) 2025-01-24T02:16:08.6699914Z 2025-01-24T02:16:08.6700328Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/thread_init_test" 2025-01-24T02:16:08.8486681Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:16:08.8487530Z import pkg_resources 2025-01-24T02:16:14.5303939Z Found test times from artifacts 2025-01-24T02:16:14.6173709Z Found test times from artifacts 2025-01-24T02:16:14.6205539Z Running 25% of tests based on TD 2025-01-24T02:16:14.6211943Z Running parallel tests on 3 processes 2025-01-24T02:16:14.6212414Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:16:14.6212701Z Serial tests (0): 2025-01-24T02:16:14.6212914Z Parallel tests (1): 2025-01-24T02:16:14.6213136Z cpp/thread_init_test 1/1 2025-01-24T02:16:14.6213379Z Name: excluded (est. time: 0.0min) 2025-01-24T02:16:14.6213633Z Serial tests (0): 2025-01-24T02:16:14.6213839Z Parallel tests (0): 2025-01-24T02:16:14.6294253Z Running cpp/thread_init_test 1/1 ... [2025-01-24 02:16:14.628224] 2025-01-24T02:16:14.6294952Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:16:14.6305089Z 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-e68f07c80dd6dc60.xml', '-x', '--reruns=2'] ... [2025-01-24 02:16:14.629842] 2025-01-24T02:16:14.6306872Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:16:18.8538304Z 2025-01-24T02:16:18.8541020Z 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_bb31c56213c01560_.log 2025-01-24T02:16:18.8541728Z 2025-01-24T02:16:19.5037014Z Running cpp/thread_init_test 1/1 ... [2025-01-24 02:16:19.503530] 2025-01-24T02:16:19.5037538Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:16:19.5047769Z 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-7bd39de5b300c326.xml', '-x', '--reruns=2'] ... [2025-01-24 02:16:19.504606] 2025-01-24T02:16:23.4243794Z 2025-01-24T02:16:23.4245004Z 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_65881680f1a896c2_.log 2025-01-24T02:16:23.4245662Z 2025-01-24T02:16:24.2613087Z Running test batch 'tests to run' cost 9.64 seconds 2025-01-24T02:16:25.0540012Z 2025-01-24T02:16:25.0540787Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:16:25.0541279Z echo "thread_init_test" failed with exit code 0 2025-01-24T02:16:25.0541598Z goto fail 2025-01-24T02:16:25.0541793Z ) 2025-01-24T02:16:25.0541891Z 2025-01-24T02:16:25.0542093Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:16:25.0542525Z echo "thread_init_test" failed with exit code 0 2025-01-24T02:16:25.0542825Z goto fail 2025-01-24T02:16:25.0543015Z ) 2025-01-24T02:16:25.0543113Z 2025-01-24T02:16:25.0543276Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:16:25.0549501Z 2025-01-24T02:16:25.0549782Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:16:25.0550605Z call :libtorch_check "type_ptr_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-01-24T02:16:25.0551312Z if errorlevel 1 goto fail 2025-01-24T02:16:25.0551535Z ) 2025-01-24T02:16:25.0560648Z 2025-01-24T02:16:25.0561294Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:16:25.0564606Z 2025-01-24T02:16:25.0565125Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:16:25.0567372Z 2025-01-24T02:16:25.0567728Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "verify_api_visibility" goto :eof 2025-01-24T02:16:25.0568634Z 2025-01-24T02:16:25.0569203Z (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-01-24T02:16:25.0570133Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-01-24T02:16:25.0570811Z 2025-01-24T02:16:25.0571193Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_ptr_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:16:25.0571911Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2025-01-24T02:16:25.0572392Z goto :eof 2025-01-24T02:16:25.0572583Z ) 2025-01-24T02:16:25.0572688Z 2025-01-24T02:16:25.0573122Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_ptr_test" 2025-01-24T02:16:25.2339824Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:16:25.2340674Z import pkg_resources 2025-01-24T02:16:30.7790728Z Found test times from artifacts 2025-01-24T02:16:30.8655470Z Found test times from artifacts 2025-01-24T02:16:30.8685322Z Running 25% of tests based on TD 2025-01-24T02:16:30.8691203Z Running parallel tests on 3 processes 2025-01-24T02:16:30.8691762Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:16:30.8692049Z Serial tests (0): 2025-01-24T02:16:30.8692278Z Parallel tests (1): 2025-01-24T02:16:30.8692518Z cpp/type_ptr_test 1/1 2025-01-24T02:16:30.8692764Z Name: excluded (est. time: 0.0min) 2025-01-24T02:16:30.8693037Z Serial tests (0): 2025-01-24T02:16:30.8693258Z Parallel tests (0): 2025-01-24T02:16:30.8769675Z Running cpp/type_ptr_test 1/1 ... [2025-01-24 02:16:30.872629] 2025-01-24T02:16:30.8770109Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:16:30.8782055Z 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-fbf910863137ced9.xml', '-x', '--reruns=2'] ... [2025-01-24 02:16:30.872629] 2025-01-24T02:16:30.8783809Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:16:33.7109619Z 2025-01-24T02:16:33.7110721Z 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_5734370603c1f329_.log 2025-01-24T02:16:33.7111373Z 2025-01-24T02:16:35.3182290Z Running cpp/type_ptr_test 1/1 ... [2025-01-24 02:16:35.314081] 2025-01-24T02:16:35.3182727Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:16:35.3192070Z 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-66e26966d9c4ac1a.xml', '-x', '--reruns=2'] ... [2025-01-24 02:16:35.318168] 2025-01-24T02:16:39.0833528Z 2025-01-24T02:16:39.0834774Z 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_a63aab7af731c255_.log 2025-01-24T02:16:39.0835617Z 2025-01-24T02:16:39.9340628Z Running test batch 'tests to run' cost 9.07 seconds 2025-01-24T02:16:40.7082148Z 2025-01-24T02:16:40.7083015Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:16:40.7083520Z echo "type_ptr_test" failed with exit code 0 2025-01-24T02:16:40.7083878Z goto fail 2025-01-24T02:16:40.7084076Z ) 2025-01-24T02:16:40.7084206Z 2025-01-24T02:16:40.7084413Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:16:40.7084866Z echo "type_ptr_test" failed with exit code 0 2025-01-24T02:16:40.7085183Z goto fail 2025-01-24T02:16:40.7085401Z ) 2025-01-24T02:16:40.7085512Z 2025-01-24T02:16:40.7085709Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:16:40.7092744Z 2025-01-24T02:16:40.7093369Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:16:40.7094105Z call :libtorch_check "type_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-01-24T02:16:40.7094852Z if errorlevel 1 goto fail 2025-01-24T02:16:40.7095132Z ) 2025-01-24T02:16:40.7103590Z 2025-01-24T02:16:40.7104004Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:16:40.7107443Z 2025-01-24T02:16:40.7107989Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:16:40.7109858Z 2025-01-24T02:16:40.7110495Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "verify_api_visibility" goto :eof 2025-01-24T02:16:40.7110966Z 2025-01-24T02:16:40.7111519Z (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-01-24T02:16:40.7112462Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-01-24T02:16:40.7113391Z 2025-01-24T02:16:40.7113799Z (base) C:\actions-runner\_work\pytorch\pytorch>if "type_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:16:40.7114534Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2025-01-24T02:16:40.7115020Z goto :eof 2025-01-24T02:16:40.7115246Z ) 2025-01-24T02:16:40.7115355Z 2025-01-24T02:16:40.7115732Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/type_test" 2025-01-24T02:16:40.8868068Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:16:40.8868931Z import pkg_resources 2025-01-24T02:16:46.4454628Z Found test times from artifacts 2025-01-24T02:16:46.5325280Z Found test times from artifacts 2025-01-24T02:16:46.5351500Z Running 25% of tests based on TD 2025-01-24T02:16:46.5357528Z Running parallel tests on 3 processes 2025-01-24T02:16:46.5358653Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:16:46.5358992Z Serial tests (0): 2025-01-24T02:16:46.5359257Z Parallel tests (1): 2025-01-24T02:16:46.5359499Z cpp/type_test 1/1 2025-01-24T02:16:46.5359766Z Name: excluded (est. time: 0.0min) 2025-01-24T02:16:46.5360076Z Serial tests (0): 2025-01-24T02:16:46.5360301Z Parallel tests (0): 2025-01-24T02:16:46.5433913Z Running cpp/type_test 1/1 ... [2025-01-24 02:16:46.540975] 2025-01-24T02:16:46.5434366Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:16:46.5443476Z 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-d413232d617f1cff.xml', '-x', '--reruns=2'] ... [2025-01-24 02:16:46.540975] 2025-01-24T02:16:46.5445362Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:16:49.3559146Z 2025-01-24T02:16:49.3560521Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_50627b00a4a754f5_.log 2025-01-24T02:16:49.3561366Z 2025-01-24T02:16:51.1814647Z Running cpp/type_test 1/1 ... [2025-01-24 02:16:51.173403] 2025-01-24T02:16:51.1815094Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:16:51.1824063Z 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-dbfe551fbb9f20a5.xml', '-x', '--reruns=2'] ... [2025-01-24 02:16:51.173403] 2025-01-24T02:16:55.7420045Z 2025-01-24T02:16:55.7420982Z cpp/type_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.type_test_1.1_bbfb9df2d85ab575_.log 2025-01-24T02:16:55.7422561Z 2025-01-24T02:16:56.5355223Z Running test batch 'tests to run' cost 10.0 seconds 2025-01-24T02:16:57.3137200Z 2025-01-24T02:16:57.3137765Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:16:57.3138324Z echo "type_test" failed with exit code 0 2025-01-24T02:16:57.3138669Z goto fail 2025-01-24T02:16:57.3138887Z ) 2025-01-24T02:16:57.3139054Z 2025-01-24T02:16:57.3139313Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:16:57.3139771Z echo "type_test" failed with exit code 0 2025-01-24T02:16:57.3140136Z goto fail 2025-01-24T02:16:57.3140414Z ) 2025-01-24T02:16:57.3140691Z 2025-01-24T02:16:57.3140888Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:16:57.3148778Z 2025-01-24T02:16:57.3149411Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:16:57.3150350Z call :libtorch_check "undefined_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-01-24T02:16:57.3151172Z if errorlevel 1 goto fail 2025-01-24T02:16:57.3151462Z ) 2025-01-24T02:16:57.3160781Z 2025-01-24T02:16:57.3161154Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:16:57.3164630Z 2025-01-24T02:16:57.3165173Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:16:57.3167325Z 2025-01-24T02:16:57.3167723Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:16:57.3168973Z 2025-01-24T02:16:57.3169867Z (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-01-24T02:16:57.3170908Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-01-24T02:16:57.3171460Z 2025-01-24T02:16:57.3171886Z (base) C:\actions-runner\_work\pytorch\pytorch>if "undefined_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:16:57.3172718Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2025-01-24T02:16:57.3173272Z goto :eof 2025-01-24T02:16:57.3173475Z ) 2025-01-24T02:16:57.3173606Z 2025-01-24T02:16:57.3174003Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/undefined_tensor_test" 2025-01-24T02:16:57.4918810Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:16:57.4919705Z import pkg_resources 2025-01-24T02:17:03.0980722Z Found test times from artifacts 2025-01-24T02:17:03.1849835Z Found test times from artifacts 2025-01-24T02:17:03.1880905Z Running 25% of tests based on TD 2025-01-24T02:17:03.1887075Z Running parallel tests on 3 processes 2025-01-24T02:17:03.1887666Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:17:03.1888019Z Serial tests (0): 2025-01-24T02:17:03.1888280Z Parallel tests (1): 2025-01-24T02:17:03.1888514Z cpp/undefined_tensor_test 1/1 2025-01-24T02:17:03.1888807Z Name: excluded (est. time: 0.0min) 2025-01-24T02:17:03.1889082Z Serial tests (0): 2025-01-24T02:17:03.1889290Z Parallel tests (0): 2025-01-24T02:17:03.1962036Z Running cpp/undefined_tensor_test 1/1 ... [2025-01-24 02:17:03.186745] 2025-01-24T02:17:03.1962509Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:03.1973732Z 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-d88dcf523a9ca2e9.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:03.197041] 2025-01-24T02:17:03.1977034Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:17:05.8532310Z 2025-01-24T02:17:05.8533303Z 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_7628d6a207f5350e_.log 2025-01-24T02:17:05.8534011Z 2025-01-24T02:17:07.6643230Z Running cpp/undefined_tensor_test 1/1 ... [2025-01-24 02:17:07.663968] 2025-01-24T02:17:07.6643691Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:07.6653443Z 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-03b66236c1608ae7.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:07.665145] 2025-01-24T02:17:11.0091120Z 2025-01-24T02:17:11.0092072Z 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_b979b2e75f6f0c1e_.log 2025-01-24T02:17:11.0092761Z 2025-01-24T02:17:11.8214132Z Running test batch 'tests to run' cost 8.63 seconds 2025-01-24T02:17:12.6081221Z 2025-01-24T02:17:12.6082066Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:17:12.6082566Z echo "undefined_tensor_test" failed with exit code 0 2025-01-24T02:17:12.6082924Z goto fail 2025-01-24T02:17:12.6083106Z ) 2025-01-24T02:17:12.6083222Z 2025-01-24T02:17:12.6083527Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:17:12.6084370Z echo "undefined_tensor_test" failed with exit code 0 2025-01-24T02:17:12.6084972Z goto fail 2025-01-24T02:17:12.6085147Z ) 2025-01-24T02:17:12.6085444Z 2025-01-24T02:17:12.6085606Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:17:12.6091642Z 2025-01-24T02:17:12.6091997Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:17:12.6092736Z call :libtorch_check "verify_api_visibility" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\verify_api_visibility.exe" 2025-01-24T02:17:12.6093427Z if errorlevel 1 goto fail 2025-01-24T02:17:12.6093668Z ) 2025-01-24T02:17:12.6102153Z 2025-01-24T02:17:12.6102773Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:17:12.6106055Z 2025-01-24T02:17:12.6106886Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:17:12.6108527Z 2025-01-24T02:17:12.6109027Z (base) C:\actions-runner\_work\pytorch\pytorch>if "verify_api_visibility" == "verify_api_visibility" goto :eof 2025-01-24T02:17:12.6117486Z 2025-01-24T02:17:12.6117745Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:17:12.6118535Z call :libtorch_check "weakref_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-01-24T02:17:12.6119236Z if errorlevel 1 goto fail 2025-01-24T02:17:12.6119471Z ) 2025-01-24T02:17:12.6127693Z 2025-01-24T02:17:12.6128115Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:17:12.6131778Z 2025-01-24T02:17:12.6132358Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:17:12.6135195Z 2025-01-24T02:17:12.6135611Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "verify_api_visibility" goto :eof 2025-01-24T02:17:12.6136520Z 2025-01-24T02:17:12.6137067Z (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-01-24T02:17:12.6137994Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-01-24T02:17:12.6138887Z 2025-01-24T02:17:12.6139554Z (base) C:\actions-runner\_work\pytorch\pytorch>if "weakref_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:17:12.6140286Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2025-01-24T02:17:12.6140775Z goto :eof 2025-01-24T02:17:12.6140963Z ) 2025-01-24T02:17:12.6141061Z 2025-01-24T02:17:12.6141415Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/weakref_test" 2025-01-24T02:17:12.7881414Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:17:12.7882272Z import pkg_resources 2025-01-24T02:17:18.3067491Z Found test times from artifacts 2025-01-24T02:17:18.3938326Z Found test times from artifacts 2025-01-24T02:17:18.3969149Z Running 25% of tests based on TD 2025-01-24T02:17:18.3975152Z Running parallel tests on 3 processes 2025-01-24T02:17:18.3975618Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:17:18.3975912Z Serial tests (0): 2025-01-24T02:17:18.3976148Z Parallel tests (1): 2025-01-24T02:17:18.3976391Z cpp/weakref_test 1/1 2025-01-24T02:17:18.3976642Z Name: excluded (est. time: 0.0min) 2025-01-24T02:17:18.3976927Z Serial tests (0): 2025-01-24T02:17:18.3977151Z Parallel tests (0): 2025-01-24T02:17:18.4053732Z Running cpp/weakref_test 1/1 ... [2025-01-24 02:17:18.400882] 2025-01-24T02:17:18.4054403Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:18.4064028Z 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-eaac4baf1e15b1ab.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:18.400882] 2025-01-24T02:17:18.4065810Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:17:21.1458445Z 2025-01-24T02:17:21.1459505Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_146b16380473f4e0_.log 2025-01-24T02:17:21.1460248Z 2025-01-24T02:17:22.8913872Z Running cpp/weakref_test 1/1 ... [2025-01-24 02:17:22.890124] 2025-01-24T02:17:22.8914319Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:22.8923447Z 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-761e0415af716b5d.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:22.890124] 2025-01-24T02:17:26.3166381Z 2025-01-24T02:17:26.3167400Z cpp/weakref_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.weakref_test_1.1_bddb09b4ec9bea06_.log 2025-01-24T02:17:26.3168128Z 2025-01-24T02:17:27.1808182Z Running test batch 'tests to run' cost 8.78 seconds 2025-01-24T02:17:27.9391255Z 2025-01-24T02:17:27.9392025Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:17:27.9392498Z echo "weakref_test" failed with exit code 0 2025-01-24T02:17:27.9392810Z goto fail 2025-01-24T02:17:27.9392987Z ) 2025-01-24T02:17:27.9393114Z 2025-01-24T02:17:27.9393306Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:17:27.9393736Z echo "weakref_test" failed with exit code 0 2025-01-24T02:17:27.9394026Z goto fail 2025-01-24T02:17:27.9394214Z ) 2025-01-24T02:17:27.9394310Z 2025-01-24T02:17:27.9394475Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:17:27.9401001Z 2025-01-24T02:17:27.9401220Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:17:27.9402401Z call :libtorch_check "wrapdim_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-01-24T02:17:27.9403202Z if errorlevel 1 goto fail 2025-01-24T02:17:27.9403427Z ) 2025-01-24T02:17:27.9412233Z 2025-01-24T02:17:27.9412838Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:17:27.9415888Z 2025-01-24T02:17:27.9416392Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:17:27.9418400Z 2025-01-24T02:17:27.9418780Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "verify_api_visibility" goto :eof 2025-01-24T02:17:27.9419796Z 2025-01-24T02:17:27.9420570Z (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-01-24T02:17:27.9421526Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-01-24T02:17:27.9422075Z 2025-01-24T02:17:27.9422463Z (base) C:\actions-runner\_work\pytorch\pytorch>if "wrapdim_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:17:27.9423156Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2025-01-24T02:17:27.9423641Z goto :eof 2025-01-24T02:17:27.9423833Z ) 2025-01-24T02:17:27.9423932Z 2025-01-24T02:17:27.9424309Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/wrapdim_test" 2025-01-24T02:17:28.1246530Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:17:28.1247401Z import pkg_resources 2025-01-24T02:17:33.8745278Z Found test times from artifacts 2025-01-24T02:17:33.9609358Z Found test times from artifacts 2025-01-24T02:17:33.9639654Z Running 25% of tests based on TD 2025-01-24T02:17:33.9646196Z Running parallel tests on 3 processes 2025-01-24T02:17:33.9646652Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:17:33.9647157Z Serial tests (0): 2025-01-24T02:17:33.9647539Z Parallel tests (1): 2025-01-24T02:17:33.9647832Z cpp/wrapdim_test 1/1 2025-01-24T02:17:33.9648081Z Name: excluded (est. time: 0.0min) 2025-01-24T02:17:33.9648365Z Serial tests (0): 2025-01-24T02:17:33.9648594Z Parallel tests (0): 2025-01-24T02:17:33.9720371Z Running cpp/wrapdim_test 1/1 ... [2025-01-24 02:17:33.971564] 2025-01-24T02:17:33.9720793Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:33.9730834Z 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-beedb3ca964edadd.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:33.972726] 2025-01-24T02:17:33.9733160Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:17:36.5893112Z 2025-01-24T02:17:36.5894186Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_f2aa3c33f20f1159_.log 2025-01-24T02:17:36.5894949Z 2025-01-24T02:17:38.5877739Z Running cpp/wrapdim_test 1/1 ... [2025-01-24 02:17:38.581455] 2025-01-24T02:17:38.5878176Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:38.5887135Z 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-2cc6e806770fb0e9.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:38.581455] 2025-01-24T02:17:41.8750338Z 2025-01-24T02:17:41.8751233Z cpp/wrapdim_test 1/1 was successful, full logs can be found in artifacts with path test/test-reports/cpp.wrapdim_test_1.1_394913f2e14dddf8_.log 2025-01-24T02:17:41.8752064Z 2025-01-24T02:17:42.6632877Z Running test batch 'tests to run' cost 8.69 seconds 2025-01-24T02:17:43.3760572Z 2025-01-24T02:17:43.3761150Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:17:43.3761872Z echo "wrapdim_test" failed with exit code 0 2025-01-24T02:17:43.3762389Z goto fail 2025-01-24T02:17:43.3762609Z ) 2025-01-24T02:17:43.3762703Z 2025-01-24T02:17:43.3762899Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:17:43.3763321Z echo "wrapdim_test" failed with exit code 0 2025-01-24T02:17:43.3763628Z goto fail 2025-01-24T02:17:43.3763806Z ) 2025-01-24T02:17:43.3763937Z 2025-01-24T02:17:43.3764095Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:17:43.3770489Z 2025-01-24T02:17:43.3770893Z (base) C:\actions-runner\_work\pytorch\pytorch>( 2025-01-24T02:17:43.3771606Z call :libtorch_check "xla_tensor_test" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-01-24T02:17:43.3772256Z if errorlevel 1 goto fail 2025-01-24T02:17:43.3772502Z ) 2025-01-24T02:17:43.3781394Z 2025-01-24T02:17:43.3781802Z (base) C:\actions-runner\_work\pytorch\pytorch>cd C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:17:43.3785375Z 2025-01-24T02:17:43.3785892Z (base) C:\actions-runner\_work\pytorch\pytorch>set CPP_TESTS_DIR=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test 2025-01-24T02:17:43.3788084Z 2025-01-24T02:17:43.3788826Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "verify_api_visibility" goto :eof 2025-01-24T02:17:43.3789753Z 2025-01-24T02:17:43.3790526Z (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-01-24T02:17:43.3791563Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-01-24T02:17:43.3792424Z 2025-01-24T02:17:43.3792905Z (base) C:\actions-runner\_work\pytorch\pytorch>if "xla_tensor_test" == "c10_intrusive_ptr_benchmark" ( 2025-01-24T02:17:43.3793640Z call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2025-01-24T02:17:43.3794123Z goto :eof 2025-01-24T02:17:43.3794309Z ) 2025-01-24T02:17:43.3794406Z 2025-01-24T02:17:43.3794784Z (base) C:\actions-runner\_work\pytorch\pytorch>python test\run_test.py --cpp --verbose -i "cpp/xla_tensor_test" 2025-01-24T02:17:43.5507183Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-01-24T02:17:43.5508044Z import pkg_resources 2025-01-24T02:17:49.0558305Z Found test times from artifacts 2025-01-24T02:17:49.1429147Z Found test times from artifacts 2025-01-24T02:17:49.1460031Z Running 25% of tests based on TD 2025-01-24T02:17:49.1466908Z Running parallel tests on 3 processes 2025-01-24T02:17:49.1467434Z Name: tests to run (est. time: 0.0min) 2025-01-24T02:17:49.1467716Z Serial tests (0): 2025-01-24T02:17:49.1467950Z Parallel tests (1): 2025-01-24T02:17:49.1468195Z cpp/xla_tensor_test 1/1 2025-01-24T02:17:49.1468444Z Name: excluded (est. time: 0.0min) 2025-01-24T02:17:49.1468717Z Serial tests (0): 2025-01-24T02:17:49.1468939Z Parallel tests (0): 2025-01-24T02:17:49.1543023Z Running cpp/xla_tensor_test 1/1 ... [2025-01-24 02:17:49.144886] 2025-01-24T02:17:49.1543457Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:49.1553172Z 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-765f3f8e420f46ec.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:49.144886] 2025-01-24T02:17:49.1555062Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2025-01-24T02:17:51.8920780Z 2025-01-24T02:17:51.8921763Z 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_94d83305d865983c_.log 2025-01-24T02:17:51.8922594Z 2025-01-24T02:17:53.6351402Z Running cpp/xla_tensor_test 1/1 ... [2025-01-24 02:17:53.629445] 2025-01-24T02:17:53.6351854Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-01-24T02:17:53.6361068Z 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-52deb6c5e4711229.xml', '-x', '--reruns=2'] ... [2025-01-24 02:17:53.635048] 2025-01-24T02:17:56.8314324Z 2025-01-24T02:17:56.8315419Z 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_fecf351cbd7ade1a_.log 2025-01-24T02:17:56.8316079Z 2025-01-24T02:17:57.6854704Z Running test batch 'tests to run' cost 8.54 seconds 2025-01-24T02:17:58.4544584Z 2025-01-24T02:17:58.4545405Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 ( 2025-01-24T02:17:58.4545874Z echo "xla_tensor_test" failed with exit code 0 2025-01-24T02:17:58.4546176Z goto fail 2025-01-24T02:17:58.4546375Z ) 2025-01-24T02:17:58.4546469Z 2025-01-24T02:17:58.4546677Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2025-01-24T02:17:58.4547091Z echo "xla_tensor_test" failed with exit code 0 2025-01-24T02:17:58.4547413Z goto fail 2025-01-24T02:17:58.4547599Z ) 2025-01-24T02:17:58.4547697Z 2025-01-24T02:17:58.4548038Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T02:17:58.4562460Z 2025-01-24T02:17:58.4562923Z (base) C:\actions-runner\_work\pytorch\pytorch>goto :eof 2025-01-24T02:17:58.4589028Z + [[ 0 == \1 ]] 2025-01-24T02:17:58.4590151Z + assert_git_not_dirty 2025-01-24T02:17:58.4590416Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2025-01-24T02:17:58.4590709Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2025-01-24T02:17:58.4716551Z ++ git status --porcelain 2025-01-24T02:17:58.4775648Z ++ grep -v '?? third_party' 2025-01-24T02:18:01.1565979Z ++ true 2025-01-24T02:18:01.1570039Z + git_status= 2025-01-24T02:18:01.1570270Z + [[ -n '' ]] 2025-01-24T02:18:01.1570574Z + echo 'TEST PASSED' 2025-01-24T02:18:01.1570826Z TEST PASSED 2025-01-24T02:18:01.1714666Z ##[group]Run cat test/**/*_toprint.log || true 2025-01-24T02:18:01.1715099Z cat test/**/*_toprint.log || true 2025-01-24T02:18:01.1734389Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T02:18:01.1734850Z env: 2025-01-24T02:18:01.1735067Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:01.1735454Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:01.1735997Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:01.1736567Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:01.1736963Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:01.1737275Z ##[endgroup] 2025-01-24T02:18:01.2473210Z cat: 'test/**/*_toprint.log': No such file or directory 2025-01-24T02:18:01.2702005Z Prepare all required actions 2025-01-24T02:18:01.2702592Z Getting action download info 2025-01-24T02:18:01.4178940Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-24T02:18:01.6521294Z Download action repository 'actions/upload-artifact@v4' (SHA:65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) 2025-01-24T02:18:02.3651730Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-01-24T02:18:02.3652060Z with: 2025-01-24T02:18:02.3652393Z file-suffix: test-default-1-3-windows.4xlarge.nonephemeral_36097507304 2025-01-24T02:18:02.3652904Z s3-bucket: gha-artifacts 2025-01-24T02:18:02.3653139Z env: 2025-01-24T02:18:02.3653318Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:02.3653684Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:02.3654194Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:02.3654690Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:02.3655079Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:02.3655443Z ##[endgroup] 2025-01-24T02:18:02.3752767Z ##[group]Run # -ir => recursive include all files in pattern 2025-01-24T02:18:02.3753202Z # -ir => recursive include all files in pattern 2025-01-24T02:18:02.3753642Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.json' 2025-01-24T02:18:02.3769231Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T02:18:02.3769702Z env: 2025-01-24T02:18:02.3769900Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:02.3770283Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:02.3770814Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:02.3771278Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:02.3771684Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:02.3772121Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_36097507304 2025-01-24T02:18:02.3772511Z ##[endgroup] 2025-01-24T02:18:02.7441439Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T02:18:02.7508334Z Finished 2025-01-24T02:18:02.8536311Z 2025-01-24T02:18:02.8536857Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2025-01-24T02:18:02.8537164Z 2025-01-24T02:18:02.8537249Z Scanning the drive: 2025-01-24T02:18:02.8537482Z 106 files, 25819 bytes (26 KiB) 2025-01-24T02:18:02.8537666Z 2025-01-24T02:18:02.8537997Z Creating archive: test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:02.8538443Z 2025-01-24T02:18:02.8538577Z Add new data to archive: 106 files, 25819 bytes (26 KiB) 2025-01-24T02:18:02.8538822Z 2025-01-24T02:18:02.8538826Z 2025-01-24T02:18:02.8538913Z Files read from disk: 106 2025-01-24T02:18:02.8539163Z Archive size: 34409 bytes (34 KiB) 2025-01-24T02:18:02.8539410Z Everything is Ok 2025-01-24T02:18:02.8819795Z ##[group]Run # -ir => recursive include all files in pattern 2025-01-24T02:18:02.8820230Z # -ir => recursive include all files in pattern 2025-01-24T02:18:02.8820790Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\test-reports\*.xml' -ir'!test\test-reports\*.csv' 2025-01-24T02:18:02.8836262Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T02:18:02.8836723Z env: 2025-01-24T02:18:02.8836908Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:02.8837295Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:02.8837905Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:02.8838378Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:02.8838814Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:02.8840806Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_36097507304 2025-01-24T02:18:02.8841243Z ##[endgroup] 2025-01-24T02:18:03.2818882Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T02:18:03.2886145Z Finished 2025-01-24T02:18:03.3781196Z 2025-01-24T02:18:03.3781770Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2025-01-24T02:18:03.3782104Z 2025-01-24T02:18:03.3782190Z Scanning the drive: 2025-01-24T02:18:03.3782426Z 216 files, 462731 bytes (452 KiB) 2025-01-24T02:18:03.3782604Z 2025-01-24T02:18:03.3782991Z Creating archive: test-reports-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:03.3783640Z 2025-01-24T02:18:03.3783785Z Add new data to archive: 216 files, 462731 bytes (452 KiB) 2025-01-24T02:18:03.3784037Z 2025-01-24T02:18:03.3784041Z 2025-01-24T02:18:03.3784154Z Files read from disk: 216 2025-01-24T02:18:03.3784400Z Archive size: 133001 bytes (130 KiB) 2025-01-24T02:18:03.3784703Z Everything is Ok 2025-01-24T02:18:03.4114776Z ##[group]Run # -ir => recursive include all files in pattern 2025-01-24T02:18:03.4115252Z # -ir => recursive include all files in pattern 2025-01-24T02:18:03.4115805Z 7z a "logs-$Env:FILE_SUFFIX.zip" 'usage_log.txt' -ir'!test\test-reports\*.log' 2025-01-24T02:18:03.4132077Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T02:18:03.4132599Z env: 2025-01-24T02:18:03.4132781Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:03.4133206Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:03.4133739Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:03.4134207Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:03.4134600Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:03.4135031Z FILE_SUFFIX: test-default-1-3-windows.4xlarge.nonephemeral_36097507304 2025-01-24T02:18:03.4135436Z ##[endgroup] 2025-01-24T02:18:03.7618708Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T02:18:03.7685817Z Finished 2025-01-24T02:18:03.8055728Z 2025-01-24T02:18:03.8056396Z 7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11 2025-01-24T02:18:03.8056765Z 2025-01-24T02:18:03.8056859Z Scanning the drive: 2025-01-24T02:18:03.8057005Z 2025-01-24T02:18:03.8057180Z WARNING: The system cannot find the file specified. 2025-01-24T02:18:03.8057560Z usage_log.txt 2025-01-24T02:18:03.8057670Z 2025-01-24T02:18:03.8726762Z 286 files, 991905 bytes (969 KiB) 2025-01-24T02:18:03.8727016Z 2025-01-24T02:18:03.8727343Z Creating archive: logs-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:03.8727810Z 2025-01-24T02:18:03.8727971Z Add new data to archive: 286 files, 991905 bytes (969 KiB) 2025-01-24T02:18:03.8728227Z 2025-01-24T02:18:03.8728235Z 2025-01-24T02:18:03.8728343Z Files read from disk: 286 2025-01-24T02:18:03.8728585Z Archive size: 250284 bytes (245 KiB) 2025-01-24T02:18:03.8728763Z 2025-01-24T02:18:03.8728863Z Scan WARNINGS for files and folders: 2025-01-24T02:18:03.8729041Z 2025-01-24T02:18:03.8729246Z usage_log.txt : The system cannot find the file specified. 2025-01-24T02:18:03.8729617Z ---------------- 2025-01-24T02:18:03.8729834Z Scan WARNINGS: 1 2025-01-24T02:18:03.8935131Z ##[error]Process completed with exit code 1. 2025-01-24T02:18:03.9033186Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T02:18:03.9033554Z with: 2025-01-24T02:18:03.9033751Z s3-bucket: gha-artifacts 2025-01-24T02:18:03.9034056Z s3-prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T02:18:03.9034477Z retention-days: 14 2025-01-24T02:18:03.9034695Z if-no-files-found: warn 2025-01-24T02:18:03.9034951Z path: test-jsons-*.zip 2025-01-24T02:18:03.9035171Z name: artifact 2025-01-24T02:18:03.9035380Z region: us-east-1 2025-01-24T02:18:03.9035596Z env: 2025-01-24T02:18:03.9036323Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:03.9036719Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:03.9037261Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:03.9037761Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:03.9038156Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:03.9038460Z ##[endgroup] 2025-01-24T02:18:04.2879731Z NOTE: s3-prefix specified, ignoring name parameter 2025-01-24T02:18:04.2880175Z With the provided path, there will be 1 file uploaded 2025-01-24T02:18:04.2880751Z Uploading to s3 prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T02:18:04.2893679Z Starting upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:04.4803710Z Finished upload of test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:04.5058015Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T02:18:04.5058315Z with: 2025-01-24T02:18:04.5058504Z s3-bucket: gha-artifacts 2025-01-24T02:18:04.5058790Z s3-prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T02:18:04.5059108Z retention-days: 14 2025-01-24T02:18:04.5059324Z if-no-files-found: error 2025-01-24T02:18:04.5059569Z path: test-reports-*.zip 2025-01-24T02:18:04.5059850Z name: artifact 2025-01-24T02:18:04.5060058Z region: us-east-1 2025-01-24T02:18:04.5060302Z env: 2025-01-24T02:18:04.5060485Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:04.5060860Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:04.5061411Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:04.5061876Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:04.5062270Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:04.5062562Z ##[endgroup] 2025-01-24T02:18:04.9023143Z NOTE: s3-prefix specified, ignoring name parameter 2025-01-24T02:18:04.9023585Z With the provided path, there will be 1 file uploaded 2025-01-24T02:18:04.9023992Z Uploading to s3 prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T02:18:04.9036984Z Starting upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:05.0530638Z Finished upload of test-reports-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:05.0792545Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T02:18:05.0792843Z with: 2025-01-24T02:18:05.0793677Z s3-bucket: gha-artifacts 2025-01-24T02:18:05.0794312Z s3-prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T02:18:05.0794635Z retention-days: 14 2025-01-24T02:18:05.0794866Z if-no-files-found: ignore 2025-01-24T02:18:05.0795110Z path: logs-*.zip 2025-01-24T02:18:05.0795309Z name: artifact 2025-01-24T02:18:05.0795517Z region: us-east-1 2025-01-24T02:18:05.0795718Z env: 2025-01-24T02:18:05.0795902Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:05.0796278Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:05.0796796Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:05.0797265Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:05.0797653Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:05.0797951Z ##[endgroup] 2025-01-24T02:18:05.4711091Z NOTE: s3-prefix specified, ignoring name parameter 2025-01-24T02:18:05.4711525Z With the provided path, there will be 1 file uploaded 2025-01-24T02:18:05.4712484Z Uploading to s3 prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T02:18:05.4725851Z Starting upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:05.6852001Z Finished upload of logs-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip 2025-01-24T02:18:05.7112611Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T02:18:05.7113085Z with: 2025-01-24T02:18:05.7113276Z s3-bucket: gha-artifacts 2025-01-24T02:18:05.7113561Z s3-prefix: pytorch/pytorch/12940918145/1/artifact 2025-01-24T02:18:05.7113869Z retention-days: 14 2025-01-24T02:18:05.7114091Z if-no-files-found: ignore 2025-01-24T02:18:05.7114329Z path: debug-*.zip 2025-01-24T02:18:05.7114518Z name: artifact 2025-01-24T02:18:05.7114709Z region: us-east-1 2025-01-24T02:18:05.7114901Z env: 2025-01-24T02:18:05.7115066Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:05.7115442Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:05.7116040Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:05.7116514Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:05.7116915Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:05.7117205Z ##[endgroup] 2025-01-24T02:18:06.0967197Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2025-01-24T02:18:06.1202874Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-01-24T02:18:06.1203306Z python3 .github/scripts/parse_ref.py 2025-01-24T02:18:06.1229028Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T02:18:06.1229465Z env: 2025-01-24T02:18:06.1229662Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:06.1230038Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:06.1230558Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:06.1231031Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:06.1231427Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:06.1231719Z ##[endgroup] 2025-01-24T02:18:06.2041321Z ##[group]Run # This step removes PyTorch installed by the test to give a clean slate 2025-01-24T02:18:06.2041951Z # This step removes PyTorch installed by the test to give a clean slate 2025-01-24T02:18:06.2042367Z # to the next job 2025-01-24T02:18:06.2042649Z python3 -mpip uninstall -y torch 2025-01-24T02:18:06.2062678Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T02:18:06.2063122Z env: 2025-01-24T02:18:06.2063309Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:06.2064803Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:06.2065335Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:06.2065834Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:06.2066223Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:06.2066530Z ##[endgroup] 2025-01-24T02:18:06.7424001Z Found existing installation: torch 2.7.0a0+gitd087145 2025-01-24T02:18:07.7283190Z Uninstalling torch-2.7.0a0+gitd087145: 2025-01-24T02:18:07.9617061Z Successfully uninstalled torch-2.7.0a0+gitd087145 2025-01-24T02:18:09.7733051Z Prepare all required actions 2025-01-24T02:18:09.7733481Z Getting action download info 2025-01-24T02:18:09.8989733Z ##[group]Run ./.github/actions/teardown-win 2025-01-24T02:18:09.8990033Z with: 2025-01-24T02:18:09.8990224Z env: 2025-01-24T02:18:09.8990396Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:09.8990771Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:09.8991291Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:09.8991753Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:09.8992152Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:09.8992528Z ##[endgroup] 2025-01-24T02:18:09.9078199Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T02:18:09.9078593Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T02:18:09.9094529Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T02:18:09.9095025Z env: 2025-01-24T02:18:09.9095288Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:09.9095675Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:09.9096208Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:09.9096679Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:09.9097083Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:09.9097374Z ##[endgroup] 2025-01-24T02:18:10.2857633Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T02:18:10.2926217Z Finished 2025-01-24T02:18:10.4424989Z Holding runner until all ssh sessions have logged out 2025-01-24T02:18:10.4671935Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T02:18:10.4672423Z .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T02:18:10.4690197Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T02:18:10.4690674Z env: 2025-01-24T02:18:10.4690860Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:10.4691255Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:10.4691778Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:10.4692252Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:10.4692643Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:10.4693018Z ##[endgroup] 2025-01-24T02:18:10.8423835Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T02:18:10.8493009Z Finished 2025-01-24T02:18:10.8889688Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T02:18:10.8890075Z env: 2025-01-24T02:18:10.8890287Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:10.8890666Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:10.8891198Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:10.8891664Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:10.8892063Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:10.8892348Z ##[endgroup] 2025-01-24T02:18:10.8970885Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T02:18:10.8971614Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T02:18:10.8972283Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T02:18:10.8972788Z # handle tool 2025-01-24T02:18:10.8974245Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T02:18:10.8974672Z Foreach ($process In $processes) { 2025-01-24T02:18:10.8974964Z  Try { 2025-01-24T02:18:10.8977091Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T02:18:10.8977836Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T02:18:10.8978236Z  } 2025-01-24T02:18:10.8978424Z  Catch { 2025-01-24T02:18:10.8978734Z  Write-Output "No leftover $process process, continuing" 2025-01-24T02:18:10.8979112Z  Write-Output $_ 2025-01-24T02:18:10.8979340Z  } 2025-01-24T02:18:10.8979527Z } 2025-01-24T02:18:10.8979714Z  2025-01-24T02:18:10.8980167Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T02:18:10.8980824Z # for hung processes 2025-01-24T02:18:10.8981103Z Foreach ($process In $processes) { 2025-01-24T02:18:10.8981389Z  Try { 2025-01-24T02:18:10.8981783Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T02:18:10.8982234Z  } 2025-01-24T02:18:10.8982418Z  Catch { 2025-01-24T02:18:10.8982625Z  Write-Output $_ 2025-01-24T02:18:10.8982865Z  } 2025-01-24T02:18:10.8983037Z } 2025-01-24T02:18:10.8983217Z  2025-01-24T02:18:10.8983389Z Try { 2025-01-24T02:18:10.8983615Z  # Print all the processes for debugging 2025-01-24T02:18:10.8984077Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T02:18:10.8984566Z } 2025-01-24T02:18:10.8984754Z Catch { 2025-01-24T02:18:10.8985161Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T02:18:10.8985634Z  Write-Output $_ 2025-01-24T02:18:10.8985861Z } 2025-01-24T02:18:10.9002585Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T02:18:10.9003064Z env: 2025-01-24T02:18:10.9003249Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:10.9003642Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:10.9004168Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:10.9004644Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:10.9005037Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:10.9005335Z ##[endgroup] 2025-01-24T02:18:11.2746248Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T02:18:11.2790277Z Finished 2025-01-24T02:18:11.2920457Z No leftover python process, continuing 2025-01-24T02:18:11.3380337Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T02:18:11.3381047Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:9 char:5 2025-01-24T02:18:11.3381655Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T02:18:11.3382069Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3382542Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T02:18:11.3383404Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T02:18:11.3384002Z 2025-01-24T02:18:11.3397867Z No leftover ninja process, continuing 2025-01-24T02:18:11.3408676Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T02:18:11.3409363Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:9 char:5 2025-01-24T02:18:11.3409917Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T02:18:11.3410331Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3411654Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T02:18:11.3412487Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T02:18:11.3413087Z 2025-01-24T02:18:11.3424409Z No leftover cl process, continuing 2025-01-24T02:18:11.3434517Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T02:18:11.3435174Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:9 char:5 2025-01-24T02:18:11.3435737Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T02:18:11.3436152Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3436747Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T02:18:11.3437547Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T02:18:11.3438140Z 2025-01-24T02:18:11.3447595Z No leftover nvcc process, continuing 2025-01-24T02:18:11.3457372Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T02:18:11.3458050Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:9 char:5 2025-01-24T02:18:11.3458612Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T02:18:11.3459009Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3459486Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T02:18:11.3460442Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T02:18:11.3461036Z 2025-01-24T02:18:11.3469842Z No leftover cmd process, continuing 2025-01-24T02:18:11.3479340Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-01-24T02:18:11.3480026Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:9 char:5 2025-01-24T02:18:11.3480576Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T02:18:11.3480981Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3481450Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-01-24T02:18:11.3482290Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T02:18:11.3482893Z 2025-01-24T02:18:11.3491291Z No leftover sccache process, continuing 2025-01-24T02:18:11.3501011Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T02:18:11.3501717Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:9 char:5 2025-01-24T02:18:11.3502274Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T02:18:11.3502707Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3503206Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T02:18:11.3504047Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T02:18:11.3504640Z 2025-01-24T02:18:11.3512590Z No leftover git process, continuing 2025-01-24T02:18:11.3522033Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T02:18:11.3522701Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:9 char:5 2025-01-24T02:18:11.3523267Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T02:18:11.3523667Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3524130Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T02:18:11.3525127Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T02:18:11.3525727Z 2025-01-24T02:18:11.3973875Z You cannot call a method on a null-valued expression. 2025-01-24T02:18:11.3974410Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:21 char:5 2025-01-24T02:18:11.3975011Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T02:18:11.3975444Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.3975853Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T02:18:11.3976288Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T02:18:11.3976727Z 2025-01-24T02:18:11.4149671Z You cannot call a method on a null-valued expression. 2025-01-24T02:18:11.4150215Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:21 char:5 2025-01-24T02:18:11.4150863Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T02:18:11.4151352Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.4151774Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T02:18:11.4152185Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T02:18:11.4152487Z 2025-01-24T02:18:11.4337982Z You cannot call a method on a null-valued expression. 2025-01-24T02:18:11.4338535Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:21 char:5 2025-01-24T02:18:11.4339120Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T02:18:11.4339743Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.4340156Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T02:18:11.4340560Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T02:18:11.4340871Z 2025-01-24T02:18:11.4508390Z You cannot call a method on a null-valued expression. 2025-01-24T02:18:11.4508918Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:21 char:5 2025-01-24T02:18:11.4509558Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T02:18:11.4510044Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.4510442Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T02:18:11.4510850Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T02:18:11.4511149Z 2025-01-24T02:18:11.4685301Z You cannot call a method on a null-valued expression. 2025-01-24T02:18:11.4685860Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:21 char:5 2025-01-24T02:18:11.4686456Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T02:18:11.4686894Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.4687317Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T02:18:11.4687769Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T02:18:11.4688194Z 2025-01-24T02:18:11.4877768Z You cannot call a method on a null-valued expression. 2025-01-24T02:18:11.4878275Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:21 char:5 2025-01-24T02:18:11.4878836Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T02:18:11.4879268Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.4879674Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T02:18:11.4880078Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T02:18:11.4880369Z 2025-01-24T02:18:11.5046309Z You cannot call a method on a null-valued expression. 2025-01-24T02:18:11.5046860Z At C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1:21 char:5 2025-01-24T02:18:11.5047706Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T02:18:11.5048215Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T02:18:11.5048610Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T02:18:11.5049015Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T02:18:11.5049314Z 2025-01-24T02:18:11.5703384Z Caption CommandLine ProcessId 2025-01-24T02:18:11.5704062Z 2025-01-24T02:18:11.5704391Z System Idle Process 0 2025-01-24T02:18:11.5704808Z 2025-01-24T02:18:11.5705072Z System 4 2025-01-24T02:18:11.5705515Z 2025-01-24T02:18:11.5706485Z Registry 168 2025-01-24T02:18:11.5706860Z 2025-01-24T02:18:11.5707578Z smss.exe 408 2025-01-24T02:18:11.5707951Z 2025-01-24T02:18:11.5708693Z csrss.exe 528 2025-01-24T02:18:11.5709064Z 2025-01-24T02:18:11.5709777Z csrss.exe 604 2025-01-24T02:18:11.5710149Z 2025-01-24T02:18:11.5711648Z wininit.exe 628 2025-01-24T02:18:11.5712122Z 2025-01-24T02:18:11.5712455Z winlogon.exe winlogon.exe 700 2025-01-24T02:18:11.5712972Z 2025-01-24T02:18:11.5713257Z services.exe 748 2025-01-24T02:18:11.5713659Z 2025-01-24T02:18:11.5714385Z lsass.exe C:\Windows\system32\lsass.exe 768 2025-01-24T02:18:11.5714923Z 2025-01-24T02:18:11.5715537Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-01-24T02:18:11.5716123Z 2025-01-24T02:18:11.5716568Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-01-24T02:18:11.5717110Z 2025-01-24T02:18:11.5718240Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-01-24T02:18:11.5718714Z 2025-01-24T02:18:11.5719445Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-01-24T02:18:11.5719916Z 2025-01-24T02:18:11.5720514Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 124 2025-01-24T02:18:11.5721034Z 2025-01-24T02:18:11.5721643Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2025-01-24T02:18:11.5722195Z 2025-01-24T02:18:11.5722793Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1044 2025-01-24T02:18:11.5723876Z 2025-01-24T02:18:11.5724468Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1156 2025-01-24T02:18:11.5725142Z 2025-01-24T02:18:11.5725430Z dwm.exe "dwm.exe" 1276 2025-01-24T02:18:11.5725808Z 2025-01-24T02:18:11.5726395Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1284 2025-01-24T02:18:11.5727065Z 2025-01-24T02:18:11.5727535Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1396 2025-01-24T02:18:11.5728172Z 2025-01-24T02:18:11.5728869Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1428 2025-01-24T02:18:11.5742544Z 2025-01-24T02:18:11.5743725Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1452 2025-01-24T02:18:11.5744367Z 2025-01-24T02:18:11.5744858Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1500 2025-01-24T02:18:11.5745451Z 2025-01-24T02:18:11.5747280Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\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_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1524 2025-01-24T02:18:11.5749515Z 2025-01-24T02:18:11.5750056Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1564 2025-01-24T02:18:11.5750688Z 2025-01-24T02:18:11.5751259Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1604 2025-01-24T02:18:11.5751938Z 2025-01-24T02:18:11.5752434Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1768 2025-01-24T02:18:11.5753032Z 2025-01-24T02:18:11.5753598Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1792 2025-01-24T02:18:11.5754270Z 2025-01-24T02:18:11.5754946Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1900 2025-01-24T02:18:11.5755655Z 2025-01-24T02:18:11.5756279Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 1964 2025-01-24T02:18:11.5757093Z 2025-01-24T02:18:11.5757604Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 2020 2025-01-24T02:18:11.5758215Z 2025-01-24T02:18:11.5758667Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 2028 2025-01-24T02:18:11.5759259Z 2025-01-24T02:18:11.5759760Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 2036 2025-01-24T02:18:11.5760363Z 2025-01-24T02:18:11.5760809Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2096 2025-01-24T02:18:11.5761364Z 2025-01-24T02:18:11.5761907Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2144 2025-01-24T02:18:11.5762533Z 2025-01-24T02:18:11.5763096Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2200 2025-01-24T02:18:11.5764289Z 2025-01-24T02:18:11.5764900Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2244 2025-01-24T02:18:11.5765581Z 2025-01-24T02:18:11.5766097Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2308 2025-01-24T02:18:11.5766723Z 2025-01-24T02:18:11.5767206Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2344 2025-01-24T02:18:11.5767817Z 2025-01-24T02:18:11.5768384Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2472 2025-01-24T02:18:11.5769023Z 2025-01-24T02:18:11.5769649Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2508 2025-01-24T02:18:11.5770278Z 2025-01-24T02:18:11.5770835Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2544 2025-01-24T02:18:11.5771472Z 2025-01-24T02:18:11.5771954Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2620 2025-01-24T02:18:11.5772527Z 2025-01-24T02:18:11.5773050Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2916 2025-01-24T02:18:11.5773534Z 2025-01-24T02:18:11.5774036Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2992 2025-01-24T02:18:11.5774663Z 2025-01-24T02:18:11.5775330Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 3000 2025-01-24T02:18:11.5776034Z 2025-01-24T02:18:11.5776533Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 3008 2025-01-24T02:18:11.5777156Z 2025-01-24T02:18:11.5777622Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 3016 2025-01-24T02:18:11.5778178Z 2025-01-24T02:18:11.5778735Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 3024 2025-01-24T02:18:11.5779409Z 2025-01-24T02:18:11.5779890Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3032 2025-01-24T02:18:11.5780460Z 2025-01-24T02:18:11.5780940Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3040 2025-01-24T02:18:11.5781527Z 2025-01-24T02:18:11.5782067Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3048 2025-01-24T02:18:11.5782644Z 2025-01-24T02:18:11.5783128Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3216 2025-01-24T02:18:11.5783741Z 2025-01-24T02:18:11.5784374Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3256 2025-01-24T02:18:11.5785100Z 2025-01-24T02:18:11.5785483Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3264 2025-01-24T02:18:11.5786096Z 2025-01-24T02:18:11.5786803Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3344 2025-01-24T02:18:11.5787555Z 2025-01-24T02:18:11.5788021Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3360 2025-01-24T02:18:11.5788598Z 2025-01-24T02:18:11.5789206Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3756 2025-01-24T02:18:11.5789905Z 2025-01-24T02:18:11.5790398Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71055 /state1:0x41c64e6d 4200 2025-01-24T02:18:11.5790991Z 2025-01-24T02:18:11.5792745Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4472 2025-01-24T02:18:11.5794526Z 2025-01-24T02:18:11.5795227Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 4600 2025-01-24T02:18:11.5796070Z 2025-01-24T02:18:11.5796418Z vds.exe C:\Windows\System32\vds.exe 1220 2025-01-24T02:18:11.5796864Z 2025-01-24T02:18:11.5797431Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2336 2025-01-24T02:18:11.5798129Z 2025-01-24T02:18:11.5798828Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 1088 2025-01-24T02:18:11.5799627Z 2025-01-24T02:18:11.5801192Z 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 1680 2025-01-24T02:18:11.5802995Z 2025-01-24T02:18:11.5803390Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4108 2025-01-24T02:18:11.5803885Z 2025-01-24T02:18:11.5804468Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 416 2025-01-24T02:18:11.5805077Z 2025-01-24T02:18:11.5805450Z msdtc.exe C:\Windows\System32\msdtc.exe 2192 2025-01-24T02:18:11.5805911Z 2025-01-24T02:18:11.5806478Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 712 2025-01-24T02:18:11.5807173Z 2025-01-24T02:18:11.5807633Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 5076 2025-01-24T02:18:11.5808284Z 2025-01-24T02:18:11.5808862Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 2924 2025-01-24T02:18:11.5809515Z 2025-01-24T02:18:11.5810021Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4448 2025-01-24T02:18:11.5810621Z 2025-01-24T02:18:11.5811110Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 2168 2025-01-24T02:18:11.5811682Z 2025-01-24T02:18:11.5812200Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 1988 2025-01-24T02:18:11.5812812Z 2025-01-24T02:18:11.5813279Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 540 2025-01-24T02:18:11.5813768Z 2025-01-24T02:18:11.5814239Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4824 2025-01-24T02:18:11.5814835Z 2025-01-24T02:18:11.5815439Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4176 2025-01-24T02:18:11.5816128Z 2025-01-24T02:18:11.5816611Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 1140 2025-01-24T02:18:11.5817224Z 2025-01-24T02:18:11.5817717Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3564 2025-01-24T02:18:11.5818298Z 2025-01-24T02:18:11.5818695Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3324 2025-01-24T02:18:11.5819191Z 2025-01-24T02:18:11.5819758Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 3956 2025-01-24T02:18:11.5820403Z 2025-01-24T02:18:11.5820922Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2120 2044 468 2025-01-24T02:18:11.5821544Z 2025-01-24T02:18:11.5822009Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1688 2025-01-24T02:18:11.5822504Z 2025-01-24T02:18:11.5822911Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4052 2025-01-24T02:18:11.5823789Z 2025-01-24T02:18:11.5824589Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\ed81bbaf-a7e9-4822-9bb0-71f05b857adf.ps1'" 2896 2025-01-24T02:18:11.5825478Z 2025-01-24T02:18:11.5826049Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 1480 2025-01-24T02:18:11.5826766Z 2025-01-24T02:18:11.5826769Z 2025-01-24T02:18:11.5826773Z 2025-01-24T02:18:11.6103463Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T02:18:11.6103756Z with: 2025-01-24T02:18:11.6103925Z shell: bash 2025-01-24T02:18:11.6104120Z timeout_minutes: 5 2025-01-24T02:18:11.6104325Z max_attempts: 3 2025-01-24T02:18:11.6104518Z retry_wait_seconds: 90 2025-01-24T02:18:11.6105504Z 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-01-24T02:18:11.6106555Z polling_interval_seconds: 1 2025-01-24T02:18:11.6106798Z warning_on_retry: true 2025-01-24T02:18:11.6107038Z continue_on_error: false 2025-01-24T02:18:11.6107267Z env: 2025-01-24T02:18:11.6107437Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:11.6107812Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:11.6108332Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:11.6108796Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:11.6109196Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:11.6109505Z EXTRA_DELETE_DIR: 2025-01-24T02:18:11.6109707Z ##[endgroup] 2025-01-24T02:18:11.7324726Z + '[' -n '' ']' 2025-01-24T02:18:11.7329638Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./defs.bzl ./docker.Makefile ./docs ./functorch ./logs-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./scripts ./setup.py ./test ./test-jsons-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip ./test-reports ./test-reports-test-default-1-3-windows.4xlarge.nonephemeral_36097507304.zip ./third_party ./tools ./torch ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-01-24T02:18:30.8154621Z Command completed after 1 attempt(s). 2025-01-24T02:18:30.8322529Z ##[group]Run handle C:\actions-runner\_work\ 2025-01-24T02:18:30.8322880Z handle C:\actions-runner\_work\ 2025-01-24T02:18:30.8338738Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T02:18:30.8339216Z env: 2025-01-24T02:18:30.8339406Z GIT_DEFAULT_BRANCH: main 2025-01-24T02:18:30.8340285Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T02:18:30.8340813Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T02:18:30.8341289Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T02:18:30.8341694Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T02:18:30.8341992Z ##[endgroup] 2025-01-24T02:18:31.2032864Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T02:18:31.2103988Z Finished 2025-01-24T02:18:31.2644827Z 2025-01-24T02:18:31.2645256Z Nthandle v5.0 - Handle viewer 2025-01-24T02:18:31.2645620Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T02:18:31.2645931Z Sysinternals - www.sysinternals.com 2025-01-24T02:18:31.2646136Z 2025-01-24T02:18:31.2918852Z powershell.exe pid: 3944 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:18:31.2919777Z handle.exe pid: 740 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:18:31.2920430Z handle.exe pid: 4404 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:18:31.2921073Z handle64.exe pid: 1404 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:18:31.3273540Z Post job cleanup. 2025-01-24T02:18:31.3376136Z Post job cleanup. 2025-01-24T02:18:31.4801278Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T02:18:31.5015997Z git version 2.47.0.windows.2 2025-01-24T02:18:31.5076948Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\724bb32c-8a70-4b30-8ce7-77702f04cbc1\.gitconfig' 2025-01-24T02:18:31.5095988Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\724bb32c-8a70-4b30-8ce7-77702f04cbc1' before making global git config changes 2025-01-24T02:18:31.5096830Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T02:18:31.5106621Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T02:18:31.5376967Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T02:18:31.5637483Z [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-01-24T02:18:31.9138265Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T02:18:31.9343147Z http.https://github.com/.extraheader 2025-01-24T02:18:31.9390145Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-01-24T02:18:31.9662194Z [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-01-24T02:18:32.3458210Z Cleaning up orphan processes