You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: All tests should pass on homebrew CI, including UNIT_AssimpLoader_TEST
Actual behavior: 5 AssimpLoader tests are failing
Tests passed on Aug 30 2024 but started failing on Sept 2 2024. I noticed that there's a new release of AssimpLoader 5.4.3 bottle on Aug 31st 2024 which could be related.
[ RUN ] AssimpLoader.LoadBoxWithAnimationOutsideSkeleton
59: /Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:275: Failure
59: Expected: (0u) < (mesh->TexCoordCount()), actual: 0 vs 0
59: [ FAILED ] AssimpLoader.LoadBoxWithAnimationOutsideSkeleton (1 ms)
59: [ RUN ] AssimpLoader.LoadBoxInstControllerWithoutSkeleton
59: /Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:314: Failure
59: Expected equality of these values:
59: 24u
59: Which is: 24
59: mesh->TexCoordCount()
59: Which is: 0
59: [ FAILED ] AssimpLoader.LoadBoxInstControllerWithoutSkeleton (1 ms)
59: [ RUN ] AssimpLoader.LoadBoxMultipleInstControllers
59: /Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:332: Failure
59: Expected equality of these values:
59: 48u
59: Which is: 48
59: mesh->TexCoordCount()
59: Which is: 0
59: /Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:340: Failure
59: Expected equality of these values:
59: 24u
59: Which is: 24
59: submesh->TexCoordCount()
59: Which is: 0
59: /Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:341: Failure
59: Expected equality of these values:
59: 24u
59: Which is: 24
59: submesh2->TexCoordCount()
59: Which is: 0
59: [ FAILED ] AssimpLoader.LoadBoxMultipleInstControllers (0 ms)
59: [ RUN ] AssimpLoader.LoadBoxNestedAnimation
59: /Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:360: Failure
59: Expected equality of these values:
59: 24u
59: Which is: 24
59: mesh->TexCoordCount()
59: Which is: 0
59: [ FAILED ] AssimpLoader.LoadBoxNestedAnimation (0 ms)
59: [ RUN ] AssimpLoader.LoadBoxWithDefaultStride
59: /Users/jenkins/jenkins-agent/workspace/gz_common-ci-main-homebrew-amd64/gz-common/graphics/src/AssimpLoader_TEST.cc:401: Failure
59: Expected equality of these values:
59: 24u
59: Which is: 24
59: mesh->TexCoordCount()
59: Which is: 0
59: [ FAILED ] AssimpLoader.LoadBoxWithDefaultStride (0 ms)
The text was updated successfully, but these errors were encountered:
Environment
gz-common6
/main
Description
UNIT_AssimpLoader_TEST
Tests passed on Aug 30 2024 but started failing on Sept 2 2024. I noticed that there's a new release of AssimpLoader 5.4.3 bottle on Aug 31st 2024 which could be related.
Steps to reproduce
See homebrew CI builds, e.g. https://build.osrfoundation.org/job/gz_common-ci-main-homebrew-amd64/79
Output
The text was updated successfully, but these errors were encountered: