Failing modifiers test on the buildbot for OSX intel builds in sanitizer or debug mode #116956

Open
opened 2024-01-09 19:42:22 +01:00 by Bastien Montagne · 18 comments

System Information
Operating system: OSX (arm64)
Graphics card: N/A

Blender Version
Broken: Current main
Worked: ???

Short description of error

In sanitizer and debug builds the OSX arm64 buildbot always fails on modifiers test:

START CurveTriangulate test.
FAILED CurveTriangulate test with the following: 
Results:
Mesh Comparison : The edge topology is different
Mesh Validation : Valid

Release builds are never showing this issue, nor OSX x86_64 or linux ones.

Exact steps for others to reproduce the error

The error is consistently reproducible on the buildbot (one need to have admin access to it to trigger debug builds though currently).

See e.g. https://builder.blender.org/admin/#/builders/60/builds/1867

**System Information** Operating system: OSX (arm64) Graphics card: N/A **Blender Version** Broken: Current main Worked: ??? **Short description of error** In `sanitizer` and `debug` builds the OSX arm64 buildbot always fails on modifiers test: ``` START CurveTriangulate test. FAILED CurveTriangulate test with the following: Results: Mesh Comparison : The edge topology is different Mesh Validation : Valid ``` Release builds are never showing this issue, nor OSX x86_64 or linux ones. **Exact steps for others to reproduce the error** The error is consistently reproducible on the buildbot (one need to have admin access to it to trigger `debug` builds though currently). See e.g. https://builder.blender.org/admin/#/builders/60/builds/1867
Bastien Montagne added the
Status
Needs Triage
Type
Report
Priority
Normal
labels 2024-01-09 19:42:22 +01:00
Author
Owner

Note: Don't have an arm64 Mac at hands right now to test and confirm on a 'normal' workstation, so not confirming the issue for now.

Note: Don't have an arm64 Mac at hands right now to test and confirm on a 'normal' workstation, so not confirming the issue for now.
Member

@mont29 hi, modifiers test still failing on debug build? Can you ask someone from studio to check this? Sergey maybe 🙂

@mont29 hi, modifiers test still failing on debug build? Can you ask someone from studio to check this? Sergey maybe 🙂
Author
Owner

Yes they do, see https://builder.blender.org/admin/#/builders/60/builds/1889

Not sure who is actual member of MacOS module and would have time to check on this though...

Yes they do, see https://builder.blender.org/admin/#/builders/60/builds/1889 Not sure who is actual member of MacOS module and would have time to check on this though...
Member

Thanks.

Module member macOS:

@farsthary @brecht , can you check?

Thanks. > [Module member macOS:](https://projects.blender.org/blender/blender/wiki/Module:%20Platforms,%20Builds,%20Tests%20&%20Devices#:~:text=macOS,Farsthary%20%40brecht) @farsthary @brecht , can you check?

Note: Don't have an arm64 Mac at hands right now to test and confirm on a 'normal' workstation, so not confirming the issue for now.

I have both x86 and an M1, in order to reproduce it locally will suffice to run "make test"?

> Note: Don't have an arm64 Mac at hands right now to test and confirm on a 'normal' workstation, so not confirming the issue for now. I have both x86 and an M1, in order to reproduce it locally will suffice to run "make test"?
Author
Owner

@farsthary yes, assuming you are using a debug build with ASAN enabled.

I would rather recommend running ctest directly from the build directory though, since you can then filter out tests and add more options.

E.g. ctest --output-on-errors -R "modifiers" will only run modifiers tests and give you all the console prints when failing.

@farsthary yes, assuming you are using a debug build with ASAN enabled. I would rather recommend running `ctest` directly from the build directory though, since you can then filter out tests and add more options. E.g. `ctest --output-on-errors -R "modifiers"` will only run `modifiers` tests and give you all the console prints when failing.

thanks! will report back shortly

thanks! will report back shortly

Tested on an M1 MBA on release-4.1 , the test that failed where unrelated to modifiers:

99% tests passed, 1 tests failed out of 334
Total Test time (real) = 500.31 sec

The following tests FAILED:
49 - io_wavefront (Subprocess aborted)
Errors while running CTest
make: *** [test] Error 8
➜ blender git:(blender-v4.1-release)

and on main

99% tests passed, 2 tests failed out of 336

Total Test time (real) = 492.51 sec

The following tests FAILED:
50 - io_wavefront (Subprocess aborted)
52 - io_stl (Subprocess aborted)
Errors while running CTest

Tested on an M1 MBA on release-4.1 , the test that failed where unrelated to modifiers: 99% tests passed, 1 tests failed out of 334 Total Test time (real) = 500.31 sec The following tests FAILED: 49 - io_wavefront (Subprocess aborted) Errors while running CTest make: *** [test] Error 8 ➜ blender git:(blender-v4.1-release) and on main 99% tests passed, 2 tests failed out of 336 Total Test time (real) = 492.51 sec The following tests FAILED: 50 - io_wavefront (Subprocess aborted) 52 - io_stl (Subprocess aborted) Errors while running CTest

will report on my x86 next

will report on my x86 next

Do you have a list of which tests in particular are failing from io_wavefront and io_stl? If you run the tests via ctest --output-on-errors -R "io_wavefront", you can find the log file in Testing/Temporary/LastTest.log

I am seeing failures on Windows ARM64 devices in the same tests, and am wondering if it's the same place

Do you have a list of which tests in particular are failing from `io_wavefront` and `io_stl`? If you run the tests via `ctest --output-on-errors -R "io_wavefront"`, you can find the log file in `Testing/Temporary/LastTest.log` I am seeing failures on Windows ARM64 devices in the same tests, and am wondering if it's the same place
Blender Bot added
Status
Resolved
and removed
Status
Needs Triage
labels 2024-03-06 18:04:01 +01:00

Sorry, I mentioned the wrong issue number in my commit.

Sorry, I mentioned the wrong issue number in my commit.
Blender Bot added
Status
Needs Triage
and removed
Status
Resolved
labels 2024-03-06 18:04:34 +01:00

Do you have a list of which tests in particular are failing from io_wavefront and io_stl? If you run the tests via ctest --output-on-errors -R "io_wavefront", you can find the log file in Testing/Temporary/LastTest.log

I am seeing failures on Windows ARM64 devices in the same tests, and am wondering if it's the same place

When I run that command I get this:

~/blender-git/blender (blender-v4.1-release) » ctest --output-on-errors -R "io_wavefront"
vane@Vanessas-iMac-Pro
Test project /Users/vane/blender-git/blender
No tests were found!!!

> Do you have a list of which tests in particular are failing from `io_wavefront` and `io_stl`? If you run the tests via `ctest --output-on-errors -R "io_wavefront"`, you can find the log file in `Testing/Temporary/LastTest.log` > > I am seeing failures on Windows ARM64 devices in the same tests, and am wondering if it's the same place When I run that command I get this: > ~/blender-git/blender (blender-v4.1-release) » ctest --output-on-errors -R "io_wavefront" > vane@Vanessas-iMac-Pro > Test project /Users/vane/blender-git/blender > No tests were found!!!

and on the x86 Mac I get new tests errors:

99% tests passed, 2 tests failed out of 334

Total Test time (real) = 896.65 sec

The following tests FAILED:
49 - io_wavefront (Subprocess aborted)
313 - geo_node_mesh/boolean_boolean_diff (Failed)
Errors while running CTest
make: *** [test] Error 8

And none regarding modifiers

and on the x86 Mac I get new tests errors: 99% tests passed, 2 tests failed out of 334 > Total Test time (real) = 896.65 sec > > The following tests FAILED: > 49 - io_wavefront (Subprocess aborted) > 313 - geo_node_mesh/boolean_boolean_diff (Failed) > Errors while running CTest > make: *** [test] Error 8 And none regarding modifiers

@farsthary You need to run it inside your build folder (ie, the one containing CMakeCache.txt)

@farsthary You need to run it inside your build folder (ie, the one containing CMakeCache.txt)

Do you have a list of which tests in particular are failing from io_wavefront and io_stl? If you run the tests via ctest --output-on-errors -R "io_wavefront", you can find the log file in Testing/Temporary/LastTest.log

I am seeing failures on Windows ARM64 devices in the same tests, and am wondering if it's the same place

For io_wavefront I get this fail result:

> Do you have a list of which tests in particular are failing from `io_wavefront` and `io_stl`? If you run the tests via `ctest --output-on-errors -R "io_wavefront"`, you can find the log file in `Testing/Temporary/LastTest.log` > > I am seeing failures on Windows ARM64 devices in the same tests, and am wondering if it's the same place For io_wavefront I get this fail result:

And for the "modifier" tests on a MBA M1 I get this log:

And for the "modifier" tests on a MBA M1 I get this log:

Sadly not the same failure as mine, I guess my hunt continues 😄

Sadly not the same failure as mine, I guess my hunt continues 😄

Actually scratch that, it's not the same failue for me on io_wavefront, however the exact same assert causes the failure on io_stl for me...

Actually scratch that, it's not the same failue for me on `io_wavefront`, however the exact same assert causes the failure on `io_stl` for me...
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#116956
No description provided.