Changes:
------------------------------------------ [...truncated 124.15 KB...]
=============================== libgtpnl ===============================
+ mkdir -p /build/deps + cd /build/deps + osmo-deps.sh libgtpnl + project=libgtpnl + branch=master + git branch -a + grep -c remotes/origin/master$ + [ x1 != x0 ] + branch=origin/master + test -d libgtpnl + cd libgtpnl + git fetch --tags origin + git fetch origin + deps= osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master HEAD is now at b8503c6 Merge "fix memleak on del_tunnel() failure" + git rev-parse HEAD b8503c6537988d5cb29cad7964facb432bfef175 + cd libgtpnl + mkdir -p /build/deps/install/stow + osmo_source_subdir libgtpnl + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/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:28: installing 'build-aux/compile' configure.ac:7: installing 'build-aux/config.guess' configure.ac:7: installing 'build-aux/config.sub' configure.ac:10: installing 'build-aux/install-sh' configure.ac:10: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' + ./configure --prefix=/build/deps/install/stow/libgtpnl --with-systemdsystemunitdir=/build/deps/install/stow/libgtpnl/lib/systemd/system configure: WARNING: unrecognized options: --with-systemdsystemunitdir checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libmnl >= 1.0.0... yes 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking how to print strings... printf 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/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 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/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 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/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... no checking whether compiler accepts -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating include/libgtpnl/Makefile config.status: creating include/linux/Makefile config.status: creating tools/Makefile config.status: creating libgtpnl.pc config.status: creating contrib/libgtpnl.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + [ -n ] + make -j 8 install Making install in src make[1]: Entering directory '/build/deps/libgtpnl/src' CC genl.lo CC gtp-genl.lo CC gtp-rtnl.lo CC gtp.lo CCLD libgtpnl.la make[2]: Entering directory '/build/deps/libgtpnl/src' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libgtpnl/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libgtpnl.la '/build/deps/install/stow/libgtpnl/lib' libtool: install: /usr/bin/install -c .libs/libgtpnl.so.0.1.2 /build/deps/install/stow/libgtpnl/lib/libgtpnl.so.0.1.2 libtool: install: (cd /build/deps/install/stow/libgtpnl/lib && { ln -s -f libgtpnl.so.0.1.2 libgtpnl.so.0 || { rm -f libgtpnl.so.0 && ln -s libgtpnl.so.0.1.2 libgtpnl.so.0; }; }) libtool: install: (cd /build/deps/install/stow/libgtpnl/lib && { ln -s -f libgtpnl.so.0.1.2 libgtpnl.so || { rm -f libgtpnl.so && ln -s libgtpnl.so.0.1.2 libgtpnl.so; }; }) libtool: install: /usr/bin/install -c .libs/libgtpnl.lai /build/deps/install/stow/libgtpnl/lib/libgtpnl.la libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libgtpnl/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libgtpnl/lib
If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Leaving directory '/build/deps/libgtpnl/src' make[1]: Leaving directory '/build/deps/libgtpnl/src' Making install in include make[1]: Entering directory '/build/deps/libgtpnl/include' Making install in libgtpnl make[2]: Entering directory '/build/deps/libgtpnl/include/libgtpnl' make[3]: Entering directory '/build/deps/libgtpnl/include/libgtpnl' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libgtpnl/include/libgtpnl' /usr/bin/install -c -m 644 gtp.h gtpnl.h '/build/deps/install/stow/libgtpnl/include/libgtpnl' make[3]: Leaving directory '/build/deps/libgtpnl/include/libgtpnl' make[2]: Leaving directory '/build/deps/libgtpnl/include/libgtpnl' Making install in linux make[2]: Entering directory '/build/deps/libgtpnl/include/linux' make[3]: Entering directory '/build/deps/libgtpnl/include/linux' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libgtpnl/include/linux' make[2]: Leaving directory '/build/deps/libgtpnl/include/linux' make[2]: Entering directory '/build/deps/libgtpnl/include' make[3]: Entering directory '/build/deps/libgtpnl/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/deps/libgtpnl/include' make[2]: Leaving directory '/build/deps/libgtpnl/include' make[1]: Leaving directory '/build/deps/libgtpnl/include' Making install in tools make[1]: Entering directory '/build/deps/libgtpnl/tools' CC gtp-link.o CC gtp-tunnel.o CCLD gtp-link CCLD gtp-tunnel make[2]: Entering directory '/build/deps/libgtpnl/tools' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libgtpnl/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c gtp-link gtp-tunnel '/build/deps/install/stow/libgtpnl/bin' libtool: install: /usr/bin/install -c .libs/gtp-link /build/deps/install/stow/libgtpnl/bin/gtp-link libtool: install: /usr/bin/install -c .libs/gtp-tunnel /build/deps/install/stow/libgtpnl/bin/gtp-tunnel make[2]: Leaving directory '/build/deps/libgtpnl/tools' make[1]: Leaving directory '/build/deps/libgtpnl/tools' make[1]: Entering directory '/build/deps/libgtpnl' make[2]: Entering directory '/build/deps/libgtpnl' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libgtpnl/lib/pkgconfig' /usr/bin/install -c -m 644 libgtpnl.pc '/build/deps/install/stow/libgtpnl/lib/pkgconfig' make[2]: Leaving directory '/build/deps/libgtpnl' make[1]: Leaving directory '/build/deps/libgtpnl' + STOW_DIR=/build/deps/install/stow stow --restow libgtpnl + build_from_netfilter libnftnl + project=libnftnl + set +x + '[' -d ./libnftnl ']' + rm -rf ./libnftnl
=============================== libnftnl ===============================
+ git clone https://git.netfilter.org/libnftnl libnftnl Cloning into 'libnftnl'... fatal: unable to access 'https://git.netfilter.org/libnftnl/': Failed to connect to git.netfilter.org port 443: Connection timed out Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1142488 killed; [ssh-agent] Stopped. Archiving artifacts