Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a standalone .rpm package #160

Open
HakunMatat4 opened this issue Dec 13, 2021 · 13 comments
Open

Provide a standalone .rpm package #160

HakunMatat4 opened this issue Dec 13, 2021 · 13 comments
Labels
help wanted Please help with this issue! source:superbuild

Comments

@HakunMatat4
Copy link

HakunMatat4 commented Dec 13, 2021

Context
F3D binary release is provided in different format, relocatable archive, debian package and such.
However, there is no .rpm yet.
It would be nice to provide it as a .rpm for easier installation on fedora based distribution.

Suggested solution
Rely on cpack RPM packager as we do for debian package, see f3d-app/f3d-superbuild#52
for a prototype of a solution.

Pain points
See below, @HakunMatat4 and @mwestphal both failed to create the package as expected because we both have no expertise in RPM packaging.

Skills needed
RPM Pacakaging

@HakunMatat4
Copy link
Author

@mwestphal

.rpm is way more pain in the butt than expected:

  • CentOS is like Debian, amazing as a server but as a desktop is a big NO, errors and more errors when trying to run f3d
  • OpenSUSE is a popular RPM desktop but again, more errors coz the latest libraries in place aren't up to date. They have a weird system release so I needed something more robust and trustworthy
  • Fedora: A walk in the park

All the tests with Fedora worked like a charm with one single exception.

Running from .tar.gz:

  • f3d opens
  • STL can be "open with" then point the f3d path
  • double click opens f3d after the step above
  • hold & drag works for both file and folder

Simulating .rpm and just like a did with .deb I manually copied the files to their place. CPack will be doing this:

  • f3d is available under the applications menu
  • "open with" shows F3D as an option
  • double click an STL file opens f3d and loads the file
  • hold & drag works for both file and folder

Exception:

  • thumbnails is a big no: "f3d crashed" message would show up. The application itself works so the problem I believe is the system itself.

CPack should have no problems and f3d works on an RPM system. You should never need to install tons of libraries and workarounds to get it working just like Fedora. Adding it into the RPM package will cause those crash errors to show up.

@mwestphal
Copy link
Contributor

tried again, not trivial to do. lets postpone this: f3d-app/f3d-superbuild#52

@mwestphal mwestphal modified the milestones: 2.0.0, 2.1.0 Apr 12, 2023
@HakunMatat4
Copy link
Author

@mwestphal this is the old.
So it worked fine on Fedora, we just need a RPM package to automate the installation.
I will spin up a VM with Fedora and see what I can do.

@mwestphal
Copy link
Contributor

Here is the new PR: f3d-app/f3d-superbuild#52

@mwestphal
Copy link
Contributor

@H4kunaM4tata let me know if you have any issue with the superbuild. BTW maybe we can ask @topazus for help if needed.

@mwestphal mwestphal removed their assignment May 17, 2023
@mwestphal
Copy link
Contributor

any luck with that @H4kunaM4tata ?

@mwestphal mwestphal modified the milestones: 2.1.0, 2.2.0 Jun 18, 2023
@mwestphal
Copy link
Contributor

I tried too, and got burned too. No idea how RPM handle dependencies with libraries.

@mwestphal mwestphal modified the milestones: 2.2.0, 2.3.0 Sep 17, 2023
@mwestphal mwestphal modified the milestones: 2.3.0, 2.4.0 Dec 21, 2023
@mwestphal mwestphal added the help wanted Please help with this issue! label Jan 7, 2024
@mwestphal
Copy link
Contributor

@HakunMatat4 wanna try again ? I think having this would still be beneficial.

@Meakk Meakk added this to F3D Feb 2, 2024
@mwestphal mwestphal removed this from the 2.4.0 milestone Feb 3, 2024
@mwestphal mwestphal moved this to To do in F3D Feb 10, 2024
@topazus
Copy link
Contributor

topazus commented Mar 26, 2024

@mwestphal The f3d package on Fedora was approved.[1] Before commiting files and building package, I wonder how to do the tests of ctest when building, although the tests are not the must. For now, most of the tests failed. [2]

[1] https://src.fedoraproject.org/rpms/f3d
[2] https://download.copr.fedorainfracloud.org/results/topazus/test/fedora-rawhide-x86_64/07215503-f3d/builder-live.log.gz

@Meakk
Copy link
Member

Meakk commented Mar 26, 2024

That's most likely because the X server is not running.
In our CI we are using Xvfb to run an "off-screen" X context.

Xvfb :0 -screen 0 1280x1024x24 &

@mwestphal
Copy link
Contributor

Or simply, xvfb-run ctest

@topazus
Copy link
Contributor

topazus commented Mar 26, 2024

Well, xvfb-run -a bash -c "%ctest" in .spec file expands to xvfb-run -a bash -c ' /usr/bin/ctest --test-dir redhat-linux-build --output-on-failure --force-new-ctest-process -j2 '

Here is the the result of failing to run the tests in %check when building:

+ xvfb-run -a bash -c '
  /usr/bin/ctest --test-dir redhat-linux-build            --output-on-failure            --force-new-ctest-process             -j2 '
Internal ctest changing into directory: /builddir/build/BUILD/f3d-2.3.0/redhat-linux-build
Test project /builddir/build/BUILD/f3d-2.3.0/redhat-linux-build
        Start 266: f3d::TestOutput
        Start 270: f3d::TestInteractionRecord
  1/335 Test #270: f3d::TestInteractionRecord .........................................Subprocess aborted***Exception:   0.15 sec

        Start   1: f3d::VTKExtensionsAlembicReaderCxx-TestF3DAlembicReader
  2/335 Test #266: f3d::TestOutput ....................................................Subprocess aborted***Exception:   0.16 sec

        Start   2: f3d::VTKExtensionsAssimpReaderCxx-TestF3DAssimpImporter
  3/335 Test   #1: f3d::VTKExtensionsAlembicReaderCxx-TestF3DAlembicReader ............   Passed    0.04 sec
        Start   3: f3d::VTKExtensionsAssimpReaderCxx-TestF3DAssimpImportError
  4/335 Test   #2: f3d::VTKExtensionsAssimpReaderCxx-TestF3DAssimpImporter ............   Passed    0.05 sec
        Start   4: f3d::VTKExtensionsDracoReaderCxx-TestF3DDracoReader
  5/335 Test   #3: f3d::VTKExtensionsAssimpReaderCxx-TestF3DAssimpImportError .........   Passed    0.03 sec
        Start   5: f3d::VTKExtensionsOCCTReaderCxx-TestF3DOCCTReader
  6/335 Test   #4: f3d::VTKExtensionsDracoReaderCxx-TestF3DDracoReader ................   Passed    0.02 sec
        Start   6: f3d::VTKExtensionsApplicativeCxx-TestF3DObjectFactory
  7/335 Test   #6: f3d::VTKExtensionsApplicativeCxx-TestF3DObjectFactory ..............   Passed    0.02 sec
        Start   7: f3d::VTKExtensionsRenderingCxx-TestF3DInteractorEventRecorder
  8/335 Test   #7: f3d::VTKExtensionsRenderingCxx-TestF3DInteractorEventRecorder ......   Passed    0.03 sec
        Start   8: f3d::VTKExtensionsRenderingCxx-TestF3DOpenGLGridMapper
  9/335 Test   #8: f3d::VTKExtensionsRenderingCxx-TestF3DOpenGLGridMapper .............   Passed    0.03 sec
        Start   9: f3d::VTKExtensionsRenderingCxx-TestF3DRenderPass
 10/335 Test   #9: f3d::VTKExtensionsRenderingCxx-TestF3DRenderPass ...................   Passed    0.03 sec
        Start  10: f3d::VTKExtensionsRenderingCxx-TestF3DRendererWithColoring
 11/335 Test  #10: f3d::VTKExtensionsRenderingCxx-TestF3DRendererWithColoring .........   Passed    0.08 sec
        Start  11: f3d::VTKExtensionsRenderingCxx-TestF3DCachedTexturesPrint
 12/335 Test  #11: f3d::VTKExtensionsRenderingCxx-TestF3DCachedTexturesPrint ..........   Passed    0.03 sec
        Start  12: f3d::VTKExtensionsReadersCxx-TestF3DGenericImporter
 13/335 Test  #12: f3d::VTKExtensionsReadersCxx-TestF3DGenericImporter ................   Passed    0.08 sec
        Start  13: f3d::VTKExtensionsReadersCxx-TestF3DGenericImporterMultiColoring
 14/335 Test   #5: f3d::VTKExtensionsOCCTReaderCxx-TestF3DOCCTReader ..................   Passed    0.32 sec
        Start  14: f3d::VTKExtensionsCoreCxx-TestF3DLog
 15/335 Test  #14: f3d::VTKExtensionsCoreCxx-TestF3DLog ...............................   Passed    0.00 sec
        Start  15: libf3d::TestSDKRenderAndInteract
 16/335 Test  #13: f3d::VTKExtensionsReadersCxx-TestF3DGenericImporterMultiColoring ...   Passed    0.11 sec
        Start  16: libf3d::TestSDKEngine
 17/335 Test  #15: libf3d::TestSDKRenderAndInteract ...................................Subprocess aborted***Exception:   0.14 sec

        Start  17: libf3d::TestSDKEngineExceptions
 18/335 Test  #17: libf3d::TestSDKEngineExceptions ....................................   Passed    0.06 sec
        Start  18: libf3d::TestSDKOptions
 19/335 Test  #18: libf3d::TestSDKOptions .............................................   Passed    0.04 sec
        Start  19: libf3d::TestSDKLog
 20/335 Test  #19: libf3d::TestSDKLog .................................................   Passed    0.05 sec
        Start  20: libf3d::TestSDKLoader
 21/335 Test  #16: libf3d::TestSDKEngine ..............................................Subprocess aborted***Exception:   0.30 sec
Trying to load "alembic" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-alembic.so"
Loading plugin "alembic"
  Version: 1.0
  Description: Alembic support (version 1.8.6)
  Readers:
    Alembic
Loaded plugin alembic from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-alembic.so"
Trying to load "assimp" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-assimp.so"
Loading plugin "assimp"
  Version: 1.0
  Description: Assimp support (version 5.2.5)
  Readers:
    Filmbox
    Collada
    AutoCAD DXF
    Object File Format
    DirectX File Format
    3D Manufacturing Format
Loaded plugin assimp from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-assimp.so"
Trying to load "draco" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-draco.so"
Loading plugin "draco"
  Version: 1.0
  Description: Draco support (version 1.5.7)
  Readers:
    Draco
Loaded plugin draco from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-draco.so"
Trying to load "exodus" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
Loading plugin "exodus"
  Version: 1.0
  Description: VTK Exodus support
  Readers:
    Exodus II
Loaded plugin exodus from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
Trying to load "occt" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-occt.so"
Loading plugin "occt"
  Version: 1.0
  Description: OpenCASCADE support (version 7.6.3)
  Readers:
    STEP ISO 10303
    Initial Graphics Exchange Specification
    Open CASCADE BRep
Loaded plugin occt from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-occt.so"
Trying to load plugin relying on internal system: libf3d-plugin-usd.so
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x5618699288c0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x5618699288c0): Could not find a decent visual




        Start  21: libf3d::TestSDKCamera
 22/335 Test  #20: libf3d::TestSDKLoader ..............................................   Passed    0.15 sec
        Start  22: libf3d::TestSDKCompareWithFile
 23/335 Test  #21: libf3d::TestSDKCamera ..............................................Subprocess aborted***Exception:   0.16 sec

        Start  23: libf3d::TestSDKDropZone
 24/335 Test  #22: libf3d::TestSDKCompareWithFile .....................................Subprocess aborted***Exception:   0.17 sec

        Start  24: libf3d::TestSDKImage
 25/335 Test  #23: libf3d::TestSDKDropZone ............................................Subprocess aborted***Exception:   0.15 sec

        Start  25: libf3d::TestSDKLoadFromMemory
 26/335 Test  #24: libf3d::TestSDKImage ...............................................   Passed    0.18 sec
        Start  26: libf3d::TestSDKMultiColoring
 27/335 Test  #25: libf3d::TestSDKLoadFromMemory ......................................Subprocess aborted***Exception:   0.15 sec
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x5620bbe9e4f0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x5620bbe9e4f0): Could not find a decent visual




        Start  27: libf3d::TestSDKMultiOptions
 28/335 Test  #26: libf3d::TestSDKMultiColoring .......................................Subprocess aborted***Exception:   0.15 sec
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x560d49dab4f0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x560d49dab4f0): Could not find a decent visual




        Start  28: libf3d::TestSDKWindowNative
 29/335 Test  #27: libf3d::TestSDKMultiOptions ........................................Subprocess aborted***Exception:   0.16 sec
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x56521147c4f0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x56521147c4f0): Could not find a decent visual




        Start  29: libf3d::TestSDKDynamicBackgroundColor
 30/335 Test  #28: libf3d::TestSDKWindowNative ........................................Subprocess aborted***Exception:   0.16 sec
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x5559ad98c4f0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x5559ad98c4f0): Could not find a decent visual




        Start  30: libf3d::TestSDKDynamicFontFile
 31/335 Test  #29: libf3d::TestSDKDynamicBackgroundColor ..............................Subprocess aborted***Exception:   0.17 sec

        Start  31: libf3d::TestSDKDynamicLightIntensity
 32/335 Test  #30: libf3d::TestSDKDynamicFontFile .....................................Subprocess aborted***Exception:   0.16 sec

        Start  32: libf3d::TestSDKDynamicProperties
 33/335 Test  #31: libf3d::TestSDKDynamicLightIntensity ...............................Subprocess aborted***Exception:   0.15 sec

        Start  33: libf3d::TestSDKImageDeprecated
 34/335 Test  #32: libf3d::TestSDKDynamicProperties ...................................Subprocess aborted***Exception:   0.17 sec

        Start  34: libf3d::TestSDKAnimation
 35/335 Test  #33: libf3d::TestSDKImageDeprecated .....................................   Passed    0.11 sec
        Start  35: libf3d::TestSDKInteractorCallBack
 36/335 Test  #35: libf3d::TestSDKInteractorCallBack ..................................Subprocess aborted***Exception:   0.14 sec

        Start  36: libf3d::TestSDKInteractorDropFullScene
 37/335 Test  #34: libf3d::TestSDKAnimation ...........................................Subprocess aborted***Exception:   0.17 sec

        Start  37: f3d::TestPLY
 38/335 Test  #36: libf3d::TestSDKInteractorDropFullScene .............................Subprocess aborted***Exception:   0.17 sec

        Start  38: f3d::TestOBJ
 39/335 Test  #37: f3d::TestPLY .......................................................Subprocess aborted***Exception:   0.18 sec

        Start  39: f3d::TestSTL
 40/335 Test  #38: f3d::TestOBJ .......................................................Subprocess aborted***Exception:   0.18 sec

        Start  40: f3d::TestVTU
 41/335 Test  #39: f3d::TestSTL .......................................................Subprocess aborted***Exception:   0.18 sec

        Start  41: f3d::TestVTP
 42/335 Test  #40: f3d::TestVTU .......................................................Subprocess aborted***Exception:   0.18 sec

        Start  42: f3d::TestVTR
 43/335 Test  #41: f3d::TestVTP .......................................................Subprocess aborted***Exception:   0.17 sec

        Start  43: f3d::TestVTS
 44/335 Test  #42: f3d::TestVTR .......................................................Subprocess aborted***Exception:   0.18 sec

        Start  44: f3d::TestVTM
 45/335 Test  #43: f3d::TestVTS .......................................................Subprocess aborted***Exception:   0.17 sec

        Start  45: f3d::TestVTK
 46/335 Test  #44: f3d::TestVTM .......................................................Subprocess aborted***Exception:   0.18 sec

        Start  46: f3d::TestNRRD
 47/335 Test  #45: f3d::TestVTK .......................................................Subprocess aborted***Exception:   0.17 sec

        Start  47: f3d::TestGridX
 48/335 Test  #46: f3d::TestNRRD ......................................................Subprocess aborted***Exception:   0.18 sec

        Start  48: f3d::TestGridY
 49/335 Test  #47: f3d::TestGridX .....................................................Subprocess aborted***Exception:   0.20 sec

        Start  49: f3d::TestGridZ
 50/335 Test  #48: f3d::TestGridY .....................................................Subprocess aborted***Exception:   0.17 sec

        Start  50: f3d::TestGridOptions
 51/335 Test  #49: f3d::TestGridZ .....................................................Subprocess aborted***Exception:   0.17 sec

        Start  51: f3d::TestGridAbsolute
 52/335 Test  #50: f3d::TestGridOptions ...............................................Subprocess aborted***Exception:   0.18 sec

        Start  52: f3d::TestAxis
 53/335 Test  #51: f3d::TestGridAbsolute ..............................................Subprocess aborted***Exception:   0.17 sec

        Start  53: f3d::TestPointCloud
 54/335 Test  #52: f3d::TestAxis ......................................................Subprocess aborted***Exception:   0.18 sec

        Start  54: f3d::TestPointCloudBar
 55/335 Test  #53: f3d::TestPointCloud ................................................Subprocess aborted***Exception:   0.15 sec

        Start  55: f3d::TestPointCloudUG
 56/335 Test  #54: f3d::TestPointCloudBar .............................................Subprocess aborted***Exception:   0.16 sec

        Start  56: f3d::TestPointCloudVolume
 57/335 Test  #55: f3d::TestPointCloudUG ..............................................Subprocess aborted***Exception:   0.17 sec

        Start  57: f3d::TestPointCloudDefaultScene
 58/335 Test  #56: f3d::TestPointCloudVolume ..........................................Subprocess aborted***Exception:   0.17 sec

        Start  58: f3d::Test3DSImporter
 59/335 Test  #57: f3d::TestPointCloudDefaultScene ....................................Subprocess aborted***Exception:   0.16 sec

        Start  59: f3d::TestScalars
 60/335 Test  #58: f3d::Test3DSImporter ...............................................Subprocess aborted***Exception:   0.17 sec

        Start  60: f3d::TestScalarsRange
 61/335 Test  #59: f3d::TestScalars ...................................................Subprocess aborted***Exception:   0.17 sec

        Start  61: f3d::TestScalarsWithBar
 62/335 Test  #61: f3d::TestScalarsWithBar ............................................Subprocess aborted***Exception:   0.17 sec

        Start  62: f3d::TestGLTFImporter
 63/335 Test  #60: f3d::TestScalarsRange ..............................................Subprocess aborted***Exception:   0.17 sec

        Start  63: f3d::TestGLTFImporterWithAnimation
 64/335 Test  #63: f3d::TestGLTFImporterWithAnimation .................................Subprocess aborted***Exception:   0.16 sec

        Start  64: f3d::TestGLTFSkin
 65/335 Test  #62: f3d::TestGLTFImporter ..............................................Subprocess aborted***Exception:   0.17 sec

        Start  65: f3d::TestGLTFReaderWithAnimation
 66/335 Test  #64: f3d::TestGLTFSkin ..................................................Subprocess aborted***Exception:   0.16 sec

        Start  66: f3d::TestDicom
 67/335 Test  #65: f3d::TestGLTFReaderWithAnimation ...................................Subprocess aborted***Exception:   0.17 sec

        Start  67: f3d::TestMHD
 68/335 Test  #66: f3d::TestDicom .....................................................Subprocess aborted***Exception:   0.18 sec

        Start  68: f3d::TestVTICell
 69/335 Test  #67: f3d::TestMHD .......................................................Subprocess aborted***Exception:   0.17 sec

        Start  69: f3d::TestSSAO
 70/335 Test  #69: f3d::TestSSAO ......................................................***Not Run (Disabled)   0.00 sec
        Start  70: f3d::TestDepthPeeling
 71/335 Test  #68: f3d::TestVTICell ...................................................Subprocess aborted***Exception:   0.17 sec

        Start  71: f3d::TestBackground
 72/335 Test  #70: f3d::TestDepthPeeling ..............................................Subprocess aborted***Exception:   0.17 sec

        Start  72: f3d::TestGridWithDepthPeeling
 73/335 Test  #72: f3d::TestGridWithDepthPeeling ......................................Subprocess aborted***Exception:   0.16 sec

        Start  73: f3d::TestFilename
 74/335 Test  #71: f3d::TestBackground ................................................Subprocess aborted***Exception:   0.19 sec

        Start  74: f3d::TestFilenameWhiteBg
 75/335 Test  #73: f3d::TestFilename ..................................................Subprocess aborted***Exception:   0.19 sec

        Start  75: f3d::TestCityGML
 76/335 Test  #74: f3d::TestFilenameWhiteBg ...........................................Subprocess aborted***Exception:   0.20 sec

        Start  76: f3d::TestPTS
 77/335 Test  #75: f3d::TestCityGML ...................................................Subprocess aborted***Exception:   0.17 sec

        Start  77: f3d::TestColormap
 78/335 Test  #76: f3d::TestPTS .......................................................Subprocess aborted***Exception:   0.17 sec

        Start  78: f3d::TestCameraConfiguration
 79/335 Test  #77: f3d::TestColormap ..................................................Subprocess aborted***Exception:   0.17 sec

        Start  79: f3d::TestCameraDirection
 80/335 Test  #78: f3d::TestCameraConfiguration .......................................Subprocess aborted***Exception:   0.16 sec

        Start  80: f3d::TestCameraClipping
 81/335 Test  #79: f3d::TestCameraDirection ...........................................Subprocess aborted***Exception:   0.18 sec

        Start  81: f3d::TestToneMapping
 82/335 Test  #80: f3d::TestCameraClipping ............................................Subprocess aborted***Exception:   0.20 sec

        Start  82: f3d::TestDepthPeelingToneMapping
 83/335 Test  #81: f3d::TestToneMapping ...............................................Subprocess aborted***Exception:   0.19 sec

        Start  83: f3d::TestVolume
 84/335 Test  #83: f3d::TestVolume ....................................................***Not Run (Disabled)   0.00 sec
        Start  84: f3d::TestVolumeInverse
 85/335 Test  #84: f3d::TestVolumeInverse .............................................***Not Run (Disabled)   0.00 sec
        Start  85: f3d::TestVolumeMag
 86/335 Test  #85: f3d::TestVolumeMag .................................................***Not Run (Disabled)   0.00 sec
        Start  86: f3d::TestVolumeComp
 87/335 Test  #86: f3d::TestVolumeComp ................................................***Not Run (Disabled)   0.00 sec
        Start  87: f3d::TestVolumeDirect
 88/335 Test  #87: f3d::TestVolumeDirect ..............................................***Not Run (Disabled)   0.00 sec
        Start  88: f3d::TestVolumeCells
 89/335 Test  #88: f3d::TestVolumeCells ...............................................***Not Run (Disabled)   0.00 sec
        Start  89: f3d::TestVolumeNonScalars
 90/335 Test  #89: f3d::TestVolumeNonScalars ..........................................***Not Run (Disabled)   0.00 sec
        Start  90: f3d::TestTextureNormal
 91/335 Test  #82: f3d::TestDepthPeelingToneMapping ...................................Subprocess aborted***Exception:   0.18 sec

        Start  91: f3d::TestTextureMaterial
 92/335 Test  #90: f3d::TestTextureNormal .............................................Subprocess aborted***Exception:   0.17 sec

        Start  92: f3d::TestTextureMaterialWithOptions
 93/335 Test  #91: f3d::TestTextureMaterial ...........................................Subprocess aborted***Exception:   0.16 sec

        Start  93: f3d::TestTextureColor
 94/335 Test  #92: f3d::TestTextureMaterialWithOptions ................................Subprocess aborted***Exception:   0.16 sec

        Start  94: f3d::TestTextureEmissive
 95/335 Test  #93: f3d::TestTextureColor ..............................................Subprocess aborted***Exception:   0.17 sec

        Start  95: f3d::TestTextures
 96/335 Test  #94: f3d::TestTextureEmissive ...........................................Subprocess aborted***Exception:   0.18 sec

        Start  96: f3d::TestMetaDataImporter
 97/335 Test  #95: f3d::TestTextures ..................................................Subprocess aborted***Exception:   0.18 sec

        Start  97: f3d::TestMultiblockMetaData
 98/335 Test  #96: f3d::TestMetaDataImporter ..........................................Subprocess aborted***Exception:   0.19 sec

        Start  98: f3d::TestTIFF
 99/335 Test  #97: f3d::TestMultiblockMetaData ........................................Subprocess aborted***Exception:   0.18 sec

        Start  99: f3d::TestLightIntensityBrighter
100/335 Test  #98: f3d::TestTIFF ......................................................Subprocess aborted***Exception:   0.16 sec

        Start 100: f3d::TestLightIntensityDarker
101/335 Test  #99: f3d::TestLightIntensityBrighter ....................................Subprocess aborted***Exception:   0.17 sec

        Start 101: f3d::TestLightIntensityBrighterFullScene
102/335 Test #100: f3d::TestLightIntensityDarker ......................................Subprocess aborted***Exception:   0.20 sec

        Start 102: f3d::TestLightIntensityDarkerFullScene
103/335 Test #101: f3d::TestLightIntensityBrighterFullScene ...........................Subprocess aborted***Exception:   0.19 sec

        Start 103: f3d::TestUTF8
104/335 Test #102: f3d::TestLightIntensityDarkerFullScene .............................Subprocess aborted***Exception:   0.17 sec

        Start 104: f3d::TestFilenameCommasSpaces
105/335 Test #103: f3d::TestUTF8 ......................................................Subprocess aborted***Exception:   0.19 sec

        Start 105: f3d::TestFont
106/335 Test #104: f3d::TestFilenameCommasSpaces ......................................Subprocess aborted***Exception:   0.17 sec

        Start 106: f3d::TestAnimationIndex
107/335 Test #105: f3d::TestFont ......................................................Subprocess aborted***Exception:   0.16 sec

        Start 107: f3d::TestAnimationAutoplay
108/335 Test #106: f3d::TestAnimationIndex ............................................Subprocess aborted***Exception:   0.18 sec

        Start 108: f3d::TestMaxSizeBelow
109/335 Test #107: f3d::TestAnimationAutoplay .........................................Subprocess aborted***Exception:   0.18 sec

        Start 109: f3d::TestMaxSizeAbove
110/335 Test #108: f3d::TestMaxSizeBelow ..............................................Subprocess aborted***Exception:   0.17 sec

        Start 110: f3d::TestAlternativeOptionSyntax
111/335 Test #109: f3d::TestMaxSizeAbove ..............................................Subprocess aborted***Exception:   0.17 sec

        Start 111: f3d::TestNonExistentFile
112/335 Test #110: f3d::TestAlternativeOptionSyntax ...................................Subprocess aborted***Exception:   0.18 sec

        Start 112: f3d::TestUnsupportedFile
113/335 Test #111: f3d::TestNonExistentFile ...........................................Subprocess aborted***Exception:   0.14 sec

        Start 113: f3d::TestComponentName
114/335 Test #112: f3d::TestUnsupportedFile ...........................................Subprocess aborted***Exception:   0.16 sec

        Start 114: f3d::TestNoRender
115/335 Test #113: f3d::TestComponentName .............................................Subprocess aborted***Exception:   0.18 sec

        Start 115: f3d::TestNoFile
116/335 Test #114: f3d::TestNoRender ..................................................   Passed    0.16 sec
        Start 116: f3d::TestGroupGeometries
117/335 Test #115: f3d::TestNoFile ....................................................Subprocess aborted***Exception:   0.16 sec

        Start 117: f3d::TestGroupGeometriesColoring
118/335 Test #116: f3d::TestGroupGeometries ...........................................Subprocess aborted***Exception:   0.18 sec

        Start 118: f3d::TestInvalidUpDirection
119/335 Test #117: f3d::TestGroupGeometriesColoring ...................................Subprocess aborted***Exception:   0.18 sec

        Start 119: f3d::TestUpDirectionNoSign
120/335 Test #118: f3d::TestInvalidUpDirection ........................................Subprocess aborted***Exception:   0.18 sec

        Start 120: f3d::TestTextureMatCap
121/335 Test #119: f3d::TestUpDirectionNoSign .........................................Subprocess aborted***Exception:   0.19 sec

        Start 121: f3d::TestTextureMatCapWithTCoords
122/335 Test #120: f3d::TestTextureMatCap .............................................Subprocess aborted***Exception:   0.18 sec

        Start 122: f3d::TestSkinningManyBonesWarning
123/335 Test #121: f3d::TestTextureMatCapWithTCoords ..................................Subprocess aborted***Exception:   0.20 sec

        Start 123: f3d::TestScalarsCell
124/335 Test #122: f3d::TestSkinningManyBonesWarning ..................................Subprocess aborted***Exception:   0.16 sec

        Start 124: f3d::TestPluginVerbose
125/335 Test #123: f3d::TestScalarsCell ...............................................Subprocess aborted***Exception:   0.20 sec

        Start 125: f3d::TestPluginNonExistent
126/335 Test #124: f3d::TestPluginVerbose .............................................Subprocess aborted***Exception:   0.16 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x557ace9de9e0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x557ace9de9e0): Could not find a decent visual




        Start 126: f3d::TestPluginInvalid
127/335 Test #125: f3d::TestPluginNonExistent .........................................Subprocess aborted***Exception:   0.18 sec
Plugin failed to load: Cannot open the library "dummy": libf3d-plugin-dummy.so: cannot open shared object file: No such file or directory

        Start 127: f3d::TestPluginNoInit
128/335 Test #126: f3d::TestPluginInvalid .............................................Subprocess aborted***Exception:   0.17 sec
Plugin failed to load: Cannot open the library "/builddir/build/BUILD/f3d-2.3.0/testing/data/invalid.so": /builddir/build/BUILD/f3d-2.3.0/testing/data/invalid.so: file too short

        Start 128: f3d::TestConfigFileBuild
129/335 Test #127: f3d::TestPluginNoInit ..............................................Subprocess aborted***Exception:   0.16 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d.so"
Plugin failed to load: Cannot find init_plugin symbol in library "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d.so": /builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d.so.2: undefined symbol: init_plugin
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55878d35b3b0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55878d35b3b0): Could not find a decent visual




        Start 129: f3d::TestConfigStemBuild
130/335 Test #128: f3d::TestConfigFileBuild ...........................................Subprocess aborted***Exception:   0.18 sec

        Start 130: f3d::TestConfigFileUpperCase
131/335 Test #129: f3d::TestConfigStemBuild ...........................................Subprocess aborted***Exception:   0.17 sec

        Start 131: f3d::TestDefaultConfigFileVTU
132/335 Test #131: f3d::TestDefaultConfigFileVTU ......................................***Not Run (Disabled)   0.00 sec
        Start 132: f3d::TestDefaultConfigFileVTI
133/335 Test #132: f3d::TestDefaultConfigFileVTI ......................................***Not Run (Disabled)   0.00 sec
        Start 133: f3d::TestDefaultConfigFileSTL
134/335 Test #133: f3d::TestDefaultConfigFileSTL ......................................***Not Run (Disabled)   0.00 sec
        Start 134: f3d::TestDefaultConfigFileTIFF
135/335 Test #134: f3d::TestDefaultConfigFileTIFF .....................................***Not Run (Disabled)   0.00 sec
        Start 135: f3d::TestDefaultConfigFilePLY
136/335 Test #135: f3d::TestDefaultConfigFilePLY ......................................***Not Run (Disabled)   0.00 sec
        Start 136: f3d::TestDefaultConfigFileAndCommand
137/335 Test #136: f3d::TestDefaultConfigFileAndCommand ...............................***Not Run (Disabled)   0.00 sec
        Start 137: f3d::TestDefaultConfigTranslucent
138/335 Test #137: f3d::TestDefaultConfigTranslucent ..................................***Not Run (Disabled)   0.00 sec
        Start 138: f3d::TestThumbnailConfigFileVTU
139/335 Test #138: f3d::TestThumbnailConfigFileVTU ....................................***Not Run (Disabled)   0.00 sec
        Start 139: f3d::TestThumbnailConfigFileVTI
140/335 Test #139: f3d::TestThumbnailConfigFileVTI ....................................***Not Run (Disabled)   0.00 sec
        Start 140: f3d::TestThumbnailConfigFileSTL
141/335 Test #140: f3d::TestThumbnailConfigFileSTL ....................................***Not Run (Disabled)   0.00 sec
        Start 141: f3d::TestThumbnailConfigFilePLY
142/335 Test #141: f3d::TestThumbnailConfigFilePLY ....................................***Not Run (Disabled)   0.00 sec
        Start 142: f3d::TestOBJImporter
143/335 Test #130: f3d::TestConfigFileUpperCase .......................................Subprocess aborted***Exception:   0.16 sec

        Start 143: f3d::TestGLTFImporterUnlit
144/335 Test #142: f3d::TestOBJImporter ...............................................Subprocess aborted***Exception:   0.16 sec

        Start 144: f3d::TestMaterial
145/335 Test #143: f3d::TestGLTFImporterUnlit .........................................Subprocess aborted***Exception:   0.17 sec

        Start 145: f3d::TestMetaData
146/335 Test #144: f3d::TestMaterial ..................................................Subprocess aborted***Exception:   0.18 sec

        Start 146: f3d::TestEdges
147/335 Test #145: f3d::TestMetaData ..................................................Subprocess aborted***Exception:   0.17 sec

        Start 147: f3d::TestLineWidth
148/335 Test #146: f3d::TestEdges .....................................................Subprocess aborted***Exception:   0.17 sec

        Start 148: f3d::TestLineWidthFullScene
149/335 Test #147: f3d::TestLineWidth .................................................Subprocess aborted***Exception:   0.17 sec

        Start 149: f3d::TestPointCloudFullScene
150/335 Test #148: f3d::TestLineWidthFullScene ........................................Subprocess aborted***Exception:   0.17 sec

        Start 150: f3d::TestTextureMatCapWithEdges
151/335 Test #149: f3d::TestPointCloudFullScene .......................................Subprocess aborted***Exception:   0.18 sec

        Start 151: f3d::TestAnimationAllAnimations
152/335 Test #150: f3d::TestTextureMatCapWithEdges ....................................Subprocess aborted***Exception:   0.18 sec

        Start 152: f3d::TestVerboseAnimation
153/335 Test #151: f3d::TestAnimationAllAnimations ....................................Subprocess aborted***Exception:   0.18 sec

        Start 153: f3d::TestVerboseAnimationIndexError1
154/335 Test #152: f3d::TestVerboseAnimation ..........................................Subprocess aborted***Exception:   0.19 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55a66afd0a40): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55a66afd0a40): Could not find a decent visual




        Start 154: f3d::TestInteractionAnimationFast
155/335 Test #154: f3d::TestInteractionAnimationFast ..................................***Not Run (Disabled)   0.00 sec
        Start 155: f3d::TestInteractionAnimationSlow
156/335 Test #155: f3d::TestInteractionAnimationSlow ..................................***Not Run (Disabled)   0.00 sec
        Start 156: f3d::TestInteractionAnimationCameraMovement
157/335 Test #156: f3d::TestInteractionAnimationCameraMovement ........................***Not Run (Disabled)   0.00 sec
        Start 157: f3d::TestInteractionAnimationFrameRate
158/335 Test #157: f3d::TestInteractionAnimationFrameRate .............................***Not Run (Disabled)   0.00 sec
        Start 158: f3d::TestVerboseAnimationWrongAnimationTime
159/335 Test #153: f3d::TestVerboseAnimationIndexError1 ...............................Subprocess aborted***Exception:   0.19 sec

        Start 159: f3d::TestInteractionSimpleExit
160/335 Test #159: f3d::TestInteractionSimpleExit .....................................***Not Run (Disabled)   0.00 sec
        Start 160: f3d::TestInteractionCheatsheet
161/335 Test #160: f3d::TestInteractionCheatsheet .....................................***Not Run (Disabled)   0.00 sec
        Start 161: f3d::TestInteractionCheatsheetWhiteBG
162/335 Test #161: f3d::TestInteractionCheatsheetWhiteBG ..............................***Not Run (Disabled)   0.00 sec
        Start 162: f3d::TestInteractionCheatsheetBlackBG
163/335 Test #162: f3d::TestInteractionCheatsheetBlackBG ..............................***Not Run (Disabled)   0.00 sec
        Start 163: f3d::TestInteractionCheatsheetScalars
164/335 Test #163: f3d::TestInteractionCheatsheetScalars ..............................***Not Run (Disabled)   0.00 sec
        Start 164: f3d::TestInteractionNoFileCheatsheet
165/335 Test #164: f3d::TestInteractionNoFileCheatsheet ...............................***Not Run (Disabled)   0.00 sec
        Start 165: f3d::TestCameraPersp
166/335 Test #158: f3d::TestVerboseAnimationWrongAnimationTime ........................Subprocess aborted***Exception:   0.18 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x5610f1c58d60): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x5610f1c58d60): Could not find a decent visual




        Start 166: f3d::TestCameraOrtho
167/335 Test #165: f3d::TestCameraPersp ...............................................Subprocess aborted***Exception:   0.19 sec

        Start 167: f3d::TestCameraIndexConfiguration
168/335 Test #166: f3d::TestCameraOrtho ...............................................Subprocess aborted***Exception:   0.19 sec

        Start 168: f3d::TestVerboseCamera
169/335 Test #167: f3d::TestCameraIndexConfiguration ..................................Subprocess aborted***Exception:   0.19 sec

        Start 169: f3d::TestGLTFMorph
170/335 Test #168: f3d::TestVerboseCamera .............................................   Passed    0.07 sec
        Start 170: f3d::TestNoBackground
171/335 Test #169: f3d::TestGLTFMorph .................................................Subprocess aborted***Exception:   0.17 sec

        Start 171: f3d::TestInteractionRaytracingDenoiseNoRaytracing
172/335 Test #171: f3d::TestInteractionRaytracingDenoiseNoRaytracing ..................***Not Run (Disabled)   0.00 sec
        Start 172: f3d::TestABC
173/335 Test #170: f3d::TestNoBackground ..............................................Subprocess aborted***Exception:   0.17 sec

        Start 173: f3d::TestABCNonFaceVarying
174/335 Test #172: f3d::TestABC .......................................................Subprocess aborted***Exception:   0.17 sec

        Start 174: f3d::TestDefaultConfigFileAlembic
175/335 Test #174: f3d::TestDefaultConfigFileAlembic ..................................***Not Run (Disabled)   0.00 sec
        Start 175: f3d::TestThumbnailConfigFileAlembic
176/335 Test #175: f3d::TestThumbnailConfigFileAlembic ................................***Not Run (Disabled)   0.00 sec
        Start 176: f3d::TestOFF
177/335 Test #173: f3d::TestABCNonFaceVarying .........................................Subprocess aborted***Exception:   0.17 sec

        Start 177: f3d::Test3MF
178/335 Test #176: f3d::TestOFF .......................................................Subprocess aborted***Exception:   0.17 sec

        Start 178: f3d::TestDXF
179/335 Test #177: f3d::Test3MF .......................................................Subprocess aborted***Exception:   0.18 sec

        Start 179: f3d::TestFBX
180/335 Test #178: f3d::TestDXF .......................................................Subprocess aborted***Exception:   0.17 sec

        Start 180: f3d::TestFBX16bits
181/335 Test #179: f3d::TestFBX .......................................................Subprocess aborted***Exception:   0.17 sec

        Start 181: f3d::TestVerboseCameraAssimp
182/335 Test #180: f3d::TestFBX16bits .................................................Subprocess aborted***Exception:   0.18 sec

        Start 182: f3d::TestFBXBone
183/335 Test #181: f3d::TestVerboseCameraAssimp .......................................Subprocess aborted***Exception:   0.18 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load "assimp" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-assimp.so"
Loading plugin "assimp"
  Version: 1.0
  Description: Assimp support (version 5.2.5)
  Readers:
    Filmbox
    Collada
    AutoCAD DXF
    Object File Format
    DirectX File Format
    3D Manufacturing Format
Loaded plugin assimp from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-assimp.so"
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x562773fd1170): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x562773fd1170): Could not find a decent visual




        Start 183: f3d::TestFBXBoneAnimation
184/335 Test #182: f3d::TestFBXBone ...................................................Subprocess aborted***Exception:   0.19 sec

        Start 184: f3d::TestVerboseAssimp
185/335 Test #183: f3d::TestFBXBoneAnimation ..........................................Subprocess aborted***Exception:   0.17 sec

        Start 185: f3d::TestTGATextureFBX
186/335 Test #184: f3d::TestVerboseAssimp .............................................Subprocess aborted***Exception:   0.17 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load "assimp" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-assimp.so"
Loading plugin "assimp"
  Version: 1.0
  Description: Assimp support (version 5.2.5)
  Readers:
    Filmbox
    Collada
    AutoCAD DXF
    Object File Format
    DirectX File Format
    3D Manufacturing Format
Loaded plugin assimp from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-assimp.so"
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x5562d6e30170): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x5562d6e30170): Could not find a decent visual




        Start 186: f3d::TestDAE
187/335 Test #185: f3d::TestTGATextureFBX .............................................Subprocess aborted***Exception:   0.19 sec

        Start 187: f3d::TestX
188/335 Test #186: f3d::TestDAE .......................................................Subprocess aborted***Exception:   0.18 sec

        Start 188: f3d::TestInteractionFBXBoneAnimation
189/335 Test #188: f3d::TestInteractionFBXBoneAnimation ...............................***Not Run (Disabled)   0.00 sec
        Start 189: f3d::TestFBXNormalMapping
190/335 Test #187: f3d::TestX .........................................................Subprocess aborted***Exception:   0.17 sec

        Start 190: f3d::TestEmbeddedTextureFBX
191/335 Test #189: f3d::TestFBXNormalMapping ..........................................Subprocess aborted***Exception:   0.20 sec

        Start 191: f3d::TestFBXAnimation
192/335 Test #190: f3d::TestEmbeddedTextureFBX ........................................Subprocess aborted***Exception:   0.19 sec

        Start 192: f3d::TestFBXAnimationLights
193/335 Test #191: f3d::TestFBXAnimation ..............................................Subprocess aborted***Exception:   0.18 sec

        Start 193: f3d::TestFBXAnimationCamera
194/335 Test #192: f3d::TestFBXAnimationLights ........................................Subprocess aborted***Exception:   0.17 sec

        Start 194: f3d::TestDAEAnimationLights
195/335 Test #193: f3d::TestFBXAnimationCamera ........................................Subprocess aborted***Exception:   0.17 sec

        Start 195: f3d::TestDefaultConfigFileAssimpFBX
196/335 Test #195: f3d::TestDefaultConfigFileAssimpFBX ................................***Not Run (Disabled)   0.00 sec
        Start 196: f3d::TestDefaultConfigFileAssimpDXF
197/335 Test #196: f3d::TestDefaultConfigFileAssimpDXF ................................***Not Run (Disabled)   0.00 sec
        Start 197: f3d::TestDefaultConfigFileAssimpOFF
198/335 Test #197: f3d::TestDefaultConfigFileAssimpOFF ................................***Not Run (Disabled)   0.00 sec
        Start 198: f3d::TestDefaultConfigFileAssimpDAE
199/335 Test #198: f3d::TestDefaultConfigFileAssimpDAE ................................***Not Run (Disabled)   0.00 sec
        Start 199: f3d::TestThumbnailConfigFileAssimpFBX
200/335 Test #199: f3d::TestThumbnailConfigFileAssimpFBX ..............................***Not Run (Disabled)   0.00 sec
        Start 200: f3d::TestThumbnailConfigFileAssimpDXF
201/335 Test #200: f3d::TestThumbnailConfigFileAssimpDXF ..............................***Not Run (Disabled)   0.00 sec
        Start 201: f3d::TestThumbnailConfigFileAssimpOFF
202/335 Test #201: f3d::TestThumbnailConfigFileAssimpOFF ..............................***Not Run (Disabled)   0.00 sec
        Start 202: f3d::TestThumbnailConfigFileAssimpDAE
203/335 Test #202: f3d::TestThumbnailConfigFileAssimpDAE ..............................***Not Run (Disabled)   0.00 sec
        Start 203: f3d::TestDRACO
204/335 Test #194: f3d::TestDAEAnimationLights ........................................Subprocess aborted***Exception:   0.18 sec

        Start 204: f3d::TestDRACOColoring
205/335 Test #203: f3d::TestDRACO .....................................................Subprocess aborted***Exception:   0.18 sec

        Start 205: f3d::TestDefaultConfigFileDraco
206/335 Test #205: f3d::TestDefaultConfigFileDraco ....................................***Not Run (Disabled)   0.00 sec
        Start 206: f3d::TestThumbnailConfigFileDraco
207/335 Test #206: f3d::TestThumbnailConfigFileDraco ..................................***Not Run (Disabled)   0.00 sec
        Start 207: f3d::TestExodus
208/335 Test #204: f3d::TestDRACOColoring .............................................Subprocess aborted***Exception:   0.18 sec

        Start 208: f3d::TestExodusConfig
209/335 Test #208: f3d::TestExodusConfig ..............................................Subprocess aborted***Exception:   0.15 sec

        Start 209: f3d::TestVerboseGenericImporterAnimation
210/335 Test #207: f3d::TestExodus ....................................................Subprocess aborted***Exception:   0.22 sec

        Start 210: f3d::TestAnimationGenericImporter
211/335 Test #209: f3d::TestVerboseGenericImporterAnimation ...........................Subprocess aborted***Exception:   0.20 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load "exodus" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
Loading plugin "exodus"
  Version: 1.0
  Description: VTK Exodus support
  Readers:
    Exodus II
Loaded plugin exodus from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55a433561de0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55a433561de0): Could not find a decent visual




        Start 211: f3d::TestInteractionAnimationInvert
212/335 Test #211: f3d::TestInteractionAnimationInvert ................................***Not Run (Disabled)   0.00 sec
        Start 212: f3d::TestVerboseAnimationSingleTimestep
213/335 Test #210: f3d::TestAnimationGenericImporter ..................................Subprocess aborted***Exception:   0.20 sec

        Start 213: f3d::TestNoRenderAnimation
214/335 Test #213: f3d::TestNoRenderAnimation .........................................   Passed    0.13 sec
        Start 214: f3d::TestDefaultConfigFileExodus
215/335 Test #214: f3d::TestDefaultConfigFileExodus ...................................***Not Run (Disabled)   0.00 sec
        Start 215: f3d::TestThumbnailConfigFileExodus
216/335 Test #215: f3d::TestThumbnailConfigFileExodus .................................***Not Run (Disabled)   0.00 sec
        Start 216: f3d::TestPluginName
217/335 Test #212: f3d::TestVerboseAnimationSingleTimestep ............................Subprocess aborted***Exception:   0.18 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load "exodus" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
Loading plugin "exodus"
  Version: 1.0
  Description: VTK Exodus support
  Readers:
    Exodus II
Loaded plugin exodus from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x5612176b3bc0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x5612176b3bc0): Could not find a decent visual




        Start 217: f3d::TestPluginFullPath
218/335 Test #216: f3d::TestPluginName ................................................Subprocess aborted***Exception:   0.17 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load "exodus" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
Loading plugin "exodus"
  Version: 1.0
  Description: VTK Exodus support
  Readers:
    Exodus II
Loaded plugin exodus from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x557c219dfba0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x557c219dfba0): Could not find a decent visual




        Start 218: f3d::TestSTEP
219/335 Test #217: f3d::TestPluginFullPath ............................................Subprocess aborted***Exception:   0.19 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
Loading plugin "exodus"
  Version: 1.0
  Description: VTK Exodus support
  Readers:
    Exodus II
Loaded plugin exodus from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-exodus.so"
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55e9620dbc20): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55e9620dbc20): Could not find a decent visual




        Start 219: f3d::TestIGES
220/335 Test #218: f3d::TestSTEP ......................................................Subprocess aborted***Exception:   0.26 sec

        Start 220: f3d::TestBREP
221/335 Test #219: f3d::TestIGES ......................................................Subprocess aborted***Exception:   0.27 sec

        Start 221: f3d::TestBinaryBREP
222/335 Test #220: f3d::TestBREP ......................................................Subprocess aborted***Exception:   0.28 sec

        Start 222: f3d::TestInvalidBREP
223/335 Test #221: f3d::TestBinaryBREP ................................................Subprocess aborted***Exception:   0.29 sec

        Start 223: f3d::TestDefaultConfigFileOCCT
224/335 Test #223: f3d::TestDefaultConfigFileOCCT .....................................***Not Run (Disabled)   0.00 sec
        Start 224: f3d::TestThumbnailConfigFileOCCT
225/335 Test #224: f3d::TestThumbnailConfigFileOCCT ...................................***Not Run (Disabled)   0.00 sec
        Start 225: f3d::TestMultiplePluginsLoad
226/335 Test #225: f3d::TestMultiplePluginsLoad .......................................Subprocess aborted***Exception:   0.16 sec

        Start 226: f3d::TestInteractionPostFX
227/335 Test #226: f3d::TestInteractionPostFX .........................................***Not Run (Disabled)   0.00 sec
        Start 227: f3d::TestInteractionActors
228/335 Test #227: f3d::TestInteractionActors .........................................***Not Run (Disabled)   0.00 sec
        Start 228: f3d::TestInteractionTimer
229/335 Test #228: f3d::TestInteractionTimer ..........................................***Not Run (Disabled)   0.00 sec
        Start 229: f3d::TestInteractionMisc
230/335 Test #229: f3d::TestInteractionMisc ...........................................***Not Run (Disabled)   0.00 sec
        Start 230: f3d::TestInteractionCycleCell
231/335 Test #230: f3d::TestInteractionCycleCell ......................................***Not Run (Disabled)   0.00 sec
        Start 231: f3d::TestInteractionCycleComp
232/335 Test #231: f3d::TestInteractionCycleComp ......................................***Not Run (Disabled)   0.00 sec
        Start 232: f3d::TestInteractionCycleScalars
233/335 Test #232: f3d::TestInteractionCycleScalars ...................................***Not Run (Disabled)   0.00 sec
        Start 233: f3d::TestInteractionVolumeInverse
234/335 Test #233: f3d::TestInteractionVolumeInverse ..................................***Not Run (Disabled)   0.00 sec
        Start 234: f3d::TestInteractionPointCloud
235/335 Test #234: f3d::TestInteractionPointCloud .....................................***Not Run (Disabled)   0.00 sec
        Start 235: f3d::TestInteractionDirectory
236/335 Test #235: f3d::TestInteractionDirectory ......................................***Not Run (Disabled)   0.00 sec
        Start 236: f3d::TestInteractionDirectoryLoop
237/335 Test #236: f3d::TestInteractionDirectoryLoop ..................................***Not Run (Disabled)   0.00 sec
        Start 237: f3d::TestInteractionDirectoryEmpty
238/335 Test #237: f3d::TestInteractionDirectoryEmpty .................................***Not Run (Disabled)   0.00 sec
        Start 238: f3d::TestInteractionDirectoryEmptyVerbose
239/335 Test #238: f3d::TestInteractionDirectoryEmptyVerbose ..........................***Not Run (Disabled)   0.00 sec
        Start 239: f3d::TestInteractionAnimationNotStopped
240/335 Test #239: f3d::TestInteractionAnimationNotStopped ............................***Not Run (Disabled)   0.00 sec
        Start 240: f3d::TestInteractionResetCamera
241/335 Test #240: f3d::TestInteractionResetCamera ....................................***Not Run (Disabled)   0.00 sec
        Start 241: f3d::TestInteractionTensorsCycleComp
242/335 Test #241: f3d::TestInteractionTensorsCycleComp ...............................***Not Run (Disabled)   0.00 sec
        Start 242: f3d::TestInteractionCycleScalarsCompCheck
243/335 Test #242: f3d::TestInteractionCycleScalarsCompCheck ..........................***Not Run (Disabled)   0.00 sec
        Start 243: f3d::TestInteractionConfigFileMulti
244/335 Test #243: f3d::TestInteractionConfigFileMulti ................................***Not Run (Disabled)   0.00 sec
        Start 244: f3d::TestInteractionConfigFileAndCommand
245/335 Test #244: f3d::TestInteractionConfigFileAndCommand ...........................***Not Run (Disabled)   0.00 sec
        Start 245: f3d::TestInteractionDumpSceneState
246/335 Test #245: f3d::TestInteractionDumpSceneState .................................***Not Run (Disabled)   0.00 sec
        Start 246: f3d::TestInteractionCycleVerbose
247/335 Test #246: f3d::TestInteractionCycleVerbose ...................................***Not Run (Disabled)   0.00 sec
        Start 247: f3d::TestInteractionEmptyDrop
248/335 Test #247: f3d::TestInteractionEmptyDrop ......................................***Not Run (Disabled)   0.00 sec
        Start 248: f3d::TestInteractionCameraUpdate
249/335 Test #248: f3d::TestInteractionCameraUpdate ...................................***Not Run (Disabled)   0.00 sec
        Start 249: f3d::TestInteractionFocalPointPickingDefault
250/335 Test #249: f3d::TestInteractionFocalPointPickingDefault .......................***Not Run (Disabled)   0.00 sec
        Start 250: f3d::TestInteractionFocalPointPickingShift
251/335 Test #250: f3d::TestInteractionFocalPointPickingShift .........................***Not Run (Disabled)   0.00 sec
        Start 251: f3d::TestInteractionFocalPointPickingPoints
252/335 Test #251: f3d::TestInteractionFocalPointPickingPoints ........................***Not Run (Disabled)   0.00 sec
        Start 252: f3d::TestInteractionLightIntensity
253/335 Test #252: f3d::TestInteractionLightIntensity .................................***Not Run (Disabled)   0.00 sec
        Start 253: f3d::TestInteractionGroupGeometriesColoring
254/335 Test #253: f3d::TestInteractionGroupGeometriesColoring ........................***Not Run (Disabled)   0.00 sec
        Start 254: f3d::TestInteractionReload
255/335 Test #254: f3d::TestInteractionReload .........................................***Not Run (Disabled)   0.00 sec
        Start 255: f3d::TestInteractionLoadParentDirectory
256/335 Test #255: f3d::TestInteractionLoadParentDirectory ............................***Not Run (Disabled)   0.00 sec
        Start 256: f3d::TestInteractionEmptyLoadParentDirectory
257/335 Test #256: f3d::TestInteractionEmptyLoadParentDirectory .......................***Not Run (Disabled)   0.00 sec
        Start 257: f3d::TestInteractionGroupGeometriesLoadParentDirectory
258/335 Test #257: f3d::TestInteractionGroupGeometriesLoadParentDirectory .............***Not Run (Disabled)   0.00 sec
        Start 258: f3d::TestInteractionInvertZoom
259/335 Test #258: f3d::TestInteractionInvertZoom .....................................***Not Run (Disabled)   0.00 sec
        Start 259: f3d::TestInteractionCameraHotkeys
260/335 Test #259: f3d::TestInteractionCameraHotkeys ..................................***Not Run (Disabled)   0.00 sec
        Start 260: f3d::TestProgress
261/335 Test #222: f3d::TestInvalidBREP ...............................................Subprocess aborted***Exception:   0.27 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Trying to load "occt" plugin from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-occt.so"
Loading plugin "occt"
  Version: 1.0
  Description: OpenCASCADE support (version 7.6.3)
  Readers:
    STEP ISO 10303
    Initial Graphics Exchange Specification
    Open CASCADE BRep
Loaded plugin occt from: "/builddir/build/BUILD/f3d-2.3.0/redhat-linux-build/lib/libf3d-plugin-occt.so"
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55cc4d8df4a0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55cc4d8df4a0): Could not find a decent visual




        Start 261: f3d::TestProgressScene
262/335 Test #260: f3d::TestProgress ..................................................Subprocess aborted***Exception:   0.17 sec

        Start 262: f3d::TestInteractionProgressReload
263/335 Test #262: f3d::TestInteractionProgressReload .................................***Not Run (Disabled)   0.00 sec
        Start 263: f3d::TestInteractionDropFiles
264/335 Test #261: f3d::TestProgressScene .............................................Subprocess aborted***Exception:   0.16 sec

        Start 264: f3d::TestInteractionGroupGeometriesDrop
265/335 Test #264: f3d::TestInteractionGroupGeometriesDrop ............................Subprocess aborted***Exception:   0.14 sec

        Start 265: f3d::TestInteractionDropSameFiles
266/335 Test #263: f3d::TestInteractionDropFiles ......................................Subprocess aborted***Exception:   0.18 sec

        Start 267: f3d::TestOutputOutput
Failed test dependencies: f3d::TestOutput
267/335 Test #267: f3d::TestOutputOutput ..............................................***Not Run   0.00 sec
        Start 268: f3d::TestUnsupportedInputOutput
268/335 Test #265: f3d::TestInteractionDropSameFiles ..................................Subprocess aborted***Exception:   0.18 sec

        Start 269: f3d::TestOutputNoBackground
269/335 Test #268: f3d::TestUnsupportedInputOutput ....................................Subprocess aborted***Exception:   0.18 sec

        Start 271: f3d::TestInteractionPlay
Failed test dependencies: f3d::TestInteractionRecord
270/335 Test #271: f3d::TestInteractionPlay ...........................................***Not Run   0.00 sec
        Start 272: f3d::TestPosition
271/335 Test #269: f3d::TestOutputNoBackground ........................................Subprocess aborted***Exception:   0.18 sec

        Start 273: f3d::TestVerbose
272/335 Test #272: f3d::TestPosition ..................................................Subprocess aborted***Exception:   0.18 sec

        Start 274: f3d::TestVerboseQuiet
273/335 Test #273: f3d::TestVerbose ...................................................Subprocess aborted***Exception:   0.18 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x564036c5ea30): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x564036c5ea30): Could not find a decent visual




        Start 275: f3d::TestVerboseError
274/335 Test #274: f3d::TestVerboseQuiet ..............................................Subprocess aborted***Exception:   0.18 sec

        Start 276: f3d::TestVerboseWarning
275/335 Test #275: f3d::TestVerboseError ..............................................Subprocess aborted***Exception:   0.17 sec

        Start 277: f3d::TestVerboseDebug
276/335 Test #276: f3d::TestVerboseWarning ............................................Subprocess aborted***Exception:   0.18 sec

        Start 278: f3d::TestVerboseInvalid
277/335 Test #277: f3d::TestVerboseDebug ..............................................Subprocess aborted***Exception:   0.17 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55db0d0a4cf0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55db0d0a4cf0): Could not find a decent visual




        Start 279: f3d::TestVerboseWrongArray
278/335 Test #278: f3d::TestVerboseInvalid ............................................Subprocess aborted***Exception:   0.18 sec
Unrecognized verbose level: invalid, Ignoring. Possible values are quiet, error, warning, info, debug

        Start 280: f3d::TestVerboseDefaultScalar
279/335 Test #280: f3d::TestVerboseDefaultScalar ......................................Subprocess aborted***Exception:   0.16 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55fe80a4c990): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55fe80a4c990): Could not find a decent visual




        Start 281: f3d::TestIncorrectComponent
280/335 Test #279: f3d::TestVerboseWrongArray .........................................Subprocess aborted***Exception:   0.22 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x5649f2652a20): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x5649f2652a20): Could not find a decent visual




        Start 282: f3d::TestIncorrectColormap
281/335 Test #281: f3d::TestIncorrectComponent ........................................Subprocess aborted***Exception:   0.17 sec

        Start 283: f3d::TestVerboseDirectory
282/335 Test #282: f3d::TestIncorrectColormap .........................................Subprocess aborted***Exception:   0.17 sec

        Start 284: f3d::TestVerboseMultiFileRender
283/335 Test #283: f3d::TestVerboseDirectory ..........................................   Passed    0.12 sec
        Start 285: f3d::TestVerboseMultiFileCompare
284/335 Test #284: f3d::TestVerboseMultiFileRender ....................................Subprocess aborted***Exception:   0.15 sec

        Start 286: f3d::TestVerboseAnimationIndexError2
285/335 Test #285: f3d::TestVerboseMultiFileCompare ...................................Subprocess aborted***Exception:   0.15 sec

        Start 287: f3d::TestVerboseAnimationNoAnimationTime
286/335 Test #286: f3d::TestVerboseAnimationIndexError2 ...............................Subprocess aborted***Exception:   0.16 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x559c09f3ca30): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x559c09f3ca30): Could not find a decent visual




        Start 288: f3d::TestVerboseGrid
287/335 Test #287: f3d::TestVerboseAnimationNoAnimationTime ...........................Subprocess aborted***Exception:   0.17 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55b1564eaa30): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55b1564eaa30): Could not find a decent visual




        Start 289: f3d::TestNoRenderBBox
288/335 Test #288: f3d::TestVerboseGrid ...............................................Subprocess aborted***Exception:   0.16 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x563e47630cc0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x563e47630cc0): Could not find a decent visual




        Start 290: f3d::TestVerboseScalars
289/335 Test #289: f3d::TestNoRenderBBox ..............................................   Passed    0.14 sec
        Start 291: f3d::TestTensorsDirect
290/335 Test #290: f3d::TestVerboseScalars ............................................Subprocess aborted***Exception:   0.15 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55aabad0b990): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55aabad0b990): Could not find a decent visual




        Start 292: f3d::TestTensorsVolumeDirect
291/335 Test #291: f3d::TestTensorsDirect .............................................Subprocess aborted***Exception:   0.15 sec

        Start 293: f3d::TestVerboseVolumeNoArray
292/335 Test #292: f3d::TestTensorsVolumeDirect .......................................Subprocess aborted***Exception:   0.15 sec

        Start 294: f3d::TestVerboseNoArray
293/335 Test #293: f3d::TestVerboseVolumeNoArray ......................................Subprocess aborted***Exception:   0.15 sec

        Start 295: f3d::TestVerboseNonExistentFile
294/335 Test #295: f3d::TestVerboseNonExistentFile ....................................   Passed    0.05 sec
        Start 296: f3d::TestVerboseNonExistentFont
295/335 Test #294: f3d::TestVerboseNoArray ............................................Subprocess aborted***Exception:   0.16 sec

        Start 297: f3d::TestQuietNonExistentFile
296/335 Test #297: f3d::TestQuietNonExistentFile ......................................   Passed    0.06 sec
        Start 298: f3d::TestUnsupportedFileText
297/335 Test #298: f3d::TestUnsupportedFileText .......................................   Passed    0.05 sec
        Start 299: f3d::TestNonExistentTexture
298/335 Test #296: f3d::TestVerboseNonExistentFont ....................................Subprocess aborted***Exception:   0.17 sec

        Start 300: f3d::TestInvalidGeometry
299/335 Test #299: f3d::TestNonExistentTexture ........................................Subprocess aborted***Exception:   0.18 sec

        Start 301: f3d::TestInvalidFullScene
300/335 Test #300: f3d::TestInvalidGeometry ...........................................Subprocess aborted***Exception:   0.19 sec

        Start 302: f3d::TestInvalidTexture
301/335 Test #301: f3d::TestInvalidFullScene ..........................................Subprocess aborted***Exception:   0.17 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x557728148a40): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x557728148a40): Could not find a decent visual




        Start 303: f3d::TestNonExistentInteraction
302/335 Test #303: f3d::TestNonExistentInteraction ....................................***Not Run (Disabled)   0.00 sec
        Start 304: f3d::TestUnknownOptionVerbose
303/335 Test #302: f3d::TestInvalidTexture ............................................Subprocess aborted***Exception:   0.17 sec

        Start 305: f3d::TestUnknownOptionExitCode
304/335 Test #304: f3d::TestUnknownOptionVerbose ......................................   Passed    0.07 sec
        Start 306: f3d::TestNonExistentConfigFilePath
305/335 Test #305: f3d::TestUnknownOptionExitCode .....................................   Passed    0.06 sec
        Start 307: f3d::TestNonExistentConfigFilename
306/335 Test #306: f3d::TestNonExistentConfigFilePath .................................Subprocess aborted***Exception:   0.15 sec
Configuration file does not exist: /builddir/build/BUILD/f3d-2.3.0/testing/configs/dummy.json

        Start 308: f3d::TestNonExistentConfigFileStem
307/335 Test #307: f3d::TestNonExistentConfigFilename .................................Subprocess aborted***Exception:   0.17 sec
Configuration file for "dummy.json" could not been found

        Start 309: f3d::TestInvalidConfigFile
308/335 Test #308: f3d::TestNonExistentConfigFileStem .................................Subprocess aborted***Exception:   0.15 sec
Configuration file for "dummy" could not been found

        Start 310: f3d::TestConfigFileQuiet
309/335 Test #310: f3d::TestConfigFileQuiet ...........................................   Passed    0.05 sec
        Start 311: f3d::TestNoFileConfigFile
310/335 Test #309: f3d::TestInvalidConfigFile .........................................Subprocess aborted***Exception:   0.16 sec
Unable to parse the configuration file /builddir/build/BUILD/f3d-2.3.0/testing/configs/invalid.json
[json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - invalid literal; last read: 'T'

        Start 312: f3d::TestHelp
311/335 Test #312: f3d::TestHelp ......................................................   Passed    0.05 sec
        Start 313: f3d::TestHelpPositional
312/335 Test #313: f3d::TestHelpPositional ............................................   Passed    0.06 sec
        Start 314: f3d::TestDeprecatedHelpInput
313/335 Test #311: f3d::TestNoFileConfigFile ..........................................Subprocess aborted***Exception:   0.17 sec
========== Initializing ==========
Loading plugin "native"
  Version: 1.0
  Description: Native VTK I/O support
  Readers:
    Autodesk 3D Studio
    CityGML
    DICOM
    GL Transmission Format
    MetaImage
    Nearly Raw Raster Data
    Wavefront OBJ
    Polygon
    Point Cloud
    Standard Triangle Language
    TIFF
    VRML
    VTK Legacy
    VTK XML UnstructuredGrid
    VTK XML PolyData
    VTK XML ImageData
    VTK XML RectangularGrid
    VTK XML StructuredGrid
    VTK XML MultiBlock
Using config file /builddir/build/BUILD/f3d-2.3.0/testing/configs/verbose.json
========== Configuring engine ==========
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x55a4c68302a0): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x55a4c68302a0): Could not find a decent visual




        Start 315: f3d::TestDeprecatedInput
314/335 Test #314: f3d::TestDeprecatedHelpInput .......................................   Passed    0.05 sec
        Start 316: f3d::TestDeprecatedQuietNonExistentFile
315/335 Test #316: f3d::TestDeprecatedQuietNonExistentFile ............................   Passed    0.06 sec
        Start 317: f3d::TestVersion
316/335 Test #317: f3d::TestVersion ...................................................   Passed    0.04 sec
        Start 318: f3d::TestReadersList
317/335 Test #315: f3d::TestDeprecatedInput ...........................................Subprocess aborted***Exception:   0.15 sec
--input option is deprecated, please use positional arguments instead.

        Start 319: f3d::TestNoDryRun
318/335 Test #318: f3d::TestReadersList ...............................................   Passed    0.06 sec
        Start 320: f3d::TestNoRef
319/335 Test #319: f3d::TestNoDryRun ..................................................   Passed    0.06 sec
        Start 321: f3d::TestNoRefNoOutput
320/335 Test #320: f3d::TestNoRef .....................................................Subprocess aborted***Exception:   0.14 sec

        Start 322: f3d::TestBadRef
321/335 Test #321: f3d::TestNoRefNoOutput .............................................Subprocess aborted***Exception:   0.16 sec

        Start 323: f3d::TestBadRefNoOutput
322/335 Test #322: f3d::TestBadRef ....................................................Subprocess aborted***Exception:   0.19 sec

        Start 324: f3d::TestPlayNoFile
323/335 Test #323: f3d::TestBadRefNoOutput ............................................Subprocess aborted***Exception:   0.17 sec

        Start 325: f3d::TestScanPluginsCheckNative
324/335 Test #325: f3d::TestScanPluginsCheckNative ....................................   Passed    0.06 sec
        Start 326: f3d::TestScanPluginsCheckExodus
325/335 Test #326: f3d::TestScanPluginsCheckExodus ....................................   Passed    0.04 sec
        Start 327: pyf3d::TestPython_camera
326/335 Test #327: pyf3d::TestPython_camera ...........................................***Failed    0.01 sec
/usr/bin/python3.12: No module named pytest

        Start 328: pyf3d::TestPython_image
327/335 Test #324: f3d::TestPlayNoFile ................................................Subprocess aborted***Exception:   0.17 sec

        Start 329: pyf3d::TestPython_options
328/335 Test #328: pyf3d::TestPython_image ............................................***Failed    0.03 sec
/usr/bin/python3.12: No module named pytest

        Start 330: pyf3d::TestPython_utils
329/335 Test #330: pyf3d::TestPython_utils ............................................***Failed    0.01 sec
/usr/bin/python3.12: No module named pytest

        Start 331: pyf3d::TestPython_plugins
330/335 Test #329: pyf3d::TestPython_options ..........................................***Failed    0.03 sec
/usr/bin/python3.12: No module named pytest

        Start 332: pyf3d::TestPython_deprecated
331/335 Test #331: pyf3d::TestPython_plugins ..........................................***Failed    0.02 sec
/usr/bin/python3.12: No module named pytest

        Start 333: pyf3d::TestPython_image_compare
332/335 Test #332: pyf3d::TestPython_deprecated .......................................***Failed    0.02 sec
/usr/bin/python3.12: No module named pytest

        Start 334: pyf3d::TestPython_loader
333/335 Test #333: pyf3d::TestPython_image_compare ....................................***Failed    0.02 sec
/usr/bin/python3.12: No module named pytest

        Start 335: javaf3d::TestJavaBindings
334/335 Test #334: pyf3d::TestPython_loader ...........................................***Failed    0.02 sec
/usr/bin/python3.12: No module named pytest

335/335 Test #335: javaf3d::TestJavaBindings ..........................................Subprocess aborted***Exception:   0.67 sec
ERROR: In vtkXOpenGLRenderWindow.cxx, line 266
vtkXOpenGLRenderWindow (0x7f26047b7340): Could not find a decent config



ERROR: In vtkXOpenGLRenderWindow.cxx, line 484
vtkXOpenGLRenderWindow (0x7f26047b7340): Could not find a decent visual





16% tests passed, 211 tests failed out of 251

Label Time Summary:
VTKExtensionsAlembicReader         =   0.04 sec*proc (1 test)
VTKExtensionsApplicative           =   0.02 sec*proc (1 test)
VTKExtensionsAssimpReader          =   0.08 sec*proc (2 tests)
VTKExtensionsCore                  =   0.00 sec*proc (1 test)
VTKExtensionsDracoReader           =   0.02 sec*proc (1 test)
VTKExtensionsOCCTReader            =   0.32 sec*proc (1 test)
VTKExtensionsReaders               =   0.19 sec*proc (2 tests)
VTKExtensionsRendering             =   0.21 sec*proc (5 tests)
f3d::VTKExtensionsAlembicReader    =   0.04 sec*proc (1 test)
f3d::VTKExtensionsApplicative      =   0.02 sec*proc (1 test)
f3d::VTKExtensionsAssimpReader     =   0.08 sec*proc (2 tests)
f3d::VTKExtensionsCore             =   0.00 sec*proc (1 test)
f3d::VTKExtensionsDracoReader      =   0.02 sec*proc (1 test)
f3d::VTKExtensionsOCCTReader       =   0.32 sec*proc (1 test)
f3d::VTKExtensionsReaders          =   0.19 sec*proc (2 tests)
f3d::VTKExtensionsRendering        =   0.21 sec*proc (5 tests)

Total Test time (real) =  19.84 sec

The following tests did not run:
	 69 - f3d::TestSSAO (Disabled)
	 83 - f3d::TestVolume (Disabled)
	 84 - f3d::TestVolumeInverse (Disabled)
	 85 - f3d::TestVolumeMag (Disabled)
	 86 - f3d::TestVolumeComp (Disabled)
	 87 - f3d::TestVolumeDirect (Disabled)
	 88 - f3d::TestVolumeCells (Disabled)
	 89 - f3d::TestVolumeNonScalars (Disabled)
	131 - f3d::TestDefaultConfigFileVTU (Disabled)
	132 - f3d::TestDefaultConfigFileVTI (Disabled)
	133 - f3d::TestDefaultConfigFileSTL (Disabled)
	134 - f3d::TestDefaultConfigFileTIFF (Disabled)
	135 - f3d::TestDefaultConfigFilePLY (Disabled)
	136 - f3d::TestDefaultConfigFileAndCommand (Disabled)
	137 - f3d::TestDefaultConfigTranslucent (Disabled)
	138 - f3d::TestThumbnailConfigFileVTU (Disabled)
	139 - f3d::TestThumbnailConfigFileVTI (Disabled)
	140 - f3d::TestThumbnailConfigFileSTL (Disabled)
	141 - f3d::TestThumbnailConfigFilePLY (Disabled)
	154 - f3d::TestInteractionAnimationFast (Disabled)
	155 - f3d::TestInteractionAnimationSlow (Disabled)
	156 - f3d::TestInteractionAnimationCameraMovement (Disabled)
	157 - f3d::TestInteractionAnimationFrameRate (Disabled)
	159 - f3d::TestInteractionSimpleExit (Disabled)
	160 - f3d::TestInteractionCheatsheet (Disabled)
	161 - f3d::TestInteractionCheatsheetWhiteBG (Disabled)
	162 - f3d::TestInteractionCheatsheetBlackBG (Disabled)
	163 - f3d::TestInteractionCheatsheetScalars (Disabled)
	164 - f3d::TestInteractionNoFileCheatsheet (Disabled)
	171 - f3d::TestInteractionRaytracingDenoiseNoRaytracing (Disabled)
	174 - f3d::TestDefaultConfigFileAlembic (Disabled)
	175 - f3d::TestThumbnailConfigFileAlembic (Disabled)
	188 - f3d::TestInteractionFBXBoneAnimation (Disabled)
	195 - f3d::TestDefaultConfigFileAssimpFBX (Disabled)
	196 - f3d::TestDefaultConfigFileAssimpDXF (Disabled)
	197 - f3d::TestDefaultConfigFileAssimpOFF (Disabled)
	198 - f3d::TestDefaultConfigFileAssimpDAE (Disabled)
	199 - f3d::TestThumbnailConfigFileAssimpFBX (Disabled)
	200 - f3d::TestThumbnailConfigFileAssimpDXF (Disabled)
	201 - f3d::TestThumbnailConfigFileAssimpOFF (Disabled)
	202 - f3d::TestThumbnailConfigFileAssimpDAE (Disabled)
	205 - f3d::TestDefaultConfigFileDraco (Disabled)
	206 - f3d::TestThumbnailConfigFileDraco (Disabled)
	211 - f3d::TestInteractionAnimationInvert (Disabled)
	214 - f3d::TestDefaultConfigFileExodus (Disabled)
	215 - f3d::TestThumbnailConfigFileExodus (Disabled)
	223 - f3d::TestDefaultConfigFileOCCT (Disabled)
	224 - f3d::TestThumbnailConfigFileOCCT (Disabled)
	226 - f3d::TestInteractionPostFX (Disabled)
	227 - f3d::TestInteractionActors (Disabled)
	228 - f3d::TestInteractionTimer (Disabled)
	229 - f3d::TestInteractionMisc (Disabled)
	230 - f3d::TestInteractionCycleCell (Disabled)
	231 - f3d::TestInteractionCycleComp (Disabled)
	232 - f3d::TestInteractionCycleScalars (Disabled)
	233 - f3d::TestInteractionVolumeInverse (Disabled)
	234 - f3d::TestInteractionPointCloud (Disabled)
	235 - f3d::TestInteractionDirectory (Disabled)
	236 - f3d::TestInteractionDirectoryLoop (Disabled)
	237 - f3d::TestInteractionDirectoryEmpty (Disabled)
	238 - f3d::TestInteractionDirectoryEmptyVerbose (Disabled)
	239 - f3d::TestInteractionAnimationNotStopped (Disabled)
	240 - f3d::TestInteractionResetCamera (Disabled)
	241 - f3d::TestInteractionTensorsCycleComp (Disabled)
	242 - f3d::TestInteractionCycleScalarsCompCheck (Disabled)
	243 - f3d::TestInteractionConfigFileMulti (Disabled)
	244 - f3d::TestInteractionConfigFileAndCommand (Disabled)
	245 - f3d::TestInteractionDumpSceneState (Disabled)
	246 - f3d::TestInteractionCycleVerbose (Disabled)
	247 - f3d::TestInteractionEmptyDrop (Disabled)
	248 - f3d::TestInteractionCameraUpdate (Disabled)
	249 - f3d::TestInteractionFocalPointPickingDefault (Disabled)
	250 - f3d::TestInteractionFocalPointPickingShift (Disabled)
	251 - f3d::TestInteractionFocalPointPickingPoints (Disabled)
	252 - f3d::TestInteractionLightIntensity (Disabled)
	253 - f3d::TestInteractionGroupGeometriesColoring (Disabled)
	254 - f3d::TestInteractionReload (Disabled)
	255 - f3d::TestInteractionLoadParentDirectory (Disabled)
	256 - f3d::TestInteractionEmptyLoadParentDirectory (Disabled)
	257 - f3d::TestInteractionGroupGeometriesLoadParentDirectory (Disabled)
	258 - f3d::TestInteractionInvertZoom (Disabled)
	259 - f3d::TestInteractionCameraHotkeys (Disabled)
	262 - f3d::TestInteractionProgressReload (Disabled)
	303 - f3d::TestNonExistentInteraction (Disabled)

The following tests FAILED:
	 15 - libf3d::TestSDKRenderAndInteract (Subprocess aborted)
	 16 - libf3d::TestSDKEngine (Subprocess aborted)
	 21 - libf3d::TestSDKCamera (Subprocess aborted)
	 22 - libf3d::TestSDKCompareWithFile (Subprocess aborted)
	 23 - libf3d::TestSDKDropZone (Subprocess aborted)
	 25 - libf3d::TestSDKLoadFromMemory (Subprocess aborted)
	 26 - libf3d::TestSDKMultiColoring (Subprocess aborted)
	 27 - libf3d::TestSDKMultiOptions (Subprocess aborted)
	 28 - libf3d::TestSDKWindowNative (Subprocess aborted)
	 29 - libf3d::TestSDKDynamicBackgroundColor (Subprocess aborted)
	 30 - libf3d::TestSDKDynamicFontFile (Subprocess aborted)
	 31 - libf3d::TestSDKDynamicLightIntensity (Subprocess aborted)
	 32 - libf3d::TestSDKDynamicProperties (Subprocess aborted)
	 34 - libf3d::TestSDKAnimation (Subprocess aborted)
	 35 - libf3d::TestSDKInteractorCallBack (Subprocess aborted)
	 36 - libf3d::TestSDKInteractorDropFullScene (Subprocess aborted)
	 37 - f3d::TestPLY (Subprocess aborted)
	 38 - f3d::TestOBJ (Subprocess aborted)
	 39 - f3d::TestSTL (Subprocess aborted)
	 40 - f3d::TestVTU (Subprocess aborted)
	 41 - f3d::TestVTP (Subprocess aborted)
	 42 - f3d::TestVTR (Subprocess aborted)
	 43 - f3d::TestVTS (Subprocess aborted)
	 44 - f3d::TestVTM (Subprocess aborted)
	 45 - f3d::TestVTK (Subprocess aborted)
	 46 - f3d::TestNRRD (Subprocess aborted)
	 47 - f3d::TestGridX (Subprocess aborted)
	 48 - f3d::TestGridY (Subprocess aborted)
	 49 - f3d::TestGridZ (Subprocess aborted)
	 50 - f3d::TestGridOptions (Subprocess aborted)
	 51 - f3d::TestGridAbsolute (Subprocess aborted)
	 52 - f3d::TestAxis (Subprocess aborted)
	 53 - f3d::TestPointCloud (Subprocess aborted)
	 54 - f3d::TestPointCloudBar (Subprocess aborted)
	 55 - f3d::TestPointCloudUG (Subprocess aborted)
	 56 - f3d::TestPointCloudVolume (Subprocess aborted)
	 57 - f3d::TestPointCloudDefaultScene (Subprocess aborted)
	 58 - f3d::Test3DSImporter (Subprocess aborted)
	 59 - f3d::TestScalars (Subprocess aborted)
	 60 - f3d::TestScalarsRange (Subprocess aborted)
	 61 - f3d::TestScalarsWithBar (Subprocess aborted)
	 62 - f3d::TestGLTFImporter (Subprocess aborted)
	 63 - f3d::TestGLTFImporterWithAnimation (Subprocess aborted)
	 64 - f3d::TestGLTFSkin (Subprocess aborted)
	 65 - f3d::TestGLTFReaderWithAnimation (Subprocess aborted)
	 66 - f3d::TestDicom (Subprocess aborted)
	 67 - f3d::TestMHD (Subprocess aborted)
	 68 - f3d::TestVTICell (Subprocess aborted)
	 70 - f3d::TestDepthPeeling (Subprocess aborted)
	 71 - f3d::TestBackground (Subprocess aborted)
	 72 - f3d::TestGridWithDepthPeeling (Subprocess aborted)
	 73 - f3d::TestFilename (Subprocess aborted)
	 74 - f3d::TestFilenameWhiteBg (Subprocess aborted)
	 75 - f3d::TestCityGML (Subprocess aborted)
	 76 - f3d::TestPTS (Subprocess aborted)
	 77 - f3d::TestColormap (Subprocess aborted)
	 78 - f3d::TestCameraConfiguration (Subprocess aborted)
	 79 - f3d::TestCameraDirection (Subprocess aborted)
	 80 - f3d::TestCameraClipping (Subprocess aborted)
	 81 - f3d::TestToneMapping (Subprocess aborted)
	 82 - f3d::TestDepthPeelingToneMapping (Subprocess aborted)
	 90 - f3d::TestTextureNormal (Subprocess aborted)
	 91 - f3d::TestTextureMaterial (Subprocess aborted)
	 92 - f3d::TestTextureMaterialWithOptions (Subprocess aborted)
	 93 - f3d::TestTextureColor (Subprocess aborted)
	 94 - f3d::TestTextureEmissive (Subprocess aborted)
	 95 - f3d::TestTextures (Subprocess aborted)
	 96 - f3d::TestMetaDataImporter (Subprocess aborted)
	 97 - f3d::TestMultiblockMetaData (Subprocess aborted)
	 98 - f3d::TestTIFF (Subprocess aborted)
	 99 - f3d::TestLightIntensityBrighter (Subprocess aborted)
	100 - f3d::TestLightIntensityDarker (Subprocess aborted)
	101 - f3d::TestLightIntensityBrighterFullScene (Subprocess aborted)
	102 - f3d::TestLightIntensityDarkerFullScene (Subprocess aborted)
	103 - f3d::TestUTF8 (Subprocess aborted)
	104 - f3d::TestFilenameCommasSpaces (Subprocess aborted)
	105 - f3d::TestFont (Subprocess aborted)
	106 - f3d::TestAnimationIndex (Subprocess aborted)
	107 - f3d::TestAnimationAutoplay (Subprocess aborted)
	108 - f3d::TestMaxSizeBelow (Subprocess aborted)
	109 - f3d::TestMaxSizeAbove (Subprocess aborted)
	110 - f3d::TestAlternativeOptionSyntax (Subprocess aborted)
	111 - f3d::TestNonExistentFile (Subprocess aborted)
	112 - f3d::TestUnsupportedFile (Subprocess aborted)
	113 - f3d::TestComponentName (Subprocess aborted)
	115 - f3d::TestNoFile (Subprocess aborted)
	116 - f3d::TestGroupGeometries (Subprocess aborted)
	117 - f3d::TestGroupGeometriesColoring (Subprocess aborted)
	118 - f3d::TestInvalidUpDirection (Subprocess aborted)
	119 - f3d::TestUpDirectionNoSign (Subprocess aborted)
	120 - f3d::TestTextureMatCap (Subprocess aborted)
	121 - f3d::TestTextureMatCapWithTCoords (Subprocess aborted)
	122 - f3d::TestSkinningManyBonesWarning (Subprocess aborted)
	123 - f3d::TestScalarsCell (Subprocess aborted)
	124 - f3d::TestPluginVerbose (Subprocess aborted)
	125 - f3d::TestPluginNonExistent (Subprocess aborted)
	126 - f3d::TestPluginInvalid (Subprocess aborted)
	127 - f3d::TestPluginNoInit (Subprocess aborted)
	128 - f3d::TestConfigFileBuild (Subprocess aborted)
	129 - f3d::TestConfigStemBuild (Subprocess aborted)
	130 - f3d::TestConfigFileUpperCase (Subprocess aborted)
	142 - f3d::TestOBJImporter (Subprocess aborted)
	143 - f3d::TestGLTFImporterUnlit (Subprocess aborted)
	144 - f3d::TestMaterial (Subprocess aborted)
	145 - f3d::TestMetaData (Subprocess aborted)
	146 - f3d::TestEdges (Subprocess aborted)
	147 - f3d::TestLineWidth (Subprocess aborted)
	148 - f3d::TestLineWidthFullScene (Subprocess aborted)
	149 - f3d::TestPointCloudFullScene (Subprocess aborted)
	150 - f3d::TestTextureMatCapWithEdges (Subprocess aborted)
	151 - f3d::TestAnimationAllAnimations (Subprocess aborted)
	152 - f3d::TestVerboseAnimation (Subprocess aborted)
	153 - f3d::TestVerboseAnimationIndexError1 (Subprocess aborted)
	158 - f3d::TestVerboseAnimationWrongAnimationTime (Subprocess aborted)
	165 - f3d::TestCameraPersp (Subprocess aborted)
	166 - f3d::TestCameraOrtho (Subprocess aborted)
	167 - f3d::TestCameraIndexConfiguration (Subprocess aborted)
	169 - f3d::TestGLTFMorph (Subprocess aborted)
	170 - f3d::TestNoBackground (Subprocess aborted)
	172 - f3d::TestABC (Subprocess aborted)
	173 - f3d::TestABCNonFaceVarying (Subprocess aborted)
	176 - f3d::TestOFF (Subprocess aborted)
	177 - f3d::Test3MF (Subprocess aborted)
	178 - f3d::TestDXF (Subprocess aborted)
	179 - f3d::TestFBX (Subprocess aborted)
	180 - f3d::TestFBX16bits (Subprocess aborted)
	181 - f3d::TestVerboseCameraAssimp (Subprocess aborted)
	182 - f3d::TestFBXBone (Subprocess aborted)
	183 - f3d::TestFBXBoneAnimation (Subprocess aborted)
	184 - f3d::TestVerboseAssimp (Subprocess aborted)
	185 - f3d::TestTGATextureFBX (Subprocess aborted)
	186 - f3d::TestDAE (Subprocess aborted)
	187 - f3d::TestX (Subprocess aborted)
	189 - f3d::TestFBXNormalMapping (Subprocess aborted)
	190 - f3d::TestEmbeddedTextureFBX (Subprocess aborted)
	191 - f3d::TestFBXAnimation (Subprocess aborted)
	192 - f3d::TestFBXAnimationLights (Subprocess aborted)
	193 - f3d::TestFBXAnimationCamera (Subprocess aborted)
	194 - f3d::TestDAEAnimationLights (Subprocess aborted)
	203 - f3d::TestDRACO (Subprocess aborted)
	204 - f3d::TestDRACOColoring (Subprocess aborted)
	207 - f3d::TestExodus (Subprocess aborted)
	208 - f3d::TestExodusConfig (Subprocess aborted)
	209 - f3d::TestVerboseGenericImporterAnimation (Subprocess aborted)
	210 - f3d::TestAnimationGenericImporter (Subprocess aborted)
	212 - f3d::TestVerboseAnimationSingleTimestep (Subprocess aborted)
	216 - f3d::TestPluginName (Subprocess aborted)
	217 - f3d::TestPluginFullPath (Subprocess aborted)
	218 - f3d::TestSTEP (Subprocess aborted)
	219 - f3d::TestIGES (Subprocess aborted)
	220 - f3d::TestBREP (Subprocess aborted)
	221 - f3d::TestBinaryBREP (Subprocess aborted)
	222 - f3d::TestInvalidBREP (Subprocess aborted)
	225 - f3d::TestMultiplePluginsLoad (Subprocess aborted)
	260 - f3d::TestProgress (Subprocess aborted)
	261 - f3d::TestProgressScene (Subprocess aborted)
	263 - f3d::TestInteractionDropFiles (Subprocess aborted)
	264 - f3d::TestInteractionGroupGeometriesDrop (Subprocess aborted)
	265 - f3d::TestInteractionDropSameFiles (Subprocess aborted)
	266 - f3d::TestOutput (Subprocess aborted)
	267 - f3d::TestOutputOutput (Not Run)
	268 - f3d::TestUnsupportedInputOutput (Subprocess aborted)
	269 - f3d::TestOutputNoBackground (Subprocess aborted)
	270 - f3d::TestInteractionRecord (Subprocess aborted)
	271 - f3d::TestInteractionPlay (Not Run)
	272 - f3d::TestPosition (Subprocess aborted)
	273 - f3d::TestVerbose (Subprocess aborted)
	274 - f3d::TestVerboseQuiet (Subprocess aborted)
	275 - f3d::TestVerboseError (Subprocess aborted)
	276 - f3d::TestVerboseWarning (Subprocess aborted)
	277 - f3d::TestVerboseDebug (Subprocess aborted)
	278 - f3d::TestVerboseInvalid (Subprocess aborted)
	279 - f3d::TestVerboseWrongArray (Subprocess aborted)
	280 - f3d::TestVerboseDefaultScalar (Subprocess aborted)
	281 - f3d::TestIncorrectComponent (Subprocess aborted)
	282 - f3d::TestIncorrectColormap (Subprocess aborted)
	284 - f3d::TestVerboseMultiFileRender (Subprocess aborted)
	285 - f3d::TestVerboseMultiFileCompare (Subprocess aborted)
	286 - f3d::TestVerboseAnimationIndexError2 (Subprocess aborted)
	287 - f3d::TestVerboseAnimationNoAnimationTime (Subprocess aborted)
	288 - f3d::TestVerboseGrid (Subprocess aborted)
	290 - f3d::TestVerboseScalars (Subprocess aborted)
	291 - f3d::TestTensorsDirect (Subprocess aborted)
	292 - f3d::TestTensorsVolumeDirect (Subprocess aborted)
	293 - f3d::TestVerboseVolumeNoArray (Subprocess aborted)
	294 - f3d::TestVerboseNoArray (Subprocess aborted)
	296 - f3d::TestVerboseNonExistentFont (Subprocess aborted)
	299 - f3d::TestNonExistentTexture (Subprocess aborted)
	300 - f3d::TestInvalidGeometry (Subprocess aborted)
	301 - f3d::TestInvalidFullScene (Subprocess aborted)
	302 - f3d::TestInvalidTexture (Subprocess aborted)
	306 - f3d::TestNonExistentConfigFilePath (Subprocess aborted)
	307 - f3d::TestNonExistentConfigFilename (Subprocess aborted)
	308 - f3d::TestNonExistentConfigFileStem (Subprocess aborted)
	309 - f3d::TestInvalidConfigFile (Subprocess aborted)
	311 - f3d::TestNoFileConfigFile (Subprocess aborted)
	315 - f3d::TestDeprecatedInput (Subprocess aborted)
	320 - f3d::TestNoRef (Subprocess aborted)
	321 - f3d::TestNoRefNoOutput (Subprocess aborted)
	322 - f3d::TestBadRef (Subprocess aborted)
	323 - f3d::TestBadRefNoOutput (Subprocess aborted)
	324 - f3d::TestPlayNoFile (Subprocess aborted)
	327 - pyf3d::TestPython_camera (Failed)
	328 - pyf3d::TestPython_image (Failed)
	329 - pyf3d::TestPython_options (Failed)
	330 - pyf3d::TestPython_utils (Failed)
	331 - pyf3d::TestPython_plugins (Failed)
	332 - pyf3d::TestPython_deprecated (Failed)
	333 - pyf3d::TestPython_image_compare (Failed)
	334 - pyf3d::TestPython_loader (Failed)
	335 - javaf3d::TestJavaBindings (Subprocess aborted)
Errors while running CTest

@mwestphal
Copy link
Contributor

To run F3D testing when building for OpenGL, you need access to an Xorg server, use Xvfb as suggested or find another solution.

However, this is not an issue in F3D, more of a question about "How to run a X application without a Xorg server"

Could we discuss this on discord instead ?

https://discord.f3d.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Please help with this issue! source:superbuild
Projects
Status: To do
Development

No branches or pull requests

4 participants