(moose) profile@x86_64-apple-darwin13 projects % git clone https://github.com/idaholab/moose.git Cloning into 'moose'... remote: Enumerating objects: 480775, done. remote: Counting objects: 100% (1887/1887), done. remote: Compressing objects: 100% (987/987), done. remote: Total 480775 (delta 1077), reused 1527 (delta 883), pack-reused 478888 Receiving objects: 100% (480775/480775), 350.77 MiB | 22.84 MiB/s, done. Resolving deltas: 100% (366044/366044), done. Updating files: 100% (27471/27471), done. (moose) profile@x86_64-apple-darwin13 projects % cd moose (moose) profile@x86_64-apple-darwin13 moose % git checkout master Branch 'master' set up to track remote branch 'master' from 'origin'. Switched to a new branch 'master' (moose) profile@x86_64-apple-darwin13 moose % cd test (moose) profile@x86_64-apple-darwin13 test % make -j 4 Using HIT from /Users/profile/projects/moose/framework/contrib/hit Rebuilding symlinks in /Users/profile/projects/moose/framework/build/header_symlinks Rebuilding symlinks in /Users/profile/projects/moose/test/build/header_symlinks Creating Unity Directory /Users/profile/projects/moose/framework/build/unity_src Checking if header needs updating: /Users/profile/projects/moose/framework/include/base/MooseRevision.h... Copying default MOOSE configuration to: /Users/profile/projects/moose/framework/include/base/MooseConfig.h... Compiling C++ (in opt mode) /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc... Compiling C++ (in opt mode) /Users/profile/projects/moose/framework/contrib/pcre/src/pcre_stringpiece.cc... Compiling C (in opt mode) /Users/profile/projects/moose/framework/contrib/pcre/src/pcre_compile.c... Compiling C (in opt mode) /Users/profile/projects/moose/framework/contrib/pcre/src/pcre_xclass.c... In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc:36: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/stdlib.h:142:34: error: unknown type name 'ldiv_t' inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/stdlib.h:143:12: error: no member named 'ldiv' in the global namespace return ::ldiv(__x, __y); ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/stdlib.h:146:34: error: unknown type name 'lldiv_t' inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/stdlib.h:148:12: error: no member named 'lldiv' in the global namespace return ::lldiv(__x, __y); ~~^ In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcre_stringpiece.cc:37: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iostream:37: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/ios:214: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iosfwd:95: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:137:77: error: use of undeclared identifier 'wcschr' wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:144:87: error: use of undeclared identifier 'wcspbrk' wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:151:78: error: use of undeclared identifier 'wcsrchr'; did you mean 'wcschr'? wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:139:16: note: 'wcschr' declared here const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} ^ In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc:40: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:73:64: error: use of undeclared identifier 'strchr' /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:158char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);}:86: ^error : use of undeclared identifier 'wcsstr'; did you mean 'wcschr'? wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:141:16: note: 'wcschr' declared here wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:158:86: error: no matching function for call to 'wcschr' wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:141:16: note: candidate disabled: wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:158:93: error: cannot initialize a parameter of type 'wchar_t *' with an lvalue of type 'const wchar_t *' wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);} ^~~~ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:141:38: note: passing argument to parameter '__s' here wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:80:75: error: use of undeclared identifier 'strpbrk' char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:165:60: error: unknown type name 'size_t' wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__s, __c, __n);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:87:65: error: use of undeclared identifier 'strrchr'; did you mean 'strchr'? char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:75:13: note: 'strchr' declared here const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:167:57: error: unknown type name 'size_t' const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, __n);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/wchar.h:169:57: error: unknown type name 'size_t' /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:94:49: wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, __n);}error : ^ unknown type name 'size_t' void* __libcpp_memchr(const void* __s, int __c, size_t __n) {return (void*)memchr(__s, __c, __n);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:96:46: error: unknown type name 'size_t' const void* memchr(const void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:98:46: error: unknown type name 'size_t' void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:101:74: error: use of undeclared identifier 'strstr'; did you mean 'strchr'? char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:77:13: note: 'strchr' declared here char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:101:74: error: no matching function for call to 'strchr' char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:77:13: note: candidate disabled: char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:101:In file included from 81/Users/profile/projects/moose/framework/contrib/pcre/src/pcre_stringpiece.cc:: 37: In file included from error/Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iostream: :37: cannot initialize a parameter of type 'char *' with an lvalue of type 'const char *'In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/ios :214: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iosfwd:189:14: error: use of undeclared identifier 'mbstate_t' typedef fpos streampos; char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} ^ ^~~~ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:77:32: note: passing argument to parameter '__s' here char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iosfwd:190:14: error: use of undeclared identifier 'mbstate_t' typedef fpos wstreampos; ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iosfwd:195:14: error: use of undeclared identifier 'mbstate_t' typedef fpos u16streampos; ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iosfwd:196:14: error: use of undeclared identifier 'mbstate_t' typedef fpos u32streampos; ^ In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcre_stringpiece.cc:37: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iostream:37: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/ios:215: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__locale:14: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string:506: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string_view:175: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__string:57: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/algorithm:639: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/initializer_list:46: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstddef:49:9: error: no member named 'ptrdiff_t' in the global namespace using ::ptrdiff_t; ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstddef:50:9: error: no member named 'size_t' in the global namespace using ::size_t; ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstddef:53:9: error: no member named 'max_align_t' in the global namespace using ::max_align_t; ~~^ In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcre_stringpiece.cc:37: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/iostream:37: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/ios:215: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__locale:14: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string:506: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string_view:175: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__string:57: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/algorithm:639: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/initializer_list:61:5: error: unknown type name 'size_t' size_t __size_; ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/initializer_list:65:38: error: unknown type name 'size_t' initializer_list(const _Ep* __b, size_t __s) _NOEXCEPT ^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/initializer_list:73:13: error: unknown type name 'size_t' typedef size_t size_type; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc:43: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string:506: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string_view:175: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__string:57: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/algorithm:641: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstring:69:9: error: no member named 'memcpy' in the global namespace; did you mean 'memchr'? using ::memcpy; ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:98:13: note: 'memchr' declared here void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} ^ In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc:43: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string:506: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string_view:175: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__string:57: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/algorithm:641: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstring:70:9: error: no member named 'memmove' in the global namespace using ::memmove; ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstring:71:9: error: no member named 'strcpy' in the global namespace; did you mean 'strchr'? using ::strcpy; ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:75:13: note: 'strchr' declared here const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} ^ In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc:43: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string:506: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string_view:175: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__string:57: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/algorithm:641: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstring:72:9: error: no member named 'strncpy' in the global namespace using ::strncpy; ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstring:73:9: error: no member named 'strcat' in the global namespace; did you mean 'strchr'? using ::strcat; ~~^ /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string.h:75:13: note: 'strchr' declared here const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} ^ In file included from /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc:43: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string:506: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/string_view:175: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/__string:57: In file included from /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/algorithm:641: /Users/profile/opt/anaconda3/envs/moose/bin/../include/c++/v1/cstring:74:9: error: no member named 'strncat' in the global namespace using ::strncat; ~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] Compiling C (in opt mode) /Users/profile/projects/moose/framework/contrib/pcre/src/pcre_ucd.c... PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: x86_64-apple-darwin13.4.0-clang++ -march=core2 -mtune=haswell -std=gnu++17 -DNDEBUG -Wall -Wextra -DADFPARSER_INCLUDES="-I/Users/profile/projects/moose/framework/include/utils -I/Users/profile/projects/moose/framework/include/base -I/Users/profile/opt/anaconda3/envs/moose/libmesh/include" -DMOOSE_TEST_ENABLED -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -std=c++14 -fmessage-length=0 -isystem /Users/profile/opt/anaconda3/envs/moose/include -O2 -felide-constructors -Qunused-arguments -Wunused-parameter -Wunused -fopenmp -DMETHOD=opt -Werror=return-type -Werror=reorder -Woverlength-strings -I/Users/profile/projects/moose/framework/build/header_symlinks -I/Users/profile/projects/moose/framework/contrib/boost/include -I/Users/profile/projects/moose/framework/contrib/json/include -I/Users/profile/projects/moose/framework/contrib/json/include/nlohmann -I/Users/profile/projects/moose/framework/contrib/mtwist/include -I/Users/profile/projects/moose/framework/contrib/pcre/include -I/Users/profile/projects/moose/framework/contrib/pugixml/include -I/Users/profile/projects/moose/framework/contrib/tinydir/include -I/Users/profile/projects/moose/framework/contrib/gtest -I/Users/profile/projects/moose/framework/contrib/hit -I/Users/profile/opt/anaconda3/envs/moose/libmesh/include -I/Users/profile/opt/anaconda3/envs/moose/libmesh-vtk/include/vtk-6.3 -D_THREAD_SAFE -pthread -I/Users/profile/opt/anaconda3/envs/moose/include -I/Users/profile/opt/anaconda3/envs/moose//include -I/Users/profile/projects/moose/test/build/header_symlinks -I/Users/profile/opt/anaconda3/envs/moose/libmesh/include -I/Users/profile/opt/anaconda3/envs/moose/libmesh-vtk/include/vtk-6.3 -D_THREAD_SAFE -pthread -I/Users/profile/opt/anaconda3/envs/moose/include -I/Users/profile/opt/anaconda3/envs/moose//include -w -DHAVE_CONFIG_H -MMD -MP -MF /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.x86_64-apple-darwin13.4.0.opt.lo.d -MT /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.x86_64-apple-darwin13.4.0.opt.lo -c /Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.cc -fno-common -DPIC -o /Users/profile/projects/moose/framework/contrib/pcre/src/.libs/pcrecpp.x86_64-apple-darwin13.4.0.opt.o -I/Users/profile/opt/anaconda3/envs/moose/include 1. parser at end of file 0 libLLVM-11.dylib 0x000000010df3ac16 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 54 1 libLLVM-11.dylib 0x000000010df39a08 llvm::sys::RunSignalHandlers() + 248 2 libLLVM-11.dylib 0x000000010df3a142 llvm::sys::CleanupOnSignal(unsigned long) + 258 3 libLLVM-11.dylib 0x000000010de6224e CrashRecoverySignalHandler(int) + 206 4 libsystem_platform.dylib 0x00007fff2040ed7d _sigtramp + 29 5 libsystem_platform.dylib 0x00007f8a000066d7 _sigtramp + 18446743570657278327 6 libclang-cpp.11.dylib 0x000000010bd011ad clang::Sema::LookupDestructor(clang::CXXRecordDecl*) + 29 7 libclang-cpp.11.dylib 0x000000010b8745a8 clang::StmtVisitorBase::Visit(clang::Stmt*) + 1480 8 libclang-cpp.11.dylib 0x000000010b875075 clang::EvaluatedExprVisitorBase::VisitStmt(clang::Stmt*) + 133 9 libclang-cpp.11.dylib 0x000000010b875075 clang::EvaluatedExprVisitorBase::VisitStmt(clang::Stmt*) + 133 10 libclang-cpp.11.dylib 0x000000010b873aef (anonymous namespace)::DeferredDiagnosticsEmitter::checkFunc(clang::SourceLocation, clang::FunctionDecl*) + 1695 11 libclang-cpp.11.dylib 0x000000010b87426a clang::StmtVisitorBase::Visit(clang::Stmt*) + 650 12 libclang-cpp.11.dylib 0x000000010b875075 clang::EvaluatedExprVisitorBase::VisitStmt(clang::Stmt*) + 133 13 libclang-cpp.11.dylib 0x000000010b875075 clang::EvaluatedExprVisitorBase::VisitStmt(clang::Stmt*) + 133 14 libclang-cpp.11.dylib 0x000000010b875075 clang::EvaluatedExprVisitorBase::VisitStmt(clang::Stmt*) + 133 15 libclang-cpp.11.dylib 0x000000010b875075 clang::EvaluatedExprVisitorBase::VisitStmt(clang::Stmt*) + 133 16 libclang-cpp.11.dylib 0x000000010b873aef (anonymous namespace)::DeferredDiagnosticsEmitter::checkFunc(clang::SourceLocation, clang::FunctionDecl*) + 1695 17 libclang-cpp.11.dylib 0x000000010b869bbb clang::Sema::emitDeferredDiags() + 379 18 libclang-cpp.11.dylib 0x000000010b868e40 clang::Sema::ActOnEndOfTranslationUnitFragment(clang::Sema::TUFragmentKind) + 576 19 libclang-cpp.11.dylib 0x000000010b869e59 clang::Sema::ActOnEndOfTranslationUnit() + 345 20 libclang-cpp.11.dylib 0x000000010b27cde3 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr&, bool) + 1267 21 libclang-cpp.11.dylib 0x000000010b1c070d clang::ParseAST(clang::Sema&, bool, bool) + 525 22 libclang-cpp.11.dylib 0x000000010caa25b8 clang::FrontendAction::Execute() + 104 23 libclang-cpp.11.dylib 0x000000010ca33721 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 2145 24 libclang-cpp.11.dylib 0x000000010cb1406e clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 1998 25 x86_64-apple-darwin13.4.0-clang++ 0x000000010b06ed53 cc1_main(llvm::ArrayRef, char const*, void*) + 2131 26 x86_64-apple-darwin13.4.0-clang++ 0x000000010b06ce35 ExecuteCC1Tool(llvm::SmallVectorImpl&) + 357 27 libclang-cpp.11.dylib 0x000000010c6ce6c7 void llvm::function_ref::callback_fn >, std::__1::basic_string, std::__1::allocator >*, bool*) const::$_1>(long) + 23 28 libLLVM-11.dylib 0x000000010de61fda llvm::CrashRecoveryContext::RunSafely(llvm::function_ref) + 218 29 libclang-cpp.11.dylib 0x000000010c6cda65 clang::driver::CC1Command::Execute(llvm::ArrayRef >, std::__1::basic_string, std::__1::allocator >*, bool*) const + 405 30 libclang-cpp.11.dylib 0x000000010c69acf1 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const + 433 31 libclang-cpp.11.dylib 0x000000010c69b26c clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl >&) const + 140 32 libclang-cpp.11.dylib 0x000000010c6b4dec clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl >&) + 428 33 x86_64-apple-darwin13.4.0-clang++ 0x000000010b06c7c8 main + 10264 34 libdyld.dylib 0x00007fff203e4f3d start + 1 35 libdyld.dylib 0x0000000000000047 start + 18446603339975209227 clang-11: error: clang frontend command failed due to signal (use -v to see invocation) clang version 11.0.0 Target: x86_64-apple-darwin13.4.0 Thread model: posix InstalledDir: /Users/profile/opt/anaconda3/envs/moose/bin 20 errors generated. make: *** [/Users/profile/projects/moose/framework/contrib/pcre/src/pcre_stringpiece.x86_64-apple-darwin13.4.0.opt.lo] Error 1 make: *** Waiting for unfinished jobs.... clang-11: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang-11: note: diagnostic msg: /var/folders/yy/fwjhmt1n7tn3gr9pgmlxy4qw0000gn/T/pcrecpp-530274.cpp clang-11: note: diagnostic msg: /var/folders/yy/fwjhmt1n7tn3gr9pgmlxy4qw0000gn/T/pcrecpp-530274.sh clang-11: note: diagnostic msg: Crash backtrace is located in clang-11: note: diagnostic msg: /Users/profile/Library/Logs/DiagnosticReports/clang-11__.crash clang-11: note: diagnostic msg: (choose the .crash file that corresponds to your crash) clang-11: note: diagnostic msg: ******************** make: *** [/Users/profile/projects/moose/framework/contrib/pcre/src/pcrecpp.x86_64-apple-darwin13.4.0.opt.lo] Error 1