[Sisyphus-mipsel-reports] [#45868] p9_mipsel FAILED srpm=chromium-81.0.4044.138-alt1.src.rpm

Girar awaiter robot awaiter at gyle-secondary.office.basealt.ru
Sat May 16 01:37:51 MSK 2020


http://git.altlinux.org/tasks/45868/logs/events.1.1.log

2020-May-15 21:35:22 :: task #45868 for p9_mipsel started by recycler:
#100 build chromium-81.0.4044.138-alt1.src.rpm
2020-May-15 21:35:23 :: [mipsel] #100 chromium-81.0.4044.138-alt1.src.rpm: build start
[3480/39212] clang++ -MMD -MF obj/sandbox/linux/seccomp_bpf/syscall_set.o.d -DSANDBOX_IMPLEMENTATION -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_40 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DOPENSSL_NO_ASM -I../.. -Igen -I../../third_party/boringssl/src/include -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 --target=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -mhard-float -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-bitwise-conditional-parentheses -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-misleading-indentation -Wno-range-loop-analysis -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../sandbox/linux/bpf_dsl/syscall_set.cc -o obj/sandbox/linux/seccomp_bpf/syscall_set.o
FAILED: obj/sandbox/linux/seccomp_bpf/syscall_set.o 
clang++ -MMD -MF obj/sandbox/linux/seccomp_bpf/syscall_set.o.d -DSANDBOX_IMPLEMENTATION -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_40 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DOPENSSL_NO_ASM -I../.. -Igen -I../../third_party/boringssl/src/include -fprofile-sample-use=../../chrome/android/profiles/afdo.prof -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 --target=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -mhard-float -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-bitwise-conditional-parentheses -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-misleading-indentation -Wno-range-loop-analysis -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../sandbox/linux/bpf_dsl/syscall_set.cc -o obj/sandbox/linux/seccomp_bpf/syscall_set.o
--
warning: unknown warning option '-Wno-misleading-indentation'; did you mean '-Wno-binding-in-condition'? [-Wunknown-warning-option]
../../sandbox/linux/bpf_dsl/syscall_set.cc:20:15: error: use of undeclared identifier '__NR_O32_Linux'
static_assert(MIN_SYSCALL == __NR_Linux, "min syscall number should be 4000");
--
#define MIN_SYSCALL         __NR_O32_Linux
../../sandbox/linux/bpf_dsl/syscall_set.cc:39:6: error: use of undeclared identifier '__NR_O32_Linux'
    {MIN_SYSCALL, MAX_PUBLIC_SYSCALL},
--
#define MIN_SYSCALL         __NR_O32_Linux
../../sandbox/linux/bpf_dsl/syscall_set.cc:39:19: error: use of undeclared identifier '__NR_O32_Linux'
    {MIN_SYSCALL, MAX_PUBLIC_SYSCALL},
--
#define MIN_SYSCALL         __NR_O32_Linux
../../sandbox/linux/bpf_dsl/syscall_set.cc:39:19: error: use of undeclared identifier '__NR_Linux_syscalls'
../../sandbox/linux/bpf_dsl/linux_syscall_ranges.h:42:44: note: expanded from macro 'MAX_PUBLIC_SYSCALL'
#define MAX_PUBLIC_SYSCALL  (MIN_SYSCALL + __NR_Linux_syscalls)
../../sandbox/linux/bpf_dsl/syscall_set.cc:60:36: error: cannot use incomplete type 'const sandbox::(anonymous namespace)::SyscallRange []' as a range
  for (const SyscallRange& range : kValidSyscallRanges) {
../../sandbox/linux/bpf_dsl/syscall_set.cc:102:36: error: cannot use incomplete type 'const sandbox::(anonymous namespace)::SyscallRange []' as a range
  for (const SyscallRange& range : kValidSyscallRanges) {
2020-May-15 22:37:50 :: [mipsel] chromium-81.0.4044.138-alt1.src.rpm: remote: build failed
2020-May-15 22:37:50 :: [mipsel] #100 chromium-81.0.4044.138-alt1.src.rpm: build FAILED
2020-May-15 22:37:50 :: [mipsel] requesting cancellation of task processing
2020-May-15 22:37:50 :: [mipsel] build FAILED
2020-May-15 22:37:50 :: task #45868 for p9_mipsel FAILED


More information about the Sisyphus-mipsel-reports mailing list