Skip to content

Conversation

@botantony
Copy link
Member

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

Signed-off-by: botantony <antonsm21@gmail.com>
@github-actions github-actions bot added the macos-only Formula depends on macOS label Dec 1, 2025
@botantony botantony added CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. test failure CI fails while running the test-do block 14-arm64 Sonoma arm64 is specifically affected labels Dec 1, 2025
@botantony
Copy link
Member Author

  *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AppleParavirtDevice newArgumentEncoderWithLayout:]: unrecognized selector sent to instance 0x12900aa00'
  *** First throw call stack:
  (
  	0   CoreFoundation                      0x000000018d7471cc __exceptionPreprocess + 176
  	1   libobjc.A.dylib                     0x000000018d22a158 objc_exception_throw + 60
  	2   CoreFoundation                      0x000000018d7f9468 -[NSObject(NSObject) __retain_OA] + 0
  	3   AppleParavirtGPUMetalIOGPUFamily    0x0000000102ab4f5c doUncompressedBlit + 11180
  	4   Metal                               0x0000000197a0dec4 -[_MTLDevice newArgumentEncoderWithArguments:structType:] + 136
  	5   libMoltenVK.dylib                   0x00000001032dc550 _ZN17MVKPhysicalDevice17initMetalFeaturesEv + 2064
  	6   libMoltenVK.dylib                   0x00000001032dba70 _ZN17MVKPhysicalDeviceC2EP11MVKInstancePU19objcproto9MTLDevice11objc_object + 452
  	7   libMoltenVK.dylib                   0x0000000103289824 _ZN11MVKInstanceC2EPK20VkInstanceCreateInfo + 940
  	8   libMoltenVK.dylib                   0x000000010326e86c vkCreateInstance + 72
  	9   test                                0x0000000102923f4c main + 100
  	10  dyld                                0x000000018d267154 start + 2476
  )
  libc++abi: terminating due to uncaught exception of type NSException

@yurikoles
Copy link
Contributor

yurikoles commented Dec 5, 2025

I wanted to propose just depending on macOS 15, but I found upstream CI for tag 1.4.1, MoltenVK (Xcode 15.0.1 - macos), which ran on macOS 14, finished successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

14-arm64 Sonoma arm64 is specifically affected CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. macos-only Formula depends on macOS test failure CI fails while running the test-do block

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants