Build #311 for commit c864233a from 1.0.0
 passed 25 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 libtrhash-1.0.0/
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/Makefile
Removing src/Makefile.in
Removing src/cbuf/.deps/
Removing src/cbuf/Makefile
Removing src/cbuf/Makefile.in
Removing src/dynarray/.deps/
Removing src/dynarray/Makefile
Removing src/dynarray/Makefile.in
Removing src/hash/.deps/
Removing src/hash/Makefile
Removing src/hash/Makefile.in
Removing src/hash/interface/.deps/
Removing src/heap/.deps/
Removing src/heap/Makefile
Removing src/heap/Makefile.in
Removing src/interface/.deps/
Removing src/list/.deps/
Removing src/list/Makefile
Removing src/list/Makefile.in
Removing src/queue/.deps/
Removing src/queue/Makefile
Removing src/queue/Makefile.in
Removing src/set/.deps/
Removing src/set/Makefile
Removing src/set/Makefile.in
Removing src/tree/.deps/
Removing src/tree/Makefile
Removing src/tree/Makefile.in
Removing stamp-h1
Removing test-driver
Removing tests/.deps/
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/mock/.deps/
HEAD is now at 6e6ec25 version bump
From https://gitlab.weird-web-workers.org/taskrambler/libtrdata
   501ed75..c864233  1.0.0      -> origin/1.0.0
Checking out c864233a as 1.0.0...
Previous HEAD position was 6e6ec25... version bump
HEAD is now at c864233... remove test code copied from trbase.
$ ./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
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 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 trbase.h usability... yes
checking trbase.h presence... yes
checking for trbase.h... yes
checking trio.h usability... yes
checking trio.h presence... yes
checking for trio.h... yes
checking trhash.h usability... yes
checking trhash.h presence... yes
checking for trhash.h... 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 src/cbuf/Makefile
config.status: creating src/dynarray/Makefile
config.status: creating src/hash/Makefile
config.status: creating src/heap/Makefile
config.status: creating src/list/Makefile
config.status: creating src/queue/Makefile
config.status: creating src/set/Makefile
config.status: creating src/tree/Makefile
config.status: creating include/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
$ make
make  all-recursive
make[1]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata'
Making all in src
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src'
Making all in cbuf
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/cbuf'
  CC       libcbuf_la-cbuf.lo
  CC       libcbuf_la-read.lo
  CC       libcbuf_la-get_line.lo
  CC       libcbuf_la-set_data.lo
  CC       libcbuf_la-get_data.lo
  CC       libcbuf_la-addr_index.lo
  CC       libcbuf_la-get_free.lo
  CC       libcbuf_la-get_read.lo
  CC       libcbuf_la-get_write.lo
  CC       libcbuf_la-inc_read.lo
  CC       libcbuf_la-inc_write.lo
  CC       libcbuf_la-is_empty.lo
  CC       libcbuf_la-memchr.lo
  CC       libcbuf_la-skip_non_alpha.lo
  CC       libcbuf_la-is_locked.lo
  CC       libcbuf_la-lock.lo
  CC       libcbuf_la-release.lo
  CC       libcbuf_la-empty.lo
  CCLD     libcbuf.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/cbuf'
Making all in dynarray
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/dynarray'
  CC       libdynarray_la-dynarray.lo
  CC       libdynarray_la-put.lo
  CC       libdynarray_la-find_first_free.lo
  CCLD     libdynarray.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/dynarray'
Making all in hash
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/hash'
  CC       libhash_la-hash.lo
  CC       libhash_la-add.lo
  CC       libhash_la-get.lo
  CC       libhash_la-get_first.lo
  CC       libhash_la-delete.lo
  CC       libhash_la-each.lo
  CC       libhash_la-value.lo
  CC       libhash_la-cleanup.lo
  CC       interface/libhash_la-hashable.lo
  CCLD     libhash.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/hash'
Making all in heap
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/heap'
  CC       libheap_la-heap.lo
  CC       libheap_la-put.lo
  CC       libheap_la-get.lo
  CCLD     libheap.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/heap'
Making all in list
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/list'
  CC       liblist_la-list.lo
  CC       liblist_la-get.lo
  CC       liblist_la-get_first.lo
  CC       liblist_la-put.lo
  CC       liblist_la-put_first.lo
  CC       liblist_la-find.lo
  CC       liblist_la-delete.lo
  CCLD     liblist.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/list'
Making all in queue
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/queue'
  CC       libqueue_la-queue.lo
  CCLD     libqueue.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/queue'
Making all in set
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/set'
  CC       libset_la-set.lo
  CC       libset_la-add.lo
  CC       libset_la-find.lo
  CC       libset_la-delete.lo
  CCLD     libset.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/set'
Making all in tree
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/tree'
  CC       libtree_la-tree.lo
  CC       libtree_la-tree_node.lo
  CC       libtree_la-find.lo
  CC       libtree_la-insert.lo
  CC       libtree_la-delete.lo
  CC       libtree_la-walk.lo
  CC       libtree_la-destroy.lo
  CCLD     libtree.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/tree'
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src'
  CC       interface/libtrdata_la-iterable.lo
  CCLD     libtrdata.la
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src'
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src'
Making all in tests
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/tests'
Making all in docs
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/docs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/docs'
Making all in include
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/include'
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata'
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata'
make[1]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata'

Build succeeded.

Build #311

Duration: 25 seconds

Created:

Finished:

Runner: #8

Commit

Branch: 1.0.0

Author: Georg Hopp

Message: remove test code copied from trbase.

4 other builds for

c864233a:
build success
dist success
dist success
build success