DEBUG: SITE files ['endian-little', 'common-linux', 'common-musl', 'x86_64-linux', 'bit-64', 'x86_64-linux-musl', 'common']
DEBUG: Executing shell function do_compile
NOTE: make -j 11
  CC       cmds/recv.o
  CC       cmds/report.o
  CC       cmds/live.o
  CC       cmds/graph.o
  CC       cmds/record.o
  CC       utils/session.o
  CC       cmds/replay.o
  CC       utils/symbol-rawelf.o
  CC       utils/symbol-libelf.o
  GEN      version.h
  CC       utils/perf.o
  CC       utils/kernel.o
  CC       utils/auto-args.o
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/cmds/recv.c:99:20: warning: incompatible pointer types passing 'struct sockaddr_in *' to parameter of type 'const struct sockaddr *' [-Wincompatible-pointer-types]
        if (connect(sock, &addr, sizeof(addr)) < 0)
                          ^~~~~
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/usr/include/sys/socket.h:330:42: note: passing argument to parameter here
int connect (int, const struct sockaddr *, socklen_t);
                                         ^
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/cmds/recv.c:534:24: warning: incompatible pointer types passing 'struct sockaddr_in *' to parameter of type 'struct sockaddr *' [-Wincompatible-pointer-types]
        client = accept(sock, &addr, &len);
                              ^~~~~
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/usr/include/sys/socket.h:332:45: note: passing argument to parameter here
int accept (int, struct sockaddr *__restrict, socklen_t *__restrict);
                                            ^
  CC       utils/report.o
  CC       utils/data-file.o
  CC       utils/pager.o
  CC       utils/regs.o
  CC       utils/dwarf.o
2 warnings generated.
  CC       utils/graph.o
  CC       utils/field.o
  CC       utils/demangle.o
  CC       utils/filter.o
  CC       utils/script.o
  CC       utils/fstack.o
  CC       utils/script-python.o
  CC       utils/rbtree.o
  CC       utils/debug.o
  CC       utils/symbol.o
  CC       utils/utils.o
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/utils/debug.c:147:27: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
        fprintf(logfp, ": %s\n", strerror_r(saved_errno, buf, sizeof(buf)));
                          ~~     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                          %d
  CC       arch/x86_64/cpuinfo.o
1 warning generated.
  CC       arch/x86_64/symbol.o
  FLAGS:   * new build flags or cross compiler
  CC FPIC  libmcount/mcount.op
  LINK     arch/x86_64/uftrace.o
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/mcount.c:286:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
        if (!strncmp(spec, "SIGRTM" + off, 6 - off)) {
                           ~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/mcount.c:286:30: note: use array indexing to silence this warning
        if (!strncmp(spec, "SIGRTM" + off, 6 - off)) {
                                    ^
                           &        [    ]
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/mcount.c:287:33: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
                if (!strncmp(spec, "SIGRTMIN" + off, 8 - off))
                                   ~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/mcount.c:287:33: note: use array indexing to silence this warning
                if (!strncmp(spec, "SIGRTMIN" + off, 8 - off))
                                              ^
                                   &          [    ]
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/mcount.c:289:33: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
                if (!strncmp(spec, "SIGRTMAX" + off, 8 - off))
                                   ~~~~~~~~~~~^~~~~
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/mcount.c:289:33: note: use array indexing to silence this warning
                if (!strncmp(spec, "SIGRTMAX" + off, 8 - off))
                                              ^
                                   &          [    ]
  CC FPIC  libmcount/dynamic.op
  CC FPIC  libmcount/wrap.op
  CC FPIC  libmcount/pmu.op
  CC FPIC  libmcount/misc.op
  CC FPIC  libmcount/event.op
  CC FPIC  libtraceevent/event-parse.o
  CC FPIC  libmcount/record.op
Stack dump:
0.	Program arguments: TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8 -cc1 -triple x86_64-yoe-linux-musl -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name dynamic.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -mfpmath sse -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu core2 -target-feature +sse3 -target-feature -sse2 -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -momit-leaf-frame-pointer -coverage-notes-file TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build/libmcount/dynamic.gcno -resource-dir TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/lib/clang/8.0.0 -iquote TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git -iquote TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build -iquote TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/arch/x86_64 -D _FORTIFY_SOURCE=2 -D _GNU_SOURCE -I /use/libelf/from/sysroot/include -D HAVE_CXA_DEMANGLE -D HAVE_PERF_CLOCKID -D HAVE_PERF_CTXSW -D HAVE_LIBELF -D HAVE_LIBDW -isysroot TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot -internal-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/usr/local/include -internal-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/lib/clang/8.0.0/include -internal-externc-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/include -internal-externc-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/usr/include -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0=/usr/src/debug/uftrace/0.9.2-r0 -O2 -Wno-error=unused-command-line-argument -Wformat -Wformat-security -Werror=format-security -W -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fdebug-compilation-dir TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0=/usr/src/debug/uftrace/0.9.2-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native= -ferror-limit 19 -fmessage-length 0 -fvisibility hidden -stack-protector 2 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build/libmcount/dynamic.op -x c TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/dynamic.c -faddrsig 
1.	<eof> parser at end of file
2.	Code generation
3.	Running pass 'Function Pass Manager' on module 'TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libmcount/dynamic.c'.
4.	Running pass 'X86 pseudo instruction expansion pass' on function '@mcount_dynamic_update'
  CC FPIC  libmcount/plthook.op
 #0 0x000055db916a26c2 (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2e606c2)
 #1 0x000055db9169fb20 llvm::sys::RunSignalHandlers() (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2e5db20)
 #2 0x000055db916a2b98 (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2e60b98)
 #3 0x00007f8db1a20150 (TOPDIR/build/tmp/sysroots-uninative/x86_64-linux/lib/libpthread.so.0+0x12150)
 #4 0x000055db90d0f688 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x24cd688)
 #5 0x000055db910a4628 llvm::FPPassManager::runOnFunction(llvm::Function&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2862628)
 #6 0x000055db910a4aa3 llvm::FPPassManager::runOnModule(llvm::Module&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2862aa3)
 #7 0x000055db910a5257 llvm::legacy::PassManagerImpl::run(llvm::Module&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2863257)
 #8 0x000055db91c8a22f clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::DataLayout const&, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x344822f)
 #9 0x000055db9210ec36 (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x38ccc36)
#10 0x000055db92f5b4b3 clang::ParseAST(clang::Sema&, bool, bool) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x47194b3)
#11 0x000055db9210d9f2 clang::CodeGenAction::ExecuteAction() (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x38cb9f2)
#12 0x000055db92058ab0 clang::FrontendAction::Execute() (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x3816ab0)
#13 0x000055db91facb58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x376ab58)
#14 0x000055db92109362 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x38c7362)
#15 0x000055db9007e0c0 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x183c0c0)
#16 0x000055db9007bf29 main (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x1839f29)
#17 0x00007f8db150608b __libc_start_main (TOPDIR/build/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6+0x2408b)
#18 0x000055db9007802e _start (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x183602e)
  CC FPIC  libtraceevent/event-plugin.o
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/libtraceevent/event-parse.c:5356:7: warning: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Wint-conversion]
                msg = strerror_r(errnum, buf, buflen);
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC FPIC  libtraceevent/trace-seq.o
  CC FPIC  libtraceevent/parse-filter.o
  CC FPIC  libtraceevent/parse-utils.o
  CC FPIC  libtraceevent/kbuffer-parse.o
  CC FPIC  libmcount/regs.op
  CC FPIC  libmcount/debug.op
  CC FPIC  libmcount/rbtree.op
3 warnings generated.
  CC FPIC  libmcount/filter.op
TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/utils/debug.c:147:27: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
        fprintf(logfp, ": %s\n", strerror_r(saved_errno, buf, sizeof(buf)));
                          ~~     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                          %d
  CC FPIC  libmcount/demangle.op
Stack dump:
0.	Program arguments: TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8 -cc1 -triple x86_64-yoe-linux-musl -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name debug.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -mfpmath sse -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu core2 -target-feature +sse3 -target-feature -sse2 -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -momit-leaf-frame-pointer -coverage-notes-file TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build/libmcount/debug.gcno -resource-dir TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/lib/clang/8.0.0 -iquote TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git -iquote TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build -iquote TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/arch/x86_64 -D _FORTIFY_SOURCE=2 -D _GNU_SOURCE -I /use/libelf/from/sysroot/include -D HAVE_CXA_DEMANGLE -D HAVE_PERF_CLOCKID -D HAVE_PERF_CTXSW -D HAVE_LIBELF -D HAVE_LIBDW -isysroot TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot -internal-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/usr/local/include -internal-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/lib/clang/8.0.0/include -internal-externc-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/include -internal-externc-isystem TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot/usr/include -fmacro-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0=/usr/src/debug/uftrace/0.9.2-r0 -O2 -Wno-error=unused-command-line-argument -Wformat -Wformat-security -Werror=format-security -W -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fdebug-compilation-dir TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0=/usr/src/debug/uftrace/0.9.2-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native= -ferror-limit 19 -fmessage-length 0 -fvisibility hidden -stack-protector 2 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build/libmcount/debug.op -x c TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/utils/debug.c -faddrsig 
1.	<eof> parser at end of file
2.	Code generation
3.	Running pass 'Function Pass Manager' on module 'TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/git/utils/debug.c'.
4.	Running pass 'X86 pseudo instruction expansion pass' on function '@print_diff_percent'
  CC FPIC  libmcount/utils.op
  CC FPIC  libmcount/script.op
 #0 0x000055aeaeccf6c2 (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2e606c2)
 #1 0x000055aeaecccb20 llvm::sys::RunSignalHandlers() (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2e5db20)
 #2 0x000055aeaeccfb98 (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2e60b98)
 #3 0x00007f75f66fd150 (TOPDIR/build/tmp/sysroots-uninative/x86_64-linux/lib/libpthread.so.0+0x12150)
 #4 0x000055aeae33c688 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x24cd688)
 #5 0x000055aeae6d1628 llvm::FPPassManager::runOnFunction(llvm::Function&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2862628)
 #6 0x000055aeae6d1aa3 llvm::FPPassManager::runOnModule(llvm::Module&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2862aa3)
 #7 0x000055aeae6d2257 llvm::legacy::PassManagerImpl::run(llvm::Module&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x2863257)
 #8 0x000055aeaf2b722f clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::DataLayout const&, llvm::Module*, clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x344822f)
 #9 0x000055aeaf73bc36 (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x38ccc36)
#10 0x000055aeb05884b3 clang::ParseAST(clang::Sema&, bool, bool) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x47194b3)
#11 0x000055aeaf73a9f2 clang::CodeGenAction::ExecuteAction() (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x38cb9f2)
#12 0x000055aeaf685ab0 clang::FrontendAction::Execute() (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x3816ab0)
#13 0x000055aeaf5d9b58 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x376ab58)
#14 0x000055aeaf736362 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x38c7362)
#15 0x000055aead6ab0c0 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x183c0c0)
#16 0x000055aead6a8f29 main (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x1839f29)
#17 0x00007f75f61e308b __libc_start_main (TOPDIR/build/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6+0x2408b)
#18 0x000055aead6a502e _start (TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/clang-8+0x183602e)
clang-8: error: unable to execute command: Segmentation fault (core dumped)
clang-8: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 8.0.0 
Target: x86_64-yoe-linux-musl
Thread model: posix
InstalledDir: TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/x86_64-yoe-linux-musl
clang-8: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
  CC FPIC  libmcount/script-python.op
clang-8: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-8: note: diagnostic msg: /tmp/dynamic-402980.c
clang-8: note: diagnostic msg: /tmp/dynamic-402980.sh
clang-8: note: diagnostic msg: 

********************
make[1]: *** [Makefile:211: TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build/libmcount/dynamic.op] Error 254
make[1]: *** Waiting for unfinished jobs....
clang-8: error: unable to execute command: Segmentation fault (core dumped)
clang-8: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 8.0.0 
Target: x86_64-yoe-linux-musl
Thread model: posix
InstalledDir: TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/recipe-sysroot-native/usr/bin/x86_64-yoe-linux-musl
clang-8: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang-8: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-8: note: diagnostic msg: /tmp/debug-fc4dea.c
clang-8: note: diagnostic msg: /tmp/debug-fc4dea.sh
clang-8: note: diagnostic msg: 

********************
make[1]: *** [Makefile:206: TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/build/libmcount/debug.op] Error 254
1 warning generated.
  LINK     libtraceevent/libtraceevent.a
make: *** [Makefile:11: all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/temp/run.do_compile.32287:1 exit 1 from 'exit 1'
ERROR: Function failed: do_compile (log file is located at TOPDIR/build/tmp/work/core2-64-yoe-linux-musl/uftrace/0.9.2-r0/temp/log.do_compile.32287)

Error details

Submitted on:
01/03/19 14:48
Error type:
Recipe
Task:
do_compile
Recipe:
uftrace
Recipe version:
0.9.2-r0
Machine:
qemux86-64
Distro:
yoe-musl-sysvinit-wayland
Build system:
x86_64-linux
Target system:
x86_64-yoe-linux-musl
Host distro:
arch/arch
Branch:
yoe/mut
Commit:
c2584d173d56e49daeb1bc54388b1bafc566eb99
Build:
#77873
Submitter:
raj.khem@gmail.com
Similar errors:
0
Open a bug