Hi folks, I've got trouble `make buildworld` in this days. I need to attach this msg console. # uname -smrv FreeBSD 12.1-STABLE FreeBSD 12.1-STABLE r359271 GENERIC amd64 # svnlite info /usr/src/ Path: . Working Copy Root Path: /usr/src URL: https://svn.freebsd.org/base/stable/12 Relative URL: ^/stable/12 Repository Root: https://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 364482 Node Kind: directory Schedule: normal Last Changed Author: mav Last Changed Rev: 364471 Last Changed Date: 2020-08-22 07:42:33 +0700 (Sat, 22 Aug 2020) <...> 1. <eof> parser at end of file 2. /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/FoldingSet.h:329:15: instantiating function definition 'llvm::FoldingSetNodeID::Add<clang::QualType>' #0 0x000000000245c4a3 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x245c4a3) #1 0x000000000245a7b5 llvm::sys::RunSignalHandlers() (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x245a7b5) #2 0x000000000245e466 CrashRecoverySignalHandler(int) (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x245e466) #3 0x00000000032bbfb0 handle_signal (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x32bbfb0) c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 10.0.1 (git at github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.1 Thread model: posix InstalledDir: /usr/obj/usr/src/amd64.amd64/tmp/usr/bin c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/ObjCContainersASTChecker-393fe9.cpp c++: note: diagnostic msg: /tmp/ObjCContainersASTChecker-393fe9.sh c++: note: diagnostic msg: ******************** *** [StaticAnalyzer/Checkers/ObjCContainersASTChecker.o] Error code 254 make[6]: stopped in /usr/src/lib/clang/libclang 1 error make[6]: stopped in /usr/src/lib/clang/libclang *** [all_subdir_lib/clang/libclang] Error code 2 make[5]: stopped in /usr/src/lib/clang 1 error make[5]: stopped in /usr/src/lib/clang *** [all_subdir_lib/clang] Error code 2 make[4]: stopped in /usr/src/lib 1 error make[4]: stopped in /usr/src/lib *** [lib__L] Error code 2 make[3]: stopped in /usr/src 1 error make[3]: stopped in /usr/src *** [libraries] Error code 2 make[2]: stopped in /usr/src 1 error make[2]: stopped in /usr/src *** [_libraries] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src <...> -- Regards, Budi Janto
On 22 Aug 2020, at 16:06, Budi Janto <budijanto at studiokaraoke.co.id> wrote:> > I've got trouble `make buildworld` in this days. I need to attach this > msg console. > > # uname -smrv > FreeBSD 12.1-STABLE FreeBSD 12.1-STABLE r359271 GENERIC amd64 > > # svnlite info /usr/src/ > Path: . > Working Copy Root Path: /usr/src > URL: https://svn.freebsd.org/base/stable/12 > Relative URL: ^/stable/12 > Repository Root: https://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 364482 > Node Kind: directory > Schedule: normal > Last Changed Author: mav > Last Changed Rev: 364471 > Last Changed Date: 2020-08-22 07:42:33 +0700 (Sat, 22 Aug 2020) > > <...> > 1. <eof> parser at end of file > 2. > /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/FoldingSet.h:329:15: > instantiating function definition > 'llvm::FoldingSetNodeID::Add<clang::QualType>' > #0 0x000000000245c4a3 llvm::sys::PrintStackTrace(llvm::raw_ostream&) > (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x245c4a3) > #1 0x000000000245a7b5 llvm::sys::RunSignalHandlers() > (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x245a7b5) > #2 0x000000000245e466 CrashRecoverySignalHandler(int) > (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x245e466) > #3 0x00000000032bbfb0 handle_signal > (/usr/obj/usr/src/amd64.amd64/tmp/usr/bin/c+++0x32bbfb0) > c++: error: clang frontend command failed due to signal (use -v to see > invocation) > FreeBSD clang version 10.0.1 (git at github.com:llvm/llvm-project.git > llvmorg-10.0.1-0-gef32c611aa2) > Target: x86_64-unknown-freebsd12.1 > Thread model: posix > InstalledDir: /usr/obj/usr/src/amd64.amd64/tmp/usr/bin > c++: note: diagnostic msg: PLEASE submit a bug report to > https://bugs.freebsd.org/submit/ and include the crash backtrace, > preprocessed source, and associated run script. > c++: note: diagnostic msg: > ******************** > > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: > Preprocessed source(s) and associated run script(s) are located at: > c++: note: diagnostic msg: /tmp/ObjCContainersASTChecker-393fe9.cpp > c++: note: diagnostic msg: /tmp/ObjCContainersASTChecker-393fe9.shCan you put these two files in a compressed tarball, and attach it to a Bugzilla PR? Alternatively, send that tarball to me, so I can try if I can reproduce it. -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20200822/d113caf0/attachment.sig>