Build #323 for commit c864233a from v1.0.0
 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 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
Checking out c864233a as v1.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 dist
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata'
if test -d "libtrdata-1.0.0"; then find "libtrdata-1.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libtrdata-1.0.0" || { sleep 5 && rm -rf "libtrdata-1.0.0"; }; else :; fi
test -d "libtrdata-1.0.0" || mkdir "libtrdata-1.0.0"
 (cd src && make  top_distdir=../libtrdata-1.0.0 distdir=../libtrdata-1.0.0/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src'
 (cd cbuf && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/cbuf \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/cbuf'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/cbuf'
 (cd dynarray && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/dynarray \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/dynarray'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/dynarray'
 (cd hash && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/hash \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/hash'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/hash'
 (cd heap && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/heap \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/heap'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/heap'
 (cd list && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/list \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/list'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/list'
 (cd queue && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/queue \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/queue'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/queue'
 (cd set && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/set \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/set'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/set'
 (cd tree && make  top_distdir=../../libtrdata-1.0.0 distdir=../../libtrdata-1.0.0/src/tree \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/tree'
make[3]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src/tree'
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/src'
 (cd tests && make  top_distdir=../libtrdata-1.0.0 distdir=../libtrdata-1.0.0/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/tests'
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/tests'
 (cd docs && make  top_distdir=../libtrdata-1.0.0 distdir=../libtrdata-1.0.0/docs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/docs'
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/docs'
 (cd include && make  top_distdir=../libtrdata-1.0.0 distdir=../libtrdata-1.0.0/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/include'
make[2]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/include'
test -n "" \
|| find "libtrdata-1.0.0" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh /opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "libtrdata-1.0.0"
tardir=libtrdata-1.0.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >libtrdata-1.0.0.tar.gz
make[1]: Leaving directory '/opt/gitlab-ci-multi-runner/builds/00e3338d/0/taskrambler/libtrdata'
if test -d "libtrdata-1.0.0"; then find "libtrdata-1.0.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libtrdata-1.0.0" || { sleep 5 && rm -rf "libtrdata-1.0.0"; }; else :; fi
$ ssh ci_upload@192.168.20.60 install -d trdata/artifacts
$ scp libtrdata-*.tar.gz ci_upload@192.168.20.60:~/trdata/artifacts

Build succeeded.

Build #323

Duration: 11 seconds

Created:

Finished:

Runner: #8

Commit

Branch: v1.0.0

Author: Georg Hopp

Message: remove test code copied from trbase.

4 other builds for

c864233a:
build success
dist success
build success
build success