Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/libqb.spec'], chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'logger=user='mockbuild'timeout=0env={'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'}printOutput=Falsegid=135uid=1000shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/libqb.spec'] with env {'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'} and shell False warning: bogus date in %changelog: Wed Nov 17 2011 Angus Salkeld - 0.7.0-1 warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/libqb-0.17.1-2.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/libqb.spec '], chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'logger=user='mockbuild'timeout=0env={'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'}private_network=TrueprintOutput=Falsegid=135uid=1000shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/libqb.spec '] with env {'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'CCACHE_UMASK': '002', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100'} and shell False warning: bogus date in %changelog: Wed Nov 17 2011 Angus Salkeld - 0.7.0-1 Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.O5Bmn6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libqb-0.17.1 + /usr/bin/xz -dc /builddir/build/SOURCES/libqb-0.17.1.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libqb-0.17.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -exec touch '{}' ';' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vfIkyr + umask 022 + cd /builddir/build/BUILD + cd libqb-0.17.1 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + export CFLAGS + CXXFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + export CXXFLAGS + FFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-aux/config.guess ++ basename ./build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' + ./configure --build=armv6hl-redhat-linux-gnu --host=armv6hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static checking for armv6hl-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking whether make supports nested variables... yes checking build system type... armv6hl-redhat-linux-gnu checking host system type... armv6hl-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert armv6hl-redhat-linux-gnu file names to armv6hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv6hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv6hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv6hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv6hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv6hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv6hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for armv6hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: building in place srcdir:. checking for armv6hl-redhat-linux-gnu-g++... no checking for armv6hl-redhat-linux-gnu-c++... no checking for armv6hl-redhat-linux-gnu-gpp... no checking for armv6hl-redhat-linux-gnu-aCC... no checking for armv6hl-redhat-linux-gnu-CC... no checking for armv6hl-redhat-linux-gnu-cxx... no checking for armv6hl-redhat-linux-gnu-cc++... no checking for armv6hl-redhat-linux-gnu-cl.exe... no checking for armv6hl-redhat-linux-gnu-FCC... no checking for armv6hl-redhat-linux-gnu-KCC... no checking for armv6hl-redhat-linux-gnu-RCC... no checking for armv6hl-redhat-linux-gnu-xlC_r... no checking for armv6hl-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gawk... (cached) gawk checking for armv6hl-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking whether gcc and cc understand -c and -o together... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for pkg-config... pkg-config checking for doxygen... doxygen checking for splint... no configure: Sanitizing prefix: /usr configure: Sanitizing exec_prefix: /usr checking for library containing pthread_create... -lpthread checking for library containing mq_open... -lrt checking for library containing dlopen... -ldl checking for library containing socket... none required checking for library containing gethostbyname... none required checking for armv6hl-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CHECK... yes checking for GLIB... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for dlfcn.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/time.h... (cached) yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for unistd.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/msg.h usability... yes checking sys/msg.h presence... yes checking for sys/msg.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint64_t... yes checking for uint32_t... yes checking for uint16_t... yes checking for uint8_t... yes checking for struct sockaddr_un.sun_len... no checking looking for union semun in sys/sem.h... no checking for MSG_NOSIGNAL... yes checking for SO_NOSIGPIPE ... no checking for unistd.h... (cached) yes checking for working chown... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for alarm... yes checking for clock_gettime... yes checking for ftruncate... yes checking for gettimeofday... yes checking for localtime... yes checking for localtime_r... yes checking for memset... yes checking for munmap... yes checking for socket... yes checking for strchr... yes checking for strrchr... yes checking for strdup... yes checking for strstr... yes checking for strcasecmp... yes checking for poll... yes checking for epoll_create... yes checking for epoll_create1... yes checking for kqueue... no checking for random... yes checking for rand... yes checking for getrlimit... yes checking for sysconf... yes checking for pthread_spin_lock... yes checking for pthread_setschedparam... yes checking for pthread_mutexattr_setpshared... yes checking for pthread_condattr_setpshared... yes checking for sem_timedwait... yes checking for semtimedop... yes checking for sched_get_priority_max... yes checking for sched_setscheduler... yes checking for getpeerucred... no checking for getpeereid... no checking for strlcpy... no checking for strlcat... no checking for strchrnul... yes checking for architecture in armv6hl... ia64 checking for os in linux-gnu... Linux checking whether GCC supports builtin sync intrinsics... yes checking whether GCC supports builtin atomic intrinsics... yes checking whether atomics need memory barrier... yes checking whether gcc supports "-Wall"... yes checking whether gcc supports "-Wshadow"... yes checking whether gcc supports "-Wmissing-prototypes"... yes checking whether gcc supports "-Wmissing-declarations"... yes checking whether gcc supports "-Wstrict-prototypes"... yes checking whether gcc supports "-Wdeclaration-after-statement"... yes checking whether gcc supports "-Wpointer-arith"... yes checking whether gcc supports "-Wwrite-strings"... yes checking whether gcc supports "-Wcast-align"... yes checking whether gcc supports "-Wbad-function-cast"... yes checking whether gcc supports "-Wmissing-format-attribute"... yes checking whether gcc supports "-Wformat=2"... yes checking whether gcc supports "-Wformat-security"... yes checking whether gcc supports "-Wno-format-nonliteral"... yes checking whether gcc supports "-Wno-long-long"... yes checking whether gcc supports "-Wunsigned-char"... no checking whether gcc supports "-Wgnu89-inline"... no checking whether gcc supports "-Wno-strict-aliasing"... yes checking whether GCC supports __attribute__((section())... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/qb/Makefile config.status: creating lib/Makefile config.status: creating lib/libqb.pc config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating tests/test.conf config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/man.dox config.status: creating docs/html.dox config.status: creating include/config.h config.status: creating include/qb/qbconfig.h config.status: include/qb/qbconfig.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands libqb configuration: Version = 0.17.1 Prefix = /usr Executables = /usr/sbin Man pages = /usr/share/man Doc dir = ${datarootdir}/doc/${PACKAGE_TARNAME} Libraries = /usr/lib Header files = /usr/include Arch-independent files = /usr/share State information = /var System configuration = /etc SOCKETDIR = /var/run Features = epoll gcc__sync attribute-section libqb build info: Optimization = Debug options = Extra compiler warnings = Env. defined CFLAG = -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp Env. defined CPPFLAGS = Env. defined LDFLAGS = -Wl,-z,relro ANSI defined CPPFLAGS = Coverage CFLAGS = Coverage LDFLAGS = Fatal War. CFLAGS = Final CFLAGS = -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wno-format-nonliteral -Wno-long-long -Wno-strict-aliasing Final CPPFLAGS = Final LDFLAGS = -Wl,-z,relro + make -j8 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/libqb-0.17.1/build-aux/missing --run aclocal-1.11 -I m4 /builddir/build/BUILD/libqb-0.17.1/build-aux/missing: line 52: aclocal-1.11: command not found WARNING: `aclocal-1.11' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/build/BUILD/libqb-0.17.1/build-aux/missing --run autoconf cd . && /bin/sh /builddir/build/BUILD/libqb-0.17.1/build-aux/missing --run automake-1.11 --foreign /builddir/build/BUILD/libqb-0.17.1/build-aux/missing: line 52: automake-1.11: command not found WARNING: `automake-1.11' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. aclocal.m4:17: warning: this file was generated for autoconf 2.68. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'. /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --build=armv6hl-redhat-linux-gnu --host=armv6hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static build_alias=armv6hl-redhat-linux-gnu host_alias=armv6hl-redhat-linux-gnu CFLAGS=-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp LDFLAGS=-Wl,-z,relro CXXFLAGS=-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp PKG_CONFIG_PATH=:/usr/lib/pkgconfig:/usr/share/pkgconfig --no-create --no-recursion checking for armv6hl-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking whether make supports nested variables... yes checking build system type... armv6hl-redhat-linux-gnu checking host system type... armv6hl-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert armv6hl-redhat-linux-gnu file names to armv6hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv6hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv6hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv6hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv6hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv6hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv6hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for armv6hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: building in place srcdir:. checking for armv6hl-redhat-linux-gnu-g++... no checking for armv6hl-redhat-linux-gnu-c++... no checking for armv6hl-redhat-linux-gnu-gpp... no checking for armv6hl-redhat-linux-gnu-aCC... no checking for armv6hl-redhat-linux-gnu-CC... no checking for armv6hl-redhat-linux-gnu-cxx... no checking for armv6hl-redhat-linux-gnu-cc++... no checking for armv6hl-redhat-linux-gnu-cl.exe... no checking for armv6hl-redhat-linux-gnu-FCC... no checking for armv6hl-redhat-linux-gnu-KCC... no checking for armv6hl-redhat-linux-gnu-RCC... no checking for armv6hl-redhat-linux-gnu-xlC_r... no checking for armv6hl-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gawk... (cached) gawk checking for armv6hl-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking whether gcc and cc understand -c and -o together... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for pkg-config... pkg-config checking for doxygen... doxygen checking for splint... no configure: Sanitizing prefix: /usr configure: Sanitizing exec_prefix: /usr checking for library containing pthread_create... -lpthread checking for library containing mq_open... -lrt checking for library containing dlopen... -ldl checking for library containing socket... none required checking for library containing gethostbyname... none required checking for armv6hl-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CHECK... yes checking for GLIB... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for dlfcn.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/time.h... (cached) yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for unistd.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/msg.h usability... yes checking sys/msg.h presence... yes checking for sys/msg.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint64_t... yes checking for uint32_t... yes checking for uint16_t... yes checking for uint8_t... yes checking for struct sockaddr_un.sun_len... no checking looking for union semun in sys/sem.h... no checking for MSG_NOSIGNAL... yes checking for SO_NOSIGPIPE ... no checking for unistd.h... (cached) yes checking for working chown... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for alarm... yes checking for clock_gettime... yes checking for ftruncate... yes checking for gettimeofday... yes checking for localtime... yes checking for localtime_r... yes checking for memset... yes checking for munmap... yes checking for socket... yes checking for strchr... yes checking for strrchr... yes checking for strdup... yes checking for strstr... yes checking for strcasecmp... yes checking for poll... yes checking for epoll_create... yes checking for epoll_create1... yes checking for kqueue... no checking for random... yes checking for rand... yes checking for getrlimit... yes checking for sysconf... yes checking for pthread_spin_lock... yes checking for pthread_setschedparam... yes checking for pthread_mutexattr_setpshared... yes checking for pthread_condattr_setpshared... yes checking for sem_timedwait... yes checking for semtimedop... yes checking for sched_get_priority_max... yes checking for sched_setscheduler... yes checking for getpeerucred... no checking for getpeereid... no checking for strlcpy... no checking for strlcat... no checking for strchrnul... yes checking for architecture in armv6hl... ia64 checking for os in linux-gnu... Linux checking whether GCC supports builtin sync intrinsics... yes checking whether GCC supports builtin atomic intrinsics... yes checking whether atomics need memory barrier... yes checking whether gcc supports "-Wall"... yes checking whether gcc supports "-Wshadow"... yes checking whether gcc supports "-Wmissing-prototypes"... yes checking whether gcc supports "-Wmissing-declarations"... yes checking whether gcc supports "-Wstrict-prototypes"... yes checking whether gcc supports "-Wdeclaration-after-statement"... yes checking whether gcc supports "-Wpointer-arith"... yes checking whether gcc supports "-Wwrite-strings"... yes checking whether gcc supports "-Wcast-align"... yes checking whether gcc supports "-Wbad-function-cast"... yes checking whether gcc supports "-Wmissing-format-attribute"... yes checking whether gcc supports "-Wformat=2"... yes checking whether gcc supports "-Wformat-security"... yes checking whether gcc supports "-Wno-format-nonliteral"... yes checking whether gcc supports "-Wno-long-long"... yes checking whether gcc supports "-Wunsigned-char"... no checking whether gcc supports "-Wgnu89-inline"... no checking whether gcc supports "-Wno-strict-aliasing"... yes checking whether GCC supports __attribute__((section())... yes configure: creating ./config.status libqb configuration: Version = 0.17.1 Prefix = /usr Executables = /usr/sbin Man pages = /usr/share/man Doc dir = ${datarootdir}/doc/${PACKAGE_TARNAME} Libraries = /usr/lib Header files = /usr/include Arch-independent files = /usr/share State information = /var System configuration = /etc SOCKETDIR = /var/run Features = epoll gcc__sync attribute-section libqb build info: Optimization = Debug options = Extra compiler warnings = Env. defined CFLAG = -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp Env. defined CPPFLAGS = Env. defined LDFLAGS = -Wl,-z,relro ANSI defined CPPFLAGS = Coverage CFLAGS = Coverage LDFLAGS = Fatal War. CFLAGS = Final CFLAGS = -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wno-format-nonliteral -Wno-long-long -Wno-strict-aliasing Final CPPFLAGS = Final LDFLAGS = -Wl,-z,relro /bin/sh ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/qb/Makefile config.status: creating lib/Makefile config.status: creating lib/libqb.pc config.status: creating tools/Makefile config.status: creating tests/Makefile config.status: creating tests/test.conf config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/man.dox config.status: creating docs/html.dox config.status: creating include/config.h config.status: include/config.h is unchanged config.status: creating include/qb/qbconfig.h config.status: include/qb/qbconfig.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory `/builddir/build/BUILD/libqb-0.17.1' Making all in include make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /builddir/build/BUILD/libqb-0.17.1/build-aux/missing --run autoheader) rm -f stamp-h1 touch config.h.in cd .. && /bin/sh ./config.status include/config.h config.status: creating include/config.h config.status: include/config.h is unchanged make all-recursive make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' Making all in qb make[4]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' (CDPATH="${ZSH_VERSION+.}:" && cd ../.. && /bin/sh /builddir/build/BUILD/libqb-0.17.1/build-aux/missing --run autoheader) rm -f stamp-h2 touch qbconfig.h.in cd ../.. && /bin/sh ./config.status include/qb/qbconfig.h config.status: creating include/qb/qbconfig.h config.status: include/qb/qbconfig.h is unchanged make all-am make[5]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[5]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[4]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[4]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' make[4]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' Making all in lib make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/lib' CC util.lo CC hdb.lo CC ringbuffer.lo CC ringbuffer_helper.lo CC array.lo CC loop_poll.lo CC loop_job.lo CC loop.lo CC loop_timerlist.lo CC ipcc.lo CC ipcs.lo CC ipc_shm.lo CC ipc_setup.lo CC ipc_socket.lo CC log.lo CC log_thread.lo CC log_blackbox.lo CC log_file.lo CC log_syslog.lo CC log_dcs.lo CC log_format.lo CC map.lo CC skiplist.lo CC hashtable.lo CC trie.lo CC unix.lo CC loop_poll_epoll.lo CC strlcpy.lo CC strlcat.lo CCLD libqb.la make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/lib' Making all in docs make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/docs' Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/docs' Making all in tools make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tools' CC qb_blackbox-qb_blackbox.o CCLD qb-blackbox make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tools' Making all in tests make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tests' CC bmc.o CC bmcpt.o CC bms-bms.o CC rbwriter.o CC rbreader.o CC loop.o CC bench_log-bench-log.o CC auto_check_header_qbarray.o CC auto_check_header_qbconfig.o CC auto_check_header_qbhdb.o CC auto_check_header_qbipc_common.o CC auto_check_header_qblist.o CC auto_check_header_qbloop.o CC auto_check_header_qbrb.o CC auto_check_header_qbatomic.o CC auto_check_header_qbdefs.o CC auto_check_header_qbipcc.o CC auto_check_header_qbipcs.o CC auto_check_header_qblog.o CC auto_check_header_qbmap.o CC auto_check_header_qbutil.o CC format_compare_speed.o CCLD bmc CCLD bmcpt CCLD bms CCLD rbwriter CCLD rbreader CCLD loop CCLD bench-log CCLD auto_check_header_qbarray CCLD auto_check_header_qbconfig CCLD auto_check_header_qbhdb CCLD auto_check_header_qbipc_common CCLD auto_check_header_qblist CCLD auto_check_header_qbloop CCLD auto_check_header_qbrb CCLD auto_check_header_qbatomic CCLD auto_check_header_qbdefs CCLD auto_check_header_qbipcc CCLD auto_check_header_qbipcs CCLD auto_check_header_qblog CCLD auto_check_header_qbmap CCLD auto_check_header_qbutil CCLD format_compare_speed make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tests' Making all in examples make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/examples' CC mapnotify-mapnotify.o CC simplelog-simplelog.o CC tcpclient-tcpclient.o CC tcpserver-tcpserver.o CC ipcclient-ipcclient.o CC ipcserver-ipcserver.o CCLD tcpclient CCLD tcpserver CCLD ipcclient CCLD simplelog CCLD ipcserver CCLD mapnotify make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/examples' make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1' make[1]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.J9E5ws + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm ++ dirname /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm + cd libqb-0.17.1 + rm -rf /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm + make install DESTDIR=/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm make install-recursive make[1]: Entering directory `/builddir/build/BUILD/libqb-0.17.1' Making install in include make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' Making install in qb make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[4]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/include/qb/' /usr/bin/install -c -m 644 qbhdb.h qblist.h qbdefs.h qbatomic.h qbloop.h qbrb.h qbutil.h qbarray.h qbipcc.h qbipcs.h qbipc_common.h qblog.h qbconfig.h qbmap.h '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/include/qb/' make[4]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' make[4]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' Making install in lib make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/lib' make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libqb.la '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib' libtool: install: /usr/bin/install -c .libs/libqb.so.0.17.1 /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib/libqb.so.0.17.1 libtool: install: (cd /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib && { ln -s -f libqb.so.0.17.1 libqb.so.0 || { rm -f libqb.so.0 && ln -s libqb.so.0.17.1 libqb.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib && { ln -s -f libqb.so.0.17.1 libqb.so || { rm -f libqb.so && ln -s libqb.so.0.17.1 libqb.so; }; }) libtool: install: /usr/bin/install -c .libs/libqb.lai /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib/libqb.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libqb.pc '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib/pkgconfig' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/lib' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/lib' Making install in docs make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/docs' Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/docs' make[3]: Nothing to be done for `install-exec-am'. Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/man/man3' /usr/bin/install -c -m 644 man3/qbipcc.h.3 man3/qbipcs.h.3 man3/qbatomic.h.3 man3/qbhdb.h.3 man3/qbipc_common.h.3 man3/qblist.h.3 man3/qbloop.h.3 man3/qbutil.h.3 man3/qbarray.h.3 man3/qblog.h.3 man3/qbmap.h.3 '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/man/man3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/man/man8' /usr/bin/install -c -m 644 man8/qb-blackbox.8 '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/man/man8' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/docs' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/docs' Making install in tools make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tools' make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c qb-blackbox '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/sbin' libtool: install: warning: `../lib/libqb.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/qb-blackbox /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/sbin/qb-blackbox make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tools' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tools' Making install in tests make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tests' make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tests' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tests' Making install in examples make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/examples' make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/examples' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/examples' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/examples' make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1' make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb' /usr/bin/install -c -m 644 COPYING INSTALL README.markdown '/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1' make[1]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1' + find /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm -name '*.la' -exec rm -f '{}' ';' + rm -rf /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm//usr/share/doc/libqb + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/libqb-0.17.1 extracting debug info from /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/sbin/qb-blackbox extracting debug info from /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/lib/libqb.so.0.17.1 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libqb.so.0.17.1.debug to /usr/lib/debug/usr/lib/libqb.so.debug symlinked /usr/lib/debug/usr/lib/libqb.so.0.17.1.debug to /usr/lib/debug/usr/lib/libqb.so.0.debug 826 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.wr0oEV + umask 022 + cd /builddir/build/BUILD + cd libqb-0.17.1 + make -j1 check make check-recursive make[1]: Entering directory `/builddir/build/BUILD/libqb-0.17.1' Making check in include make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' Making check in qb make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include/qb' make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/include' make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/include' Making check in lib make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/lib' make make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/lib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/lib' make check-TESTS make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/lib' ================== All 0 tests passed ================== make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/lib' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/lib' Making check in docs make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/docs' Warning: Tag `SYMBOL_CACHE_SIZE' at line 35 of file man.dox has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/docs' Making check in tools make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tools' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tools' Making check in tests make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tests' make array.test map.test rb.test log.test loop.test ipc.test util.test crash_test_dummy file_change_bytes resources.test blackbox-segfault.sh make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tests' CC array_test-check_array.o CCLD array.test CC map_test-check_map.o CCLD map.test CC rb_test-check_rb.o CCLD rb.test CC log_test-check_log.o CCLD log.test CC loop_test-check_loop.o CCLD loop.test CC ipc_test-check_ipc.o CCLD ipc.test CC util_test-check_util.o CCLD util.test CC crash_test_dummy-crash_test_dummy.o CCLD crash_test_dummy CC file_change_bytes.o CCLD file_change_bytes make[3]: Nothing to be done for `resources.test'. make[3]: Nothing to be done for `blackbox-segfault.sh'. make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tests' make check-TESTS make[3]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/tests' Running suite(s): qb_array 100%: Checks: 4, Failures: 0, Errors: 0 check_array.c:64:P:limits:test_array_limits:0: Passed check_array.c:70:P:alloc_free:test_array_alloc_free:0: Passed check_array.c:102:P:correct_retrieval:test_array_correct_retrieval:0: Passed check_array.c:131:P:static_memory:test_array_static_memory:0: Passed PASS: array.test Running suite(s): qb_map test_skiplist_simple(0) k1 > one test_skiplist_simple(1) k12 > two test_skiplist_simple(2) k3 > four test_skiplist_simple(3) k34 > three test_hashtable_simple(0) k1 > one test_hashtable_simple(1) k34 > three test_hashtable_simple(2) k3 > four test_hashtable_simple(3) k12 > two test_trie_simple(0) k1 > one test_trie_simple(1) k12 > two test_trie_simple(2) k3 > four test_trie_simple(3) k34 > three testobj.testkey = one k1 > one k34 > three 1: aaaa == aye 1: bbbb == bee 2: aaaa == aye 2: fffff == yum 2: ggggg == good 1: fffff == yum 1: ggggg == good 1: aaaa == aye 1: bbbb == bee 2: aaaa == aye 2: bbbb == bee 2: fffff == yum 1: ggggg == good 1: fffff == yum 1: aaaa == aye 1: bbbb == bee 2: aaaa == aye 2: bbbb == bee 2: fffff == yum 2: ggggg == good 1: fffff == yum 1: ggggg == good 1: aaaa == aye 1: aacc == yip 2: a.ac == nope 2: aaaa == aye 2: aacc == yip 2: abbb == bee 3: c == ---- 3: cacc == nope no dict/words - not testing no dict/words - not testing no dict/words - not testing 100%: Checks: 17, Failures: 0, Errors: 0 check_map.c:129:P:skiplist_simple:test_skiplist_simple:0: Passed check_map.c:129:P:hashtable_simple:test_hashtable_simple:0: Passed check_map.c:129:P:trie_simple:test_trie_simple:0: Passed check_map.c:901:P:trie_partial_iterate:test_trie_partial_iterate:0: Passed check_map.c:310:P:skiplist_remove:test_skiplist_remove:0: Passed check_map.c:310:P:hashtable_remove:test_hashtable_remove:0: Passed check_map.c:91:P:trie_notifications:test_trie_notifications:0: Passed check_map.c:428:P:hash_notifications:test_hash_notifications:0: Passed check_map.c:428:P:skiplist_notifications:test_skiplist_notifications:0: Passed check_map.c:229:P:skiplist_search:test_skiplist_search:0: Passed check_map.c:229:P:trie_search:test_trie_search:0: Passed check_map.c:548:P:skiplist_traverse:test_skiplist_traverse:0: Passed check_map.c:815:P:hashtable_traverse:test_hashtable_traverse:0: Passed check_map.c:604:P:trie_traverse:test_trie_traverse:0: Passed check_map.c:837:P:skiplist_load:test_skiplist_load:0: Passed check_map.c:849:P:hashtable_load:test_hashtable_load:0: Passed check_map.c:861:P:trie_load:test_trie_load:0: Passed PASS: map.test Running suite(s): ringbuffer 100%: Checks: 4, Failures: 0, Errors: 0 check_rb.c:83:P:test01:test_ring_buffer1:0: Passed check_rb.c:124:P:test02:test_ring_buffer2:0: Passed check_rb.c:156:P:test03:test_ring_buffer3:0: Passed check_rb.c:184:P:test04:test_ring_buffer4:0: Passed PASS: rb.test Running suite(s): logging thr_send_logs_1 thr_send_logs_1 thr_send_logs_2 thr_send_logs_2 Ringbuffer: ->OVERWRITE ->write_pt [4062] ->read_pt [1] ->size [4096 words] =>free [136 bytes] =>used [16244 bytes] Ringbuffer: ->NORMAL ->write_pt [4062] ->read_pt [1] ->size [4096 words] =>free [136 bytes] =>used [16244 bytes] info Dec 12 00:21:58 test_log_long_msg(661):0: Message 927 327 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 929 329 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi info Dec 12 00:21:58 test_log_long_msg(661):0: Message 931 331 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija info Dec 12 00:21:58 test_log_long_msg(661):0: Message 933 333 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc info Dec 12 00:21:58 test_log_long_msg(661):0: Message 935 335 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde info Dec 12 00:21:58 test_log_long_msg(661):0: Message 937 337 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 939 339 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi info Dec 12 00:21:58 test_log_long_msg(661):0: Message 941 341 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija info Dec 12 00:21:58 test_log_long_msg(661):0: Message 943 343 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc info Dec 12 00:21:58 test_log_long_msg(661):0: Message 945 345 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde info Dec 12 00:21:58 test_log_long_msg(661):0: Message 947 347 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 949 349 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi info Dec 12 00:21:58 test_log_long_msg(661):0: Message 951 351 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija info Dec 12 00:21:58 test_log_long_msg(661):0: Message 953 353 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc info Dec 12 00:21:58 test_log_long_msg(661):0: Message 955 355 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde info Dec 12 00:21:58 test_log_long_msg(661):0: Message 957 357 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 959 359 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi info Dec 12 00:21:58 test_log_long_msg(661):0: Message 961 361 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija info Dec 12 00:21:58 test_log_long_msg(661):0: Message 963 363 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc info Dec 12 00:21:58 test_log_long_msg(661):0: Message 965 365 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde info Dec 12 00:21:58 test_log_long_msg(661):0: Message 967 367 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 969 369 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi info Dec 12 00:21:58 test_log_long_msg(661):0: Message 971 371 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija info Dec 12 00:21:58 test_log_long_msg(661):0: Message 973 373 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc info Dec 12 00:21:58 test_log_long_msg(661):0: Message 975 375 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde info Dec 12 00:21:58 test_log_long_msg(661):0: Message 977 377 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 979 379 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi info Dec 12 00:21:58 test_log_long_msg(661):0: Message 981 381 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija info Dec 12 00:21:58 test_log_long_msg(661):0: Message 983 383 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc info Dec 12 00:21:58 test_log_long_msg(661):0: Message 985 385 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde info Dec 12 00:21:58 test_log_long_msg(661):0: Message 987 387 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 989 389 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi info Dec 12 00:21:58 test_log_long_msg(661):0: Message 991 391 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija info Dec 12 00:21:58 test_log_long_msg(661):0: Message 993 393 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc info Dec 12 00:21:58 test_log_long_msg(661):0: Message 995 395 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde info Dec 12 00:21:58 test_log_long_msg(661):0: Message 997 397 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefg info Dec 12 00:21:58 test_log_long_msg(661):0: Message 999 399 - abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghi ERROR: qb_rb_chunk_read failed: Connection timed out 100%: Checks: 9, Failures: 0, Errors: 0 check_log.c:116:P:va_serialize:test_va_serialize:0: Passed check_log.c:174:P:limits:test_log_stupid_inputs:0: Passed check_log.c:431:P:basic:test_log_basic:0: Passed check_log.c:507:P:format:test_log_format:0: Passed check_log.c:545:P:enable:test_log_enable:0: Passed check_log.c:612:P:threads:test_log_threads:0: Passed check_log.c:653:P:long_msg:test_log_long_msg:0: Passed check_log.c:266:P:filter_ft:test_log_filter_fn:0: Passed check_log.c:707:P:threaded_logging:test_threaded_logging:0: Passed PASS: log.test ./blackbox-segfault.sh: line 5: 3405 Segmentation fault (core dumped) ./crash_test_dummy [debug] shm size:16384; real_size:16384; rb->word_size:4096 [debug] read total of: 16404 Dumping the contents of crash-test-dummy.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... debug Dec 12 00:21:59 main(90):0: hello info Dec 12 00:21:59 main(91):0: this is an info notice Dec 12 00:21:59 main(92):0: hello - notice? error Dec 12 00:21:59 main(97):0: (null)-952-(null)-56 debug Dec 12 00:21:59 func_one(35):0: arf arf? crit Dec 12 00:21:59 func_one(36):0: arrrg! error Dec 12 00:21:59 func_one(38):0: oops, I did it again info Dec 12 00:21:59 func_one(39):0: are you aware ... error Dec 12 00:21:59 func_one(43):0: can't open("/nothing.txt"): No such file or directory (2) debug Dec 12 00:21:59 func_two(54):0: arf arf? crit Dec 12 00:21:59 func_two(55):0: arrrg! error Dec 12 00:21:59 func_two(56):0: oops, I did it again info Dec 12 00:21:59 func_two(57):0: are you aware ... ==== Corrupt blackbox test 1/32 ==== ERROR: qb_rb_chunk_read failed: Connection timed out [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (-100657707) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 2/32 ==== [error] Corrupt blackbox: File header hash (14489045) does not match calculated hash (5589) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 3/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] error Dec 12 00:21:59 func_one(43):2197815296: can't ope�("/nothing.txt"): No such file o� dwretory (2) debug Sep 05 02:32:23 func_two(54):0: arf arf? [debug] read total of: 16404 ERROR: qb_rb_chunk_read failed: Connection timed out [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 4/32 ==== [error] Corrupt blackbox: File header hash (-855632609) does not match calculated hash (13440469) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 5/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (43477) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 6/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (69648) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 7/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (-1342171691) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 8/32 ==== [error] Corrupt blackbox: File header hash (5483) does not match calculated hash (67029) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 9/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] [debug] read total of: 16404 ERROR: qb_rb_chunk_read failed: Connection timed out [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 10/32 ==== [error] Corrupt blackbox: File header hash (4265429) does not match calculated hash (-1106802475) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 11/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (32313) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 12/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] error Dec 12 00:21:59 funcone(43):0: c�n't open("/nothing.txt"): No s ch eile or di=ectory (2) ERROR Corrupt file: msg_len out of bounds 777 [debug] read total of: 16404 [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 13/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] error Dec 12 00:21:59 func_one(43):0: can't open("/n�thing.txt"): No such file #r dirctlry (2) ERROR Corrupt file: fn_size way too big 1811939337 [debug] read total of: 16404 [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 14/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (14489045) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 15/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (39125) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 16/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (5469) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 17/32 ==== [error] Corrupt blackbox: File header hash (56533) does not match calculated hash (69392) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 18/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (5763) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 19/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (-1962928683) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 20/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (-452979243) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 21/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (7869909) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 22/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] [debug] read total of: 16404 ERROR: qb_rb_chunk_read failed: Connection timed out [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 23/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] error Dec 12 00:21:59 @uc_one(43):0: ca�'t opDn("�nothing.txt"): No sMch file or dire�tory�( d) debug Dec 12 00:24:25 func_t^o(54):0: arf0x1.46f6ed622286ep+648�f? [debug] read total of: 16404 ERROR: qb_rb_chunk_read failed: Connection timed out [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 24/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (5797) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 25/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (988629) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 26/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (8405) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 27/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] [debug] read total of: 16404 [error] trying to recv chunk of size 1024 but 1124135008 available ERROR: qb_rb_chunk_read failed: No buffer space available [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 28/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (5719) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 29/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (7083477) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 30/32 ==== [error] Corrupt blackbox: File header hash (5589) does not match calculated hash (8149) Dumping the contents of butchered_blackbox.fdata ==== Corrupt blackbox test 31/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] ERROR Corrupt file: fn_size way too big -301989879 [debug] read total of: 16404 [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header ==== Corrupt blackbox test 32/32 ==== [debug] shm size:16384; real_size:16384; rb->word_size:4096 Dumping the contents of butchered_blackbox.fdata Ringbuffer: ->NORMAL ->write_pt [680] ->read_pt [812] ->size [4096 words] =>free [524 bytes] =>used [15852 bytes] error Dec 11 13:24:55 func_one(43):0: �an't open("/nothin�.tet"): o such file or directory� (0) debug Dec 12 03:55:19 func_two(54):27136: arf arf? ERROR Corrupt file: msg_len out of bounds 19207 [debug] read total of: 16404 [trace] ENTERING qb_rb_close() [debug] Free'ing ringbuffer: /dev/shm/qb-create_from_file-header PASS: blackbox-segfault.sh Running suite(s): loop_job loop_timers average error for 1500000 ns timer is 1485896 (ns) (99.059731) average error for 10500000 ns timer is 1485376 (ns) (14.146441) average error for 19500000 ns timer is 1465486 (ns) (7.515315) average error for 28500000 ns timer is 1424817 (ns) (4.999358) average error for 37500000 ns timer is 1425057 (ns) (3.800154) average error for 46500000 ns timer is 1424750 (ns) (3.063980) average error for 55500000 ns timer is 1424611 (ns) (2.566867) average error for 64500000 ns timer is 1424448 (ns) (2.208447) average error for 73500000 ns timer is 1424174 (ns) (1.937652) average error for 82500000 ns timer is 1424137 (ns) (1.726227) average error for 100000000 ns timer is 1284089 (ns) (1.284089) loop_signal_suite 100%: Checks: 14, Failures: 0, Errors: 0 check_loop.c:157:P:limits:test_loop_job_input:0: Passed check_loop.c:174:P:run_one:test_loop_job_1:0: Passed check_loop.c:191:P:run_recursive:test_loop_job_4:0: Passed check_loop.c:206:P:run_500:test_loop_job_nuts:0: Passed check_loop.c:285:P:rate_limit:test_job_rate_limit:0: Passed check_loop.c:322:P:add_del:test_job_add_del:0: Passed check_loop.c:61:P:order:test_loop_job_order:0: Passed check_loop.c:388:P:limits:test_loop_timer_input:0: Passed check_loop.c:438:P:basic:test_loop_timer_basic:0: Passed check_loop.c:467:P:precision:test_loop_timer_precision:0: Passed check_loop.c:587:P:expire_leak:test_loop_timer_expire_leak:0: Passed check_loop.c:623:P:signals:test_loop_sig_handling:0: Passed check_loop.c:660:P:sig_only_one:test_loop_sig_only_get_one:0: Passed check_loop.c:701:P:sig_delete:test_loop_sig_delete:0: Passed PASS: loop.test Running suite(s): socket lib/check_ipc.c|731| ENTERING test_ipc_txrx_us_timeout() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_txrx_us_timeout lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4014-4013-8) lib/ipc_socket.c|660| connecting to client (4014-4013-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(10, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|174| poll(fd 4) got POLLHUP lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|735| LEAVING test_ipc_txrx_us_timeout() lib/check_ipc.c|1375| ENTERING test_ipc_max_dgram_size() lib/check_ipc.c|1377| LEAVING test_ipc_max_dgram_size() lib/check_ipc.c|1239| ENTERING test_ipc_server_fail_soc() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_server_fail_soc lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4017-4016-8) lib/ipc_socket.c|660| connecting to client (4017-4016-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|1243| LEAVING test_ipc_server_fail_soc() lib/check_ipc.c|777| ENTERING test_ipc_txrx_us_block() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_txrx_us_block lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4019-4018-8) lib/ipc_socket.c|660| connecting to client (4019-4018-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(9, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|783| LEAVING test_ipc_txrx_us_block() lib/check_ipc.c|789| ENTERING test_ipc_txrx_us_tmo() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_txrx_us_tmo lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4021-4020-8) lib/ipc_socket.c|660| connecting to client (4021-4020-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(9, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|795| LEAVING test_ipc_txrx_us_tmo() lib/check_ipc.c|801| ENTERING test_ipc_fc_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_fc_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4023-4022-8) lib/ipc_socket.c|660| connecting to client (4023-4022-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(9, needed:131072) actual:163840 lib/ipc_socket.c|455| setting fc to 1 lib/check_ipc.c|510| qb_ipcc_send: Resource temporarily unavailable (11) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_socket.c|554| LIVENESS: fd 8 event 17 conn (4023-4022-8) lib/ipc_socket.c|561| HUP conn (4023-4022-8) lib/ipcs.c|605| qb_ipcs_disconnect(4023-4022-8) state:2 lib/ipc_socket.c|632| ENTERING qb_ipcs_us_disconnect() lib/check_ipc.c|266| ENTERING s1_connection_closed() lib/check_ipc.c|267| LEAVING s1_connection_closed() lib/check_ipc.c|304| ENTERING s1_connection_destroyed() lib/check_ipc.c|312| LEAVING s1_connection_destroyed() lib/ipc_socket.c|632| ENTERING qb_ipcs_us_disconnect() lib/check_ipc.c|388| loop finished - done ... lib/check_ipc.c|807| LEAVING test_ipc_fc_us() lib/check_ipc.c|699| ENTERING test_ipc_exit_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_exit_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4025-4024-8) lib/ipc_socket.c|660| connecting to client (4025-4024-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(9, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|704| LEAVING test_ipc_exit_us() lib/check_ipc.c|858| ENTERING test_ipc_disp_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_disp_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4027-4026-8) lib/ipc_socket.c|660| connecting to client (4027-4026-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(10, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|862| LEAVING test_ipc_disp_us() lib/check_ipc.c|1070| ENTERING test_ipc_stress_test_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_stress_test_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4029-4028-8) lib/ipc_socket.c|660| connecting to client (4029-4028-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/check_ipc.c|1031| Testing 30000 iterations of EVENT msg passing. lib/loop_poll.c|367| grown poll array to 2 for FD 6 lib/ipc_socket.c|111| 0: getsockopt(9, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(10, needed:131072) actual:163840 lib/check_ipc.c|222| SENT: 1000 stress events sent lib/check_ipc.c|886| RECV: 1000 stress events processed lib/check_ipc.c|222| SENT: 2000 stress events sent lib/check_ipc.c|886| RECV: 2000 stress events processed lib/check_ipc.c|222| SENT: 3000 stress events sent lib/check_ipc.c|886| RECV: 3000 stress events processed lib/check_ipc.c|222| SENT: 4000 stress events sent lib/check_ipc.c|886| RECV: 4000 stress events processed lib/check_ipc.c|222| SENT: 5000 stress events sent lib/check_ipc.c|886| RECV: 5000 stress events processed lib/check_ipc.c|222| SENT: 6000 stress events sent lib/check_ipc.c|886| RECV: 6000 stress events processed lib/check_ipc.c|222| SENT: 7000 stress events sent lib/check_ipc.c|886| RECV: 7000 stress events processed lib/check_ipc.c|222| SENT: 8000 stress events sent lib/check_ipc.c|886| RECV: 8000 stress events processed lib/check_ipc.c|222| SENT: 9000 stress events sent lib/check_ipc.c|886| RECV: 9000 stress events processed lib/check_ipc.c|222| SENT: 10000 stress events sent lib/check_ipc.c|886| RECV: 10000 stress events processed lib/check_ipc.c|222| SENT: 11000 stress events sent lib/check_ipc.c|886| RECV: 11000 stress events processed lib/check_ipc.c|222| SENT: 12000 stress events sent lib/check_ipc.c|886| RECV: 12000 stress events processed lib/check_ipc.c|222| SENT: 13000 stress events sent lib/check_ipc.c|886| RECV: 13000 stress events processed lib/check_ipc.c|222| SENT: 14000 stress events sent lib/check_ipc.c|886| RECV: 14000 stress events processed lib/check_ipc.c|222| SENT: 15000 stress events sent lib/check_ipc.c|886| RECV: 15000 stress events processed lib/check_ipc.c|222| SENT: 16000 stress events sent lib/check_ipc.c|886| RECV: 16000 stress events processed lib/check_ipc.c|222| SENT: 17000 stress events sent lib/check_ipc.c|886| RECV: 17000 stress events processed lib/check_ipc.c|222| SENT: 18000 stress events sent lib/check_ipc.c|886| RECV: 18000 stress events processed lib/check_ipc.c|222| SENT: 19000 stress events sent lib/check_ipc.c|886| RECV: 19000 stress events processed lib/check_ipc.c|222| SENT: 20000 stress events sent lib/check_ipc.c|886| RECV: 20000 stress events processed lib/check_ipc.c|222| SENT: 21000 stress events sent lib/check_ipc.c|886| RECV: 21000 stress events processed lib/check_ipc.c|222| SENT: 22000 stress events sent lib/check_ipc.c|886| RECV: 22000 stress events processed lib/check_ipc.c|222| SENT: 23000 stress events sent lib/check_ipc.c|886| RECV: 23000 stress events processed lib/check_ipc.c|222| SENT: 24000 stress events sent lib/check_ipc.c|886| RECV: 24000 stress events processed lib/check_ipc.c|222| SENT: 25000 stress events sent lib/check_ipc.c|886| RECV: 25000 stress events processed lib/check_ipc.c|222| SENT: 26000 stress events sent lib/check_ipc.c|886| RECV: 26000 stress events processed lib/check_ipc.c|222| SENT: 27000 stress events sent lib/check_ipc.c|886| RECV: 27000 stress events processed lib/check_ipc.c|222| SENT: 28000 stress events sent lib/check_ipc.c|886| RECV: 28000 stress events processed lib/check_ipc.c|222| SENT: 29000 stress events sent lib/check_ipc.c|886| RECV: 29000 stress events processed lib/check_ipc.c|222| SENT: 30000 stress events sent lib/check_ipc.c|886| RECV: 30000 stress events processed lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|1075| LEAVING test_ipc_stress_test_us() lib/check_ipc.c|1081| ENTERING test_ipc_bulk_events_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_bulk_events_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4031-4030-8) lib/ipc_socket.c|660| connecting to client (4031-4030-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/loop_poll.c|367| grown poll array to 2 for FD 6 lib/ipc_socket.c|111| 0: getsockopt(10, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(9, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|1086| LEAVING test_ipc_bulk_events_us() lib/check_ipc.c|1137| ENTERING test_ipc_event_on_created_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_event_on_created_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4033-4032-8) lib/ipc_socket.c|660| connecting to client (4033-4032-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|268| error calling connect(): Connection refused (111) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/loop_poll.c|367| grown poll array to 2 for FD 6 lib/ipc_socket.c|111| 0: getsockopt(10, needed:131072) actual:163840 lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|1142| LEAVING test_ipc_event_on_created_us() lib/check_ipc.c|1199| ENTERING test_ipc_disconnect_after_created_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_disconnect_after_created_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4035-4034-8) lib/ipc_socket.c|660| connecting to client (4035-4034-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/ipcs.c|605| qb_ipcs_disconnect(4035-4034-8) state:2 lib/ipc_socket.c|632| ENTERING qb_ipcs_us_disconnect() lib/check_ipc.c|266| ENTERING s1_connection_closed() lib/check_ipc.c|267| LEAVING s1_connection_closed() lib/check_ipc.c|304| ENTERING s1_connection_destroyed() lib/check_ipc.c|312| LEAVING s1_connection_destroyed() lib/ipc_socket.c|632| ENTERING qb_ipcs_us_disconnect() lib/check_ipc.c|388| loop finished - done ... lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipc_setup.c|182| poll(fd 5) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|182| poll(fd 6) zero revents lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/check_ipc.c|1204| LEAVING test_ipc_disconnect_after_created_us() lib/check_ipc.c|1342| ENTERING test_ipc_service_ref_count_us() lib/ipc_socket.c|111| 0: getsockopt(4, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_setup.c|377| server name: test_ipc_service_ref_count_us lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4037-4036-8) lib/ipc_socket.c|660| connecting to client (4037-4036-8) lib/loop_poll.c|367| grown poll array to 3 for FD 9 lib/loop_poll.c|367| grown poll array to 4 for FD 8 lib/ipc_socket.c|613| added 8 to poll loop (liveness) lib/ipc_socket.c|111| 0: getsockopt(5, needed:131072) actual:163840 lib/ipc_socket.c|111| 0: getsockopt(6, needed:131072) actual:163840 lib/check_ipc.c|278| iter 0 lib/ipc_socket.c|111| 0: getsockopt(10, needed:131072) actual:163840 lib/check_ipc.c|278| iter 1 lib/ipcs.c|605| qb_ipcs_disconnect(4037-4036-8) state:2 lib/ipc_socket.c|632| ENTERING qb_ipcs_us_disconnect() lib/check_ipc.c|266| ENTERING s1_connection_closed() lib/check_ipc.c|267| LEAVING s1_connection_closed() lib/ipc_setup.c|433| withdrawing server sockets lib/ipc_socket.c|318| socket_send:send: Bad file descriptor (9) lib/check_ipc.c|278| iter 2 lib/ipc_socket.c|318| socket_send:send: Bad file descriptor (9) lib/check_ipc.c|278| iter 3 lib/ipc_socket.c|318| socket_send:send: Bad file descriptor (9) lib/check_ipc.c|278| iter 4 lib/ipc_socket.c|318| socket_send:send: Bad file descriptor (9) lib/check_ipc.c|304| ENTERING s1_connection_destroyed() lib/check_ipc.c|312| LEAVING s1_connection_destroyed() lib/ipc_socket.c|632| ENTERING qb_ipcs_us_disconnect() lib/ipcs.c|229| qb_ipcs_unref() - destroying lib/check_ipc.c|295| end of test, stopping loop lib/check_ipc.c|388| loop finished - done ... lib/check_ipc.c|1346| LEAVING test_ipc_service_ref_count_us() shm lib/check_ipc.c|721| ENTERING test_ipc_txrx_shm_timeout() lib/ipc_setup.c|377| server name: test_ipc_txrx_shm_timeout lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4039-4038-8) lib/ipc_shm.c|294| connecting to client [4038] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_timeout-request-4039-4038-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_timeout-request-4039-4038-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_timeout-response-4039-4038-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_timeout-response-4039-4038-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_timeout-event-4039-4038-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_timeout-event-4039-4038-8-header: Success (0) lib/check_ipc.c|725| LEAVING test_ipc_txrx_shm_timeout() lib/check_ipc.c|1291| ENTERING test_ipc_server_fail_shm() lib/ipc_setup.c|377| server name: test_ipc_server_fail_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4041-4040-8) lib/ipc_shm.c|294| connecting to client [4040] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_server_fail_shm-request-4041-4040-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_server_fail_shm-request-4041-4040-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_server_fail_shm-response-4041-4040-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_server_fail_shm-response-4041-4040-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_server_fail_shm-event-4041-4040-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_server_fail_shm-event-4041-4040-8-header: Success (0) lib/check_ipc.c|1295| LEAVING test_ipc_server_fail_shm() lib/check_ipc.c|753| ENTERING test_ipc_txrx_shm_block() lib/ipc_setup.c|377| server name: test_ipc_txrx_shm_block lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4043-4042-8) lib/ipc_shm.c|294| connecting to client [4042] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_block-request-4043-4042-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_block-request-4043-4042-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_block-response-4043-4042-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_block-response-4043-4042-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_block-event-4043-4042-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_block-event-4043-4042-8-header: Success (0) lib/check_ipc.c|759| LEAVING test_ipc_txrx_shm_block() lib/check_ipc.c|741| ENTERING test_ipc_txrx_shm_tmo() lib/ipc_setup.c|377| server name: test_ipc_txrx_shm_tmo lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4045-4044-8) lib/ipc_shm.c|294| connecting to client [4044] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_tmo-request-4045-4044-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_tmo-request-4045-4044-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_tmo-response-4045-4044-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_tmo-response-4045-4044-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_tmo-event-4045-4044-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_txrx_shm_tmo-event-4045-4044-8-header: Success (0) lib/check_ipc.c|747| LEAVING test_ipc_txrx_shm_tmo() lib/check_ipc.c|765| ENTERING test_ipc_fc_shm() lib/ipc_setup.c|377| server name: test_ipc_fc_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4047-4046-8) lib/ipc_shm.c|294| connecting to client [4046] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ipc_shm.c|134| setting fc to 1 lib/check_ipc.c|510| qb_ipcc_send: Resource temporarily unavailable (11) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ipcs.c|758| HUP conn (4047-4046-8) lib/ringbuffer.c|302| Closing ringbuffer: /dev/shm/qb-test_ipc_fc_shm-request-4047-4046-8-header lib/ipcs.c|605| qb_ipcs_disconnect(4047-4046-8) state:2 lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ringbuffer.c|302| Closing ringbuffer: /dev/shm/qb-test_ipc_fc_shm-response-4047-4046-8-header lib/loop_poll_epoll.c|117| epoll_ctl(del): Bad file descriptor (9) lib/check_ipc.c|266| ENTERING s1_connection_closed() lib/check_ipc.c|267| LEAVING s1_connection_closed() lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/check_ipc.c|304| ENTERING s1_connection_destroyed() lib/ringbuffer.c|302| Closing ringbuffer: /dev/shm/qb-test_ipc_fc_shm-event-4047-4046-8-header lib/check_ipc.c|312| LEAVING s1_connection_destroyed() lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|299| Free'ing ringbuffer: /dev/shm/qb-test_ipc_fc_shm-response-4047-4046-8-header lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|299| Free'ing ringbuffer: /dev/shm/qb-test_ipc_fc_shm-event-4047-4046-8-header lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|299| Free'ing ringbuffer: /dev/shm/qb-test_ipc_fc_shm-request-4047-4046-8-header lib/check_ipc.c|388| loop finished - done ... lib/check_ipc.c|771| LEAVING test_ipc_fc_shm() lib/check_ipc.c|1249| ENTERING test_ipc_disp_shm() lib/ipc_setup.c|377| server name: test_ipc_disp_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4049-4048-8) lib/ipc_shm.c|294| connecting to client [4048] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_disp_shm-request-4049-4048-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_disp_shm-request-4049-4048-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_disp_shm-response-4049-4048-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_disp_shm-response-4049-4048-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_disp_shm-event-4049-4048-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_disp_shm-event-4049-4048-8-header: Success (0) lib/check_ipc.c|1253| LEAVING test_ipc_disp_shm() lib/check_ipc.c|1259| ENTERING test_ipc_stress_test_shm() lib/ipc_setup.c|377| server name: test_ipc_stress_test_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4051-4050-8) lib/ipc_shm.c|294| connecting to client [4050] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/check_ipc.c|1031| Testing 30000 iterations of EVENT msg passing. lib/loop_poll.c|367| grown poll array to 2 for FD 4 lib/check_ipc.c|222| SENT: 1000 stress events sent lib/check_ipc.c|886| RECV: 1000 stress events processed lib/check_ipc.c|222| SENT: 2000 stress events sent lib/check_ipc.c|886| RECV: 2000 stress events processed lib/check_ipc.c|222| SENT: 3000 stress events sent lib/check_ipc.c|886| RECV: 3000 stress events processed lib/check_ipc.c|222| SENT: 4000 stress events sent lib/check_ipc.c|886| RECV: 4000 stress events processed lib/check_ipc.c|222| SENT: 5000 stress events sent lib/check_ipc.c|886| RECV: 5000 stress events processed lib/check_ipc.c|222| SENT: 6000 stress events sent lib/check_ipc.c|886| RECV: 6000 stress events processed lib/check_ipc.c|222| SENT: 7000 stress events sent lib/check_ipc.c|886| RECV: 7000 stress events processed lib/check_ipc.c|222| SENT: 8000 stress events sent lib/check_ipc.c|886| RECV: 8000 stress events processed lib/check_ipc.c|222| SENT: 9000 stress events sent lib/check_ipc.c|886| RECV: 9000 stress events processed lib/check_ipc.c|222| SENT: 10000 stress events sent lib/check_ipc.c|886| RECV: 10000 stress events processed lib/check_ipc.c|222| SENT: 11000 stress events sent lib/check_ipc.c|886| RECV: 11000 stress events processed lib/check_ipc.c|222| SENT: 12000 stress events sent lib/check_ipc.c|886| RECV: 12000 stress events processed lib/check_ipc.c|222| SENT: 13000 stress events sent lib/check_ipc.c|886| RECV: 13000 stress events processed lib/check_ipc.c|222| SENT: 14000 stress events sent lib/check_ipc.c|886| RECV: 14000 stress events processed lib/check_ipc.c|222| SENT: 15000 stress events sent lib/check_ipc.c|886| RECV: 15000 stress events processed lib/check_ipc.c|222| SENT: 16000 stress events sent lib/check_ipc.c|886| RECV: 16000 stress events processed lib/check_ipc.c|222| SENT: 17000 stress events sent lib/check_ipc.c|886| RECV: 17000 stress events processed lib/check_ipc.c|222| SENT: 18000 stress events sent lib/check_ipc.c|886| RECV: 18000 stress events processed lib/check_ipc.c|222| SENT: 19000 stress events sent lib/check_ipc.c|886| RECV: 19000 stress events processed lib/check_ipc.c|222| SENT: 20000 stress events sent lib/check_ipc.c|886| RECV: 20000 stress events processed lib/check_ipc.c|222| SENT: 21000 stress events sent lib/check_ipc.c|886| RECV: 21000 stress events processed lib/check_ipc.c|222| SENT: 22000 stress events sent lib/check_ipc.c|886| RECV: 22000 stress events processed lib/check_ipc.c|222| SENT: 23000 stress events sent lib/check_ipc.c|886| RECV: 23000 stress events processed lib/check_ipc.c|222| SENT: 24000 stress events sent lib/check_ipc.c|886| RECV: 24000 stress events processed lib/check_ipc.c|222| SENT: 25000 stress events sent lib/check_ipc.c|886| RECV: 25000 stress events processed lib/check_ipc.c|222| SENT: 26000 stress events sent lib/check_ipc.c|886| RECV: 26000 stress events processed lib/check_ipc.c|222| SENT: 27000 stress events sent lib/check_ipc.c|886| RECV: 27000 stress events processed lib/check_ipc.c|222| SENT: 28000 stress events sent lib/check_ipc.c|886| RECV: 28000 stress events processed lib/check_ipc.c|222| SENT: 29000 stress events sent lib/check_ipc.c|886| RECV: 29000 stress events processed lib/check_ipc.c|222| SENT: 30000 stress events sent lib/check_ipc.c|886| RECV: 30000 stress events processed lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_stress_test_shm-request-4051-4050-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_stress_test_shm-request-4051-4050-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_stress_test_shm-response-4051-4050-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_stress_test_shm-response-4051-4050-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_stress_test_shm-event-4051-4050-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_stress_test_shm-event-4051-4050-8-header: Success (0) lib/check_ipc.c|1264| LEAVING test_ipc_stress_test_shm() lib/check_ipc.c|1270| ENTERING test_ipc_bulk_events_shm() lib/ipc_setup.c|377| server name: test_ipc_bulk_events_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4053-4052-8) lib/ipc_shm.c|294| connecting to client [4052] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 2 for FD 4 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_bulk_events_shm-request-4053-4052-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_bulk_events_shm-request-4053-4052-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_bulk_events_shm-response-4053-4052-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_bulk_events_shm-response-4053-4052-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_bulk_events_shm-event-4053-4052-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_bulk_events_shm-event-4053-4052-8-header: Success (0) lib/check_ipc.c|1274| LEAVING test_ipc_bulk_events_shm() lib/check_ipc.c|710| ENTERING test_ipc_exit_shm() lib/ipc_setup.c|377| server name: test_ipc_exit_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4055-4054-8) lib/ipc_shm.c|294| connecting to client [4054] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_exit_shm-request-4055-4054-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_exit_shm-request-4055-4054-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_exit_shm-response-4055-4054-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_exit_shm-response-4055-4054-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_exit_shm-event-4055-4054-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_exit_shm-event-4055-4054-8-header: Success (0) lib/check_ipc.c|715| LEAVING test_ipc_exit_shm() lib/check_ipc.c|1280| ENTERING test_ipc_event_on_created_shm() lib/ipc_setup.c|377| server name: test_ipc_event_on_created_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4057-4056-8) lib/ipc_shm.c|294| connecting to client [4056] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 2 for FD 4 lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ipcc.c|343| qb_ipcc_recv -107 timeout:(2000/-1): Transport endpoint is not connected (107) lib/ipcc.c|395| qb_ipcc_disconnect() lib/ipc_setup.c|170| poll(fd 4) got POLLERR lib/ipcc.c|119| interpreting result -107 (from socket) as a disconnect: Transport endpoint is not connected (107) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_event_on_created_shm-request-4057-4056-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_event_on_created_shm-request-4057-4056-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_event_on_created_shm-response-4057-4056-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_event_on_created_shm-response-4057-4056-8-header: Success (0) lib/ringbuffer.c|315| ENTERING qb_rb_force_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|325| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_event_on_created_shm-event-4057-4056-8-data: Success (0) lib/ringbuffer.c|331| Force free'ing ringbuffer: /dev/shm/qb-test_ipc_event_on_created_shm-event-4057-4056-8-header: Success (0) lib/check_ipc.c|1285| LEAVING test_ipc_event_on_created_shm() lib/check_ipc.c|1332| ENTERING test_ipc_service_ref_count_shm() lib/ipc_setup.c|377| server name: test_ipc_service_ref_count_shm lib/loop_poll.c|367| grown poll array to 2 for FD 7 lib/ipc_setup.c|486| IPC credentials authenticated (4059-4058-8) lib/ipc_shm.c|294| connecting to client [4058] lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/loop_poll.c|367| grown poll array to 3 for FD 8 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/ringbuffer.c|236| shm size:131085; real_size:147456; rb->word_size:36864 lib/check_ipc.c|278| iter 0 lib/check_ipc.c|278| iter 1 lib/ipcs.c|605| qb_ipcs_disconnect(4059-4058-8) state:2 lib/loop_poll_epoll.c|117| epoll_ctl(del): Bad file descriptor (9) lib/check_ipc.c|266| ENTERING s1_connection_closed() lib/check_ipc.c|267| LEAVING s1_connection_closed() lib/ipc_setup.c|433| withdrawing server sockets lib/ipcs.c|413| new_event_notification (4059-4058-8): Bad file descriptor (9) lib/check_ipc.c|278| iter 2 lib/ipcs.c|413| new_event_notification (4059-4058-8): Bad file descriptor (9) lib/check_ipc.c|278| iter 3 lib/ipcs.c|413| new_event_notification (4059-4058-8): Bad file descriptor (9) lib/check_ipc.c|278| iter 4 lib/ipcs.c|413| new_event_notification (4059-4058-8): Bad file descriptor (9) lib/check_ipc.c|304| ENTERING s1_connection_destroyed() lib/check_ipc.c|312| LEAVING s1_connection_destroyed() lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|299| Free'ing ringbuffer: /dev/shm/qb-test_ipc_service_ref_count_shm-response-4059-4058-8-header lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|299| Free'ing ringbuffer: /dev/shm/qb-test_ipc_service_ref_count_shm-event-4059-4058-8-header lib/ringbuffer.c|288| ENTERING qb_rb_close() lib/ringbuffer_helper.c|91| ENTERING my_posix_sem_destroy() lib/ringbuffer.c|299| Free'ing ringbuffer: /dev/shm/qb-test_ipc_service_ref_count_shm-request-4059-4058-8-header lib/ipcs.c|229| qb_ipcs_unref() - destroying lib/check_ipc.c|295| end of test, stopping loop lib/check_ipc.c|388| loop finished - done ... lib/check_ipc.c|1336| LEAVING test_ipc_service_ref_count_shm() 100%: Checks: 24, Failures: 0, Errors: 0 check_ipc.c:467:P:ipc_txrx_us_timeout:test_ipc_txrx_us_timeout:0: Passed check_ipc.c:1366:P:ipc_max_dgram_size:test_ipc_max_dgram_size:0: Passed check_ipc.c:467:P:ipc_server_fail_soc:test_ipc_server_fail_soc:0: Passed check_ipc.c:467:P:ipc_txrx_us_block:test_ipc_txrx_us_block:0: Passed check_ipc.c:467:P:ipc_txrx_us_tmo:test_ipc_txrx_us_tmo:0: Passed check_ipc.c:607:P:ipc_fc_us:test_ipc_fc_us:0: Passed check_ipc.c:467:P:ipc_exit_us:test_ipc_exit_us:0: Passed check_ipc.c:467:P:ipc_dispatch_us:test_ipc_disp_us:0: Passed check_ipc.c:467:P:ipc_stress_test_us:test_ipc_stress_test_us:0: Passed check_ipc.c:467:P:ipc_bulk_events_us:test_ipc_bulk_events_us:0: Passed check_ipc.c:467:P:ipc_event_on_created_us:test_ipc_event_on_created_us:0: Passed check_ipc.c:1191:P:ipc_disconnect_after_created_us:test_ipc_disconnect_after_created_us:0: Passed check_ipc.c:1317:P:ipc_service_ref_count_us:test_ipc_service_ref_count_us:0: Passed check_ipc.c:467:P:ipc_txrx_shm_timeout:test_ipc_txrx_shm_timeout:0: Passed check_ipc.c:467:P:ipc_server_fail_shm:test_ipc_server_fail_shm:0: Passed check_ipc.c:467:P:ipc_txrx_shm_block:test_ipc_txrx_shm_block:0: Passed check_ipc.c:467:P:ipc_txrx_shm_tmo:test_ipc_txrx_shm_tmo:0: Passed check_ipc.c:607:P:ipc_fc_shm:test_ipc_fc_shm:0: Passed check_ipc.c:467:P:ipc_dispatch_shm:test_ipc_disp_shm:0: Passed check_ipc.c:467:P:ipc_stress_test_shm:test_ipc_stress_test_shm:0: Passed check_ipc.c:467:P:ipc_bulk_events_shm:test_ipc_bulk_events_shm:0: Passed check_ipc.c:467:P:ipc_exit_shm:test_ipc_exit_shm:0: Passed check_ipc.c:467:P:ipc_event_on_created_shm:test_ipc_event_on_created_shm:0: Passed check_ipc.c:1317:P:ipc_service_ref_count_shm:test_ipc_service_ref_count_shm:0: Passed PASS: ipc.test PASS: resources.test ================== All 8 tests passed ================== make[3]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tests' make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/tests' Making check in examples make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1/examples' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1/examples' make[2]: Entering directory `/builddir/build/BUILD/libqb-0.17.1' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1' make[1]: Leaving directory `/builddir/build/BUILD/libqb-0.17.1' + exit 0 Processing files: libqb-0.17.1-2.fc20.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.i8fi8P + umask 022 + cd /builddir/build/BUILD + cd libqb-0.17.1 + DOCDIR=/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb + cp -pr COPYING /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb + exit 0 Provides: libqb = 0.17.1-2.fc20 libqb(armv6hl-32) = 0.17.1-2.fc20 libqb.so.0 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.9) libdl.so.2 libdl.so.2(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpthread.so.0(GLIBC_2.4) libqb.so.0 librt.so.1 librt.so.1(GLIBC_2.4) rtld(GNU_HASH) Processing files: libqb-debuginfo-0.17.1-2.fc20.armv6hl Provides: libqb-debuginfo = 0.17.1-2.fc20 libqb-debuginfo(armv6hl-32) = 0.17.1-2.fc20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libqb-devel-0.17.1-2.fc20.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f7P7ga + umask 022 + cd /builddir/build/BUILD + cd libqb-0.17.1 + DOCDIR=/builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb-devel + cp -pr COPYING /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb-devel + cp -pr README.markdown /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm/usr/share/doc/libqb-devel + exit 0 Provides: libqb-devel = 0.17.1-2.fc20 libqb-devel(armv6hl-32) = 0.17.1-2.fc20 pkgconfig(libqb) = 0.17.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm warning: Could not canonicalize hostname: armbuilder Wrote: /builddir/build/RPMS/libqb-0.17.1-2.fc20.armv6hl.rpm Wrote: /builddir/build/RPMS/libqb-debuginfo-0.17.1-2.fc20.armv6hl.rpm Wrote: /builddir/build/RPMS/libqb-devel-0.17.1-2.fc20.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KhpGyf + umask 022 + cd /builddir/build/BUILD + cd libqb-0.17.1 + rm -rf /builddir/build/BUILDROOT/libqb-0.17.1-2.fc20.arm + exit 0 Child return code was: 0 LEAVE do -->