https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: gnustep-base/libobjc2-2.2 fails tests. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 887500 [details] build.log build log and emerge --info
Created attachment 887501 [details] 1-LastTest.log 1-LastTest.log
Error(s) that match a know pattern: 173 - CXXExceptions (Subprocess aborted) 175 - CXXExceptions_legacy (Subprocess aborted) 181 - ObjCXXEHInterop (Subprocess aborted) 182 - ObjCXXEHInterop_optimised (Subprocess aborted) 183 - ObjCXXEHInterop_legacy (Subprocess aborted) 184 - ObjCXXEHInterop_legacy_optimised (Subprocess aborted) 185 - ObjCXXEHInteropTwice (Subprocess aborted) 186 - ObjCXXEHInteropTwice_optimised (Subprocess aborted) 187 - ObjCXXEHInteropTwice_legacy (Subprocess aborted) 188 - ObjCXXEHInteropTwice_legacy_optimised (Subprocess aborted) 189 - ObjCXXEHInterop_arc (Subprocess aborted) 190 - ObjCXXEHInterop_arc_optimised (Subprocess aborted)
Sigh, these passed manually here, let me check these
This appears to occur with optimizations levels above -O0. $ rm -rf build && CC="clang" CXX="clang++" CFLAGS="-O1" CXXFLAGS="-O1" cmake -B build -DTESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND 1>/dev/null && cmake --build build -j12 1>/dev/null && /home/ask/sources/libobjc2/build/Test/CXXExceptions Aborted (core dumped) Success $ rm -rf build && CC="clang" CXX="clang++" CFLAGS="-O1" CXXFLAGS="-O1" cmake -B build -DTESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND 1>/dev/null && cmake --build build -j12 1>/dev/null && /home/ask/sources/libobjc2/build/Test/CXXExceptions Aborted (core dumped)
(In reply to Alfred Wingate from comment #5) > $ rm -rf build && CC="clang" CXX="clang++" CFLAGS="-O1" CXXFLAGS="-O1" cmake > -B build -DTESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja > -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND 1>/dev/null && cmake --build build > -j12 1>/dev/null && /home/ask/sources/libobjc2/build/Test/CXXExceptions > Aborted (core dumped) > > Success $ rm -rf build && CC="clang" CXX="clang++" CFLAGS="-O0" CXXFLAGS="-O0" cmake -B build -DTESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja - DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND 1>/dev/null && cmake --build build -j12 1>/dev/null && /home/ask/sources/libobjc2/build/Test/CXXExceptions Success Copypaste failing me...
*** Bug 946811 has been marked as a duplicate of this bug. ***