Open ZhongRuoyu opened 2 months ago
:x: @ZhongRuoyu bottle request for highway failed.
clang++: error: unable to execute command: Abort trap: 6
https://github.com/Homebrew/homebrew-core/actions/runs/10786522492/job/29913530863#step:4:180
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2339936566
:x: @ZhongRuoyu bottle request for xerces-c failed.
:x: @ZhongRuoyu bottle request for highway failed.
Duplicate of https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2339677526
:x: @ZhongRuoyu bottle request for libffi failed.
==> Testing libffi
==> /usr/bin/clang -o closure closure.c -L/opt/homebrew/Cellar/libffi/3.4.6/lib -lffi -I/opt/homebrew/Cellar/libffi/3.4.6/include -Os -w -pipe -mmacosx-version-min=15 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk
closure.c:33:51: error: incompatible function pointer types passing 'void (ffi_cif *, unsigned int *, void **, FILE *)' (aka 'void (ffi_cif *, unsigned int *, void **, struct __sFILE *)') to parameter of type 'void (*)(ffi_cif *, void *, void **, void *)' [-Wincompatible-function-pointer-types]
33 | if (ffi_prep_closure_loc(closure, &cif, puts_binding,
| ^~~~~~~~~~~~
/opt/homebrew/Cellar/libffi/3.4.6/include/ffi.h:3[70](https://github.com/Homebrew/homebrew-core/actions/runs/10788125175/job/29918232363#step:4:71):16: note: passing argument to parameter 'fun' here
370 | void (*fun)(ffi_cif*,void*,void**,void*),
| ^
1 error generated.
https://github.com/Homebrew/homebrew-core/actions/runs/10788125175/job/29918232363#step:4:68
:x: @ZhongRuoyu bottle request for terragrunt failed.
:x: @ZhongRuoyu bottle request for ghc@9.8 failed.
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2340171621 https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2341255436
:x: @ZhongRuoyu bottle request for docker-compose failed.
:x: @ZhongRuoyu bottle request for util-linux failed.
:x: @ZhongRuoyu bottle request for k9s failed.
:x: @ZhongRuoyu bottle request for zsh failed.
==> /opt/homebrew/Cellar/zsh/5.9/bin/zsh -c zmodload zsh/pcre
zsh:1: failed to load module: zsh/pcre
https://github.com/Homebrew/homebrew-core/actions/runs/10788690001/job/29920016632#step:4:73
:x: @ZhongRuoyu bottle request for liblqr failed.
:x: @ZhongRuoyu bottle request for clang-format failed.
:x: @ZhongRuoyu bottle request for aws-sdk-cpp failed.
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2340258823
:x: @fxcoudert bottle request for libslirp failed.
:x: @ZhongRuoyu bottle request for berkeley-db failed.
./libtool --mode=compile clang++ -c -I. -I../src -O3 -I../lang/cxx/stl ../lang/cxx/stl/dbstl_container.cpp
libtool: compile: clang++ -c -I. -I../src -O3 -I../lang/cxx/stl ../lang/cxx/stl/dbstl_container.cpp -fno-common -DPIC -o .libs/dbstl_container.o
In file included from ../lang/cxx/stl/dbstl_container.cpp:11:
In file included from ../lang/cxx/stl/dbstl_container.h:12:
./dbstl_common.h:57:2: error: "No appropriate TLS modifier defined."
57 | #error "No appropriate TLS modifier defined."
| ^
In file included from ../lang/cxx/stl/dbstl_container.cpp:11:
In file included from ../lang/cxx/stl/dbstl_container.h:13:
../lang/cxx/stl/dbstl_resource_manager.h:145:2: error: "A multi-threaded build of STL for Berkeley DB requires thread local storage. None is configured."
145 | #error "A multi-threaded build of STL for Berkeley DB requires thread local storage. None is configured."
| ^
2 errors generated.
make: *** [dbstl_container.lo] Error 1
:x: @ZhongRuoyu bottle request for ghc@9.8 failed.
LoadError
with msgpack
.
https://github.com/Homebrew/homebrew-core/actions/runs/10787640333/job/29920331363#step:4:57
Duplicate of https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2340004448
:x: @ZhongRuoyu bottle request for aws-sdk-cpp failed.
LoadError
with msgpack
.
https://github.com/Homebrew/homebrew-core/actions/runs/10788984528/job/29923082750#step:4:57
Duplicate of https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2340132922
:x: @ZhongRuoyu bottle request for pulumi failed.
LoadError
with msgpack
.
https://github.com/Homebrew/homebrew-core/actions/runs/10790623991/job/29926247451#step:4:57
:x: @ZhongRuoyu bottle request for btop failed.
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/Availability.h:177,
from /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdlib.h:61,
from /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/stdlib.h:58,
from /opt/homebrew/Cellar/gcc/14.2.0/include/c++/14/cstdlib:79,
from /opt/homebrew/Cellar/gcc/14.2.0/include/c++/14/bits/stl_algo.h:71,
from /opt/homebrew/Cellar/gcc/14.2.0/include/c++/14/algorithm:61,
from src/btop.cpp:19:
/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h:126:70: error: attributes are not allowed on a function-definition
126 | CF_INLINE CFOptionFlags CFUserNotificationCheckBoxChecked(CFIndex i) API_AVAILABLE(macos(10.0)) API_UNAVAILABLE(ios, watchos, tvos) {return ((CFOptionFlags)(1UL << (8 + i)));}
| ^~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h:127:70: error: attributes are not allowed on a function-definition
127 | CF_INLINE CFOptionFlags CFUserNotificationSecureTextField(CFIndex i) API_AVAILABLE(macos(10.0)) API_UNAVAILABLE(ios, watchos, tvos) {return ((CFOptionFlags)(1UL << (16 + i)));}
| ^~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h:128:69: error: attributes are not allowed on a function-definition
128 | CF_INLINE CFOptionFlags CFUserNotificationPopUpSelection(CFIndex n) API_AVAILABLE(macos(10.0)) API_UNAVAILABLE(ios, watchos, tvos) {return ((CFOptionFlags)(n << 24));}
| ^~~~~~~~~~~~~
make: *** [obj/btop.o] Error 1
https://github.com/Homebrew/homebrew-core/actions/runs/10790673635/job/29926396843#step:4:109
:x: @carlocab bottle request for gpgme failed.
==> python3.12 -c import gpg; print(gpg.version.versionstr)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/opt/homebrew/lib/python3.12/site-packages/gpg/__init__.py", line 123, in <module>
from . import core
File "/opt/homebrew/lib/python3.12/site-packages/gpg/core.py", line 10, in <module>
from . import gpgme
ImportError: cannot import name 'gpgme' from partially initialized module 'gpg' (most likely due to a circular import) (/opt/homebrew/lib/python3.12/site-packages/gpg/__init__.py)
https://github.com/Homebrew/homebrew-core/actions/runs/10790650523/job/29926328098#step:4:79
:x: @carlocab bottle request for cabal-install failed.
:x: @ZhongRuoyu bottle request for numpy failed.
:x: @ZhongRuoyu bottle request for open-mpi failed.
:x: @ZhongRuoyu bottle request for flex failed.
* Files were found with references to the Homebrew shims directory.
The offending files are:
bin/flex
https://github.com/Homebrew/homebrew-core/actions/runs/10791191953/job/29928080936#step:5:59
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2341312422 https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2341730964
:x: @ZhongRuoyu bottle request for metis failed.
:x: @bevanjkay bottle request for immich-cli failed.
:x: @carlocab bottle request for freexl failed.
:x: @carlocab bottle request for gsl failed.
:x: @carlocab bottle request for mysql-client failed.
:x: @carlocab bottle request for lzlib failed.
:x: @fxcoudert bottle request for harfbuzz failed.
:x: @carlocab bottle request for asio failed.
:x: @ZhongRuoyu bottle request for scipy failed.
:x: @carlocab bottle request for spdlog failed.
:x: @ZhongRuoyu bottle request for libspng failed.
:x: @ZhongRuoyu bottle request for dotnet failed.
CSC : error AD0001: Analyzer 'Microsoft.NetCore.CSharp.Analyzers.Runtime.CSharpDetectPreviewFeatureAnalyzer' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'. [/private/tmp/dotnet-20240910-7189-e34us3/src/source-build-reference-packages/artifacts/source-build/self/src/src/referencePackages/src/system.text.encoding.codepages/6.0.0/System.Text.Encoding.CodePages.6.0.0.csproj::TargetFramework=net6.0]
0 Warning(s)
1 Error(s)
https://github.com/Homebrew/homebrew-core/actions/runs/10791880481/job/29930278066#step:5:2143
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2342014112
:x: @ZhongRuoyu bottle request for mono failed.
=================================================================
Native Crash Reporting
=================================================================
Got a segv while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
https://github.com/Homebrew/homebrew-core/actions/runs/10792310787/job/29932856464#step:5:2979
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2340837091 https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2342006025
:x: @ZhongRuoyu bottle request for arpack failed.
An exception occurred within a child process:
Minitest::Assertion: Expected /reached/ to match " ** On entry to DLASCL parameter number 4 had an illegal value\n ** On entry to DLASCL parameter number 4 had an illegal value\n \n Error with _naupd, info = -9999\n Check the documentation of _naupd\n \n".
https://github.com/Homebrew/homebrew-core/actions/runs/10792126279/job/29932784189#step:5:77
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2341474533 https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2341985036
:x: @ZhongRuoyu bottle request for mono failed.
Duplicate of https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2340613929
:x: @ZhongRuoyu bottle request for scalapack failed.
:x: @carlocab bottle request for onnxruntime failed.
CMake Error at /opt/homebrew/Library/Homebrew/cmake/trap_fetchcontent_provider.cmake:12 (message):
Refusing to populate dependency 'abseil_cpp' with FetchContent while
building in Homebrew, please use a formula dependency or add a resource to
the formula.
:x: @fxcoudert bottle request for ghc@9.8 failed.
Duplicate of https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2340004448
:x: @ZhongRuoyu bottle request for libxc failed.
:x: @fxcoudert bottle request for openvino failed.
:x: @fxcoudert bottle request for rust failed.
:x: @ZhongRuoyu bottle request for libxmu failed.
:x: @ZhongRuoyu bottle request for openjdk@11 failed.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000001051bf250, pid=62904, tid=5891
#
# JRE version: OpenJDK Runtime Environment Homebrew (11.0.24) (build 11.0.24+0)
# Java VM: OpenJDK 64-Bit Server VM Homebrew (11.0.24+0, mixed mode, tiered, compressed oops, serial gc, bsd-aarch64)
# Problematic frame:
# V [libjvm.dylib+0x9f250] ChunkPool::allocate(unsigned long, AllocFailStrategy::AllocFailEnum)+0x3c
https://github.com/Homebrew/homebrew-core/actions/runs/10794627896/job/29939357188#step:5:621
:x: @ZhongRuoyu bottle request for openjdk failed.
Exception in thread "main" java.lang.ClassFormatError: StackMapTable format error: bad verification type
at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:64)
at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:52)
make[3]: *** [/private/tmp/openjdk-20240910-10141-uer73m/jdk22u-jdk-22.0.2-ga/build/macosx-aarch64-server-release/buildtools/create_symbols_javac/_the.COMPILE_CREATE_SYMBOLS_batch] Error 1
make[2]: *** [jdk.compiler-gendata] Error 2
https://github.com/Homebrew/homebrew-core/actions/runs/10794627591/job/29939353387#step:5:641
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2345515499
:x: @ZhongRuoyu bottle request for openjdk@21 failed.
Error: Unable to initialize main class build.tools.jigsaw.AddPackagesAttribute
Caused by: java.lang.ClassFormatError: StackMapTable format error: access beyond the end of attribute
make[3]: *** [/private/tmp/openjdkA21-20240910-10152-va65kh/jdk21u-jdk-21.0.4-ga/build/macosx-aarch64-server-release/jdk/_optimize_image_exec.marker] Error 1
make[2]: *** [exploded-image-optimize] Error 2
https://github.com/Homebrew/homebrew-core/actions/runs/10794628292/job/29939360929#step:5:649
https://github.com/Homebrew/homebrew-core/issues/184132#issuecomment-2345516058
:x: @ZhongRuoyu bottle request for glibmm@2.66 failed.
* Files were found with references to the Homebrew shims directory.
The offending files are:
lib/glibmm-2.4/proc/gmmproc
https://github.com/Homebrew/homebrew-core/actions/runs/10794629209/job/29939365001#step:5:59
This is a tracking issue for problems with Sequoia bottling. This first post can be edited, with a summary of the high-profile failures and issues. The bottling job results will be posted as comments below.
Links
182758
Failed formulae
xclogparser
- test failure -Error: /tmp/xclogparser-test-20240910-8842-ra06l8/test.xcactivitylog is not a valid xcactivitylog file
- can try fixing in #195226latino
- #196537