-
-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
Labels
Description
Describe the bug
It's noticable that a lot of macOS 13 builds are failing.
I see mainly 2 kinds of errors:
- Errors during self-test
Illegal instruction
errors during unit testing- Errors in creating the DMG
DIHLDiskImageCreate() returned 49168
hdiutil: create: returning 49168
hdiutil: create failed - Resource busy
Is there something we can do about this? It looks like the workaround (killing XProtect) doesn't help much.
What can we do to make the macOS 13 build more stable?
Test failures:
Current thread 0x00007ff852cf1940 (most recent call first):
gaphor/ui/tests/test_main.py .
File "/Users/runner/work/gaphor/gaphor/.venv/lib/python3.13/site-packages/gi/overrides/Gio.py", line 42 in run
File "/Users/runner/work/gaphor/gaphor/gaphor/ui/tests/test_main.py", line 27 in fake_run
File "/Users/runner/work/gaphor/gaphor/gaphor/ui/__init__.py", line 107 in run
File "/Users/runner/work/gaphor/gaphor/gaphor/main.py", line 117 in run
File "/Users/runner/work/gaphor/gaphor/gaphor/main.py", line 26 in main
File "/Users/runner/work/gaphor/gaphor/gaphor/ui/tests/test_main.py", line 46 in test_application_startup_with_model
Current thread 0x00007ff84a01e940 (most recent call first):
gaphor/ui/tests/test_selftest.py
File "/Users/runner/work/gaphor/gaphor/.venv/lib/python3.13/site-packages/gi/overrides/Gio.py", line 42 in run
File "/Users/runner/work/gaphor/gaphor/gaphor/ui/__init__.py", line 107 in run
File "/Users/runner/work/gaphor/gaphor/gaphor/ui/tests/test_selftest.py", line 10 in test_self_test