Build #156 for commit a3bdd3eb from v1.0.2
 passed 11 seconds
gitlab-ci-multi-runner 1.0.4 (014aa8c)
Using Shell executor...
Running on taskrambler-build...
Fetching changes...
Removing INSTALL
Removing Makefile
Removing Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing compile
Removing config.guess
Removing config.h
Removing config.h.in
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing depcomp
Removing docs/Doxyfile
Removing docs/Makefile
Removing docs/Makefile.in
Removing include/Makefile
Removing include/Makefile.in
Removing install-sh
Removing libtool
Removing ltmain.sh
Removing m4/libtool.m4
Removing m4/ltoptions.m4
Removing m4/ltsugar.m4
Removing m4/ltversion.m4
Removing m4/lt~obsolete.m4
Removing missing
Removing src/.deps/
Removing src/.libs/
Removing src/Makefile
Removing src/Makefile.in
Removing src/libtrbase.la
Removing src/libtrbase_la-i_class.lo
Removing src/libtrbase_la-i_class.o
Removing src/libtrbase_la-i_indexable.lo
Removing src/libtrbase_la-i_indexable.o
Removing src/libtrbase_la-i_logger.lo
Removing src/libtrbase_la-i_logger.o
Removing src/libtrbase_la-i_observer.lo
Removing src/libtrbase_la-i_observer.o
Removing src/libtrbase_la-i_serializable.lo
Removing src/libtrbase_la-i_serializable.o
Removing src/libtrbase_la-i_subject.lo
Removing src/libtrbase_la-i_subject.o
Removing src/libtrbase_la-interface.lo
Removing src/libtrbase_la-interface.o
Removing src/libtrbase_la-logger.lo
Removing src/libtrbase_la-logger.o
Removing src/libtrbase_la-math.lo
Removing src/libtrbase_la-math.o
Removing src/libtrbase_la-memory.lo
Removing src/libtrbase_la-memory.o
Removing src/libtrbase_la-print_trace.lo
Removing src/libtrbase_la-print_trace.o
Removing src/libtrbase_la-sized_data.lo
Removing src/libtrbase_la-sized_data.o
Removing src/libtrbase_la-sized_data_set_data.lo
Removing src/libtrbase_la-sized_data_set_data.o
Removing src/libtrbase_la-stderr.lo
Removing src/libtrbase_la-stderr.o
Removing src/libtrbase_la-syslog.lo
Removing src/libtrbase_la-syslog.o
Removing src/libtrbase_la-timer.lo
Removing src/libtrbase_la-timer.o
Removing src/libtrbase_la-timer_get.lo
Removing src/libtrbase_la-timer_get.o
Removing src/libtrbase_la-timer_set.lo
Removing src/libtrbase_la-timer_set.o
Removing src/libtrbase_la-version.lo
Removing src/libtrbase_la-version.o
Removing stamp-h1
Removing test-driver
Removing tests/.deps/
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/mock/.deps/
HEAD is now at a3bdd3e fix yaml syntax
Checking out a3bdd3eb as v1.0.2...
HEAD is now at a3bdd3e... fix yaml syntax
$ ./bootstrap
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:8: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
Makefile.am: installing './INSTALL'
src/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
$ ./configure --enable-gcov
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
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 whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -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 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... yes
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/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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... 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... /bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for shtool... no
./configure: line 12271: path: command not found
checking for lcov... lcov
checking for genhtml... genhtml
checking for lcov version... 1.11 (ok)
configure: "Using best fit tree based memory optimizations"
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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... yes
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/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of g++... gcc3
checking for gcc... (cached) 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 whether gcc understands -c and -o together... (cached) yes
checking for gcc option to accept ISO C99... none needed
checking for doxygen... doxygen
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/types.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating docs/Doxyfile
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating tests/Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
$ make coverage-html
make -C tests  -k coverage-html
make[1]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
 rm -f classTest
rm -rf .libs _libs
Removing old coverage results
find .. -name '*.gcda' -print | xargs -r rm
Removing old coverage results
find .. -name '*.gcno' -print | xargs -r rm
lcov -d .. -z
Deleting all .da files in .. and subdirectories
Done.
rm -rf coverage.info coverage.base coverage.run ../tests/coverage/1.0.2
rm -f *.o
rm -f ../src/*.o
rm -f mock/*.o
test -z "classTest.log" || rm -f classTest.log
test -z "classTest.trs" || rm -f classTest.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make  classTest
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
  CC       classTest-runtest.o
  CC       ../src/classTest-interface.o
  CC       ../src/classTest-i_class.o
  CC       ../src/classTest-memory.o
  CC       mock/classTest-mock_class.o
  CC       classTest-classTest.o
  CCLD     classTest
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
make  check-TESTS
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
PASS: classTest
============================================================================
Testsuite summary for libtrbase 1.0.2
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
Collecting coverage data
lcov -d .. -c -i -o coverage.base
Capturing coverage data from ..
Found gcov version: 5.3.0
Scanning .. for .gcno files ...
Found 6 graph files in ..
Processing src/classTest-interface.gcno
Processing src/classTest-i_class.gcno
Processing src/classTest-memory.gcno
Processing tests/mock/classTest-mock_class.gcno
Processing tests/classTest-runtest.gcno
Processing tests/classTest-classTest.gcno
Finished .info-file creation
lcov -d .. -c -o coverage.run --gcov-tool /usr/bin/gcov
Capturing coverage data from ..
Found gcov version: 5.3.0
Scanning .. for .gcda files ...
Found 6 data files in ..
Processing src/classTest-memory.gcda
Processing src/classTest-i_class.gcda
Processing src/classTest-interface.gcda
Processing tests/mock/classTest-mock_class.gcda
Processing tests/classTest-classTest.gcda
Processing tests/classTest-runtest.gcda
Finished .info-file creation
lcov -d .. \
	-a ./coverage.base -a ./coverage.run \
	-o coverage.info
Combining tracefiles.
Reading tracefile ./coverage.base
Reading tracefile ./coverage.run
Writing data to coverage.info
Summary coverage rate:
  lines......: 78.5% (172 of 219 lines)
  functions..: 84.8% (28 of 33 functions)
  branches...: no data found
LANG=C genhtml --prefix /opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase \
     --output-directory ../tests/coverage/1.0.2 \
     --title "libtrbase 1.0.2" \
     --legend --branch-coverage --show-details coverage.run
Reading data file coverage.run
Found 7 entries.
Using user-specified filename prefix "/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase"
Writing .css and .png files.
Generating output.
Processing file include/tr/memory.h
Processing file src/memory.c
Processing file src/i_class.c
Processing file src/interface.c
Processing file tests/classTest.c
Processing file tests/runtest.c
Processing file tests/mock/mock_class.c
Writing directory view page.
Overall coverage rate:
  lines......: 78.5% (172 of 219 lines)
  functions..: 84.8% (28 of 33 functions)
  branches...: no data found
make[1]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/trbase/tests'
$ ssh ci_upload@192.168.20.60 install -d trbase
$ rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/
sending incremental file list
coverage/
coverage/1.0.2/
coverage/1.0.2/amber.png
coverage/1.0.2/emerald.png
coverage/1.0.2/gcov.css
coverage/1.0.2/glass.png
coverage/1.0.2/index-sort-b.html
coverage/1.0.2/index-sort-f.html
coverage/1.0.2/index-sort-l.html
coverage/1.0.2/index.html
coverage/1.0.2/ruby.png
coverage/1.0.2/snow.png
coverage/1.0.2/updown.png
coverage/1.0.2/include/
coverage/1.0.2/include/tr/
coverage/1.0.2/include/tr/index-detail-sort-b.html
coverage/1.0.2/include/tr/index-detail-sort-f.html
coverage/1.0.2/include/tr/index-detail-sort-l.html
coverage/1.0.2/include/tr/index-detail.html
coverage/1.0.2/include/tr/index-sort-b.html
coverage/1.0.2/include/tr/index-sort-f.html
coverage/1.0.2/include/tr/index-sort-l.html
coverage/1.0.2/include/tr/index.html
coverage/1.0.2/include/tr/memory.h.func-sort-c.html
coverage/1.0.2/include/tr/memory.h.func.html
coverage/1.0.2/include/tr/memory.h.gcov.html
coverage/1.0.2/src/
coverage/1.0.2/src/i_class.c.func-sort-c.html
coverage/1.0.2/src/i_class.c.func.html
coverage/1.0.2/src/i_class.c.gcov.html
coverage/1.0.2/src/index-detail-sort-b.html
coverage/1.0.2/src/index-detail-sort-f.html
coverage/1.0.2/src/index-detail-sort-l.html
coverage/1.0.2/src/index-detail.html
coverage/1.0.2/src/index-sort-b.html
coverage/1.0.2/src/index-sort-f.html
coverage/1.0.2/src/index-sort-l.html
coverage/1.0.2/src/index.html
coverage/1.0.2/src/interface.c.func-sort-c.html
coverage/1.0.2/src/interface.c.func.html
coverage/1.0.2/src/interface.c.gcov.html
coverage/1.0.2/src/memory.c.func-sort-c.html
coverage/1.0.2/src/memory.c.func.html
coverage/1.0.2/src/memory.c.gcov.html
coverage/1.0.2/tests/
coverage/1.0.2/tests/classTest.c.func-sort-c.html
coverage/1.0.2/tests/classTest.c.func.html
coverage/1.0.2/tests/classTest.c.gcov.html
coverage/1.0.2/tests/index-detail-sort-b.html
coverage/1.0.2/tests/index-detail-sort-f.html
coverage/1.0.2/tests/index-detail-sort-l.html
coverage/1.0.2/tests/index-detail.html
coverage/1.0.2/tests/index-sort-b.html
coverage/1.0.2/tests/index-sort-f.html
coverage/1.0.2/tests/index-sort-l.html
coverage/1.0.2/tests/index.html
coverage/1.0.2/tests/runtest.c.func-sort-c.html
coverage/1.0.2/tests/runtest.c.func.html
coverage/1.0.2/tests/runtest.c.gcov.html
coverage/1.0.2/tests/mock/
coverage/1.0.2/tests/mock/index-detail-sort-b.html
coverage/1.0.2/tests/mock/index-detail-sort-f.html
coverage/1.0.2/tests/mock/index-detail-sort-l.html
coverage/1.0.2/tests/mock/index-detail.html
coverage/1.0.2/tests/mock/index-sort-b.html
coverage/1.0.2/tests/mock/index-sort-f.html
coverage/1.0.2/tests/mock/index-sort-l.html
coverage/1.0.2/tests/mock/index.html
coverage/1.0.2/tests/mock/mock_class.c.func-sort-c.html
coverage/1.0.2/tests/mock/mock_class.c.func.html
coverage/1.0.2/tests/mock/mock_class.c.gcov.html

sent 57,043 bytes  received 4,950 bytes  123,986.00 bytes/sec
total size is 404,558  speedup is 6.53

Build succeeded.

Test coverage

78.5%

Build #156

Duration: 11 seconds

Created:

Finished:

Runner: #8

Commit

Branch: v1.0.2

Author: Georg Hopp

Message: fix yaml syntax

5 other builds for

a3bdd3eb:
dist success
docs success
build success
coverage:dev success
build success