[Sisyphus-mipsel-reports] [#35017] sisyphus_mipsel FAILED srpm=chromium-77.0.3865.90-alt1.src.rpm

Girar awaiter robot awaiter at gyle-secondary.office.basealt.ru
Thu Sep 26 23:27:53 MSK 2019


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

2019-Sep-26 18:57:34 :: task #35017 for sisyphus_mipsel started by recycler:
#100 build chromium-77.0.3865.90-alt1.src.rpm
2019-Sep-26 18:57:35 :: [mipsel] #100 chromium-77.0.3865.90-alt1.src.rpm: build start
[2743/36688] 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 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_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_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -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 -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 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_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_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -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 -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
../../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) {
2019-Sep-26 20:27:52 :: [mipsel] chromium-77.0.3865.90-alt1.src.rpm: remote: build failed
2019-Sep-26 20:27:52 :: [mipsel] #100 chromium-77.0.3865.90-alt1.src.rpm: build FAILED
2019-Sep-26 20:27:53 :: [mipsel] requesting cancellation of task processing
2019-Sep-26 20:27:53 :: [mipsel] build FAILED
2019-Sep-26 20:27:53 :: task #35017 for sisyphus_mipsel FAILED


More information about the Sisyphus-mipsel-reports mailing list