OpenGL errors on windows machines
OpenGL errors start appearing on the CI for the rendering tests. This is generated from current master 05005319
https://gitlab.kitware.com/async/paraview/-/jobs/7851067
[0KRunning with gitlab-runner 15.7.0~beta.5.gf604a51f (6d480948)[0;m
[0K on tylo.paraview.build bGhQ8ayw[0;m
section_start:1676750791:prepare_executor
[0K[0K[36;1mPreparing the "shell" executor[0;m[0;m
[0KUsing Shell executor...[0;m
section_end:1676750791:prepare_executor
[0Ksection_start:1676750791:prepare_script
[0K[0K[36;1mPreparing environment[0;m[0;m
#< CLIXML
Running on TYLO...
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>section_end:1676750792:prepare_script
[0Ksection_start:1676750792:get_sources
[0K[0K[36;1mGetting source from Git repository[0;m[0;m
#< CLIXML
[32;1mFetching changes...[0;m
Reinitialized existing Git repository in C:/glr/builds/paraview/async-paraview-ci/.git/
[32;1mChecking out 05005319 as master...[0;m
Removing .gitlab/buildcache-windows.zip
Removing .gitlab/buildcache/
Removing .gitlab/cmake-3.21.2-windows-x86_64.zip
Removing .gitlab/cmake/
Removing .gitlab/nasm-2.15.05-win64.zip
Removing .gitlab/nasm-2.15.05/
Removing .gitlab/nasm.exe
Removing .gitlab/ninja-win.zip
Removing .gitlab/ninja.exe
Removing .gitlab/python-win64-3.8.6.tar.xz
Removing .gitlab/python/
Removing build/
Removing compile_output.log
git-lfs/2.13.2 (GitHub; windows amd64; go 1.14.13; git fc664697)
[32;1mSkipping Git submodules setup[0;m
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>section_end:1676750812:get_sources
[0Ksection_start:1676750812:download_artifacts
[0K[0K[36;1mDownloading artifacts[0;m[0;m
#< CLIXML
Version: 15.7.0~beta.5.gf604a51f
Git revision: 6d480948
Git branch: 15-7-stable
GO version: go1.19
Built: 2022-12-19T16:27:40+0000
OS/Arch: windows/amd64
[32;1mDownloading artifacts for windows-vs2019:build (7851007)...[0;m
Runtime platform [0;m arch[0;m=amd64 os[0;m=windows pid[0;m=9580 revision[0;m=6d480948 version[0;m=15.7.0~beta.5.gf604a51f
Downloading artifacts from coordinator... ok [0;m id[0;m=7851007 responseStatus[0;m=200 OK token[0;m=64_epJhE
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>section_end:1676750830:download_artifacts
[0Ksection_start:1676750830:step_script
[0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m
#< CLIXML
[32;1m$ $pwdpath = $pwd.Path[0;m
[32;1m$ powershell -File ".gitlab/ci/cmake.ps1"[0;m
[32;1m$ Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\cmake\bin;$env:PATH"[0;m
[32;1m$ powershell -File ".gitlab/ci/ninja.ps1"[0;m
[32;1m$ powershell -File ".gitlab/ci/nasm.ps1"[0;m
[32;1m$ Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab;$env:PATH"[0;m
[32;1m$ cmake --version[0;m
cmake version 3.21.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
[32;1m$ ninja --version[0;m
1.10.2
[32;1m$ nasm -v[0;m
NASM version 2.15.05 compiled on Aug 28 2020
[32;1m$ git submodule foreach --recursive cmake -P "$pwdpath/.gitlab/ci/fetch_submodule.cmake"[0;m
Entering 'ThirdParty/IceT/vtkicet'
Entering 'VTK'
Entering 'VTK/ThirdParty/vtkm/vtkvtkm/vtk-m'
Entering 'VTKStreaming'
[32;1m$ git submodule sync --recursive[0;m
Synchronizing submodule url for 'ThirdParty/IceT/vtkicet'
Synchronizing submodule url for 'VTK'
Synchronizing submodule url for 'VTK/ThirdParty/vtkm/vtkvtkm/vtk-m'
Synchronizing submodule url for 'VTKStreaming'
[32;1m$ git submodule update --init --recursive[0;m
[32;1m$ cmake -P .gitlab/ci/download_python.cmake[0;m
[32;1m$ Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\python;$env:PATH"[0;m
[32;1m$ Set-Item -Force -Path "env:PYTHONHOME" -Value "$pwdpath\.gitlab\python"[0;m
[32;1m$ Invoke-Expression -Command .gitlab/ci/vcvarsall.ps1[0;m
[32;1m$ ctest --output-on-failure -V -S .gitlab/ci/ctest_test.cmake[0;m
-- This script is being run inside of GitLab-CI
Run dashboard with to-be-determined model
Source directory: c:\glr\builds\paraview\async-paraview-ci
Build directory: c:\glr\builds\paraview\async-paraview-ci/build
Reading ctest configuration file: C:/glr/builds/paraview/async-paraview-ci/CTestConfig.cmake
Site: gitlab-ci
Build name: paraview-async-branch-master-[windows_vs2019]
Use existing tag: 20230218-1845 - Experimental
Use Experimental tag: 20230218-1845
Test project C:/glr/builds/paraview/async-paraview-ci/build
Start 1: vtkkwiml.test
Start 2: ParaView::RemotingPythonAsyncCorePython-Batch-basicInit
Start 3: ParaView::RemotingMicroservicesCxx-TestPTSActiveObjects
Start 4: ParaView::RemotingMicroservicesCxx-TestPTSFileSystem
Start 5: ParaView::RemotingMicroservicesCxx-TestPTSPipelineBuilder
Start 6: ParaView::RemotingMicroservicesCxx-TestPTSPipelineViewer
Start 7: ParaView::RemotingMicroservicesCxx-TestPTSPipelineBuilderWithRendering
Start 8: pvcs.TestPTSActiveObjects
Start 9: pvcs.TestPTSFileSystem
Start 10: pvcs.TestPTSPipelineBuilder
Start 11: pvcs.TestPTSPipelineViewer
Start 12: pvcs.TestPTSPipelineBuilderWithRendering
Start 13: ParaView::RemotingMicroservicesPython-TestActiveObjects
Start 14: ParaView::RemotingMicroservicesPython-TestDefinitionManager
Start 15: ParaView::RemotingMicroservicesPython-TestPipelineBuilder
Start 16: ParaView::RemotingMicroservicesPython-TestPipelineViewer
Start 17: ParaView::RemotingMicroservicesPython-TestPythonApplication
Start 18: ParaView::RemotingMicroservicesPython-TestReaderVTI
Start 19: ParaView::RemotingMicroservicesPython-TestPipelineBuilderWithRendering
Start 20: ParaView::RemotingMicroservicesPython-TestWaveletContourPipelineWithRendering
1/45 Test #1: vtkkwiml.test ................................................................... Passed 0.42 sec
Start 21: ParaView::RemotingMicroservicesPython-TestRenderViewStreams
2/45 Test #4: ParaView::RemotingMicroservicesCxx-TestPTSFileSystem ............................ Passed 0.40 sec
Start 22: pvcs.TestPythonApplication2
3/45 Test #5: ParaView::RemotingMicroservicesCxx-TestPTSPipelineBuilder ....................... Passed 0.43 sec
Start 23: pvcs.TestPythonApplication3
4/45 Test #3: ParaView::RemotingMicroservicesCxx-TestPTSActiveObjects ......................... Passed 0.48 sec
Start 24: ParaView::RemotingServerManagerViewsCxx-TestBasicRenderView
5/45 Test #6: ParaView::RemotingMicroservicesCxx-TestPTSPipelineViewer ........................ Passed 0.48 sec
Start 25: ParaView::RemotingServerManagerCxx-TestClientApplication
6/45 Test #9: pvcs.TestPTSFileSystem .......................................................... Passed 0.53 sec
Start 26: ParaView::RemotingServerManagerCxx-TestServerApplication
7/45 Test #10: pvcs.TestPTSPipelineBuilder ..................................................... Passed 0.58 sec
Start 27: ParaView::RemotingServerManagerCxx-TestDataArraySelectionWrapping
8/45 Test #8: pvcs.TestPTSActiveObjects ....................................................... Passed 0.67 sec
Start 28: ParaView::RemotingServerManagerCxx-TestProxyDefinitionsIterator
9/45 Test #25: ParaView::RemotingServerManagerCxx-TestClientApplication ........................ Passed 0.36 sec
Start 29: ParaView::RemotingServerManagerCxx-TestSMInputProperty
10/45 Test #26: ParaView::RemotingServerManagerCxx-TestServerApplication ........................ Passed 0.32 sec
Start 30: ParaView::RemotingServerManagerCoreCxx-TestProxyDefinitionOverrides
11/45 Test #27: ParaView::RemotingServerManagerCxx-TestDataArraySelectionWrapping ............... Passed 0.33 sec
Start 31: ParaView::ServicesAsioCxx-TestBasicConnect
12/45 Test #31: ParaView::ServicesAsioCxx-TestBasicConnect ...................................... Passed 0.04 sec
Start 32: ParaView::ServicesAsioCxx-TestBigData
13/45 Test #30: ParaView::RemotingServerManagerCoreCxx-TestProxyDefinitionOverrides ............. Passed 0.15 sec
Start 33: ParaView::ServicesAsioCxx-TestCachedChannel
14/45 Test #28: ParaView::RemotingServerManagerCxx-TestProxyDefinitionsIterator ................. Passed 0.45 sec
Start 34: ParaView::ServicesAsioCxx-TestNetPacket
15/45 Test #33: ParaView::ServicesAsioCxx-TestCachedChannel ..................................... Passed 0.11 sec
Start 35: ParaView::ServicesAsioCxx-TestSendMessage
16/45 Test #34: ParaView::ServicesAsioCxx-TestNetPacket ......................................... Passed 0.03 sec
Start 36: ParaView::ServicesAsioCxx-TestSendRequest
17/45 Test #36: ParaView::ServicesAsioCxx-TestSendRequest ....................................... Passed 0.03 sec
Start 37: ParaView::ServicesAsioCxx-TestSendRequest2
18/45 Test #13: ParaView::RemotingMicroservicesPython-TestActiveObjects ......................... Passed 1.10 sec
Start 38: ParaView::ServicesAsioCxx-TestService2ServiceDataStream
19/45 Test #16: ParaView::RemotingMicroservicesPython-TestPipelineViewer ........................ Passed 1.06 sec
Start 39: ParaView::ServicesAsioCxx-TestServiceSameWorkerThread
20/45 Test #37: ParaView::ServicesAsioCxx-TestSendRequest2 ...................................... Passed 0.07 sec
Start 40: ParaView::ServicesAsioCxx-TestUncachedChannel
21/45 Test #39: ParaView::ServicesAsioCxx-TestServiceSameWorkerThread ........................... Passed 0.05 sec
Start 41: ParaView::RemotingReflectionCxx-TestReflectionBasic
22/45 Test #15: ParaView::RemotingMicroservicesPython-TestPipelineBuilder ....................... Passed 1.16 sec
Start 42: ParaView::VTKExtensionsCoreCxx-TestDataUtilities
23/45 Test #40: ParaView::ServicesAsioCxx-TestUncachedChannel ................................... Passed 0.07 sec
Start 43: ParaView::VTKExtensionsCoreCxx-TestFileSequenceParser
24/45 Test #35: ParaView::ServicesAsioCxx-TestSendMessage ....................................... Passed 0.20 sec
Start 44: ParaView::ServicesCoreCxx-TestPacket
25/45 Test #42: ParaView::VTKExtensionsCoreCxx-TestDataUtilities ................................ Passed 0.06 sec
Start 45: ParaView::ServicesCoreCxx-TestRxCPPBehavior
26/45 Test #43: ParaView::VTKExtensionsCoreCxx-TestFileSequenceParser ........................... Passed 0.05 sec
27/45 Test #2: ParaView::RemotingPythonAsyncCorePython-Batch-basicInit ......................... Passed 1.46 sec
28/45 Test #20: ParaView::RemotingMicroservicesPython-TestWaveletContourPipelineWithRendering ...***Exception: SegFault 1.12 sec
2023-02-18 15:07:44.592 ( 0.040s) [Parat ] vtkServicesEngine.cxx:145 INFO| vtkAsioServicesEngine (0000019C567DF4C0): initializing session (builtin+tcp://)
( 0.042s) [Parat ]vtkPythonInterpreter.cx:842 INFO| calling vtkPythonInterpreter::SetProgramName(C:/glr/builds/paraview/async-paraview-ci/.gitlab/python\vtkpython) to aid in setup of Python prefix.
( 0.082s) [Parat ]vtkPythonInterpreter.cx:150 INFO| adding module search path C:\glr\builds\paraview\async-paraview-ci\build\bin\Lib\site-packages
( 0.822s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.822s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.822s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| { SetFiles(...)
( 0.822s) [Parat ] vtkSMProxy.cxx:438 INFO| . handle UpdateInformation response
( 0.822s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| } 0.000 s: SetFiles(...)
( 0.822s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (0000019C5A610B70)[settings, RenderViewInteractionSettings]
( 0.822s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (0000019C5ACD5730)[sources, RTAnalyticSource]
( 0.822s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.822s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.822s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMProxy (0000019C55AD16F0)[misc, MaterialLibrary]
( 0.827s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.827s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (0000019C5A611FA0)[settings, ColorPalette]
( 0.828s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.828s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (0000019C5A611610)[settings, RenderViewSettings]
( 0.828s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.828s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.829s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (0000019C5ACD5190)[filters, Contour]
( 0.829s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 178
( 0.829s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 178
( 0.855s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.856s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMRenderViewProxy (0000019C5AEBB9C0)[views, RenderView]
( 0.861s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.862s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.862s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: Contour1(GeometryRepresentation)
( 0.864s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.864s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.865s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/NVIDIAEncoder
( 0.865s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/VpxEncoder
( 0.865s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.865s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMViewLayoutProxy (0000019C5AF057A0)[misc, ViewLayout]
( 0.865s) [rs ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.870s) [ds ]vtkGeometryRepresentati:299 INFO| { vtkGeometryRepresentation::RequestDataToRender
( 0.870s) [ds ]vtkGeometryRepresentati:299 INFO| } 0.000 s: vtkGeometryRepresentation::RequestDataToRender
( 0.873s) [Parat ] vtkSMProxy.cxx:331 INFO| handle ExecuteCommand(Update) response
( 0.873s) [Parat ] vtkSMSourceProxy.cxx:457 INFO| Proxy (sources, RTAnalyticSource): 176 has been updated!
( 0.873s) [Parat ] vtkSMSourceProxy.cxx:457 INFO| Proxy (filters, Contour): 178 has been updated!
( 0.873s) [rs ]vtkPVDataRepresentation:248 INFO| { REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (0000019C5B1E0DE0))
( 0.873s) [rs ]vtkGeometryRepresentati:347 INFO| . vtkGeometryRepresentation (0000019C5B1E0DE0): bds=[-10.000000, 10.000000, -10.000000, 10.000000, -10.000000, 10.000000]
( 0.873s) [rs ]vtkPVDataRepresentation:248 INFO| } 0.000 s: REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (0000019C5B1E0DE0))
( 0.874s) [rs ]vtkPVDataRepresentation:248 INFO| { REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (0000019C5B1E0DE0))
( 0.874s) [rs ]vtkGeometryRepresentati:347 INFO| . vtkGeometryRepresentation (0000019C5B1E0DE0): bds=[-10.000000, 10.000000, -10.000000, 10.000000, -10.000000, 10.000000]
( 0.874s) [rs ]vtkPVDataRepresentation:248 INFO| } 0.000 s: REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (0000019C5B1E0DE0))
( 0.874s) [Parat ] vtkSMProxy.cxx:331 INFO| handle ExecuteCommand(UpdateForRendering) response
( 0.963s) [rs ]vtkWin32OpenGLRenderWin:681 ERR| vtkWin32OpenGLRenderWindow (0000019C575F7230): failed to get wglChoosePixelFormatARB
( 0.964s) [rs ]vtkWin32OpenGLRenderWin:759 ERR| vtkWin32OpenGLRenderWindow (0000019C575F7230): failed to get valid pixel format.
( 0.964s) [rs ]vtkOpenGLRenderWindow.c:712 ERR| vtkWin32OpenGLRenderWindow (0000019C575F7230): GLEW could not be initialized: Missing GL version
29/45 Test #38: ParaView::ServicesAsioCxx-TestService2ServiceDataStream ......................... Passed 0.18 sec
30/45 Test #44: ParaView::ServicesCoreCxx-TestPacket ............................................ Passed 0.04 sec
31/45 Test #45: ParaView::ServicesCoreCxx-TestRxCPPBehavior ..................................... Passed 0.02 sec
32/45 Test #18: ParaView::RemotingMicroservicesPython-TestReaderVTI ............................. Passed 1.21 sec
33/45 Test #21: ParaView::RemotingMicroservicesPython-TestRenderViewStreams .....................***Exception: SegFault 1.11 sec
2023-02-18 15:07:44.629 ( 0.039s) [Parat ] vtkServicesEngine.cxx:145 INFO| vtkAsioServicesEngine (000001F295E4CD30): initializing session (builtin+tcp://)
( 0.057s) [Parat ]vtkPythonInterpreter.cx:842 INFO| calling vtkPythonInterpreter::SetProgramName(C:/glr/builds/paraview/async-paraview-ci/.gitlab/python\vtkpython) to aid in setup of Python prefix.
( 0.103s) [Parat ]vtkPythonInterpreter.cx:150 INFO| adding module search path C:\glr\builds\paraview\async-paraview-ci\build\bin\Lib\site-packages
( 0.761s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.761s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| { SetFiles(...)
( 0.761s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| } 0.000 s: SetFiles(...)
( 0.762s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001F299CBAE20)[settings, RenderViewInteractionSettings]
( 0.762s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.762s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMProxy (000001F294F68F60)[misc, MaterialLibrary]
( 0.762s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.762s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.763s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.763s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001F299CBA270)[settings, ColorPalette]
( 0.763s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.763s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (000001F29A344CB0)[sources, SphereSource]
( 0.763s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.763s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001F299CBB7B0)[settings, RenderViewSettings]
( 0.765s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.766s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.766s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (000001F29A3468D0)[filters, ShrinkFilter]
( 0.891s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.891s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMRenderViewProxy (000001F29A546640)[views, RenderView]
( 0.896s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 186
( 0.897s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.898s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.899s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: Shrink1(GeometryRepresentation)
( 0.900s) [ds ]vtkGeometryRepresentati:299 INFO| { vtkGeometryRepresentation::RequestDataToRender
( 0.900s) [Parat ] vtkSMProxy.cxx:438 INFO| . handle UpdateInformation response
( 0.900s) [Parat ] vtkSMProxy.cxx:438 INFO| . handle UpdateInformation response
( 0.900s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| . remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/NVIDIAEncoder
( 0.900s) [ds ]vtkGeometryRepresentati:299 INFO| } 0.001 s: vtkGeometryRepresentation::RequestDataToRender
( 0.900s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/VpxEncoder
( 0.901s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.901s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMViewLayoutProxy (000001F29A58ED30)[misc, ViewLayout]
( 0.901s) [rs ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.903s) [Parat ] vtkSMProxy.cxx:331 INFO| handle ExecuteCommand(Update) response
( 0.903s) [Parat ] vtkSMSourceProxy.cxx:457 INFO| Proxy (sources, SphereSource): 176 has been updated!
( 0.903s) [Parat ] vtkSMSourceProxy.cxx:457 INFO| Proxy (filters, ShrinkFilter): 178 has been updated!
( 0.903s) [rs ]vtkPVDataRepresentation:248 INFO| { REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001F299AC0F50))
( 0.903s) [rs ]vtkGeometryRepresentati:347 INFO| . vtkGeometryRepresentation (000001F299AC0F50): bds=[-0.463668, 0.463668, -0.463668, 0.463668, -0.483495, 0.483495]
( 0.903s) [rs ]vtkPVDataRepresentation:248 INFO| } 0.000 s: REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001F299AC0F50))
( 0.903s) [rs ]vtkPVDataRepresentation:248 INFO| { REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001F299AC0F50))
( 0.903s) [rs ]vtkGeometryRepresentati:347 INFO| . vtkGeometryRepresentation (000001F299AC0F50): bds=[-0.463668, 0.463668, -0.463668, 0.463668, -0.483495, 0.483495]
( 0.903s) [rs ]vtkPVDataRepresentation:248 INFO| } 0.000 s: REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001F299AC0F50))
( 0.904s) [Parat ] vtkSMProxy.cxx:331 INFO| handle ExecuteCommand(UpdateForRendering) response
( 1.018s) [Parat ]vtkWin32OpenGLRenderWin:681 ERR| vtkWin32OpenGLRenderWindow (000001F296C289C0): failed to get wglChoosePixelFormatARB
( 1.018s) [Parat ]vtkWin32OpenGLRenderWin:759 ERR| vtkWin32OpenGLRenderWindow (000001F296C289C0): failed to get valid pixel format.
( 1.018s) [Parat ]vtkOpenGLRenderWindow.c:712 ERR| vtkWin32OpenGLRenderWindow (000001F296C289C0): GLEW could not be initialized: Missing GL version
34/45 Test #41: ParaView::RemotingReflectionCxx-TestReflectionBasic ............................. Passed 0.18 sec
35/45 Test #19: ParaView::RemotingMicroservicesPython-TestPipelineBuilderWithRendering ..........***Exception: SegFault 1.25 sec
2023-02-18 15:07:44.575 ( 0.037s) [Parat ] vtkServicesEngine.cxx:145 INFO| vtkAsioServicesEngine (000001FE18F30650): initializing session (builtin+tcp://)
( 0.039s) [Parat ]vtkPythonInterpreter.cx:842 INFO| calling vtkPythonInterpreter::SetProgramName(C:/glr/builds/paraview/async-paraview-ci/.gitlab/python\vtkpython) to aid in setup of Python prefix.
( 0.081s) [Parat ]vtkPythonInterpreter.cx:150 INFO| adding module search path C:\glr\builds\paraview\async-paraview-ci\build\bin\Lib\site-packages
( 0.824s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.824s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| { SetFiles(...)
( 0.824s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| } 0.000 s: SetFiles(...)
( 0.824s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001FE1A96A7D0)[settings, RenderViewInteractionSettings]
( 0.824s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.824s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMProxy (000001FE180ED970)[misc, MaterialLibrary]
( 0.825s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.825s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.825s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.825s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001FE1A96A5B0)[settings, ColorPalette]
( 0.825s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.825s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.825s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001FE1D54E4B0)[settings, RenderViewSettings]
( 0.826s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (000001FE1D44B400)[sources, SphereSource]
( 0.828s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.828s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.828s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (000001FE1D44AE60)[filters, ShrinkFilter]
( 1.066s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 1.066s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMRenderViewProxy (000001FE1D54E070)[views, RenderView]
( 1.072s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 186
( 1.073s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 1.073s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 1.074s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: Shrink1(GeometryRepresentation)
( 1.075s) [ds ]vtkGeometryRepresentati:299 INFO| { vtkGeometryRepresentation::RequestDataToRender
( 1.075s) [ds ]vtkGeometryRepresentati:299 INFO| } 0.000 s: vtkGeometryRepresentation::RequestDataToRender
( 1.075s) [rs ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 1.076s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 1.076s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 1.076s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/NVIDIAEncoder
( 1.076s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/VpxEncoder
( 1.077s) [Parat ] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 1.077s) [Parat ]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMViewLayoutProxy (000001FE1D692990)[misc, ViewLayout]
( 1.077s) [Parat ] vtkSMProxy.cxx:331 INFO| handle ExecuteCommand(Update) response
( 1.077s) [Parat ] vtkSMSourceProxy.cxx:457 INFO| Proxy (sources, SphereSource): 176 has been updated!
( 1.077s) [Parat ] vtkSMSourceProxy.cxx:457 INFO| Proxy (filters, ShrinkFilter): 178 has been updated!
( 1.078s) [rs ]vtkPVDataRepresentation:248 INFO| { REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001FE1CC15980))
( 1.078s) [rs ]vtkGeometryRepresentati:347 INFO| . vtkGeometryRepresentation (000001FE1CC15980): bds=[-0.463668, 0.463668, -0.463668, 0.463668, -0.483495, 0.483495]
( 1.078s) [rs ]vtkPVDataRepresentation:248 INFO| } 0.000 s: REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001FE1CC15980))
( 1.078s) [rs ]vtkPVDataRepresentation:248 INFO| { REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001FE1CC15980))
( 1.078s) [rs ]vtkGeometryRepresentati:347 INFO| . vtkGeometryRepresentation (000001FE1CC15980): bds=[-0.463668, 0.463668, -0.463668, 0.463668, -0.483495, 0.483495]
( 1.078s) [rs ]vtkPVDataRepresentation:248 INFO| } 0.000 s: REQUEST_PREPARE_FOR_RENDER(vtkGeometryRepresentation (000001FE1CC15980))
( 1.078s) [Parat ] vtkSMProxy.cxx:331 INFO| handle ExecuteCommand(UpdateForRendering) response
( 1.127s) [Parat ]vtkWin32OpenGLRenderWin:681 ERR| vtkWin32OpenGLRenderWindow (000001FE19D4A8A0): failed to get wglChoosePixelFormatARB
( 1.127s) [Parat ]vtkWin32OpenGLRenderWin:759 ERR| vtkWin32OpenGLRenderWindow (000001FE19D4A8A0): failed to get valid pixel format.
( 1.127s) [Parat ]vtkOpenGLRenderWindow.c:712 ERR| vtkWin32OpenGLRenderWindow (000001FE19D4A8A0): GLEW could not be initialized: Missing GL version
36/45 Test #14: ParaView::RemotingMicroservicesPython-TestDefinitionManager ..................... Passed 1.51 sec
37/45 Test #22: pvcs.TestPythonApplication2 ..................................................... Passed 1.31 sec
38/45 Test #17: ParaView::RemotingMicroservicesPython-TestPythonApplication ..................... Passed 1.48 sec
39/45 Test #11: pvcs.TestPTSPipelineViewer ...................................................... Passed 1.95 sec
40/45 Test #29: ParaView::RemotingServerManagerCxx-TestSMInputProperty .......................... Passed 1.46 sec
41/45 Test #23: pvcs.TestPythonApplication3 ..................................................... Passed 2.45 sec
42/45 Test #7: ParaView::RemotingMicroservicesCxx-TestPTSPipelineBuilderWithRendering ..........***Exception: SegFault 2.88 sec
( 0.039s) [TestPTSPipelineB] vtkServicesEngine.cxx:145 INFO| vtkAsioServicesEngine (000001A20B3EB180): initializing session (builtin+tcp://)
( 0.190s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.190s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.190s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001A20DD9AFA0)[settings, RenderViewInteractionSettings]
( 0.190s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| { SetFiles(...)
( 0.190s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| } 0.000 s: SetFiles(...)
( 0.190s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.191s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (000001A20E2DE860)[sources, SphereSource]
( 0.191s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.191s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.191s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMProxy (000001A20B374BC0)[misc, MaterialLibrary]
( 0.191s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 176
( 0.193s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 176
( 0.194s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.195s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.195s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001A20DD9A1D0)[settings, ColorPalette]
( 0.195s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.195s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (000001A20E2DE3E0)[filters, ShrinkFilter]
( 0.195s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.196s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (000001A20DD99EA0)[settings, RenderViewSettings]
( 0.246s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.246s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMRenderViewProxy (000001A20E4E7DD0)[views, RenderView]
( 0.254s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.254s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.254s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/NVIDIAEncoder
( 0.254s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: RenderView1/ImageDeliverer/VideoEncoderType/VpxEncoder
( 0.255s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.581s) [TestPTSPipelineB]vtkWin32OpenGLRenderWin:681 ERR| vtkWin32OpenGLRenderWindow (000001A20E567000): failed to get wglChoosePixelFormatARB
( 0.589s) [TestPTSPipelineB]vtkWin32OpenGLRenderWin:759 ERR| vtkWin32OpenGLRenderWindow (000001A20E567000): failed to get valid pixel format.
( 0.590s) [TestPTSPipelineB]vtkOpenGLRenderWindow.c:712 ERR| vtkWin32OpenGLRenderWindow (000001A20E567000): GLEW could not be initialized: Missing GL version
( 0.594s) [TestPTSPipelineB]vtkWindowsTestUtilities:33 ERR| Error: EXCEPTION_ACCESS_VIOLATION
( 2.809s) [TestPTSPipelineB]vtkWindowsTestUtilities:99 ERR| at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at UnhandledExceptionFilter
at memset
at _C_specific_handler
at _chkstk
at RtlRaiseException
at KiUserExceptionDispatcher
43/45 Test #24: ParaView::RemotingServerManagerViewsCxx-TestBasicRenderView .....................***Exception: SegFault 2.78 sec
( 0.040s) [TestBasicRenderV] vtkServicesEngine.cxx:145 INFO| vtkAsioServicesEngine (000001F0B8B37A60): initializing session (builtin+tcp://)
( 0.188s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.189s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.189s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.189s) [ds ] vtkObjectWrapper.cxx:464 INFO| Calling vtkAlgorithm::UpdatePipeline(0.000000)
( 0.213s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
( 0.352s) [TestBasicRenderV]vtkWin32OpenGLRenderWin:681 ERR| vtkWin32OpenGLRenderWindow (000001F0BBBC4A70): failed to get wglChoosePixelFormatARB
( 0.357s) [TestBasicRenderV]vtkWin32OpenGLRenderWin:759 ERR| vtkWin32OpenGLRenderWindow (000001F0BBBC4A70): failed to get valid pixel format.
( 0.358s) [TestBasicRenderV]vtkOpenGLRenderWindow.c:712 ERR| vtkWin32OpenGLRenderWindow (000001F0BBBC4A70): GLEW could not be initialized: Missing GL version
( 0.360s) [TestBasicRenderV]vtkWindowsTestUtilities:33 ERR| Error: EXCEPTION_ACCESS_VIOLATION
( 2.683s) [TestBasicRenderV]vtkWindowsTestUtilities:99 ERR| at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at UnhandledExceptionFilter
at memset
at _C_specific_handler
at _chkstk
at RtlRaiseException
at KiUserExceptionDispatcher
44/45 Test #32: ParaView::ServicesAsioCxx-TestBigData ........................................... Passed 9.24 sec
45/45 Test #12: pvcs.TestPTSPipelineBuilderWithRendering ........................................***Timeout 99.86 sec
Test Server.
vtkSMTestDriver: server command is:
"C:/glr/builds/paraview/async-paraview-ci/build/bin/pvserver.exe" "--timeout=100" "--enable-bt" "--sp=0"
vtkSMTestDriver: starting process server 0
-------------- server 0 output --------------
2023-02-18 15:07:44.380 ( 0.029s) [pvserver ] vtkServicesEngine.cxx:145 INFO| vtkAsioServicesEngine (000002BD19DCE010): initializing session (tcp://tylo:0)
Connection URL: cs://tylo:60896
Accepting connection(s): tylo:60896
vtkSMTestDriver: server 0 successfully started.
vtkSMTestDriver: client command is:
"C:/glr/builds/paraview/async-paraview-ci/build/bin/vtkRemotingMicroservicesCxxTests.exe" "TestPTSPipelineBuilderWithRendering" "--test-directory=C:/glr/builds/paraview/async-paraview-ci/build/Testing/Temporary" "--data-directory=C:/glr/builds/paraview/async-paraview-ci/build/ExternalData" "--enable-bt" "--dr" "--exit" "--url=cs://tylo:60896"
vtkSMTestDriver: starting process client
-------------- client output --------------
( 0.036s) [TestPTSPipelineB] vtkServicesEngine.cxx:145 INFO| vtkAsioServicesEngine (0000029DABCE9160): initializing session (builtin+tcp://)
Client started
vtkSMTestDriver: client successfully started.
-------------- server output --------------
2023-02-18 15:07:44.692 ( 0.342s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
-------------- client output --------------
( 0.171s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
-------------- server output --------------
2023-02-18 15:07:44.693 ( 0.343s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| { SetFiles(...)
-------------- client output --------------
( 0.171s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (0000029DAD5CFBF0)[settings, RenderViewInteractionSettings]
-------------- server output --------------
2023-02-18 15:07:44.693 ( 0.343s) [rs ]vtkPVMaterialLibrary.cx:188 INFO| } 0.000 s: SetFiles(...)
-------------- client output --------------
( 0.171s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
-------------- server output --------------
2023-02-18 15:07:44.693 ( 0.343s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 176
-------------- client output --------------
( 0.171s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (0000029DAE4508D0)[sources, SphereSource]
-------------- server output --------------
2023-02-18 15:07:44.693 ( 0.343s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 176
-------------- client output --------------
( 0.173s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
-------------- server output --------------
2023-02-18 15:07:44.695 ( 0.345s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
-------------- client output --------------
( 0.174s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
-------------- server output --------------
2023-02-18 15:07:44.735 ( 0.385s) [io_context ]vtkRemoteObjectProvider:72 INFO| Abort for gid 186
-------------- client output --------------
( 0.174s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMProxy (0000029DABCF9240)[misc, MaterialLibrary]
-------------- server output --------------
2023-02-18 15:07:44.737 ( 0.387s) [ds ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
-------------- client output --------------
( 0.176s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.176s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSourceProxy (0000029DAE44EEF0)[filters, ShrinkFilter]
-------------- server output --------------
2023-02-18 15:07:44.847 ( 0.496s) [rs ] vtkObjectWrapper.cxx:362 INFO| Calling vtkAlgorithm::UpdateInformation
-------------- client output --------------
( 0.204s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.204s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (0000029DAD5CFE10)[settings, ColorPalette]
( 0.205s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.205s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMRenderViewProxy (0000029DAE602DD0)[views, RenderView]
( 0.216s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.216s) [TestPTSPipelineB] vtkSMProxy.cxx:438 INFO| handle UpdateInformation response
( 0.217s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: vtkSMSettingsProxy (0000029DAE4E32A0)[settings, RenderViewSettings]
( 0.217s) [TestPTSPipelineB]vtkSMParaViewPipelineCo:1116 INFO| remove annotation: Shrink1(GeometryRepresentation)
( 0.420s) [TestPTSPipelineB]vtkWin32OpenGLRenderWin:681 ERR| vtkWin32OpenGLRenderWindow (0000029DAE55FF10): failed to get wglChoosePixelFormatARB
vtkSMTestDriver: ***** Test will fail, because the string: "failed"
vtkSMTestDriver: ***** was found in the following output from the client:
"( 0.420s) [TestPTSPipelineB]vtkWin32OpenGLRenderWin:681 ERR| vtkWin32OpenGLRenderWindow (0000029DAE55FF10): failed to get wglChoosePixelFormatARB"
( 0.424s) [TestPTSPipelineB]vtkWin32OpenGLRenderWin:759 ERR| vtkWin32OpenGLRenderWindow (0000029DAE55FF10): failed to get valid pixel format.
( 0.425s) [TestPTSPipelineB]vtkOpenGLRenderWindow.c:712 ERR| vtkWin32OpenGLRenderWindow (0000029DAE55FF10): GLEW could not be initialized: Missing GL version
( 0.427s) [TestPTSPipelineB]vtkWindowsTestUtilities:33 ERR| Error: EXCEPTION_ACCESS_VIOLATION
-------------- server output --------------
2023-02-18 15:07:47.360 ( 3.009s) [io_context ]vtkAsioInternalsConnect:123 ERR| Failed to read header. Closing socket. Error: (10054) (An existing connection was forcibly closed by the remote host.)
-------------- client output --------------
( 2.835s) [TestPTSPipelineB]vtkWindowsTestUtilities:99 ERR| at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at UnhandledExceptionFilter
at memset
at _C_specific_handler
at _chkstk
at RtlRaiseException
at KiUserExceptionDispatcher
87% tests passed, 6 tests failed out of 45
Label Time Summary:
ParaView = 129.01 sec*proc (30 tests)
ParaView::RemotingMicroservices = 15.67 sec*proc (14 tests)
ParaView::RemotingPythonAsyncCore = 1.46 sec*proc (1 test)
ParaView::RemotingReflection = 0.18 sec*proc (1 test)
ParaView::RemotingServerManager = 2.92 sec*proc (5 tests)
ParaView::RemotingServerManagerCore = 0.15 sec*proc (1 test)
ParaView::RemotingServerManagerViews = 2.78 sec*proc (1 test)
ParaView::ServicesAsio = 10.01 sec*proc (10 tests)
ParaView::ServicesCore = 0.06 sec*proc (2 tests)
ParaView::VTKExtensionsCore = 0.11 sec*proc (2 tests)
vtkPVVTKExtensionsCore = 0.11 sec*proc (2 tests)
vtkRemotingMicroservices = 15.67 sec*proc (14 tests)
vtkRemotingPythonAsyncCore = 1.46 sec*proc (1 test)
vtkRemotingReflection = 0.18 sec*proc (1 test)
vtkRemotingServerManager = 2.92 sec*proc (5 tests)
vtkRemotingServerManagerCore = 0.15 sec*proc (1 test)
vtkRemotingServerManagerViews = 2.78 sec*proc (1 test)
vtkServicesAsio = 10.01 sec*proc (10 tests)
vtkServicesCore = 0.06 sec*proc (2 tests)
Total Test time (real) = 100.27 sec
The following tests FAILED:
7 - ParaView::RemotingMicroservicesCxx-TestPTSPipelineBuilderWithRendering (SEGFAULT)
12 - pvcs.TestPTSPipelineBuilderWithRendering (Timeout)
19 - ParaView::RemotingMicroservicesPython-TestPipelineBuilderWithRendering (SEGFAULT)
20 - ParaView::RemotingMicroservicesPython-TestWaveletContourPipelineWithRendering (SEGFAULT)
21 - ParaView::RemotingMicroservicesPython-TestRenderViewStreams (SEGFAULT)
24 - ParaView::RemotingServerManagerViewsCxx-TestBasicRenderView (SEGFAULT)
Submit files
Send to group: Experimental
SubmitURL: https://open.cdash.org/submit.php?project=ParaView
Uploaded: C:/glr/builds/paraview/async-paraview-ci/build/Testing/20230218-1845/Test.xml
Submission successful
CMake Error at C:/glr/builds/paraview/async-paraview-ci/.gitlab/ci/ctest_test.cmake:33 (message):
Failed to test
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>section_end:1676750965:step_script
[0Ksection_start:1676750965:upload_artifacts_on_failure
[0K[0K[36;1mUploading artifacts for failed job[0;m[0;m
#< CLIXML
Version: 15.7.0~beta.5.gf604a51f
Git revision: 6d480948
Git branch: 15-7-stable
GO version: go1.19
Built: 2022-12-19T16:27:40+0000
OS/Arch: windows/amd64
[32;1mUploading artifacts...[0;m
Runtime platform [0;m arch[0;m=amd64 os[0;m=windows pid[0;m=3964 revision[0;m=6d480948 version[0;m=15.7.0~beta.5.gf604a51f
[0;33mWARNING: build/install/: no matching files. Ensure that the artifact path is relative to the working directory[0;m
build/Testing/Temporary: found 10 matching files and directories[0;m
Uploading artifacts as "archive" to coordinator... 201 Created[0;m id[0;m=7851067 responseStatus[0;m=201 Created token[0;m=64_epJhE
Version: 15.7.0~beta.5.gf604a51f
Git revision: 6d480948
Git branch: 15-7-stable
GO version: go1.19
Built: 2022-12-19T16:27:40+0000
OS/Arch: windows/amd64
[32;1mUploading artifacts...[0;m
Runtime platform [0;m arch[0;m=amd64 os[0;m=windows pid[0;m=10612 revision[0;m=6d480948 version[0;m=15.7.0~beta.5.gf604a51f
build/junit.xml: found 1 matching files and directories[0;m
Uploading artifacts as "junit" to coordinator... 201 Created[0;m id[0;m=7851067 responseStatus[0;m=201 Created token[0;m=64_epJhE
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>section_end:1676750967:upload_artifacts_on_failure
[0Ksection_start:1676750967:cleanup_file_variables
[0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m
#< CLIXML
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"><Obj S="progress" RefId="0"><TN RefId="0"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N="SourceId">1</I64><PR N="Record"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>section_end:1676750968:cleanup_file_variables
[0K[31;1mERROR: Job failed: exit status 1
[0;m